/*!
Theme Name: bashe
Theme URI: http://underscores.me/
Author: Henry Cao
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: bashe
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.

bashe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: "manrope";
	src: url("assets/fonts/manrope/Manrope-Regular.ttf");
}

@font-face {
	font-family: "manrope semibold";
	src: url("assets/fonts/manrope/Manrope-SemiBold.ttf");
}

@font-face {
	font-family: "manrope bold";
	src: url("assets/fonts/manrope/Manrope-Bold.ttf");
}

@font-face {
	font-family: "manrope medium";
	src: url("assets/fonts/manrope/Manrope-Medium.ttf");
}

@font-face {
	font-family: "manrope light";
	src: url("assets/fonts/manrope/Manrope-Light.ttf");
}

@font-face {
	font-family: "manrope extrabold";
	src: url("assets/fonts/manrope/Manrope-ExtraBold.ttf");
}

@font-face {
	font-family: "manrope extralight";
	src: url("assets/fonts/manrope/Manrope-ExtraLight.ttf");
}

@font-face {
	font-family: "montserrat";
	src: url("assets/fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "montserrat semibold";
	src: url("assets/fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
	font-family: "montserrat semibold italic";
	src: url("assets/fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
}

@font-face {
	font-family: "montserrat thin";
	src: url("assets/fonts/montserrat/Montserrat-Thin.ttf");
}

@font-face {
	font-family: "montserrat thin italic";
	src: url("assets/fonts/montserrat/Montserrat-ThinItalic.ttf");
}

@font-face {
	font-family: "montserrat medium";
	src: url("assets/fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
	font-family: "montserrat medium italic";
	src: url("assets/fonts/montserrat/Montserrat-MediumItalic.ttf");
}

@font-face {
	font-family: "montserrat light";
	src: url("assets/fonts/montserrat/Montserrat-Light.ttf");
}

@font-face {
	font-family: "montserrat light italic";
	src: url("assets/fonts/montserrat/Montserrat-LightItalic.ttf");
}

@font-face {
	font-family: "montserrat black";
	src: url("assets/fonts/montserrat/Montserrat-Black.ttf");
}

@font-face {
	font-family: "montserrat black italic";
	src: url("assets/fonts/montserrat/Montserrat-BlackItalic.ttf");
}

@font-face {
	font-family: "montserrat bold";
	src: url("assets/fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
	font-family: "montserrat bold italic";
	src: url("assets/fonts/montserrat/Montserrat-BoldItalic.ttf");
}

@font-face {
	font-family: "montserrat extrabold";
	src: url("assets/fonts/montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
	font-family: "montserrat extrabold italic";
	src: url("assets/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf");
}

@font-face {
	font-family: "montserrat extralight";
	src: url("assets/fonts/montserrat/Montserrat-ExtraLight.ttf");
}

@font-face {
	font-family: "montserrat extralight italic";
	src: url("assets/fonts/montserrat/Montserrat-ExtraLightItalic.ttf");
}

@font-face {
	font-family: "montserrat italic";
	src: url("assets/fonts/montserrat/Montserrat-Italic.ttf");
}

/* Elements
--------------------------------------------- */
body {
	font-family: "manrope";
	background: #fff;
}

.no-scroll {
	overflow: hidden;
}

.global-footer-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -39.53%, rgba(0, 164, 239, 0.217) -9.94%, rgba(255, 255, 255, 0) 29.77%);
	transform: rotate(-180deg);
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
	content: "\e907";
}

.icon-location:before {
	content: "\e905";
}

.icon-telephone:before {
	content: "\e906";
}

.icon-close:before {
	content: "\e904";
}

.icon-magnifying-glass:before {
	content: "\e900";
}

.icon-right-arrow:before {
	content: "\e901";
}

.icon-next-arrow:before {
	content: "\e902";
}

.icon-previous-arrow:before {
	content: "\e903";
}

.icon-logo:before {
	content: "\e908";
}

.icon-down-arrow:before {
	content: "\e909";
}

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

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

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
	--animate-duration:1s;
	--animate-delay:1s;
	--animate-repeat:1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
	}
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

.animate__animated.animate__flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

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

/* Outline
--------------------------------------------- */
*:focus {
	outline: none !important;
}

/* Animation
--------------------------------------------- */
.animate,
.animate-fadeIn,
.animate-group-fadeIn {
	opacity: 0;
}

.animate__animated,
.animate-fadeIn__animated,
.animate-group-fadeIn__animated {
	opacity: 1;
}

@keyframes max-height-nav {
	/* You could think of as "step 1" */
	0% {
		height: 0;
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

@keyframes max-auto-height-nav {
	/* You could think of as "step 1" */
	0% {
		height: 50%;
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		height: 88.19px;
		opacity: 1;
	}
}

@keyframes max-height-subnav {
	/* You could think of as "step 1" */
	0% {
		top: calc(100% + 85px);
		height: 0;
		opacity: 1;
	}
	/* You could think of as "step 2" */
	100% {
		height: 236px;
		opacity: 1;
		top: 0;
	}
}

@keyframes menu-item-animation {
	/* You could think of as "step 1" */
	0% {
		opacity: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

@keyframes mobile-nav-animation {
	/* You could think of as "step 1" */
	0% {
		opacity: 0;
		height: 0;
	}
	/* You could think of as "step 2" */
	100% {
		opacity: 1;
	}
}

/* Control input
--------------------------------------------- */
select {
	background-image: url("assets/images/arrow-down.png") !important;
	background-position-x: calc(100% - 15px);
	cursor: pointer;
}

/* Header
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	width: 100%;
	background: white;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	z-index: 999999;
}

.site-header .navbar-dark .navbar-nav .nav-item span {
	color: white;
}

.site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .navbar-light .navbar-nav .nav-item span {
	color: #1A1A1A;
}

.site-header .navbar-light .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--3 {
	background: black;
}

.site-header .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: calc(1295px + 24.5px*2);
	padding: 0 24.5px;
	height: 100%;
}

@media (min-width: 768px) {
	.site-header .container {
		justify-content: flex-start;
	}
}

.site-header .container .asl_w_container {
	display: none;
	position: absolute;
	width: calc(100% - 48px);
	top: 105px;
	left: 24px;
	height: 46px;
	flex: 0 0 160px;
	align-items: center;
	padding: 10px 7px;
	background: #F5F5F5;
	border-radius: 100px;
	z-index: 99999;
}

@media (min-width: 768px) {
	.site-header .container .asl_w_container {
		display: flex;
		position: relative;
		top: auto;
		left: auto;
		min-width: 160px;
		width: 160px;
	}
}

@media (min-width: 992px) {
	.site-header .container .asl_w_container {
		min-width: 180px;
		width: 180px;
		flex: 0 0 180px;
		padding: 10px 10px 10px 7px;
	}
}

@media (min-width: 1200px) {
	.site-header .container .asl_w_container {
		min-width: 200px;
		width: 219px;
		flex: 0 0 219px;
	}
}

.site-header .container .asl_w_container.mobile-show {
	display: flex;
}

@media (min-width: 768px) {
	.site-header .container .asl_w_container.mobile-show {
		display: none;
	}
}

.site-header .container .asl_w_container div.asl_w {
	background-color: transparent;
}

.site-header .container .asl_w_container div.asl_w .probox {
	background-color: transparent !important;
}

.site-header .container .asl_w_container div.asl_w .probox .proinput input {
	font-family: "montserrat light" !important;
	font-size: 16px !important;
	color: #A4A4A4 !important;
}

.site-header .container .asl_w_container div.asl_w .probox .proclose {
	display: none !important;
}

.site-header .container .asl_w_container div.asl_m .probox .promagnifier .innericon svg {
	width: 19px;
}

.site-header .navbar-brand {
	margin-right: 15px;
}

@media (min-width: 992px) {
	.site-header .navbar-brand {
		margin-right: 60px;
	}
}

.site-header .navbar-brand__logo {
	width: 92px;
}

@media (min-width: 768px) {
	.site-header .navbar-brand__logo {
		width: 80px;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-brand__logo {
		width: 130px;
	}
}

.site-header .navbar-collapse {
	flex: 0 0 auto;
}

.site-header .navbar-nav .menu-item {
	font-family: "montserrat";
}

.site-header .navbar-nav .menu-item + * {
	margin-left: 0;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item:hover span {
		color: #DA3744;
	}
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item:hover .dropdown-toggle:after {
		color: #DA3744 !important;
	}
}

.site-header .navbar-nav .menu-item.active span {
	color: white;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.active span {
		font-family: "montserrat bold";
		color: #DA3744;
	}
}

.site-header .navbar-nav .menu-item.active .dropdown-toggle:after {
	color: white !important;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.active .dropdown-toggle:after {
		color: #DA3744 !important;
	}
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item {
	margin-left: 0;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item span {
	font-family: "montserrat";
	color: #1A1A1A;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:hover span, .site-header .navbar-nav .menu-item.menu-item-has-children .menu-item.active span {
	color: #DA3744;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:first-child {
	margin-top: 8px;
}

.site-header .navbar-nav .menu-item.menu-item-has-children .menu-item:last-child {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children .dropdown-menu {
		padding-bottom: 20px;
	}
}

.site-header .navbar-nav .nav-link {
	padding: 0;
}

.site-header .navbar-nav .nav-link span {
	font-family: "montserrat";
	font-size: 18px;
	line-height: 53px;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .nav-link span {
		font-size: 14px;
		line-height: 2;
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .nav-link span {
		font-size: 16px;
		line-height: 2.2;
	}
}

.site-header .subnav {
	display: none;
	height: 56px;
}

@media (min-width: 768px) {
	.site-header .subnav {
		height: 70px;
	}
}

.site-header .subnav__wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: white;
}

@media (min-width: 768px) {
	.site-header .subnav__wrapper {
		position: relative;
		background: transparent;
		top: auto;
		left: auto;
		width: auto;
	}
}

.site-header .subnav__wrapper ul li span {
	font-family: "manrope" !important;
}

.site-header .subnav__wrapper ul li.active span {
	font-family: "manrope bold" !important;
}

.site-header .subnav ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	width: 100%;
	padding: 29px 0;
	gap: 15px;
	margin: 0;
	background: white;
}

@media (min-width: 768px) {
	.site-header .subnav ul {
		position: relative;
		flex-direction: row;
		align-items: center;
		padding: 0;
		max-width: calc(1339px + 24.5px*2);
		list-style-type: none;
		margin: 0 auto;
		gap: 25px;
		height: 100%;
		background: transparent;
	}
}

.site-header .subnav ul li {
	font-family: "manrope";
	font-size: 16px;
	width: 100%;
	cursor: pointer;
}

@media (min-width: 768px) {
	.site-header .subnav ul li {
		width: auto;
	}
}

.site-header .subnav ul li.active span {
	font-family: "manrope bold";
}

.site-header.have-sub-menu .subnav {
	padding: 0;
	display: flex;
	align-items: center;
}

.site-header.have-sub-menu .subnav__wrapper .nav-link span {
	line-height: 26px;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav__wrapper .nav-link span {
		line-height: 40px;
	}
}

.site-header.have-sub-menu .subnav.infrastructure-show {
	background: #9EB3BE;
}

.site-header.have-sub-menu .subnav.infrastructure-show .navbar-toggler {
	background: transparent;
	border: none;
	padding: 0;
	color: white;
	outline: none;
}

.site-header.have-sub-menu .subnav.infrastructure-show .navbar-toggler:hover, .site-header.have-sub-menu .subnav.infrastructure-show .navbar-toggler:focus {
	outline: none;
}

.site-header.have-sub-menu .subnav.infrastructure-show .subnav__title {
	font-family: "manrope bold";
	color: white;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.infrastructure-show .subnav__title {
		display: none;
	}
}

.site-header.have-sub-menu .subnav.infrastructure-show ul li a {
	padding: 0 24.5px;
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.infrastructure-show ul li a {
		padding: 0;
		color: white;
	}
}

.site-header.have-sub-menu .subnav.infrastructure-show ul li a:hover, .site-header.have-sub-menu .subnav.infrastructure-show ul li a:focus, .site-header.have-sub-menu .subnav.infrastructure-show ul li a:active, .site-header.have-sub-menu .subnav.infrastructure-show ul li a:active:hover {
	color: black;
	text-decoration: none;
}

.site-header.have-sub-menu .subnav.infrastructure-show ul li.active a span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.infrastructure-show ul li.active a span {
		color: white;
	}
}

.site-header.have-sub-menu .subnav.infrastructure-show ul li:hover span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.infrastructure-show ul li:hover span {
		color: white;
	}
}

.site-header.have-sub-menu .subnav.security-show {
	background: #D5C3AA;
}

.site-header.have-sub-menu .subnav.security-show .navbar-toggler {
	background: transparent;
	border: none;
	padding: 0;
	color: black;
	outline: none;
}

.site-header.have-sub-menu .subnav.security-show .navbar-toggler:hover, .site-header.have-sub-menu .subnav.security-show .navbar-toggler:focus {
	outline: none;
}

.site-header.have-sub-menu .subnav.security-show .subnav__title {
	font-family: "manrope bold";
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.security-show .subnav__title {
		display: none;
	}
}

.site-header.have-sub-menu .subnav.security-show ul li a {
	padding: 0 24.5px;
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.security-show ul li a {
		padding: 0;
		color: black;
	}
}

.site-header.have-sub-menu .subnav.security-show ul li a:hover, .site-header.have-sub-menu .subnav.security-show ul li a:focus, .site-header.have-sub-menu .subnav.security-show ul li a:active, .site-header.have-sub-menu .subnav.security-show ul li a:active:hover {
	color: black;
	text-decoration: none;
}

.site-header.have-sub-menu .subnav.security-show ul li.active a span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.security-show ul li.active a span {
		color: black;
	}
}

.site-header.have-sub-menu .subnav.security-show ul li:hover span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.security-show ul li:hover span {
		color: black;
	}
}

.site-header.have-sub-menu .subnav.digital-transformation-show {
	background: #537947;
}

.site-header.have-sub-menu .subnav.digital-transformation-show .navbar-toggler {
	background: transparent;
	border: none;
	padding: 0;
	color: white;
	outline: none;
}

.site-header.have-sub-menu .subnav.digital-transformation-show .navbar-toggler:hover, .site-header.have-sub-menu .subnav.digital-transformation-show .navbar-toggler:focus {
	outline: none;
}

.site-header.have-sub-menu .subnav.digital-transformation-show .subnav__title {
	font-family: "manrope bold";
	color: white;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.digital-transformation-show .subnav__title {
		display: none;
	}
}

.site-header.have-sub-menu .subnav.digital-transformation-show ul li a {
	padding: 0 24.5px;
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.digital-transformation-show ul li a {
		padding: 0;
		color: white;
	}
}

.site-header.have-sub-menu .subnav.digital-transformation-show ul li a:hover, .site-header.have-sub-menu .subnav.digital-transformation-show ul li a:focus, .site-header.have-sub-menu .subnav.digital-transformation-show ul li a:active, .site-header.have-sub-menu .subnav.digital-transformation-show ul li a:active:hover {
	color: black;
	text-decoration: none;
}

.site-header.have-sub-menu .subnav.digital-transformation-show ul li.active a span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.digital-transformation-show ul li.active a span {
		color: white;
	}
}

.site-header.have-sub-menu .subnav.digital-transformation-show ul li:hover span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.digital-transformation-show ul li:hover span {
		color: white;
	}
}

.site-header.have-sub-menu .subnav.marine-show {
	background: #4D78E9;
}

.site-header.have-sub-menu .subnav.marine-show .navbar-toggler {
	background: transparent;
	border: none;
	padding: 0;
	color: white;
	outline: none;
}

.site-header.have-sub-menu .subnav.marine-show .navbar-toggler:hover, .site-header.have-sub-menu .subnav.marine-show .navbar-toggler:focus {
	outline: none;
}

.site-header.have-sub-menu .subnav.marine-show .subnav__title {
	font-family: "manrope bold";
	color: white;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.marine-show .subnav__title {
		display: none;
	}
}

.site-header.have-sub-menu .subnav.marine-show ul li a {
	padding: 0 24.5px;
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.marine-show ul li a {
		padding: 0;
		color: white;
	}
}

.site-header.have-sub-menu .subnav.marine-show ul li a:hover, .site-header.have-sub-menu .subnav.marine-show ul li a:focus, .site-header.have-sub-menu .subnav.marine-show ul li a:active, .site-header.have-sub-menu .subnav.marine-show ul li a:active:hover {
	color: black;
	text-decoration: none;
}

.site-header.have-sub-menu .subnav.marine-show ul li.active a span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.marine-show ul li.active a span {
		color: white;
	}
}

.site-header.have-sub-menu .subnav.marine-show ul li:hover span {
	color: black;
}

@media (min-width: 768px) {
	.site-header.have-sub-menu .subnav.marine-show ul li:hover span {
		color: white;
	}
}

#site-navigation {
	height: 80px;
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation {
		height: 106px;
	}
}

#site-navigation.hidden {
	display: none;
}

@media (min-width: 768px) {
	#site-navigation.hidden {
		display: flex;
	}
}

#site-navigation .navbar-toggler {
	border: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}

#site-navigation .navbar-toggler:focus, #site-navigation .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

#site-navigation .navbar-toggler__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 14px;
	border-radius: 0;
	overflow: visible;
}

#site-navigation .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 80px);
		background: var(--gradient-black-red, linear-gradient(180deg, #ed4945 0%, #1d1010 100%));
		z-index: 9999;
		animation: mobile-nav-animation .6s;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu {
	border: none;
	border-radius: 0;
	top: 70px;
	margin: 0;
	background: transparent;
	padding: 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu {
		background: #E6E6E6;
		animation: max-auto-height-nav .6s;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-menu {
	animation: none;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-menu.subnav-animation-showing {
		animation: max-height-subnav .6s;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-item:hover, #site-navigation #bs-example-navbar-collapse-1 .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu {
	position: relative;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu .dropdown-menu {
	top: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-submenu .dropdown-menu {
		top: auto;
		width: calc(100% + 49px);
		margin: 15.42px 0 15.42px -24.5px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel {
	border: none;
	border-radius: 0;
	margin: 0;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0 0 20px 0;
	background: transparent;
	width: 100%;
	height: auto;
	gap: 0;
	overflow: visible;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel {
		width: 306px;
		height: 236px;
		background: linear-gradient(180deg, #ed4945 0%, #1d1010 100%);
		padding: 0;
		justify-content: center;
		gap: 13px;
		animation: max-height-nav .6s;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel.show {
	display: flex;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle {
	display: flex;
	justify-content: space-between;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle:after {
	content: "\e907" !important;
	border: none;
	font-size: 11px;
	margin-left: 8px;
	color: white;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle:after {
		display: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle.active:after {
	content: "\e909" !important;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .dropdown-toggle.active:after {
		display: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item span {
	font-family: "montserrat";
	font-size: 20px;
	line-height: 1.5;
	color: white;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item:focus, #site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item:hover {
	background: none;
	color: white;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item.active {
	background-color: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel .menu-item .dropdown-item.active span {
	font-family: "montserrat bold";
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li {
	width: 100%;
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li {
		padding: 0 42px 0 38px;
		animation: menu-item-animation .6s;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li .dropdown-item {
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:first-child ul {
		margin-top: -31px;
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(2) ul {
		margin-top: calc(-31px - 48px);
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(3) ul {
		margin-top: calc(-31px - 48px * 2);
	}
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel li:nth-child(4) ul {
		margin-top: calc(-31px - 48px * 3);
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul {
	border-radius: 0;
	border: none;
	left: auto !important;
	right: -411px !important;
	width: 411px;
	height: auto;
	background: linear-gradient(138.33deg, #fcfcfc 23.54%, #a4a4a4 117.18%);
	padding: 14px 24px 40px;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul {
		padding: 25px 0 35px 33px;
		height: 236px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item {
	padding: 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item {
		height: 26px;
		margin-bottom: 4px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	height: auto;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child {
		margin-bottom: 17px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child:before {
	content: "\e908";
	border: none;
	font-size: 90px;
	padding: 0;
	line-height: 45px;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child .dropdown-item {
	flex: 0;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child .dropdown-item span {
	font-family: "montserrat bold";
	color: #DA3744 !important;
	font-size: 20px;
	padding-left: 27px;
	display: block;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:first-child:after {
	content: "\e901";
	color: #DA3744;
	border: none;
	font-size: 15px;
	padding: 0 0 0 14px;
	line-height: 45px;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item:last-child {
	margin-bottom: 0;
}

#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item span {
	font-family: "manrope medium";
	line-height: 1.62;
	color: black !important;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .custom-style-multilevel ul .menu-item span {
		font-size: 16px;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: baseline;
}

#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle:after {
	content: "\e907";
	border: none;
	font-size: 11px;
	margin-left: 8px;
	color: white;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .dropdown-toggle:after {
		color: #1A1A1A;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .show .dropdown-toggle:after {
	content: "\e909";
}

#site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
	margin: 84px 24.5px 0;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
		margin: 0;
		gap: 15px;
	}
}

@media (min-width: 992px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item:not(.active) span {
		color: white;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item {
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item span {
		display: block;
		height: 53px;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-link {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item {
		border-bottom: none;
	}
}

#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item + * {
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item .dropdown-item {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item .nav-item .dropdown-item span {
		font-family: "manrope";
		font-size: 16px;
		line-height: 19px;
		height: 19px;
	}
}

#site-navigation #bs-example-navbar-collapse-1:not(.show) {
	flex: 1;
}

#site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__header, #site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__footer {
	display: none;
}

#site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__header, #site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__footer {
	display: flex;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header {
	background: white;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 24.5px;
	height: 80px;
	z-index: 99999;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler {
	border: none;
	padding: 0;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:focus, #site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 20px;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
	background: black;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--1 {
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--2 {
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 0px;
}

#site-navigation #bs-example-navbar-collapse-1 ~ .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 24.5px;
}

#site-navigation .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 24.5px;
}

#site-navigation .navbar__footer__contact {
	margin-bottom: 26px;
}

#site-navigation .navbar__footer__contact__email, #site-navigation .navbar__footer__contact__number {
	font-family: "montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

#site-navigation .navbar__footer__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 118px;
}

#site-navigation .navbar__footer__social-list a {
	position: relative;
}

#site-navigation .navbar__footer__social-list__social-icon {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: white;
}

.site-footer__content-wrapper {
	margin: 0 auto;
	padding: 40px 24.5px 35px;
	max-width: 1300px;
}

@media (min-width: 768px) {
	.site-footer__content-wrapper {
		padding: 40px 20px 35px;
	}
}

.site-footer__copyright {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	flex-direction: column;
	border-top: 0.5px solid #A4A4A4;
	padding-top: 24px;
}

@media (min-width: 768px) {
	.site-footer__copyright {
		flex-direction: row;
		margin-top: 47px;
		padding-top: 10px;
	}
}

.site-footer__copyright__col-left {
	order: 2;
	font-family: "manrope";
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #A4A4A4;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-left {
		font-size: 10px;
		order: 1;
	}
}

.site-footer__copyright__col-right {
	order: 1;
	display: flex;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-right {
		margin-bottom: 0;
		order: 2;
	}
}

.site-footer__copyright__col-right a {
	flex: 0 0 auto;
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #A4A4A4;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-right a {
		font-size: 10px;
	}
}

.site-footer__copyright__col-right a:hover, .site-footer__copyright__col-right a:focus, .site-footer__copyright__col-right a:active, .site-footer__copyright__col-right a:visited {
	color: #A4A4A4;
	text-decoration: none;
}

.site-footer__copyright__col-right .sep {
	display: block;
	height: 15px;
	width: .5px;
	background: #A4A4A4;
	margin: 0 10px;
}

.site-footer__info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.site-footer__info {
		flex-direction: row;
		align-items: stretch;
		gap: 10px;
	}
}

@media (min-width: 992px) {
	.site-footer__info {
		gap: 6px;
	}
}

.site-footer__info__logo {
	flex: 0 0 auto;
	margin-bottom: 34px;
	width: 178px;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.site-footer__info__logo {
		width: auto;
		flex: 0 0 180px;
		margin-bottom: 0;
		align-self: flex-end;
	}
}

@media (min-width: 992px) {
	.site-footer__info__logo {
		flex: 1;
	}
}

.site-footer__info__logo a {
	display: block;
}

@media (min-width: 768px) {
	.site-footer__info__logo a {
		max-width: 170px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__logo a {
		max-width: 170px;
	}
}

@media (min-width: 1200px) {
	.site-footer__info__logo a {
		max-width: 280px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__main-nav {
		flex: 0 0 170px;
	}
}

@media (min-width: 1200px) {
	.site-footer__info__main-nav {
		flex: 0 0 200px;
	}
}

.site-footer__info__main-nav__item {
	font-family: "manrope bold";
	font-size: 16px;
	line-height: 1;
	color: #1A1A1A;
}

.site-footer__info__main-nav__item + * {
	margin-top: 33px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__item + * {
		margin-top: 19px;
	}
}

.site-footer__info__main-nav__item a {
	font-family: "montserrat semibold";
	color: #1A1A1A;
	text-decoration: none;
}

.site-footer__info__main-nav__item a:visited, .site-footer__info__main-nav__item a:focus {
	color: #1A1A1A;
	text-decoration: none;
}

.site-footer__info__main-nav__item a:hover {
	color: #DA3744;
	text-decoration: none;
}

.site-footer__info__main-nav__sub-list {
	margin-bottom: 0;
	margin-top: 10px;
}

.site-footer__info__main-nav__sub-list + * {
	margin-top: 32px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__sub-list + * {
		margin-top: 15px;
	}
}

.site-footer__info__main-nav__sub-item {
	line-height: 1.35;
}

.site-footer__info__main-nav__sub-item + .site-footer__info__main-nav__sub-item {
	margin-top: 9px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav__sub-item + .site-footer__info__main-nav__sub-item {
		margin-top: 0;
	}
}

.site-footer__info__main-nav__sub-item a {
	font-family: "manrope light";
	font-size: 14px;
	color: #A4A4A4;
}

.site-footer__info__main-nav__sub-item a:hover, .site-footer__info__main-nav__sub-item a:focus, .site-footer__info__main-nav__sub-item a:active, .site-footer__info__main-nav__sub-item a:focus:hover {
	color: #A4A4A4;
	text-decoration: none;
}

.site-footer__info__contact {
	flex: 0 0 auto;
	margin: 24px 0 0;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.site-footer__info__contact {
		flex: 0 0 220px;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.site-footer__info__contact {
		flex: 0 0 220px;
	}
}

@media (min-width: 1200px) {
	.site-footer__info__contact {
		flex: 0 0 237px;
	}
}

.site-footer__info__contact__label {
	font-family: "manrope bold";
	color: #DA3744;
	margin-bottom: 5px;
	max-width: 200px;
}

.site-footer__info__contact__title {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.site-footer__info__contact__title {
		margin-bottom: 9px;
		line-height: 1;
	}
}

.site-footer__info__contact__title a {
	font-family: "montserrat semibold";
	font-size: 16px;
	line-height: 2;
	color: #1A1A1A;
	text-decoration: none;
}

@media (min-width: 768px) {
	.site-footer__info__contact__title a {
		line-height: 1;
	}
}

.site-footer__info__contact__title a:visited, .site-footer__info__contact__title a:focus {
	color: #1A1A1A;
	text-decoration: none;
}

.site-footer__info__contact__title a:hover {
	color: #DA3744;
	text-decoration: none;
}

.site-footer__info__contact__address {
	font-family: "manrope light";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #A4A4A4;
	margin-bottom: 18px;
	max-width: 200px;
}

@media (min-width: 768px) {
	.site-footer__info__contact__address {
		margin-bottom: 41px;
	}
}

.site-footer__info__contact__email-list {
	align-self: flex-start;
	flex: 0 0 200px;
}

.site-footer__info__contact__email-list a:visited, .site-footer__info__contact__email-list a:hover, .site-footer__info__contact__email-list a:focus {
	text-decoration: none;
	color: #A4A4A4;
}

.site-footer__info__contact__email-list__label {
	font-family: "manrope bold";
	color: #DA3744;
	margin-bottom: 4px;
}

.site-footer__info__contact__email-list__email {
	display: block;
	font-size: 14px;
	color: #A4A4A4;
}

.site-footer__info__general {
	margin: 0;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.site-footer__info__general {
		max-width: 140px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__general {
		max-width: 140px;
	}
}

@media (min-width: 1200px) {
	.site-footer__info__general {
		flex: 0 0 200px;
	}
}

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

@media (min-width: 768px) {
	.site-footer__info__general__info {
		padding-top: 26px;
	}
}

.site-footer__info__general__number, .site-footer__info__general__fax {
	font-family: "manrope light";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #A4A4A4;
}

.site-footer__info__general__label {
	font-family: "manrope bold";
	color: #DA3744;
	margin-bottom: 4px;
}

.site-footer__info__general__email {
	font-size: 14px;
	color: #A4A4A4;
}

.site-footer__info__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 110px;
	margin-top: 44px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list {
		margin-top: 0;
		padding-bottom: 5px;
	}
}

.site-footer__info__social-list a {
	position: relative;
	width: 30px;
	height: 30px;
	background: black;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list a {
		width: 30px;
		height: 30px;
	}
}

.site-footer__info__social-list a:hover .instagram-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a:hover .facebook-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a:hover .linkedin-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.site-footer__info__social-list__social-icon {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

@media (min-width: 768px) {
	.site-footer__info__social-list__social-icon {
		width: 30px;
		height: 30px;
	}
}

.site-footer__info__social-list__social-icon.facebook-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.facebook-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 0;
}

.site-footer__info__social-list__social-icon.linkedin-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.linkedin-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 0;
}

.site-footer__info__social-list__social-icon.shopify-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.shopify-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	z-index: 0;
}

.site-footer__info__certificate {
	display: flex;
	justify-content: flex-end;
	align-self: flex-start;
	flex: 0 0 auto;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.site-footer__info__certificate {
		flex: 0 0 23%;
		justify-content: flex-end;
		align-self: flex-end;
		margin: 0;
	}
}

.site-footer__info__certificate__icon + * {
	margin-left: 8px;
}

.front-page {
	position: relative;
}

.front-page .banner-section {
	position: relative;
	overflow: hidden;
	height: 437px;
	width: 100%;
}

@media (min-width: 768px) {
	.front-page .banner-section {
		height: 546px;
	}
}

.front-page .banner-section .banner-carousel {
	height: 100%;
}

.front-page .banner-section .banner-carousel .slick-list,
.front-page .banner-section .banner-carousel .slick-track {
	height: 100%;
}

.front-page .banner-section .banner-carousel__carousel-item {
	position: relative;
	width: 100%;
}

.front-page .banner-section .banner-carousel__carousel-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.67) 98.34%);
	transform: rotate(-180deg);
	z-index: 2;
}

.front-page .banner-section .banner-carousel__carousel-item__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.front-page .banner-section .banner-carousel__carousel-item__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.front-page .banner-section .banner-carousel__carousel-item__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front-page .banner-section .banner-carousel__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 5px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content {
		padding-top: 40px;
		max-width: 500px;
	}
}

.front-page .banner-section .banner-carousel__content__wrapper {
	position: absolute;
	height: 100%;
	color: white;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding-left: 39px;
	z-index: 3;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__wrapper {
		max-width: 1040px;
		justify-content: flex-end;
		padding-left: 0;
	}
}

.front-page .banner-section .banner-carousel__content__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.front-page .banner-section .banner-carousel__content__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	color: white;
	letter-spacing: -.5px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__title {
		font-size: 60px;
		line-height: 1.15;
		margin-bottom: 25px;
	}
}

.front-page .banner-section .banner-carousel__content__description {
	font-family: "manrope";
	font-size: 18px;
	line-height: 1.4;
	max-width: 290px;
	color: white;
	letter-spacing: 1px;
	margin-bottom: 13px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__content__description {
		max-width: 400px;
		font-size: 25px;
		line-height: 1.35;
		margin-bottom: 25px;
	}
}

.front-page .banner-section .banner-carousel__content a:hover {
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__content__button {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: 215px;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.front-page .banner-section .banner-carousel__content__button:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__content__button:visited {
	color: white;
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: calc(100% - 40px);
	margin: -23.5px auto 0;
	top: 50%;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__control {
		width: calc(100% - 130px);
	}
}

.front-page .banner-section .banner-carousel__control__prev, .front-page .banner-section .banner-carousel__control__next {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D966;
	opacity: 1;
	text-decoration: none;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel__control__prev, .front-page .banner-section .banner-carousel__control__next {
		width: 47px;
		height: 47px;
		background-color: #D9D9D9;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.front-page .banner-section .banner-carousel__control__prev:hover, .front-page .banner-section .banner-carousel__control__prev:focus, .front-page .banner-section .banner-carousel__control__prev:active, .front-page .banner-section .banner-carousel__control__prev:focus:hover, .front-page .banner-section .banner-carousel__control__next:hover, .front-page .banner-section .banner-carousel__control__next:focus, .front-page .banner-section .banner-carousel__control__next:active, .front-page .banner-section .banner-carousel__control__next:focus:hover {
	text-decoration: none;
}

.front-page .banner-section .banner-carousel__control__prev span, .front-page .banner-section .banner-carousel__control__next span {
	color: black;
}

.front-page .banner-section .banner-carousel .slick-dots {
	display: flex;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	flex-direction: row;
	bottom: 26px;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel .slick-dots {
		bottom: 35px;
	}
}

.front-page .banner-section .banner-carousel .slick-dots li {
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid white;
	margin: 0 9px 0 0;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.front-page .banner-section .banner-carousel .slick-dots li {
		width: 16px;
		height: 16px;
		margin: 0 12px 0 0;
	}
}

.front-page .banner-section .banner-carousel .slick-dots li:last-child {
	margin-right: 0;
}

.front-page .banner-section .banner-carousel .slick-dots li.slick-active {
	background: white;
}

.front-page .banner-section .banner-carousel .slick-dots li button {
	padding: 0;
	display: none;
}

.front-page .banner-section .banner-carousel .slick-dots li button:before {
	display: none;
}

.front-page .achieve-section {
	max-width: 1040px;
	text-align: center;
	margin: 44px auto 50px;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.front-page .achieve-section {
		margin: 59px auto 75px;
		padding: 0;
	}
}

.front-page .achieve-section__title {
	font-family: "montserrat bold";
	color: #001768;
	font-size: 32px;
	margin-bottom: 5px;
	line-height: 1.24;
}

@media (min-width: 768px) {
	.front-page .achieve-section__title {
		font-size: 46px;
		margin-bottom: 10px;
	}
}

.front-page .achieve-section__sub-title {
	font-family: "montserrat semibold";
	color: #001768;
	font-size: 24px;
	line-height: 1.46;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.front-page .achieve-section__sub-title {
		font-size: 24px;
		margin-bottom: 37px;
	}
}

.front-page .achieve-section__description {
	font-family: "manrope light";
	color: black;
	font-size: 16px;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.front-page .achieve-section__description {
		font-size: 20px;
	}
}

.front-page .intro-section {
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.front-page .intro-section {
		height: 521px;
	}
}

.front-page .intro-section__content-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	max-width: 1250px;
	margin: 0 auto;
	color: white;
	padding: 216px 29px 0;
	z-index: 1;
}

@media (min-width: 768px) {
	.front-page .intro-section__content-wrapper {
		padding: 73px 91px 0;
	}
}

.front-page .intro-section__background {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	background: #010B30 !important;
	z-index: 0;
}

.front-page .intro-section__background--color {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 160px;
	left: 0;
	background: linear-gradient(0, #010B30 51%, rgba(255, 255, 255, 0) 75.57%) !important;
	z-index: 1;
}

@media (min-width: 768px) {
	.front-page .intro-section__background--color {
		top: auto;
		width: 90%;
		height: 100%;
		left: 0;
		background: linear-gradient(83.98deg, #010B30 51%, rgba(255, 255, 255, 0) 75.57%) !important;
	}
}

.front-page .intro-section__background--photo--1, .front-page .intro-section__background--photo--2, .front-page .intro-section__background--photo--3 {
	display: none;
}

.front-page .intro-section__background--photo--1.show, .front-page .intro-section__background--photo--2.show, .front-page .intro-section__background--photo--3.show {
	display: none;
}

@media (min-width: 768px) {
	.front-page .intro-section__background--photo--1.show, .front-page .intro-section__background--photo--2.show, .front-page .intro-section__background--photo--3.show {
		display: block;
	}
}

.front-page .intro-section__background--photo--1.mobile-show, .front-page .intro-section__background--photo--2.mobile-show, .front-page .intro-section__background--photo--3.mobile-show {
	display: none;
}

.front-page .intro-section__background--photo--1.mobile-show.show, .front-page .intro-section__background--photo--2.mobile-show.show, .front-page .intro-section__background--photo--3.mobile-show.show {
	display: block;
}

@media (min-width: 768px) {
	.front-page .intro-section__background--photo--1.mobile-show.show, .front-page .intro-section__background--photo--2.mobile-show.show, .front-page .intro-section__background--photo--3.mobile-show.show {
		display: none;
	}
}

.front-page .intro-section__background img {
	position: absolute;
	width: 100%;
	height: 210px;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	z-index: 0;
}

@media (min-width: 768px) {
	.front-page .intro-section__background img {
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: auto;
	}
}

.front-page .intro-section__title {
	flex: 0 0 auto;
	font-family: "montserrat light";
	color: white;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 14px;
}

@media (min-width: 768px) {
	.front-page .intro-section__title {
		font-size: 32px;
	}
}

.front-page .intro-section__description {
	flex: 1;
	font-family: "manrope light";
	color: white;
	max-width: 450px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.front-page .intro-section__description {
		font-size: 20px;
		margin-bottom: 0;
	}
}

.front-page .intro-section__nav {
	flex: 0 0 147px;
	border-left: 2px solid rgba(200, 200, 200, 0.4);
	list-style-type: none;
	margin: 0;
}

@media (min-width: 768px) {
	.front-page .intro-section__nav {
		flex: 0 0 240px;
	}
}

.front-page .intro-section__nav li {
	font-family: "manrope semibold";
	font-size: 18px;
	line-height: 1.35;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.front-page .intro-section__nav li {
		font-size: 28px;
		margin-bottom: 30px;
	}
}

.front-page .intro-section__nav li:last-child {
	margin-bottom: 0;
}

.front-page .intro-section__nav li.active {
	border-left: 4px solid;
	padding-left: 28px;
	margin-left: -2px;
	color: white;
}

.front-page .intro-section__delivery {
	position: absolute;
	top: 125px;
	left: 29px;
}

@media (min-width: 768px) {
	.front-page .intro-section__delivery {
		left: auto;
		top: auto;
		right: 97px;
		bottom: 61px;
	}
}

.front-page .intro-section__delivery__label {
	font-family: "manrope semibold";
	font-size: 14px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.front-page .intro-section__delivery__label {
		font-size: 24px;
		margin-bottom: 9px;
	}
}

.front-page .intro-section__delivery__redirect {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #7BCDF2;
	text-decoration: none;
	font-size: 14px;
}

@media (min-width: 768px) {
	.front-page .intro-section__delivery__redirect {
		font-size: 16px;
	}
}

.front-page .intro-section__delivery__redirect:hover, .front-page .intro-section__delivery__redirect:focus, .front-page .intro-section__delivery__redirect:visited, .front-page .intro-section__delivery__redirect:hover:focus {
	color: #7BCDF2;
	text-decoration: none;
}

.front-page .intro-section__delivery__redirect:hover .icon-right-arrow {
	font-weight: 700;
}

.front-page .intro-section__delivery__redirect:hover .intro-section__delivery__redirect__text {
	font-family: "manrope bold";
}

.front-page .intro-section__delivery__redirect__icon {
	font-size: 12px;
}

@media (min-width: 768px) {
	.front-page .intro-section__delivery__redirect__icon {
		font-size: 14px;
	}
}

.front-page .intro-section__delivery__redirect__text {
	font-family: "manrope";
	padding-left: 10px;
	letter-spacing: .7px;
}

.front-page .services-section {
	max-width: 925px;
	margin: 0 auto;
	padding: 38px 24px;
}

@media (min-width: 768px) {
	.front-page .services-section {
		padding: 64px 0;
	}
}

.front-page .services-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.front-page .services-section__title {
		font-size: 32px;
	}
}

.front-page .services-section__description {
	font-family: "manrope light";
	font-size: 18px;
	color: black;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.53;
}

@media (min-width: 768px) {
	.front-page .services-section__description {
		font-size: 20px;
	}
}

.front-page .services-section__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (min-width: 768px) {
	.front-page .services-section__content {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 17px;
	}
}

.front-page .services-section__content a {
	height: 132px;
}

@media (min-width: 768px) {
	.front-page .services-section__content a {
		height: auto;
	}
}

.front-page .services-section__content article {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
}

.front-page .services-section__content article:hover .services-section__overlay__black-hover {
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7BCDF2;
	z-index: 1;
}

.front-page .services-section__content article:hover .services-section__overlay__black-hover__text {
	padding-left: 10px;
}

.front-page .services-section__content article img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.front-page .services-section__overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
	top: auto;
	z-index: 2;
	background: linear-gradient(0deg, #DA3744 0%, rgba(255, 255, 255, 0) 100%);
}

.front-page .services-section__overlay__black-hover {
	display: none;
}

.front-page .services-section__article-label {
	font-family: "montserrat medium";
	font-size: 23px;
	position: absolute;
	color: white;
	width: 100%;
	bottom: 13px;
	text-align: center;
	z-index: 3;
}

@media (min-width: 768px) {
	.front-page .services-section__article-label {
		font-size: 20px;
		bottom: 30px;
	}
}

.front-page .partners-section {
	text-align: center;
}

.front-page .partners-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
}

@media (min-width: 768px) {
	.front-page .partners-section__title {
		font-size: 32px;
	}
}

.front-page .partners-section .partners-carousel {
	width: 100%;
	margin: 34px 0 85px;
}

.front-page .partners-section .partners-carousel__wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.front-page .partners-section .partners-carousel__content {
	height: 80px;
}

.front-page .partners-section .partners-carousel .slick-list,
.front-page .partners-section .partners-carousel .slick-track {
	height: 80px;
}

.front-page .partners-section .partners-carousel .slick-list img,
.front-page .partners-section .partners-carousel .slick-track img {
	max-height: 80px;
	width: auto;
	max-width: 150px;
}

.front-page .partners-section .partners-carousel .slick-slide {
	padding: 0 28px;
	border: .5px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to bottom, transparent 15%, #C0C5D2 15%, #C0C5D2 85%, transparent 85%);
	border-top: 0;
	border-bottom: 0;
	display: flex;
	align-items: center;
}

.front-page .customers-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 33px 24px 0;
}

@media (min-width: 768px) {
	.front-page .customers-section {
		height: 540px;
		padding: 58px 0;
	}
}

.front-page .customers-section__wrapper {
	position: relative;
	max-width: 1135px;
	margin: 0 auto;
	padding-bottom: 173px;
}

@media (min-width: 768px) {
	.front-page .customers-section__wrapper {
		padding-bottom: 0;
	}
}

.front-page .customers-section__nav__label {
	font-family: "montserrat";
	font-size: 24px;
	color: white;
	margin-bottom: 6px;
}

@media (min-width: 768px) {
	.front-page .customers-section__nav__label {
		font-size: 32px;
	}
}

.front-page .customers-section__redirect {
	display: flex;
	text-decoration: none;
	color: #7BCDF2;
}

.front-page .customers-section__redirect:hover, .front-page .customers-section__redirect:focus, .front-page .customers-section__redirect:active, .front-page .customers-section__redirect:focus:hover {
	color: #7BCDF2;
	text-decoration: none;
}

.front-page .customers-section__redirect:hover .icon-right-arrow {
	font-weight: 700;
}

.front-page .customers-section__redirect:hover .customers-section__redirect__text {
	font-family: "manrope bold";
}

.front-page .customers-section__redirect__text {
	font-family: "manrope";
	font-size: 16px;
	padding-left: 10px;
}

.front-page .customers-section__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 22px;
}

@media (min-width: 768px) {
	.front-page .customers-section__header {
		margin-bottom: 0;
	}
}

.front-page .customers-section .customers-carousel .slick-list,
.front-page .customers-section .customers-carousel .slick-track {
	height: 100%;
}

.front-page .customers-section .customers-carousel__carousel-item {
	width: 100%;
}

.front-page .customers-section .customers-carousel__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__content {
		flex-direction: row;
	}
}

.front-page .customers-section .customers-carousel__content__logo {
	flex: 0 0 55px;
	height: 55px;
	object-fit: contain;
	max-width: 190px;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__content__logo {
		flex: 0 0 355px;
		max-width: none;
		height: auto;
		margin-top: 25px;
	}
}

.front-page .customers-section .customers-carousel__content__description {
	flex: 1;
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 0 0 0;
	color: white;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__content__description {
		font-size: 18px;
		line-height: 1.5;
		padding: 35px 0 0 110px;
	}
}

.front-page .customers-section .customers-carousel__control {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 45px;
	width: 100%;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__control {
		left: auto;
		bottom: auto;
		top: 3px;
		right: 0;
		width: 206px;
	}
}

.front-page .customers-section .customers-carousel__control__info {
	font-family: "manrope";
	font-size: 20px;
	color: white;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__control__info {
		font-size: 24px;
	}
}

.front-page .customers-section .customers-carousel__control__prev, .front-page .customers-section .customers-carousel__control__next {
	width: 39px;
	height: 39px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	opacity: 1;
	text-decoration: none;
}

@media (min-width: 768px) {
	.front-page .customers-section .customers-carousel__control__prev, .front-page .customers-section .customers-carousel__control__next {
		width: 47px;
		height: 47px;
	}
}

.front-page .customers-section .customers-carousel__control__prev:hover, .front-page .customers-section .customers-carousel__control__prev:focus, .front-page .customers-section .customers-carousel__control__prev:active, .front-page .customers-section .customers-carousel__control__prev:focus:hover, .front-page .customers-section .customers-carousel__control__next:hover, .front-page .customers-section .customers-carousel__control__next:focus, .front-page .customers-section .customers-carousel__control__next:active, .front-page .customers-section .customers-carousel__control__next:focus:hover {
	text-decoration: none;
}

.front-page .customers-section .customers-carousel__control__prev span, .front-page .customers-section .customers-carousel__control__next span {
	color: black;
}

.customers-page {
	position: relative;
}

.customers-page .banner-section {
	position: relative;
	height: 437px;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.customers-page .banner-section {
		height: 546px;
	}
}

.customers-page .banner-section__background {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.customers-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.customers-page .banner-section__background.desktop-show {
		display: block;
	}
}

.customers-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.customers-page .banner-section__background.mobile-show {
		display: none;
	}
}

.customers-page .banner-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px 17px;
}

@media (min-width: 768px) {
	.customers-page .banner-section__content {
		padding: 0 0 115px;
	}
}

.customers-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	letter-spacing: -.5px;
	color: white;
	margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	.customers-page .banner-section__title {
		font-size: 60px;
	}
}

.customers-page .banner-section__description {
	font-family: "manrope";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	max-width: 420px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.customers-page .banner-section__description {
		font-size: 25px;
	}
}

.customers-page .discover-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 41px 24px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.customers-page .discover-section {
		padding: 65px 0 0;
	}
}

.customers-page .discover-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: black;
	margin: 0 0 26px 0;
	max-width: 285px;
}

@media (min-width: 768px) {
	.customers-page .discover-section__title {
		font-size: 32px;
		line-height: 1;
		margin: 0 0 50px 0;
		max-width: none;
	}
}

.customers-page .discover-section__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
}

@media (min-width: 768px) {
	.customers-page .discover-section__list {
		gap: 24px;
		max-width: 950px;
	}
}

.customers-page .discover-section__item {
	width: 150px;
	height: 84px;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (min-width: 768px) {
	.customers-page .discover-section__item {
		width: 200px;
		height: 108px;
	}
}

.customers-page .discover-section__item__logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.customers-page .industry-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 155px;
}

@media (min-width: 768px) {
	.customers-page .industry-section {
		padding-top: 90px;
		padding-bottom: 190px;
	}
}

.customers-page .industry-section__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.customers-page .industry-section__list {
		padding: 0;
		max-width: 950px;
		gap: 24px;
	}
}

.customers-page .industry-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	line-height: 1;
	margin: 0 0 30px 0;
}

@media (min-width: 768px) {
	.customers-page .industry-section__title {
		font-size: 32px;
		margin: 0 0 50px 0;
	}
}

.customers-page .industry-section__item {
	width: 150px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #a4a4a4;
}

@media (min-width: 768px) {
	.customers-page .industry-section__item {
		width: 296px;
		height: 195px;
	}
}

.customers-page .industry-section__item__title {
	font-family: "manrope bold";
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #2F2F2F;
	max-width: 250px;
	text-align: center;
}

@media (min-width: 768px) {
	.customers-page .industry-section__item__title {
		font-size: 24px;
	}
}

.customers-page .industry-section__item__title.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.customers-page .industry-section__item__title.desktop-show {
		display: block;
	}
}

.customers-page .industry-section__item__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.customers-page .industry-section__item__title.mobile-show {
		display: none;
	}
}

.customers-page .industry-section__item__logo {
	max-width: 71px;
	max-height: 35px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.customers-page .industry-section__item__logo {
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 10px;
	}
}

.discover-section__body-overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.discover-section__popup {
	position: fixed;
	width: 100%;
	top: 80px;
	margin: 0;
	border-radius: 0;
	height: calc(100vh - 80px);
	min-height: 400px;
	background: white;
	-webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 19px;
	z-index: 99999;
}

@media (min-width: 768px) {
	.discover-section__popup {
		width: 90%;
		top: 50%;
		height: auto;
		margin-top: -200px;
		max-width: 1135px;
		border-radius: 10px;
		padding-top: 0;
	}
}

.discover-section__popup__close-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
}

.discover-section__popup__overlay {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90%;
	background: linear-gradient(180deg, rgba(173, 56, 53, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(-180deg);
	z-index: 3;
}

@media (min-width: 768px) {
	.discover-section__popup__overlay {
		border-radius: 10px 10px 0px 0px;
	}
}

.discover-section__popup__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 12px 24px 10px;
	z-index: 4;
}

@media (min-width: 768px) {
	.discover-section__popup__content {
		flex-direction: row;
		padding: 50px 105px 50px 100px;
	}
}

.discover-section__popup__item__logo {
	height: 90px;
	max-width: 200px;
	flex: 0 0 auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.discover-section__popup__item__logo {
		height: auto;
		max-width: none;
		flex: 0 0 300px;
	}
}

.discover-section__popup__item__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.4;
	color: black;
	padding: 0;
	flex: 1;
	margin-top: 19.5px;
}

@media (min-width: 768px) {
	.discover-section__popup__item__description {
		font-size: 20px;
		line-height: 27px;
		padding-left: 40px;
		margin-top: 0;
	}
}

.discover-section__popup__prev {
	position: absolute;
	width: 47px;
	height: 47px;
	top: auto;
	bottom: 109px;
	left: 24px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}

@media (min-width: 768px) {
	.discover-section__popup__prev {
		top: 50%;
		margin-top: -23.5px;
		left: 42.5px;
	}
}

.discover-section__popup__prev span {
	color: black;
}

.discover-section__popup__next {
	position: absolute;
	top: auto;
	bottom: 109px;
	left: auto;
	right: 24px;
	width: 47px;
	height: 47px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}

@media (min-width: 768px) {
	.discover-section__popup__next {
		top: 50%;
		left: auto;
		margin-top: -23.5px;
		right: 42.5px;
	}
}

.discover-section__popup__next span {
	color: black;
}

.partners-page {
	position: relative;
}

.partners-page .banner-section {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.partners-page .banner-section {
		height: 546px;
	}
}

.partners-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.partners-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.partners-page .banner-section__background.desktop-show {
		display: block;
	}
}

.partners-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.partners-page .banner-section__background.mobile-show {
		display: none;
	}
}

.partners-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.partners-page .banner-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	z-index: 2;
}

@media (min-width: 768px) {
	.partners-page .banner-section__content {
		padding: 0 0 115px;
	}
}

.partners-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	letter-spacing: -.5px;
	color: white;
	margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	.partners-page .banner-section__title {
		font-size: 60px;
	}
}

.partners-page .banner-section__description {
	font-family: "manrope";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	max-width: 420px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.partners-page .banner-section__description {
		font-size: 25px;
	}
}

.partners-page .partners-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
}

@media (min-width: 768px) {
	.partners-page .partners-section {
		padding-top: 90px;
	}
}

.partners-page .partners-section__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	grid-gap: 16px;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.partners-page .partners-section__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		padding: 0;
		grid-gap: 24px;
		max-width: 1100px;
	}
}

.partners-page .partners-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	line-height: 1;
	margin: 0 0 35px 0;
}

@media (min-width: 768px) {
	.partners-page .partners-section__title {
		font-size: 32px;
		margin: 0 0 50px 0;
	}
}

.partners-page .partners-section__item {
	width: 150px;
	height: 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F7F7F7;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.partners-page .partners-section__item {
		width: auto;
		height: 108px;
	}
}

.partners-page .partners-section__item__logo {
	max-width: 65%;
	max-height: 60%;
}

@media (min-width: 768px) {
	.partners-page .partners-section__item__logo {
		max-width: 80%;
		max-height: 100%;
	}
}

.partners-page .our-distributorship-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 315px;
}

@media (min-width: 768px) {
	.partners-page .our-distributorship-section {
		padding-top: 90px;
		padding-bottom: 190px;
	}
}

.partners-page .our-distributorship-section__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	grid-gap: 16px;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.partners-page .our-distributorship-section__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		padding: 0;
		grid-gap: 24px;
		max-width: 650px;
	}
}

.partners-page .our-distributorship-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	line-height: 1;
	margin: 0 0 35px 0;
}

@media (min-width: 768px) {
	.partners-page .our-distributorship-section__title {
		font-size: 32px;
		margin: 0 0 50px 0;
	}
}

.partners-page .our-distributorship-section__item {
	width: 150px;
	height: 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F7F7F7;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.partners-page .our-distributorship-section__item {
		width: auto;
		height: 108px;
	}
}

.partners-page .our-distributorship-section__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partners-page .our-distributorship-section__item__logo {
	max-width: 65%;
	max-height: 60%;
}

@media (min-width: 768px) {
	.partners-page .our-distributorship-section__item__logo {
		max-width: 80%;
		max-height: 100%;
	}
}

.contact-us-page {
	position: relative;
}

.contact-us-page .banner-section {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section {
		height: 546px;
	}
}

.contact-us-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.contact-us-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section__background.desktop-show {
		display: block;
	}
}

.contact-us-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section__background.mobile-show {
		display: none;
	}
}

.contact-us-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 90%;
	top: 0;
	left: auto;
	right: 0;
	background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.402) 98.34%);
	transform: rotate(-180deg);
	z-index: 1;
}

.contact-us-page .banner-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	z-index: 2;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section__content {
		padding: 0 0 115px;
		align-items: flex-end;
	}
}

.contact-us-page .banner-section__content__wrapper {
	max-width: 420px;
}

.contact-us-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	letter-spacing: -.5px;
	color: white;
	margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section__title {
		font-size: 60px;
	}
}

.contact-us-page .banner-section__description {
	font-family: "manrope";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	max-width: 420px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.contact-us-page .banner-section__description {
		font-size: 25px;
	}
}

.contact-us-page .contact-section {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	padding: 25px 24px 170px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section {
		flex-direction: row;
		padding: 77px 0 125px;
	}
}

.contact-us-page .contact-section .wpcf7 {
	margin-top: 33px;
	order: 2;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section .wpcf7 {
		margin-top: 0;
		order: 1;
		flex: 0 0 calc(50% - 100px);
	}
}

.contact-us-page .contact-section .wpcf7-response-output {
	display: none !important;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__form__group-line .contact-section__form__group {
		flex: 0 0 calc(50% - 10px);
	}
}

.contact-us-page .contact-section__form__group-line p {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__form__group-line p {
		flex-direction: row;
	}
}

.contact-us-page .contact-section__form__group {
	font-family: "montserrat";
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__form__group {
		margin-bottom: 15px;
	}
}

.contact-us-page .contact-section__form__group input,
.contact-us-page .contact-section__form__group select {
	font-family: "montserrat";
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
	padding: 12px 16px;
	margin-top: 10px;
	height: 44px;
	margin-bottom: 0;
	box-sizing: border-box;
	background-color: white;
}

.contact-us-page .contact-section__form__group input:focus,
.contact-us-page .contact-section__form__group select:focus {
	outline: none;
	box-shadow: 0 0 5px #999999;
}

.contact-us-page .contact-section__form__group textarea {
	font-family: "montserrat";
	font-size: 14px;
	display: block;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
	padding: 12px 16px;
	margin-top: 10px;
	height: 120px;
	width: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
	resize: none;
	background-color: white;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__form__group textarea {
		height: 187px;
	}
}

.contact-us-page .contact-section__form__submit-btn {
	margin-top: 30px;
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: 100%;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.contact-us-page .contact-section__form__submit-btn:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.contact-us-page .contact-section__form__submit-btn:visited {
	color: white;
	text-decoration: none;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__form__submit-btn {
		font-family: "montserrat";
		background-color: #DA3744;
		border-radius: 200px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		color: white;
		width: 215px;
		height: 47px;
		padding: 10px 43px;
		cursor: pointer;
	}
	.contact-us-page .contact-section__form__submit-btn:hover {
		background-color: #BC333E;
		color: white;
		text-decoration: none;
	}
	.contact-us-page .contact-section__form__submit-btn:visited {
		color: white;
		text-decoration: none;
	}
}

.contact-us-page .contact-section__form__submit-btn__wrapper {
	position: relative;
}

.contact-us-page .contact-section__form__submit-btn__wrapper .wpcf7-spinner {
	margin: 10px;
	position: absolute;
	bottom: 0;
	left: 167px;
}

.contact-us-page .contact-section__contact-info {
	padding-top: 20px;
	order: 1;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info {
		flex: 0 0 calc(50% - 14px) !important;
		order: 2;
	}
}

.contact-us-page .contact-section__contact-info__map {
	border-radius: 5px 5px 0 0;
	background-color: #F6F6F6;
	overflow: hidden;
}

.contact-us-page .contact-section__contact-info__map iframe {
	height: 264px;
	width: 100%;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info__map iframe {
		height: 420px;
		width: 600px;
	}
}

.contact-us-page .contact-section__contact-info__details {
	padding: 18px 27px 47px 27px;
	border-radius: 0 0 10px 10px;
	background-color: #F6F6F6;
	overflow: hidden;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info__details {
		padding: 38px 40px 50px 40px;
	}
}

.contact-us-page .contact-section__contact-info__details__address {
	display: flex;
	flex-direction: row;
	font-family: "manrope";
	font-size: 16px;
	max-width: 290px;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info__details__address {
		max-width: none;
	}
}

.contact-us-page .contact-section__contact-info__details__address__icon {
	font-size: 25px;
	color: #001768;
}

.contact-us-page .contact-section__contact-info__details__address__value {
	padding-left: 13px;
}

.contact-us-page .contact-section__contact-info__details__communicate {
	display: flex;
	flex-direction: row;
	margin-top: 13px;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info__details__communicate {
		margin-top: 19px;
	}
}

.contact-us-page .contact-section__contact-info__details__communicate__icon {
	font-size: 21px;
	color: #001768;
}

.contact-us-page .contact-section__contact-info__details__communicate__double-content {
	display: flex;
	flex-direction: column;
	font-family: "manrope";
	font-size: 16px;
	padding-left: 13px;
}

.contact-us-page .contact-section__contact-info__details__social {
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.contact-us-page .contact-section__contact-info__details__social {
		margin-top: 21px;
	}
}

.contact-us-page .contact-section__contact-info__details__social a {
	position: relative;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A4A4A4;
	border-radius: 3px;
	cursor: pointer;
}

.contact-us-page .contact-section__contact-info__details__social a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.contact-form-msg-popup__body-overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.contact-form-msg-popup__popup {
	position: fixed;
	width: 100%;
	max-width: 440px;
	height: 463px;
	margin: auto;
	background: white;
	-webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup {
		width: 440px;
	}
}

.contact-form-msg-popup__popup__close-btn {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 29px;
	top: 33px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
}

.contact-form-msg-popup__popup__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	z-index: 4;
}

.contact-form-msg-popup__popup__content__icon {
	width: 90px;
	height: 90px;
	object-fit: contain;
	margin-bottom: 17px;
}

.contact-form-msg-popup__popup__content__title {
	font-family: "montserrat bold";
	font-size: 32px;
	line-height: 1.3;
	max-width: 260px;
	margin-bottom: 15px;
}

.contact-form-msg-popup__popup__content__description {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.62;
	margin-bottom: 25px;
}

.contact-form-msg-popup__popup__content__button {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: 220px;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.contact-form-msg-popup__popup__content__button:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.contact-form-msg-popup__popup__content__button:visited {
	color: white;
	text-decoration: none;
}

.contact-form-msg-popup__popup__item__logo {
	height: 90px;
	max-width: 200px;
	flex: 0 0 auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup__item__logo {
		height: auto;
		max-width: none;
		flex: 0 0 300px;
	}
}

.contact-form-msg-popup__popup__item__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.4;
	color: black;
	padding: 0;
	flex: 1;
	margin-top: 19.5px;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup__item__description {
		font-size: 20px;
		line-height: 27px;
		padding-left: 40px;
		margin-top: 0;
	}
}

.our-business-page {
	position: relative;
}

.our-business-page .banner-section {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.our-business-page .banner-section {
		height: 546px;
	}
}

.our-business-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.our-business-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__background.desktop-show {
		display: block;
	}
}

.our-business-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__background.mobile-show {
		display: none;
	}
}

.our-business-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: linear-gradient(360deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.402) 98.34%);
	transform: rotate(-180deg);
	z-index: 1;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__overlay {
		width: 90%;
		background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.402) 98.34%);
	}
}

.our-business-page .banner-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	z-index: 2;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__content {
		padding: 0 0 50px;
		align-items: flex-end;
	}
}

.our-business-page .banner-section__content__wrapper {
	max-width: 480px;
}

.our-business-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	letter-spacing: -.5px;
	color: white;
	margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__title {
		font-size: 60px;
	}
}

.our-business-page .banner-section__description {
	font-family: "manrope";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	max-width: 435px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.our-business-page .banner-section__description {
		font-size: 25px;
	}
}

.our-business-page .first-section {
	padding: 41px 24px 57px;
}

@media (min-width: 768px) {
	.our-business-page .first-section {
		padding: 70px 0 91px;
	}
}

.our-business-page .first-section__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
	max-width: 1114px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.our-business-page .first-section__content {
		flex-direction: row;
		gap: 46px;
	}
}

.our-business-page .first-section__content__description {
	font-size: 16px;
	line-height: 1.4;
	font-family: "manrope light";
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.our-business-page .first-section__content__description {
		line-height: 1.5;
	}
}

.our-business-page .second-section {
	position: relative;
}

@media (min-width: 768px) {
	.our-business-page .second-section {
		height: 535px;
	}
}

.our-business-page .second-section__content {
	display: flex;
	flex-direction: row;
	height: 100%;
	gap: 46px;
	background: linear-gradient(90deg, #010B30 80%, #ffffff00 100%) !important;
	background: -webkit-linear-gradient(90deg, #010B30 80%, #ffffff00 100%) !important;
	background: -o-linear-gradient(90deg, #010B30 80%, #ffffff00 100%) !important;
	background: -moz-linear-gradient(90deg, #010B30 80%, #ffffff00 100%) !important;
	background: -ms-linear-gradient(90deg, #010B30 80%, #ffffff00 100%) !important;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content {
		background: linear-gradient(0deg, #010B30 80%, #ffffff00 100%) !important;
		background: -webkit-linear-gradient(0deg, #010B30 80%, #ffffff00 100%) !important;
		background: -o-linear-gradient(0deg, #010B30 80%, #ffffff00 100%) !important;
		background: -moz-linear-gradient(0deg, #010B30 80%, #ffffff00 100%) !important;
		background: -ms-linear-gradient(0deg, #010B30 80%, #ffffff00 100%) !important;
	}
}

.our-business-page .second-section__content__background-color {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #010B30 67.62%, #ffffff00 100%) !important;
	background: -webkit-linear-gradient(90deg, #010B30 67.62%, #ffffff00 100%) !important;
	background: -o-linear-gradient(90deg, #010B30 67.62%, #ffffff00 100%) !important;
	background: -moz-linear-gradient(90deg, #010B30 67.62%, #ffffff00 100%) !important;
	background: -ms-linear-gradient(90deg, #010B30 67.62%, #ffffff00 100%) !important;
	z-index: 2;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content__background-color {
		background: linear-gradient(0deg, #010B30 67.62%, #ffffff00 100%) !important;
		background: -webkit-linear-gradient(0deg, #010B30 67.62%, #ffffff00 100%) !important;
		background: -o-linear-gradient(0deg, #010B30 67.62%, #ffffff00 100%) !important;
		background: -moz-linear-gradient(0deg, #010B30 67.62%, #ffffff00 100%) !important;
		background: -ms-linear-gradient(0deg, #010B30 67.62%, #ffffff00 100%) !important;
	}
}

.our-business-page .second-section__content__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-height: 210px;
	object-fit: cover;
	z-index: 1;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content__photo {
		left: auto;
		right: 0;
		top: 0;
		height: 100%;
		width: auto;
		max-height: none;
	}
}

.our-business-page .second-section__content__details {
	position: relative;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 214px 24px 72px;
	z-index: 3;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content__details {
		padding: 0 0 18px;
	}
}

.our-business-page .second-section__content__details__title {
	font-family: "montserrat light";
	font-size: 24px;
	margin-bottom: 11px;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content__details__title {
		font-size: 32px;
		margin-bottom: 25px;
	}
}

.our-business-page .second-section__content__details__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.48;
}

@media (min-width: 768px) {
	.our-business-page .second-section__content__details__description {
		font-size: 20px;
		line-height: 1.6;
	}
}

.our-business-page .third-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px 24px 74px;
}

@media (min-width: 768px) {
	.our-business-page .third-section__content {
		padding: 60px 0 152px;
	}
}

.our-business-page .third-section__content__background--first {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(89.94deg, #E1E1E1 -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
}

@media (min-width: 768px) {
	.our-business-page .third-section__content__background--first {
		height: calc(100% - 380px);
	}
}

.our-business-page .third-section__content__background--second {
	display: none;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background: white;
}

@media (min-width: 768px) {
	.our-business-page .third-section__content__background--second {
		display: block;
	}
}

.our-business-page .third-section__vision {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 660px;
	margin-top: 30px;
	order: 2;
}

@media (min-width: 768px) {
	.our-business-page .third-section__vision {
		margin-top: 0;
		margin-bottom: 45px;
		order: 1;
	}
}

.our-business-page .third-section__vision__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.our-business-page .third-section__vision__title {
		font-size: 32px;
	}
}

.our-business-page .third-section__vision__description {
	font-family: "manrope light";
	font-size: 16px;
	color: black;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.our-business-page .third-section__vision__description {
		line-height: 1.62;
	}
}

.our-business-page .third-section__mission {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 620px;
	margin-top: 33px;
	order: 3;
}

@media (min-width: 768px) {
	.our-business-page .third-section__mission {
		margin-bottom: 63px;
		order: 2;
	}
}

.our-business-page .third-section__mission__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: black;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.our-business-page .third-section__mission__title {
		font-size: 32px;
	}
}

.our-business-page .third-section__mission__description {
	font-family: "manrope light";
	font-size: 16px;
	color: black;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.our-business-page .third-section__mission__description {
		line-height: 1.62;
	}
}

.our-business-page .third-section__photo {
	position: relative;
	width: 100%;
	order: 1;
}

@media (min-width: 768px) {
	.our-business-page .third-section__photo {
		width: auto;
		height: 456px;
		max-width: 1120px;
		order: 3;
	}
}

.our-business-page .third-section__photo img {
	object-fit: cover;
	border-radius: 15px;
}

.our-business-page .journey-section {
	position: relative;
}

.our-business-page .journey-section__background--1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: soft-light;
	z-index: 2;
}

.our-business-page .journey-section__background--2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.our-business-page .journey-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 24px 83px;
	gap: 43px;
	z-index: 3;
}

@media (min-width: 768px) {
	.our-business-page .journey-section__content {
		flex-direction: row;
		padding: 70px 0 83px;
	}
}

.our-business-page .journey-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	color: white;
}

@media (min-width: 768px) {
	.our-business-page .journey-section__content__title {
		font-size: 32px;
		flex: 0 0 39%;
		text-align: center;
	}
}

.our-business-page .journey-section__content__col {
	padding: 10px 0 0;
}

.our-business-page .journey-section__content__group {
	display: grid;
	grid-template-columns: 91px 3px 1fr;
}

@media (min-width: 768px) {
	.our-business-page .journey-section__content__group {
		grid-template-columns: 86px 6px 1fr;
	}
}

.our-business-page .journey-section__content__group:first-child .journey-section__content__line {
	background-color: white;
}

.our-business-page .journey-section__content__group:nth-child(2) .journey-section__content__line {
	background-color: #D6C2C1;
}

.our-business-page .journey-section__content__group:nth-child(3) .journey-section__content__line {
	background-color: #CAA3A2;
}

.our-business-page .journey-section__content__group:nth-child(4) .journey-section__content__line {
	background-color: #C47A78;
}

.our-business-page .journey-section__content__group:nth-child(5) .journey-section__content__line {
	background-color: #DA3744;
}

.our-business-page .journey-section__content__group:nth-child(6) .journey-section__content__line {
	background-color: #B05654;
}

.our-business-page .journey-section__content__group:nth-child(7) .journey-section__content__line {
	background-color: #970D18;
}

.our-business-page .journey-section__content__group:last-child .journey-section__content__line {
	background-color: #65020A;
}

.our-business-page .journey-section__content__year {
	font-family: "manrope bold";
	color: #7BCDF2;
	font-size: 24px;
}

.our-business-page .journey-section__content__details {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.4;
	color: white;
	padding-left: 30px;
	padding-bottom: 21px;
}

@media (min-width: 768px) {
	.our-business-page .journey-section__content__details {
		line-height: 1.5;
		padding-left: 31px;
		padding-bottom: 45px;
	}
}

.our-business-page .journey-section__content__line {
	height: 100%;
	width: 3px;
}

@media (min-width: 768px) {
	.our-business-page .journey-section__content__line {
		width: 6px;
	}
}

.experience-the-difference-page {
	position: relative;
}

.experience-the-difference-page .banner-section {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section {
		height: 546px;
	}
}

.experience-the-difference-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.experience-the-difference-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__background.desktop-show {
		display: block;
	}
}

.experience-the-difference-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__background.mobile-show {
		display: none;
	}
}

.experience-the-difference-page .banner-section__overlay {
	position: absolute;
	width: 100%;
	height: 90%;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.94) 0%, rgba(217, 217, 217, 0) 100%);
	z-index: 1;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__overlay {
		height: 100%;
		width: 90%;
		top: 0;
		left: auto;
		right: 0;
		background: linear-gradient(256.6deg, rgba(98, 98, 98, 0) 10.2%, rgba(0, 0, 0, 0.402) 98.34%);
		transform: rotate(-180deg);
	}
}

.experience-the-difference-page .banner-section__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 35px;
	z-index: 2;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__content {
		padding: 0 0 115px;
		align-items: flex-end;
	}
}

.experience-the-difference-page .banner-section__content__wrapper {
	max-width: 480px;
}

.experience-the-difference-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -.5px;
	color: white;
	margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.experience-the-difference-page .banner-section__description {
	font-family: "manrope";
	font-size: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0;
	max-width: 435px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.experience-the-difference-page .banner-section__description {
		font-size: 25px;
	}
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section {
		background: linear-gradient(90deg, #E1E1E1 -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
	}
}

.experience-the-difference-page .different-section__content {
	max-width: 1121px;
	margin: 0 auto;
	padding: 41px 24px 0;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__content {
		padding: 65px 0 112px;
	}
}

.experience-the-difference-page .different-section__header {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: black;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__header {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 50px;
	}
}

.experience-the-difference-page .different-section__body {
	display: flex;
	flex-direction: row;
	gap: 22px;
	flex-wrap: wrap;
	text-align: center;
	align-items: stretch;
	justify-content: center;
}

.experience-the-difference-page .different-section__body__tile {
	max-width: 359px;
	background: #F6F6F6;
	border-radius: 16px;
	padding: 23px 35px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__body__tile {
		padding: 63px 48px;
	}
}

.experience-the-difference-page .different-section__body__tile__icon {
	max-width: 43px;
	max-height: 43px;
	object-fit: contain;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__body__tile__icon {
		max-width: 71px;
		max-height: 71px;
		margin-bottom: 18px;
	}
}

.experience-the-difference-page .different-section__body__tile__title {
	font-family: "manrope bold";
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -.48px;
	color: #2F2F2F;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__body__tile__title {
		min-height: 56px;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -.6px;
	}
}

.experience-the-difference-page .different-section__body__tile__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #808080;
}

@media (min-width: 768px) {
	.experience-the-difference-page .different-section__body__tile__description {
		line-height: 1.62;
	}
}

.experience-the-difference-page .services-section__content {
	max-width: 930px;
	margin: 0 auto;
	padding: 58px 24px 240px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__content {
		padding: 95px 0 119px;
	}
}

.experience-the-difference-page .services-section__header {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: black;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__header {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 60px;
	}
}

.experience-the-difference-page .services-section__body {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body {
		gap: 64px;
	}
}

.experience-the-difference-page .services-section__body__row {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body__row {
		flex-direction: row;
		align-items: flex-end;
		gap: 54px;
	}
}

.experience-the-difference-page .services-section__body__row:nth-child(2n) .services-section__body__photo-wrapper {
	order: 2;
}

.experience-the-difference-page .services-section__body__row:nth-child(2n) .services-section__body__content {
	order: 1;
}

.experience-the-difference-page .services-section__body__row:nth-child(2n + 1) .services-section__body__photo-wrapper {
	order: 2;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body__row:nth-child(2n + 1) .services-section__body__photo-wrapper {
		order: 1;
	}
}

.experience-the-difference-page .services-section__body__row:nth-child(2n + 1) .services-section__body__content {
	order: 1;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body__row:nth-child(2n + 1) .services-section__body__content {
		order: 2;
	}
}

.experience-the-difference-page .services-section__body__photo-wrapper {
	position: relative;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body__photo-wrapper {
		flex: 0 0 420px;
	}
}

.experience-the-difference-page .services-section__body__photo {
	border-radius: 10px;
	width: 100%;
}

.experience-the-difference-page .services-section__body__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.experience-the-difference-page .services-section__body__content__label {
	font-family: "montserrat bold";
	font-size: 20px;
	line-height: 1.24;
	color: black;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.experience-the-difference-page .services-section__body__content__label {
		font-size: 40px;
		line-height: 1.3;
	}
}

.experience-the-difference-page .services-section__body__content__description {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
}

.system-infrastructure-page .banner-section {
	position: relative;
}

.system-infrastructure-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.system-infrastructure-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.system-infrastructure-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__background.desktop-show {
		display: block;
	}
}

.system-infrastructure-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__background.mobile-show {
		display: none;
	}
}

.system-infrastructure-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.system-infrastructure-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.system-infrastructure-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 480px;
	color: white;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.system-infrastructure-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.system-infrastructure-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.system-infrastructure-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.system-infrastructure-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.system-infrastructure-page .first-section {
	position: relative;
	padding: 50px 24px 64px;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section {
		padding: 113px 0px 169px;
	}
}

.system-infrastructure-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 27px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

.system-infrastructure-page .first-section__col-left {
	order: 2;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__col-left {
		flex: 1;
		order: 1;
	}
}

.system-infrastructure-page .first-section__col-right {
	order: 1;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__col-right {
		flex: 0 0 480px;
		order: 2;
	}
}

.system-infrastructure-page .first-section__col-right img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.system-infrastructure-page .first-section__col-right__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__col-right__photo.desktop-show {
		display: block;
	}
}

.system-infrastructure-page .first-section__col-right__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__col-right__photo.mobile-show {
		display: none;
	}
}

.system-infrastructure-page .first-section__article + * {
	margin-top: 26px;
}

.system-infrastructure-page .first-section__article__header {
	display: flex;
}

.system-infrastructure-page .first-section__article__header__icon {
	display: block;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
}

.system-infrastructure-page .first-section__article__header__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.system-infrastructure-page .first-section__article__header__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
	padding-left: 14px;
}

.system-infrastructure-page .first-section__article__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	padding-left: 48px;
	margin-top: 4px;
}

@media (min-width: 768px) {
	.system-infrastructure-page .first-section__article__description {
		margin-top: 5px;
	}
}

.system-infrastructure-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.system-infrastructure-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.system-infrastructure-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.system-infrastructure-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.system-infrastructure-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.system-infrastructure-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.system-infrastructure-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.system-infrastructure-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.system-infrastructure-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.system-infrastructure-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.system-infrastructure-page .discover-section__content__more__tile__title {
		min-height: 58px;
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.system-infrastructure-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.system-infrastructure-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.system-infrastructure-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.system-infrastructure-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.system-infrastructure-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.system-infrastructure-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.system-infrastructure-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.network-infrastructure-page .banner-section {
	position: relative;
}

.network-infrastructure-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.network-infrastructure-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.network-infrastructure-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__background.desktop-show {
		display: block;
	}
}

.network-infrastructure-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__background.mobile-show {
		display: none;
	}
}

.network-infrastructure-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.network-infrastructure-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.network-infrastructure-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 480px;
	color: white;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.network-infrastructure-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.network-infrastructure-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.network-infrastructure-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.network-infrastructure-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.network-infrastructure-page .first-section {
	position: relative;
	padding: 50px 24px 64px;
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section {
		padding: 113px 0px 169px;
	}
}

.network-infrastructure-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 27px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.network-infrastructure-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.network-infrastructure-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.network-infrastructure-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__col-right {
		flex: 1;
	}
}

.network-infrastructure-page .first-section__article + * {
	margin-top: 26px;
}

.network-infrastructure-page .first-section__article__header {
	display: flex;
}

.network-infrastructure-page .first-section__article__header__icon {
	display: block;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
}

.network-infrastructure-page .first-section__article__header__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.network-infrastructure-page .first-section__article__header__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
	padding-left: 14px;
}

.network-infrastructure-page .first-section__article__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	padding-left: 48px;
	margin-top: 4px;
}

@media (min-width: 768px) {
	.network-infrastructure-page .first-section__article__description {
		margin-top: 5px;
	}
}

.network-infrastructure-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.network-infrastructure-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.network-infrastructure-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.network-infrastructure-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.network-infrastructure-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.network-infrastructure-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.network-infrastructure-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.network-infrastructure-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.network-infrastructure-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.network-infrastructure-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.network-infrastructure-page .discover-section__content__more__tile__title {
		min-height: 58px;
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.network-infrastructure-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.network-infrastructure-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.network-infrastructure-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.network-infrastructure-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.network-infrastructure-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.network-infrastructure-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.network-infrastructure-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.structured-cabling-page .banner-section {
	position: relative;
}

.structured-cabling-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.structured-cabling-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.structured-cabling-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__background.desktop-show {
		display: block;
	}
}

.structured-cabling-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__background.mobile-show {
		display: none;
	}
}

.structured-cabling-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.structured-cabling-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.structured-cabling-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 480px;
	color: white;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.structured-cabling-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.structured-cabling-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.structured-cabling-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.structured-cabling-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.structured-cabling-page .first-section {
	position: relative;
	padding: 50px 24px 64px;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section {
		padding: 88px 0px 150px;
	}
}

.structured-cabling-page .first-section__wrapper {
	max-width: 935px;
	margin: 0 auto;
}

.structured-cabling-page .first-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: black;
	margin-bottom: 41px;
	text-align: center;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__title {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 56px;
	}
}

.structured-cabling-page .first-section__article-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__article-wrapper {
		gap: 65px;
	}
}

.structured-cabling-page .first-section__article {
	display: flex;
	gap: 12px;
	flex-direction: column;
	align-items: stretch;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__article {
		gap: 54px;
		flex-direction: row;
		align-items: flex-end;
	}
}

.structured-cabling-page .first-section__article:nth-child(2n) .first-section__article__photo {
	order: 2;
}

.structured-cabling-page .first-section__article:nth-child(2n) .first-section__article__description {
	order: 1;
}

.structured-cabling-page .first-section__article:nth-child(2n+1) .first-section__article__photo {
	order: 2;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__article:nth-child(2n+1) .first-section__article__photo {
		order: 1;
	}
}

.structured-cabling-page .first-section__article:nth-child(2n+1) .first-section__article__description {
	order: 1;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__article:nth-child(2n+1) .first-section__article__description {
		order: 2;
	}
}

.structured-cabling-page .first-section__article__description {
	font-family: "montserrat bold";
	font-size: 20px;
	line-height: 1.24;
	color: black;
}

@media (min-width: 768px) {
	.structured-cabling-page .first-section__article__description {
		font-size: 40px;
		line-height: 1.3;
	}
}

.structured-cabling-page .second-section {
	background: linear-gradient(89.94deg, rgba(225, 225, 225, 0.5) -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
	padding: 22px 24px 67px;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section {
		padding: 90px 0;
	}
}

.structured-cabling-page .second-section__wrapper {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.structured-cabling-page .second-section__content {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section__content {
		gap: 34px;
	}
}

.structured-cabling-page .second-section__title {
	max-width: 850px;
	font-family: "montserrat light";
	font-size: 25px;
	line-height: 1.3;
	color: black;
	margin: 0 auto 27px;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section__title {
		font-size: 32px;
		line-height: 1.3;
		margin: 0 auto 36px;
	}
}

.structured-cabling-page .second-section__article {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	height: auto;
	padding: 25px 24px;
	background: #F8F8F8;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section__article {
		justify-content: flex-start;
		flex-direction: column;
		width: 350px;
		height: 308px;
		padding: 35px;
	}
}

.structured-cabling-page .second-section__article img {
	flex: 0 0 110px;
	width: 110px;
	object-fit: contain;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section__article img {
		flex: 0 0 auto;
		width: 100%;
	}
}

.structured-cabling-page .second-section__article__description {
	font-family: "manrope semibold";
	font-size: 18px;
	line-height: 1.46;
	color: #2F2F2F;
	text-align: left;
	margin: 0;
	padding-left: 26px;
}

@media (min-width: 768px) {
	.structured-cabling-page .second-section__article__description {
		font-size: 24px;
		line-height: 1.46;
		padding-left: 0;
		margin-top: 21px;
	}
}

.structured-cabling-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.structured-cabling-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.structured-cabling-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.structured-cabling-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.structured-cabling-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.structured-cabling-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.structured-cabling-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.structured-cabling-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.structured-cabling-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.structured-cabling-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.structured-cabling-page .discover-section__content__more__tile__title {
		min-height: 58px;
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.structured-cabling-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.structured-cabling-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.structured-cabling-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.structured-cabling-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.structured-cabling-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.structured-cabling-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.structured-cabling-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.mobility-page .banner-section {
	position: relative;
}

.mobility-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.mobility-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.mobility-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__background.desktop-show {
		display: block;
	}
}

.mobility-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__background.mobile-show {
		display: none;
	}
}

.mobility-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.mobility-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.mobility-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 480px;
	color: white;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.mobility-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.mobility-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.mobility-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.mobility-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.mobility-page .first-section {
	background: linear-gradient(89.94deg, rgba(225, 225, 225, 0.5) -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
	padding: 90px 0;
}

.mobility-page .first-section__wrapper {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.mobility-page .first-section__content {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.mobility-page .first-section__content {
		gap: 34px;
	}
}

.mobility-page .first-section__title {
	max-width: 850px;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: black;
	margin: 0 auto 36px;
}

@media (min-width: 768px) {
	.mobility-page .first-section__title {
		font-size: 32px;
		line-height: 1.3;
	}
}

.mobility-page .first-section__article {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 107px;
	padding: 25px 24px;
	background: #F8F8F8;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.mobility-page .first-section__article {
		flex-direction: column;
		align-items: flex-start;
		width: 350px;
		height: 308px;
		padding: 35px;
	}
}

.mobility-page .first-section__article img {
	flex: 0 0 110px;
	width: 110px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.mobility-page .first-section__article img {
		flex: 0 0 auto;
		width: 100%;
		align-self: flex-start;
	}
}

.mobility-page .first-section__article__description {
	font-family: "manrope semibold";
	font-size: 18px;
	line-height: 1.46;
	color: #2F2F2F;
	text-align: left;
	margin: 0;
	padding-left: 26px;
}

@media (min-width: 768px) {
	.mobility-page .first-section__article__description {
		font-size: 24px;
		line-height: 1.46;
		padding-left: 0;
		margin-top: 21px;
	}
}

.mobility-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mobility-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.mobility-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.mobility-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.mobility-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.mobility-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.mobility-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.mobility-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.mobility-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.mobility-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.mobility-page .discover-section__content__more__tile__title {
		min-height: 58px;
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.mobility-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.mobility-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.mobility-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.mobility-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.mobility-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.mobility-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.mobility-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.system-security-page .banner-section {
	position: relative;
}

.system-security-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.system-security-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.system-security-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__background.desktop-show {
		display: block;
	}
}

.system-security-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__background.mobile-show {
		display: none;
	}
}

.system-security-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.system-security-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.system-security-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 485px;
	color: white;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.system-security-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.system-security-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: black;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.system-security-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: black;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.system-security-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.system-security-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.system-security-page .first-section {
		padding: 132px 0px 168px;
	}
}

.system-security-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.system-security-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.system-security-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.system-security-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.system-security-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.system-security-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.system-security-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.system-security-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.system-security-page .first-section__col-right {
		flex: 1;
		margin-top: 58px;
	}
}

.system-security-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.system-security-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

.system-security-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.system-security-page .first-section__title.mobile-show {
		display: none;
	}
}

.system-security-page .first-section__article {
	display: flex;
	flex-direction: row;
}

.system-security-page .first-section__article + * {
	margin-top: 26px;
}

.system-security-page .first-section__article__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.system-security-page .first-section__article__icon {
		flex: 0 0 76.69px;
		width: 76.69px;
		height: 78.78px;
	}
}

.system-security-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.system-security-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 13px;
}

@media (min-width: 768px) {
	.system-security-page .first-section__article__content {
		padding-left: 15px;
		padding-top: 23px;
	}
}

.system-security-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.system-security-page .first-section__article__content__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	margin-top: 10px;
}

.system-security-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.system-security-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.system-security-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.system-security-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.system-security-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.system-security-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.system-security-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.system-security-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.system-security-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.system-security-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.system-security-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.system-security-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.system-security-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.system-security-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.system-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.system-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.system-security-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.system-security-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.network-security-page .banner-section {
	position: relative;
}

.network-security-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.network-security-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.network-security-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.network-security-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.network-security-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 540px;
	color: white;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.network-security-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.network-security-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: black;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.network-security-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: black;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.network-security-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.network-security-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.network-security-page .first-section {
		padding: 132px 0px 168px;
	}
}

.network-security-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.network-security-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.network-security-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.network-security-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.network-security-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.network-security-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.network-security-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.network-security-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.network-security-page .first-section__col-right {
		flex: 1;
		margin-top: 58px;
	}
}

.network-security-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.network-security-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

.network-security-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.network-security-page .first-section__title.mobile-show {
		display: none;
	}
}

.network-security-page .first-section__article {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.network-security-page .first-section__article + * {
	margin-top: 26px;
}

.network-security-page .first-section__article__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.network-security-page .first-section__article__icon {
		flex: 0 0 76.69px;
		width: 76.69px;
		height: 78.78px;
	}
}

.network-security-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.network-security-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 13px;
}

@media (min-width: 768px) {
	.network-security-page .first-section__article__content {
		padding-left: 15px;
	}
}

.network-security-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.network-security-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.network-security-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.network-security-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.network-security-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.network-security-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.network-security-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.network-security-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.network-security-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.network-security-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.network-security-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.network-security-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.network-security-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.network-security-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.network-security-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.network-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.network-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.network-security-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.network-security-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.endpoint-security-page .banner-section {
	position: relative;
}

.endpoint-security-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.endpoint-security-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.endpoint-security-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.endpoint-security-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.endpoint-security-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 635px;
	color: white;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.endpoint-security-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 360px;
	}
}

.endpoint-security-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: black;
	max-width: 900px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.endpoint-security-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: black;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.endpoint-security-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.endpoint-security-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section {
		padding: 132px 0px 168px;
	}
}

.endpoint-security-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.endpoint-security-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.endpoint-security-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.endpoint-security-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__col-right {
		flex: 1;
		margin-top: 58px;
	}
}

.endpoint-security-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

.endpoint-security-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__title.mobile-show {
		display: none;
	}
}

.endpoint-security-page .first-section__article {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.endpoint-security-page .first-section__article + * {
	margin-top: 26px;
}

.endpoint-security-page .first-section__article__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__article__icon {
		flex: 0 0 76.69px;
		width: 76.69px;
		height: 78.78px;
	}
}

.endpoint-security-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.endpoint-security-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 13px;
}

@media (min-width: 768px) {
	.endpoint-security-page .first-section__article__content {
		padding-left: 15px;
	}
}

.endpoint-security-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.endpoint-security-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.endpoint-security-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.endpoint-security-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.endpoint-security-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.endpoint-security-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.endpoint-security-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.endpoint-security-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.endpoint-security-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.endpoint-security-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.endpoint-security-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.endpoint-security-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.endpoint-security-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.endpoint-security-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.endpoint-security-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.endpoint-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.endpoint-security-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.endpoint-security-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.endpoint-security-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.cloud-page .banner-section {
	position: relative;
}

.cloud-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.cloud-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.cloud-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__background.desktop-show {
		display: block;
	}
}

.cloud-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__background.mobile-show {
		display: none;
	}
}

.cloud-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.cloud-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.cloud-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 730px;
	color: white;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.cloud-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 395px;
	}
}

.cloud-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.cloud-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.cloud-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.cloud-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.cloud-page .first-section {
		padding: 132px 0px 168px;
	}
}

.cloud-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.cloud-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.cloud-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.cloud-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.cloud-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.cloud-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.cloud-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.cloud-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.cloud-page .first-section__col-right {
		flex: 1;
		margin-top: 58px;
	}
}

.cloud-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.cloud-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

.cloud-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.cloud-page .first-section__title.mobile-show {
		display: none;
	}
}

.cloud-page .first-section__article {
	display: flex;
	flex-direction: row;
}

.cloud-page .first-section__article + * {
	margin-top: 26px;
}

.cloud-page .first-section__article__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.cloud-page .first-section__article__icon {
		flex: 0 0 76.69px;
		width: 76.69px;
		height: 78.78px;
	}
}

.cloud-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cloud-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 13px;
}

@media (min-width: 768px) {
	.cloud-page .first-section__article__content {
		padding-left: 15px;
		padding-top: 23px;
	}
}

.cloud-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.cloud-page .first-section__article__content__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	margin-top: 10px;
}

.cloud-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cloud-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.cloud-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.cloud-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.cloud-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.cloud-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.cloud-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.cloud-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.cloud-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.cloud-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.cloud-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.cloud-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.cloud-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.cloud-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.cloud-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.cloud-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.cloud-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.cloud-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.digital-workplace-page .banner-section {
	position: relative;
}

.digital-workplace-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.digital-workplace-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.digital-workplace-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__background.desktop-show {
		display: block;
	}
}

.digital-workplace-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__background.mobile-show {
		display: none;
	}
}

.digital-workplace-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.digital-workplace-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.digital-workplace-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 730px;
	color: white;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.digital-workplace-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 395px;
	}
}

.digital-workplace-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.digital-workplace-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.digital-workplace-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.digital-workplace-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section {
		padding: 132px 0px 168px;
	}
}

.digital-workplace-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

.digital-workplace-page .first-section__col-left {
	order: 2;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__col-left {
		flex: 1;
		order: 1;
	}
}

.digital-workplace-page .first-section__col-right {
	order: 1;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__col-right {
		flex: 0 0 480px;
		margin-top: 83px;
		order: 2;
	}
}

.digital-workplace-page .first-section__col-right img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.digital-workplace-page .first-section__col-right__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__col-right__photo.desktop-show {
		display: block;
	}
}

.digital-workplace-page .first-section__col-right__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__col-right__photo.mobile-show {
		display: none;
	}
}

.digital-workplace-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 16px;
	}
}

.digital-workplace-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__title.mobile-show {
		display: none;
	}
}

.digital-workplace-page .first-section__article {
	display: flex;
	flex-direction: row;
}

.digital-workplace-page .first-section__article + * {
	margin-top: 15px;
}

.digital-workplace-page .first-section__article__icon {
	flex: 0 0 50px;
	border-radius: 14px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.digital-workplace-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.digital-workplace-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 6px;
}

@media (min-width: 768px) {
	.digital-workplace-page .first-section__article__content {
		padding-left: 6px;
		padding-top: 10px;
	}
}

.digital-workplace-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.digital-workplace-page .first-section__article__content__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	margin-top: 10px;
}

.digital-workplace-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.digital-workplace-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.digital-workplace-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 83px 0 139px;
	z-index: 2;
}

.digital-workplace-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 32px;
	line-height: 1.3;
	color: white;
	margin-bottom: 60px;
	text-align: center;
}

.digital-workplace-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.digital-workplace-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.digital-workplace-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.digital-workplace-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 11px;
}

.digital-workplace-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.digital-workplace-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.digital-workplace-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.digital-workplace-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.digital-workplace-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.digital-workplace-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.digital-workplace-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.electronics-and-electrical-page .banner-section {
	position: relative;
}

.electronics-and-electrical-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.electronics-and-electrical-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.electronics-and-electrical-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__background.desktop-show {
		display: block;
	}
}

.electronics-and-electrical-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__background.mobile-show {
		display: none;
	}
}

.electronics-and-electrical-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.electronics-and-electrical-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.electronics-and-electrical-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 535px;
	color: white;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.electronics-and-electrical-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 395px;
	}
}

.electronics-and-electrical-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.electronics-and-electrical-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.electronics-and-electrical-page .first-section__wrapper {
	max-width: calc(350px * 3 + 34px * 2);
	margin: 0 auto;
	padding: 41px 0;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__wrapper {
		padding: 99px 0;
	}
}

.electronics-and-electrical-page .first-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
	margin-bottom: 12px;
	text-align: center;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__title {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 63px;
	}
}

.electronics-and-electrical-page .first-section__content-wrapper {
	max-width: calc(350px * 3 + 34px * 2);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__content-wrapper {
		gap: 34px;
	}
}

.electronics-and-electrical-page .first-section__article {
	background: #F8F8F8;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 101px;
	width: 100%;
	flex: 0 0 100%;
	padding: 0 24px;
	justify-content: space-between;
	cursor: pointer;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article {
		flex-direction: column;
		flex: 0 0 350px;
		padding: 35px 35px 40px;
		min-height: 485px;
		cursor: default;
	}
}

.electronics-and-electrical-page .first-section__article__photo {
	width: 110px;
	height: auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__photo {
		height: 118px;
		width: 100%;
	}
}

.electronics-and-electrical-page .first-section__article__content {
	flex: 1;
	padding-left: 25px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__content {
		padding-left: 0;
	}
}

.electronics-and-electrical-page .first-section__article__icon {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__icon {
		display: none;
	}
}

.electronics-and-electrical-page .first-section__article__title {
	font-family: "manrope semibold";
	font-size: 18px;
	line-height: 1.46;
	letter-spacing: -0.03em;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__title {
		font-size: 20px;
		line-height: 1.4;
		margin: 25px 0 10px;
	}
}

.electronics-and-electrical-page .first-section__article__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	display: none;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__description {
		display: block;
	}
}

.electronics-and-electrical-page .first-section__article__description__mobile {
	padding: 40px 24px;
}

.electronics-and-electrical-page .first-section__article__description__mobile.collapse:not(.show) {
	display: none;
}

.electronics-and-electrical-page .first-section__article__description__mobile.collapse.show {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__description__mobile.collapse.show {
		display: none;
	}
}

.electronics-and-electrical-page .first-section__article__description__mobile.collapsing {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__description__mobile.collapsing {
		display: none;
	}
}

.electronics-and-electrical-page .first-section__article__description__mobile .mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .first-section__article__description__mobile .mobile-show {
		display: none;
	}
}

.electronics-and-electrical-page .first-section__article__description ul {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 0 24px;
	padding: 0;
}

.electronics-and-electrical-page .first-section__article__description ul li {
	font-size: 16px;
	line-height: 1.4;
}

.electronics-and-electrical-page .first-section__article__description ul li::marker {
	font-size: 10px;
}

.electronics-and-electrical-page .first-section__article__description ul li + * {
	margin-top: 20px;
}

.electronics-and-electrical-page .second-section__wrapper {
	max-width: calc(350px * 3 + 34px * 2);
	margin: 0 auto;
	padding: 14px 0 98px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__wrapper {
		padding: 14px 0 230px;
	}
}

.electronics-and-electrical-page .second-section__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
	margin-bottom: 12px;
	text-align: center;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__title {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 63px;
	}
}

.electronics-and-electrical-page .second-section__content-wrapper {
	max-width: calc(350px * 3 + 34px * 2);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__content-wrapper {
		gap: 34px;
	}
}

.electronics-and-electrical-page .second-section__article {
	background: #F8F8F8;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 101px;
	width: 100%;
	flex: 0 0 100%;
	padding: 0 24px;
	justify-content: space-between;
	cursor: pointer;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article {
		flex-direction: column;
		flex: 0 0 350px;
		padding: 35px 35px 40px;
		min-height: 485px;
		cursor: default;
	}
}

.electronics-and-electrical-page .second-section__article__photo {
	width: 110px;
	height: auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__photo {
		height: 118px;
		width: 100%;
	}
}

.electronics-and-electrical-page .second-section__article__content {
	flex: 1;
	padding-left: 25px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__content {
		padding-left: 0;
	}
}

.electronics-and-electrical-page .second-section__article__icon {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__icon {
		display: none;
	}
}

.electronics-and-electrical-page .second-section__article__title {
	font-family: "manrope semibold";
	font-size: 18px;
	line-height: 1.46;
	letter-spacing: -0.03em;
	color: #2F2F2F;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__title {
		font-size: 20px;
		line-height: 1.4;
		margin: 25px 0 10px;
	}
}

.electronics-and-electrical-page .second-section__article__description {
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: #363636;
	display: none;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__description {
		display: block;
	}
}

.electronics-and-electrical-page .second-section__article__description__mobile {
	padding: 40px 24px;
}

.electronics-and-electrical-page .second-section__article__description__mobile.collapse:not(.show) {
	display: none;
}

.electronics-and-electrical-page .second-section__article__description__mobile.collapse.show {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__description__mobile.collapse.show {
		display: none;
	}
}

.electronics-and-electrical-page .second-section__article__description__mobile.collapsing {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__description__mobile.collapsing {
		display: none;
	}
}

.electronics-and-electrical-page .second-section__article__description__mobile .mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .second-section__article__description__mobile .mobile-show {
		display: none;
	}
}

.electronics-and-electrical-page .second-section__article__description ul {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 0 24px;
	padding: 0;
}

.electronics-and-electrical-page .second-section__article__description ul li {
	font-size: 16px;
	line-height: 1.4;
}

.electronics-and-electrical-page .second-section__article__description ul li::marker {
	font-size: 10px;
}

.electronics-and-electrical-page .second-section__article__description ul li + * {
	margin-top: 20px;
}

.electronics-and-electrical-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.electronics-and-electrical-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.electronics-and-electrical-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.electronics-and-electrical-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.electronics-and-electrical-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.electronics-and-electrical-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.electronics-and-electrical-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.electronics-and-electrical-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.electronics-and-electrical-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.electronics-and-electrical-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.electronics-and-electrical-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.electronics-and-electrical-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.electronics-and-electrical-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.electronics-and-electrical-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.electronics-and-electrical-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.electronics-and-electrical-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.communication-page .banner-section {
	position: relative;
}

.communication-page .banner-section__background-wrapper {
	position: relative;
	height: 437px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media (min-width: 768px) {
	.communication-page .banner-section__background-wrapper {
		height: 475px;
	}
}

.communication-page .banner-section__background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}

.communication-page .banner-section__background.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.communication-page .banner-section__background.desktop-show {
		display: block;
	}
}

.communication-page .banner-section__background.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.communication-page .banner-section__background.mobile-show {
		display: none;
	}
}

.communication-page .banner-section__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(263.71deg, rgba(98, 98, 98, 0) -24.74%, rgba(0, 0, 0, 0.335) 97.57%);
	transform: rotate(-180deg);
	z-index: 1;
}

.communication-page .banner-section__content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.communication-page .banner-section__content {
		align-items: flex-end;
		max-width: 1135px;
		padding: 0;
	}
}

.communication-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: -0.5px;
	max-width: 490px;
	color: white;
}

@media (min-width: 768px) {
	.communication-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.communication-page .banner-section__subsection {
	flex-direction: column;
	padding: 42px 24px;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.communication-page .banner-section__subsection {
		padding: 65px 0;
		min-height: 395px;
	}
}

.communication-page .banner-section__subsection__title {
	font-family: "montserrat bold";
	font-size: 28px;
	line-height: 1.24;
	text-align: center;
	color: white;
	max-width: 940px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.communication-page .banner-section__subsection__title {
		font-size: 40px;
		line-height: 1.24;
	}
}

.communication-page .banner-section__subsection__description {
	font-family: "manrope medium";
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
	color: white;
	max-width: 950px;
	margin: 21px auto 0;
}

@media (min-width: 768px) {
	.communication-page .banner-section__subsection__description {
		font-size: 24px;
		line-height: 1.46;
		margin: 24px auto 0;
	}
}

.communication-page .first-section {
	position: relative;
	padding: 40px 24px 63px;
}

@media (min-width: 768px) {
	.communication-page .first-section {
		padding: 132px 0px 168px;
	}
}

.communication-page .first-section__wrapper {
	display: flex;
	flex-direction: column;
	gap: 35px;
	max-width: 935px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.communication-page .first-section__wrapper {
		flex-direction: row;
		gap: 70px;
	}
}

@media (min-width: 768px) {
	.communication-page .first-section__col-left {
		flex: 0 0 385px;
	}
}

.communication-page .first-section__col-left img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.communication-page .first-section__col-left__photo.desktop-show {
	display: none;
}

@media (min-width: 768px) {
	.communication-page .first-section__col-left__photo.desktop-show {
		display: block;
	}
}

.communication-page .first-section__col-left__photo.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.communication-page .first-section__col-left__photo.mobile-show {
		display: none;
	}
}

@media (min-width: 768px) {
	.communication-page .first-section__col-right {
		flex: 1;
		margin-top: 58px;
	}
}

.communication-page .first-section__title {
	display: none;
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: #2F2F2F;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.communication-page .first-section__title {
		display: block;
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
}

.communication-page .first-section__title.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.communication-page .first-section__title.mobile-show {
		display: none;
	}
}

.communication-page .first-section__description {
	display: none;
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.4;
	color: black;
}

@media (min-width: 768px) {
	.communication-page .first-section__description {
		display: block;
		font-size: 16px;
		line-height: 1.62;
		margin-bottom: 40px;
	}
}

.communication-page .first-section__description.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.communication-page .first-section__description.mobile-show {
		display: none;
	}
}

.communication-page .first-section__header.mobile-show {
	display: block;
}

@media (min-width: 768px) {
	.communication-page .first-section__header.mobile-show {
		display: none;
	}
}

.communication-page .first-section__article {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.communication-page .first-section__article + * {
	margin-top: 26px;
}

.communication-page .first-section__article__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.communication-page .first-section__article__icon {
		flex: 0 0 76.69px;
		width: 76.69px;
		height: 78.78px;
	}
}

.communication-page .first-section__article__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.communication-page .first-section__article__content {
	display: flex;
	flex-direction: column;
	padding-left: 13px;
}

@media (min-width: 768px) {
	.communication-page .first-section__article__content {
		padding-left: 15px;
	}
}

.communication-page .first-section__article__content__title {
	font-family: "manrope bold";
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: black;
}

.communication-page .discover-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.communication-page .discover-section__overlay {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 85%;
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.623437) -2.33%, rgba(0, 164, 239, 0.217) 27.27%, rgba(255, 255, 255, 0) 66.98%);
	transform: rotate(-180deg);
	z-index: 1;
}

.communication-page .discover-section__content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 56px 24px 80px;
	z-index: 2;
}

@media (min-width: 768px) {
	.communication-page .discover-section__content {
		padding: 83px 0 139px;
	}
}

.communication-page .discover-section__content__title {
	font-family: "montserrat light";
	font-size: 24px;
	line-height: 1.3;
	color: white;
	margin-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px) {
	.communication-page .discover-section__content__title {
		font-size: 32px;
		margin-bottom: 60px;
	}
}

.communication-page .discover-section__content__more {
	display: flex;
	gap: 23.5px;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.communication-page .discover-section__content__more__tile {
	flex: 0 0 298px;
	position: relative;
	border-radius: 9.5px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 32px 35px;
}

.communication-page .discover-section__content__more__tile__icon {
	margin-bottom: 16px;
}

.communication-page .discover-section__content__more__tile__title {
	font-family: "montserrat semibold";
	font-size: 20px;
	line-height: 29px;
	color: #2B2B2B;
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.communication-page .discover-section__content__more__tile__title {
		font-size: 24px;
		margin-bottom: 11px;
	}
}

.communication-page .discover-section__content__more__tile__description {
	font-family: "manrope";
	font-size: 14px;
	line-height: 1.65;
	color: #5B5B5B;
	margin-bottom: 33px;
}

.communication-page .discover-section__content__more__tile__link {
	position: absolute;
	bottom: 32px;
	left: 29px;
}

.communication-page .discover-section__content__more__tile__link:hover {
	text-decoration: none;
}

.communication-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__icon {
	font-weight: 700;
}

.communication-page .discover-section__content__more__tile__link:hover .discover-section__content__more__tile__link__text {
	font-family: "manrope bold";
}

.communication-page .discover-section__content__more__tile__link__icon {
	color: #7BCDF2;
	margin-bottom: 17px;
}

.communication-page .discover-section__content__more__tile__link__text {
	font-family: "manrope";
	font-size: 16px;
	line-height: 1.6;
	color: #7BCDF2;
	padding-left: 5px;
}

.search-results-page {
	position: relative;
}

.search-results-page .page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.search-results-page .page-header {
		height: 333px;
	}
}

.search-results-page .page-header__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.15;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.search-results-page .page-header__title {
		font-size: 60px;
	}
}

.search-results-page .page-body {
	max-width: 1058px;
	margin: 0 auto;
	padding: 65px 24px 220px;
	min-height: calc(100vh - 830px);
}

@media (min-width: 768px) {
	.search-results-page .page-body {
		padding: 65px 0 220px;
		min-height: calc(100vh - 822px);
	}
}

.search-results-page .page-body article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 6px solid #001768;
	padding: 5px 0 5px 20px;
}

@media (min-width: 768px) {
	.search-results-page .page-body article {
		padding: 9px 0 19px 40px;
	}
}

.search-results-page .page-body article.page {
	margin: 15px 0 0;
}

@media (min-width: 768px) {
	.search-results-page .page-body article.page {
		margin: 43px 0 0;
	}
}

.search-results-page .page-body article header .entry-title a {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 1.3;
	color: black;
}

@media (min-width: 768px) {
	.search-results-page .page-body article header .entry-title a {
		font-size: 32px;
	}
}

.search-results-page .page-body article header .entry-title a:hover, .search-results-page .page-body article header .entry-title a:focus, .search-results-page .page-body article header .entry-title a:visited, .search-results-page .page-body article header .entry-title a:active, .search-results-page .page-body article header .entry-title a:active:hover {
	text-decoration: none;
	color: black;
}

.search-results-page .page-body article .entry-summary {
	display: flex;
	margin: 8px 0 0;
}

.search-results-page .page-body article .entry-summary * {
	margin: 0;
	font-family: "manrope";
	font-size: 20px;
	line-height: 1.62;
	color: black;
}

.search-results-page .page-body article .entry-summary__link:hover {
	text-decoration: none;
}

.search-results-page .page-body article .entry-summary__icon {
	font-size: 16px;
	color: #7BCDF2;
}

@media (min-width: 768px) {
	.search-results-page .page-body article .entry-summary__icon {
		font-size: 24px;
	}
}

.search-results-page .page-body .posts-navigation {
	margin: 45px 0 0;
}

.search-results-page .search-result-count {
	margin-bottom: 54px;
}

.search-results-page .type-page {
	display: flex;
	justify-content: space-between;
}

.error-404 {
	width: 100%;
	background: linear-gradient(89.94deg, #E1E1E1 -42.17%, rgba(228, 228, 228, 0) 38.8%, rgba(232, 232, 232, 0) 119.17%, rgba(249, 249, 249, 0) 137.13%);
}

.error-404__content {
	min-height: calc(100vh - 489px);
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.error-404__content {
		padding: 0;
	}
}

.error-404__photo {
	position: relative;
}

.error-404__description {
	font-family: "manrope";
	font-size: 20px;
	line-height: 1.62;
	text-align: center;
	color: black;
	margin: 65px 0 20px;
}

.error-404__btn {
	font-family: "montserrat";
	background-color: #DA3744;
	border-radius: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	width: auto;
	height: 47px;
	padding: 10px 43px;
	cursor: pointer;
}

.error-404__btn:hover {
	background-color: #BC333E;
	color: white;
	text-decoration: none;
}

.error-404__btn:visited {
	color: white;
	text-decoration: none;
}

.privacy-policy-page {
	position: relative;
}

.privacy-policy-page ol,
.privacy-policy-page ul {
	list-style-type: none;
}

.privacy-policy-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.privacy-policy-page .banner-section {
		height: 333px;
	}
}

.privacy-policy-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.privacy-policy-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.privacy-policy-page .policy-section__content {
	padding: 86px 24px 155px;
	max-width: calc(1035px + 48px);
	margin: 0 auto;
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ol {
	margin: 36px 0 0 0;
}

.privacy-policy-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
}

.privacy-policy-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.privacy-policy-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.privacy-policy-page .policy-section__content ol > li + li {
	margin-top: 35px;
}

.privacy-policy-page .policy-section__content h1 {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.privacy-policy-page .policy-section__content h2 {
	font-family: "manrope bold";
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
	margin: 0 0 15px;
}

.privacy-policy-page .policy-section__content p {
	margin: 0 0 27px;
}

.privacy-policy-page .policy-section__content a {
	color: black;
}

.privacy-policy-page .policy-section__content a:hover, .privacy-policy-page .policy-section__content a:focus, .privacy-policy-page .policy-section__content a:visited, .privacy-policy-page .policy-section__content a:active {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.terms-of-use-page {
	position: relative;
}

.terms-of-use-page ol,
.terms-of-use-page ul {
	list-style-type: none;
}

.terms-of-use-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section {
		height: 333px;
	}
}

.terms-of-use-page .banner-section__title {
	font-family: "montserrat semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.terms-of-use-page .policy-section__content {
	padding: 86px 24px 155px;
	max-width: calc(1035px + 48px);
	margin: 0 auto;
	font-family: "manrope light";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol {
	margin: 36px 0 0 0;
}

.terms-of-use-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
}

.terms-of-use-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.terms-of-use-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.terms-of-use-page .policy-section__content ol > li + li {
	margin-top: 35px;
}

.terms-of-use-page .policy-section__content h1 {
	font-family: "montserrat semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.terms-of-use-page .policy-section__content h2 {
	font-family: "manrope bold";
	font-size: 18px;
	line-height: 1.46;
	color: #3E3E3E;
	margin: 0 0 15px;
}

.terms-of-use-page .policy-section__content p {
	margin: 0 0 27px;
}

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

/* Structured Cabling Third Section */
.third-section {
	padding: 90px 0;
}

.third-section__wrapper {
	max-width: 1120px;
	margin: 0 auto; 
	text-align: left;
}


.third-section__wrapper h2 {
	font-size: 32px;
	font-family: montserrat light;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.third-section__wrapper ul, h3 {
	font-size: 1.5rem;
	font-family: manrope medium;
}

.third-section__wrapper ul {
	margin: 0;
}

.third-section__wrapper li {
	list-style: none;
}

.cert_awrds_img {
	margin: auto;
}

.cert_awrds_section {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 767px) {
	.cert_awrds_section {
		display: block;
	}
	.cert_awrds_img {
		display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
	}
}
/* End of Structured Cabling Third Section */

/* FAQ Section */
.faq_answer li {
	list-style: disc;
	margin-left: 20px;
	font-size: 1rem;
}

.faq_answer {
	display: none;
	padding: 10px;
}
.faq_question {
	cursor: pointer;
	padding: 10px;
	background: #f7f7f7;
	border-radius: 10px;
}
/* End of FAQ Section */

.electronics-and-electrical-page .first-section__content-wrapper {
	display: block;
}

article.first-section__article.animate-fadeIn.animate__animated.finished.animate__fadeIn {
	margin-bottom: 20px;
}

.section_table {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.section_table p {
	text-align: justify;
}

.section_table img {
	text-align: justify;
}

.section_table td {
	align-content: flex-start;
}

.section_img_container {
    width: 300px;
	height: 24rem;
}

.section_table_img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
	.section_table {
		display: block;
	}
}

@media (min-width: 768px) {
    .electronics-and-electrical-page .first-section__article__photo {
        display: none;
    }
} 

/* Posts CSS */
.post {
	max-width: 935px;
    margin: 0 auto;
	font-family: "montserrat light";
}
.post img {
	width: 100%;
}
.post h1, h2, h3, h4 {
	font-family: "montserrat light"!important;
}
.post h1 {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	margin-top: 4rem;
}

aside#secondary {
    max-width: 935px;
    margin: 0 auto;
    margin-top: 20px;
}
/* End of Post CSS */

/* Blog Page CSS */

.blog-post h1 {
	text-align: center;
}

.blog-post h2 {
/* 	padding: 10px; */
}

.custom-blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 20px;
	margin: 0 auto;
    width: 60%;
	margin-top: 50px;
}

.custom-blog-post {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

.custom-blog-post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.custom-blog-post-content {
    padding: 20px;
}

.custom-blog-post-title {
    margin-bottom: 10px;
}

.custom-blog-post-title a {
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.custom-blog-post-title a:hover {
    color: #be2929;
}

.custom-blog-post-excerpt {
    color: #666;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15px;
/* 	padding-left: 10px;
	padding-right: 10px; */
}

.custom-blog-read-more {
    display: inline-block;
    background-color: #be2929;
    color: #fff!important;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
	margin: 20px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.custom-blog-read-more:hover {
    background-color: #fd3232;
	text-decoration: none;
}

.custom_btn_div {
	margin-top: 60px;
}

/* new css for blog page */
.entry-content {
    margin: 0;
}

.wp-block-cover.alignfull.wp-duotone-unset-1 {
    min-height: 546px;
}


@media only screen and (min-width: 1025px) {
	#blog_title_desc {
		text-align: left;
		margin-left: 20rem;
	}
}

#blog_section_title {
	font-size: 60px;
	font-family: 'montserrat semibold';
	margin: 0;
	text-align: left;
}
#blog_section_desc {
	font-size: 25px; 
	font-family: 'manrope';
}

#blog_title_desc{
	font-size: 2rem;
    animation: moveUp 3s forwards;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 1;
    }
}

@media only screen and (max-width: 600px) {
	#blog_title_desc {
		margin-left: 5rem;
	}
	.custom-blog-posts {
		display: grid;
		grid-gap: 40px;
		margin: 20px;
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.custom-blog-posts {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
		grid-gap: 20px;
		margin: 20px;
		margin-top: 50px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	#blog_title_desc {
 		margin-left: 0;
	}
}

/* End of Blog Page CSS */