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

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

/* General style
--------------------------------------------- */
.truncate {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-scroll-bar__wrapper {
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-track {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-thumb {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-thumb:hover {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper {
	position: relative;
}

.custom-scroll-bar__left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: linear-gradient(-90deg, transparent, white, white);
	display: flex;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.custom-scroll-bar__left {
		display: none;
	}
}

.custom-scroll-bar__left.hidden {
	display: none;
}

.custom-scroll-bar__left__icon {
	background-image: url("assets/images/left-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 100%;
}

.custom-scroll-bar__right {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: linear-gradient(90deg, transparent, white, white);
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.custom-scroll-bar__right {
		display: none;
	}
}

.custom-scroll-bar__right.hidden {
	display: none;
}

.custom-scroll-bar__right__icon {
	background-image: url("assets/images/right-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 100%;
}

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

@font-face {
	font-family: "graphik";
	src: url("assets/fonts/graphik/GraphikRegular.otf");
}

@font-face {
	font-family: "graphik black";
	src: url("assets/fonts/graphik/GraphikBlack.otf");
}

@font-face {
	font-family: "graphik bold";
	src: url("assets/fonts/graphik/GraphikBold.otf");
}

@font-face {
	font-family: "graphik bold italic";
	src: url("assets/fonts/graphik/GraphikBoldItalic.otf");
}

@font-face {
	font-family: "graphik extralight";
	src: url("assets/fonts/graphik/GraphikExtralight.otf");
}

@font-face {
	font-family: "graphik extralight italic";
	src: url("assets/fonts/graphik/GraphikExtralightItalic.otf");
}

@font-face {
	font-family: "graphik light";
	src: url("assets/fonts/graphik/GraphikLight.otf");
}

@font-face {
	font-family: "graphik light italic";
	src: url("assets/fonts/graphik/GraphikLightItalic.otf");
}

@font-face {
	font-family: "graphik medium";
	src: url("assets/fonts/graphik/GraphikMedium.otf");
}

@font-face {
	font-family: "graphik medium italic";
	src: url("assets/fonts/graphik/GraphikMediumItalic.otf");
}

@font-face {
	font-family: "graphik italic";
	src: url("assets/fonts/graphik/GraphikRegularItalic.otf");
}

@font-face {
	font-family: "graphik semibold";
	src: url("assets/fonts/graphik/GraphikSemibold.otf");
}

@font-face {
	font-family: "graphik semibold italic";
	src: url("assets/fonts/graphik/GraphikSemiboldItalic.otf");
}

@font-face {
	font-family: "graphik super";
	src: url("assets/fonts/graphik/GraphikSuper.otf");
}

@font-face {
	font-family: "graphik super italic";
	src: url("assets/fonts/graphik/GraphikSuperItalic.otf");
}

@font-face {
	font-family: "graphik thin";
	src: url("assets/fonts/graphik/GraphikThin.otf");
}

@font-face {
	font-family: "graphik think italic";
	src: url("assets/fonts/graphik/GraphikThinItalic.otf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#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-minus:before {
	content: "\e900";
}

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

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

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

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

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

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

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

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF4713;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF4713;
}

*::marker {
	color: #FF4713;
}

body {
	background: #fff;
}

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

.subscribe__text label {
	font-family: "graphik";
	font-size: 24px;
	line-height: 1.4;
	color: white;
	margin-bottom: 12px;
}

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

.subscribe__content__input[type="email"] {
	background: transparent;
	color: white;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid white;
	padding: 0;
	height: 36px;
}

.subscribe__content__input[type="email"]:focus, .subscribe__content__input[type="email"]:focus-visible {
	background: transparent;
	color: white;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid white;
	outline: none;
}

.subscribe__content__button[type="submit"] {
	height: 44px;
	margin-left: 25px;
	background: transparent;
	font-family: "neuemontreal";
	font-size: 16px;
	text-align: center;
	letter-spacing: .5px;
	border: 1px solid white;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.subscribe__content__button[type="submit"]:hover {
	font-family: "graphik medium";
	background: white;
	color: #FF4713;
}

.mc4wp-response p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #999999;
	margin-top: 10px;
}

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

@font-face {
	font-family: "graphik";
	src: url("assets/fonts/graphik/GraphikRegular.otf");
}

@font-face {
	font-family: "graphik black";
	src: url("assets/fonts/graphik/GraphikBlack.otf");
}

@font-face {
	font-family: "graphik bold";
	src: url("assets/fonts/graphik/GraphikBold.otf");
}

@font-face {
	font-family: "graphik bold italic";
	src: url("assets/fonts/graphik/GraphikBoldItalic.otf");
}

@font-face {
	font-family: "graphik extralight";
	src: url("assets/fonts/graphik/GraphikExtralight.otf");
}

@font-face {
	font-family: "graphik extralight italic";
	src: url("assets/fonts/graphik/GraphikExtralightItalic.otf");
}

@font-face {
	font-family: "graphik light";
	src: url("assets/fonts/graphik/GraphikLight.otf");
}

@font-face {
	font-family: "graphik light italic";
	src: url("assets/fonts/graphik/GraphikLightItalic.otf");
}

@font-face {
	font-family: "graphik medium";
	src: url("assets/fonts/graphik/GraphikMedium.otf");
}

@font-face {
	font-family: "graphik medium italic";
	src: url("assets/fonts/graphik/GraphikMediumItalic.otf");
}

@font-face {
	font-family: "graphik italic";
	src: url("assets/fonts/graphik/GraphikRegularItalic.otf");
}

@font-face {
	font-family: "graphik semibold";
	src: url("assets/fonts/graphik/GraphikSemibold.otf");
}

@font-face {
	font-family: "graphik semibold italic";
	src: url("assets/fonts/graphik/GraphikSemiboldItalic.otf");
}

@font-face {
	font-family: "graphik super";
	src: url("assets/fonts/graphik/GraphikSuper.otf");
}

@font-face {
	font-family: "graphik super italic";
	src: url("assets/fonts/graphik/GraphikSuperItalic.otf");
}

@font-face {
	font-family: "graphik thin";
	src: url("assets/fonts/graphik/GraphikThin.otf");
}

@font-face {
	font-family: "graphik think italic";
	src: url("assets/fonts/graphik/GraphikThinItalic.otf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#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-minus:before {
	content: "\e900";
}

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

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

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

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

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

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

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

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF4713;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF4713;
}

*::marker {
	color: #FF4713;
}

body {
	background: #fff;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.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;
}

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

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

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

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

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

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

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

.site-footer__copyright {
	display: flex;
	justify-content: space-between;
	margin-top: 93px;
	flex-direction: column;
}

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

.site-footer__copyright__col-left {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-family: "neuemontreal";
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	order: 2;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-left {
		order: 1;
		max-width: 215px;
	}
}

@media (min-width: 992px) {
	.site-footer__copyright__col-left {
		max-width: unset;
	}
}

.site-footer__copyright__col-right {
	display: flex;
	margin-bottom: 11px;
	order: 1;
	flex-direction: column;
	gap: 11px;
}

@media (min-width: 480px) {
	.site-footer__copyright__col-right {
		flex-direction: row;
		gap: 0;
	}
}

@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: "neuemontreal";
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	order: 1;
	text-decoration: none;
	color: #1A1A1A;
}

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

.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: #1A1A1A;
	text-decoration: none;
}

.site-footer__copyright__col-right .sep {
	display: block;
	height: 23px;
	width: 2px;
	background: black;
	margin: 0 11px;
}

.site-footer__copyright__terms-privacy-wrapper {
	display: flex;
	order: 3;
}

.site-footer__copyright__terms-privacy-wrapper *:first-child {
	display: none;
}

@media (min-width: 480px) {
	.site-footer__copyright__terms-privacy-wrapper *:first-child {
		display: block;
	}
}

.site-footer__copyright__terms-privacy-wrapper a {
	order: unset;
}

.site-footer__copyright__splice-logo {
	width: 58px;
}

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

@media (min-width: 768px) {
	.site-footer__info {
		flex-direction: row;
	}
}

.site-footer__info__col-left {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.site-footer__info__col-left {
		flex-direction: row;
		flex: 0 0 480px;
	}
}

@media (min-width: 992px) {
	.site-footer__info__col-left {
		flex: 0 0 540px;
	}
}

.site-footer__info__logo {
	flex: 0 0 auto;
	width: 120px;
	margin-bottom: 43px;
}

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

.site-footer__info__main-nav {
	flex: 0 0 50px;
}

.site-footer__info__main-nav__item {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #1A1A1A;
}

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

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

.site-footer__info__main-nav__item a {
	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: #FF4713;
	text-decoration: none;
}

.site-footer__info__contact {
	flex: 0 0 auto;
	margin-top: 11px;
	margin-bottom: 14px;
}

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

.site-footer__info__contact__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #1A1A1A;
	margin-bottom: 0;
}

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

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

.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: #FF4713;
	text-decoration: none;
}

.site-footer__info__contact__email, .site-footer__info__contact__number {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #1A1A1A;
}

.site-footer__info__contact__address {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #1A1A1A;
	margin-bottom: 14px;
}

.site-footer__info__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 120px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list {
		flex: 0 0 150px;
		width: auto;
	}
}

.site-footer__info__social-list.social-list-blog-page {
	display: none;
}

@media (min-width: 768px) {
	.site-footer__info__social-list.social-list-blog-page {
		display: flex;
	}
}

.site-footer__info__social-list a {
	position: relative;
	width: 23.5px;
	height: 23.5px;
}

@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:hover .youtube-icon-hover {
	z-index: 2;
}

.site-footer__info__social-list__social-icon {
	position: relative;
	width: 23.5px;
	height: 23.5px;
	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.instagram-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.instagram-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

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

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

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

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

.site-footer__info__social-list__social-icon.youtube-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.site-footer__info__social-list__social-icon.youtube-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Header
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.site-header .navbar-light .navbar-nav .nav-item span,
.site-header .navbar-grey .navbar-nav .nav-item span {
	color: white;
}

.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,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--1,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--2,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

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

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

.site-header .navbar-transparent {
	background: rgba(80, 80, 80, 0.3);
}

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

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

.site-header .navbar-black {
	background: black;
}

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

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

.site-header .sticked-background-navigation.navbar-light, .site-header .sticked-background-navigation.navbar-transparent {
	background: black;
}

.site-header .sticked-background-navigation.navbar-dark {
	background: white;
}

.site-header .sticked-background-navigation.navbar-grey {
	background: #1A1A1A;
}

.site-header .navbar__search {
	position: absolute;
	top: 87px;
	width: calc(100% - 27px - 40px);
}

@media (min-width: 768px) {
	.site-header .navbar__search {
		position: relative;
		display: flex;
		align-items: center;
		top: auto;
		gap: 15px;
		height: 26px;
		padding-left: 15px;
		margin-left: 15px;
		border-left: 1px solid #c6c6c6;
		width: auto;
	}
}

.site-header .navbar__search .collapse:not(.show) {
	display: block;
}

@media (min-width: 768px) {
	.site-header .navbar__search .collapse:not(.show) {
		display: none;
	}
}

.site-header .navbar__search__trigger {
	width: 19px;
	height: 19px;
}

.site-header .navbar__search__trigger.search-icon {
	display: none;
	background-image: url("assets/images/search-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

@media (min-width: 768px) {
	.site-header .navbar__search__trigger.search-icon {
		display: block;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style input.is-search-input {
		background: transparent;
		border: none !important;
		box-shadow: none !important;
		margin-left: 40px;
		color: white;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style .is-search-icon {
		background: transparent;
		border: none;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style .is-search-submit path {
		fill: white;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style button.is-search-submit {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	padding: 0 24.5px;
	max-width: calc(1339px + 24.5px* 2);
}

.site-header .navbar-brand {
	padding: 0;
}

.site-header .navbar-brand__logo {
	width: 120px;
	object-fit: contain;
}

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

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

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

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item + * {
		margin-left: 34px;
	}
}

.site-header .navbar-nav .menu-item:hover span {
	color: #FF4713;
}

.site-header .navbar-nav .menu-item.active span {
	font-family: "graphik medium";
	color: #FF4713;
}

.site-header .navbar-nav .menu-item.menu-item-has-children:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children a:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul {
	background: transparent;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children ul {
		background: white;
	}
}

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

.site-header .navbar-nav .menu-item.menu-item-has-children ul li:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li a:hover span {
	color: #FF4713;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li a span {
	font-size: 24px;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children ul li a span {
		font-size: 16px;
	}
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item:hover, .site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item:active, .site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item.active {
	background: transparent;
}

.site-header .navbar-nav .menu-item.menu-item-has-children:hover ul li span {
	color: #1A1A1A;
}

.site-header .navbar-nav .menu-item.menu-item-has-children.active span {
	font-family: "graphik medium";
	color: #FF4713;
}

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

.site-header .navbar-nav .menu-item.menu-item-has-children.active ul li.active span {
	font-family: "graphik medium";
	color: #FF4713;
}

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

.site-header .navbar-nav .nav-link span {
	font-family: "graphik";
	font-size: 24px;
	line-height: 2;
}

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

/* Template parts
--------------------------------------------- */
.category-tile {
	position: relative;
}

.category-tile__thumbnail {
	position: relative;
	height: 180px;
	background-color: #D9D9D9;
}

@media (min-width: 768px) {
	.category-tile__thumbnail {
		height: 278px;
	}
}

.category-tile__thumbnail__photo {
	position: relative;
	width: 100%;
	height: 180px;
	object-fit: cover;
	z-index: 1;
}

@media (min-width: 768px) {
	.category-tile__thumbnail__photo {
		height: 278px;
	}
}

.category-tile__thumbnail .hover-opacity {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.category-tile__info {
	margin-bottom: 19px;
}

.category-tile__info__name {
	font-family: "graphik";
	color: #1A1A1A;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
}

@media (min-width: 768px) {
	.category-tile__info__name {
		font-size: 24px;
	}
}

.category-tile__info__name:visited, .category-tile__info__name:hover, .category-tile__info__name:focus {
	color: #1A1A1A;
	text-decoration: none;
}

.post-tile {
	position: relative;
}

.post-tile__thumbnail {
	position: relative;
}

.post-tile__thumbnail__overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.post-tile__thumbnail:hover .post-tile__thumbnail__overlay {
	display: block;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider {
	width: 100%;
	height: 278px;
	margin: 0 !important;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .slick-slide > div {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .ngg-gallery-slideshow-image {
	height: 100% !important;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .ngg-gallery-slideshow-image img {
	max-height: 100% !important;
	height: 100%;
	object-fit: cover;
}

.post-tile__thumbnail__photo {
	position: relative;
	width: 100%;
	height: 278px;
	object-fit: cover;
	z-index: 1;
}

.post-tile__thumbnail__photo.none-photo {
	background-color: #D9D9D9;
}

.post-tile__thumbnail .hover-opacity {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.post-tile__info {
	padding-top: 17px;
}

.post-tile__info a:hover, .post-tile__info a:visited, .post-tile__info a:focus {
	text-decoration: none;
}

.post-tile__info__tag-list {
	display: flex;
	flex-wrap: wrap;
}

.post-tile__info__tag-item {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #FF4713;
	margin-bottom: 0;
	min-height: 16.8px;
}

@media (min-width: 768px) {
	.post-tile__info__tag-item {
		margin-bottom: 9px;
	}
}

.post-tile__info__name {
	font-family: "graphik";
	color: #1A1A1A;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 9px;
	text-decoration: none;
}

.post-tile__info__name:visited, .post-tile__info__name:focus {
	color: black;
	text-decoration: none;
}

.post-tile__info__name:hover {
	color: #6A6A6A;
	text-decoration: none;
}

.post-tile__info__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1, 6;
	letter-spacing: .5px;
	color: black;
}

/* Page
--------------------------------------------- */
.blog-page {
	font-family: "graphik";
}

.blog-page__banner {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 85px;
}

@media (min-width: 768px) {
	.blog-page__banner {
		padding-bottom: 120px;
	}
}

.blog-page__background {
	width: 100%;
	height: 440px;
	background: #d9d9d9;
}

@media (min-width: 768px) {
	.blog-page__background {
		height: 568px;
	}
}

.blog-page__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__carousel {
	position: absolute;
	bottom: 52px;
	height: 274px;
	width: 100%;
	padding: 0 27px;
}

@media (min-width: 768px) {
	.blog-page__carousel {
		width: 724px;
		height: 256px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel {
		width: 822px;
	}
}

.blog-page__carousel .banner-carousel {
	z-index: 2;
	padding-bottom: 0;
}

.blog-page__carousel .banner-carousel__content {
	height: 274px;
	padding: 35px 25px 35px;
	background: white;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content {
		height: 256px;
		padding: 42px 52px 55px;
	}
}

.blog-page__carousel .banner-carousel__content img {
	display: none;
}

.blog-page__carousel .banner-carousel__content__category {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.6px;
	color: #ff4713;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__category {
		font-size: 12px;
	}
}

.blog-page__carousel .banner-carousel__content__category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category a:hover, .blog-page__carousel .banner-carousel__content__category a:visited, .blog-page__carousel .banner-carousel__content__category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__carousel .banner-carousel__content__divide {
	background: #FF4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__carousel .banner-carousel__content__divide:last-child {
	display: none;
}

.blog-page__carousel .banner-carousel__content__title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 40px;
	}
}

.blog-page__carousel .banner-carousel__content__title a {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__title a:hover, .blog-page__carousel .banner-carousel__content__title a:visited, .blog-page__carousel .banner-carousel__content__title a:focus {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__author {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #1a1a1a;
}

.blog-page__carousel .banner-carousel__indicators {
	position: absolute;
	bottom: -45px;
	display: flex;
	justify-content: space-between;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	z-index: 1;
}

.blog-page__carousel .banner-carousel__indicators__slick-prev, .blog-page__carousel .banner-carousel__indicators__slick-next {
	cursor: pointer;
}

.blog-page__carousel .banner-carousel .slick-list {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1);
}

.blog-page__carousel .slick-dotted.slick-slider {
	margin: 0;
}

.blog-page__carousel .slick-dots {
	height: 34px;
	bottom: -50px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots {
		bottom: -52px;
	}
}

.blog-page__carousel .slick-dots li {
	width: 9.5px;
	height: 9.5px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button {
	width: 9.5px;
	height: 9.5px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #787878;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button:before {
	content: none;
}

.blog-page__carousel .slick-dots li.slick-active button {
	background: #ff4713;
	border-color: #ff4713;
}

.blog-page__top-section {
	display: flex;
	flex-direction: column;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	padding: 35px 27px;
}

@media (min-width: 768px) {
	.blog-page__top-section {
		flex-direction: row;
		padding: 60px 27px;
	}
}

.blog-page__top-section__col-left {
	flex: 1;
	padding-bottom: 37px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left {
		padding-bottom: 0;
		padding-right: 28px;
		flex: 0 0 calc(55% - 0.75px);
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left {
		flex: 0 0 calc(60% - 0.75px);
		padding-right: 20px;
	}
}

.blog-page__top-section__col-left__label {
	font-family: "gowun-batang";
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__label {
		margin-bottom: 34px;
	}
}

.blog-page__top-section__col-left__post {
	position: relative;
	background-color: #d9d9d9;
	width: 100%;
	padding-top: 100%;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__post {
		padding-top: 77.05%;
	}
}

.blog-page__top-section__col-left__post__overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 63px);
	border-radius: 0 0 3px 3px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(217, 217, 217, 0) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}

.blog-page__top-section__col-left__post img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-left__post-wrapper {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
	z-index: 3;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-wrapper {
		bottom: 40px;
		left: 49px;
		right: 49px;
	}
}

.blog-page__top-section__col-left__post-category {
	color: white;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.blog-page__top-section__col-left__post-category a {
	font-family: "neuemontreal";
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-category a:hover, .blog-page__top-section__col-left__post-category a:visited, .blog-page__top-section__col-left__post-category a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title {
	color: white;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 13px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-title {
		font-size: 36px;
		line-height: 48px;
	}
}

.blog-page__top-section__col-left__post-title a {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title a:hover, .blog-page__top-section__col-left__post-title a:visited, .blog-page__top-section__col-left__post-title a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-author {
	font-family: "neuemontreal";
	color: white;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__top-section__col-left__post-category {
	font-family: "neuemontreal";
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blog-page__top-section__col-left__post-divide {
	padding: 0 2.5px;
}

.blog-page__top-section__col-left__post-divide:last-child {
	display: none;
}

.blog-page__top-section__col-right {
	flex: 1;
	padding-top: 23px;
	border-top: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-right {
		flex: 0 0 45%;
		border-top: none;
		padding-left: 20px;
		padding-top: 18px;
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right {
		flex: 0 0 40%;
		padding-left: 28px;
	}
}

.blog-page__top-section__col-right__label {
	font-family: "gowun-batang";
	font-size: 20px;
	line-height: 1;
	margin-bottom: 35px;
}

.blog-page__top-section__col-right__content {
	padding-left: 21px;
}

.blog-page__top-section__col-right__content__category {
	display: flex;
	margin-bottom: 8px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__top-section__col-right__item {
	display: flex;
}

.blog-page__top-section__col-right__item + * {
	border-top: 1px solid #dddee0;
	margin-top: 14px;
	padding-top: 14px;
}

.blog-page__top-section__col-right__left-content {
	flex: 0 0 90px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right__left-content {
		flex: 0 0 114px;
	}
}

.blog-page__top-section__col-right__image-wrapper {
	position: relative;
	background: #d9d9d9;
	border-radius: 3px;
}

.blog-page__top-section__col-right__image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.blog-page__top-section__col-right__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-right__post {
	position: relative;
	width: 100%;
	padding-top: 77.05%;
	position: relative;
	border-radius: 3px;
}

.blog-page__top-section__col-right__post-wrapper {
	position: absolute;
	bottom: 40px;
	left: 49px;
	right: 49px;
	z-index: 2;
}

.blog-page__top-section__col-right__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-category a:hover, .blog-page__top-section__col-right__post-category a:visited, .blog-page__top-section__col-right__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title {
	color: #212529;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 10px;
}

.blog-page__top-section__col-right__post-title a {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title a:hover, .blog-page__top-section__col-right__post-title a:visited, .blog-page__top-section__col-right__post-title a:focus {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-author {
	font-family: "neuemontreal";
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category {
	font-family: "neuemontreal";
	text-transform: uppercase;
}

.blog-page__top-section__col-right__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__top-section__col-right__post-divide:last-child {
	display: none;
}

.blog-page__top-section__devide {
	flex: 0 0 0.75px;
	background: #dddee0;
}

.blog-page__trending-section {
	padding: 54.5px 27px 71px;
	background: #fafafa;
}

.blog-page__trending-section__content {
	max-width: calc(1120px + 27px);
	margin: 0 auto;
}

.blog-page__trending-section__content__list {
	display: flex;
	overflow-x: auto;
	gap: 14px;
	font-size: 0;
}

@media (min-width: 768px) {
	.blog-page__trending-section__content__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(calc(260px - 14px), 1fr));
		grid-gap: 14px;
	}
}

.blog-page__trending-section__content__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.blog-page__trending-section__content__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__trending-section__content__title__text {
	font-family: "gowun-batang";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__trending-section__item {
	padding: 11px;
	background: white;
	flex: 0 0 270px;
}

@media (min-width: 768px) {
	.blog-page__trending-section__item {
		flex: none;
	}
}

.blog-page__trending-section__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-page__trending-section__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.blog-page__trending-section__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__trending-section__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__trending-section__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.blog-page__trending-section__item__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-category a:hover, .blog-page__trending-section__item__post-category a:visited, .blog-page__trending-section__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__trending-section__item__post-divide:last-child {
	display: none;
}

.blog-page__trending-section__item__post-title {
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.blog-page__trending-section__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-title a:hover, .blog-page__trending-section__item__post-title a:visited, .blog-page__trending-section__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__trending-section__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-page__trending-section__item__post-author__name {
	font-family: "neuemontreal";
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.blog-page__subscribe-section__content {
	background: #1a1a1a;
	max-width: calc(1120px + 27px);
	padding: 40px 27px;
	margin: 0 auto;
	text-align: center;
}

.blog-page__subscribe-section__title {
	font-family: "gowun-batang";
	color: white;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__subscribe-section__description {
	font-family: "neuemontreal";
	color: #c4c4c4;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__subscribe-section .sib_signup_form {
	margin-top: 30px;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 {
		flex-direction: row;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 p {
	margin: 0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 300px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
		width: 367px;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area::placeholder {
	color: #abadb0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area:focus {
	outline: none;
	box-shadow: none;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 300px;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
		width: 165px;
	}
}

.blog-page__recommend-section {
	padding: 54.5px 27px 71px;
	background: white;
}

.blog-page__recommend-section__content {
	max-width: calc(1120px + 27px);
	margin: 0 auto;
}

.blog-page__recommend-section__content__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 265px, calc(50% - 20px));
	grid-gap: 20px;
	font-size: 0;
}

@media (min-width: 768px) {
	.blog-page__recommend-section__content__list {
		grid-template-columns: repeat(auto-fill, minmax(calc(360px - 25px), calc(50% - 25px)));
		grid-gap: 25px;
	}
}

@media (min-width: 992px) {
	.blog-page__recommend-section__content__list {
		grid-template-columns: repeat(auto-fill, minmax(calc(360px - 25px), calc(50% - 25px)));
		grid-gap: 30px 50px;
	}
}

.blog-page__recommend-section__content__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.blog-page__recommend-section__content__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__recommend-section__content__title__text {
	font-family: "gowun-batang";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__recommend-section__item__content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
}

.blog-page__recommend-section__item__image-wrapper {
	flex: 0 0 85px;
	background: #d9d9d9;
	width: 100%;
	position: relative;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.blog-page__recommend-section__item__image-wrapper {
		flex: 0 0 120px;
	}
}

@media (min-width: 992px) {
	.blog-page__recommend-section__item__image-wrapper {
		flex: 0 0 170px;
	}
}

.blog-page__recommend-section__item__image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.blog-page__recommend-section__item__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__recommend-section__item__body {
	flex: 1;
	padding-left: 20px;
}

.blog-page__recommend-section__item__category {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__recommend-section__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.blog-page__recommend-section__item__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-category a:hover, .blog-page__recommend-section__item__post-category a:visited, .blog-page__recommend-section__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__recommend-section__item__post-divide:last-child {
	display: none;
}

.blog-page__recommend-section__item__post-title {
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
}

.blog-page__recommend-section__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-title a:hover, .blog-page__recommend-section__item__post-title a:visited, .blog-page__recommend-section__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-excerpt {
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 8px;
	min-height: 42px;
}

.blog-page__recommend-section__item__post-excerpt a {
	font-family: "neuemontreal";
	color: #a7a7a7;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-excerpt a:hover, .blog-page__recommend-section__item__post-excerpt a:visited, .blog-page__recommend-section__item__post-excerpt a:focus {
	color: #a7a7a7;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__recommend-section__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-page__recommend-section__item__post-author__name {
	font-family: "neuemontreal";
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.blog-page__footer {
	background: #232323;
	padding: 42px 27px 52px;
}

@media (min-width: 768px) {
	.blog-page__footer {
		padding: 100px 27px 85px;
	}
}

.blog-page__footer__top {
	max-width: 1120px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__top {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__top__left {
		flex: 0 0 50%;
	}
}

.blog-page__footer__top__right {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right {
		margin-top: 0;
		flex: 0 0 50%;
		max-width: 570px;
	}
}

.blog-page__footer__top__right__title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
}

.blog-page__footer__top__right .sib_signup_form {
	margin-top: 15px;
}

.blog-page__footer__top__right .sib_signup_form input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

.blog-page__footer__top__right .sib_signup_form input::placeholder {
	color: #abadb0;
}

.blog-page__footer__top__right .sib_signup_form input:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 100%;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
		width: 165px;
	}
}

.blog-page__footer__nav-wrapper {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.blog-page__footer ul {
	list-style-type: none;
	margin: 0;
}

.blog-page__footer__first-nav {
	display: flex;
	flex-direction: column;
	gap: 9px;
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.blog-page__footer__first-nav {
		flex: 0 0 157px;
		gap: 16px;
	}
}

.blog-page__footer__first-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__first-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__first-nav__item a:hover, .blog-page__footer__first-nav__item a:visited, .blog-page__footer__first-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	gap: 9px;
}

@media (min-width: 768px) {
	.blog-page__footer__second-nav {
		gap: 16px;
		flex: 0 0 auto;
	}
}

.blog-page__footer__second-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__second-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav__item a:hover, .blog-page__footer__second-nav__item a:visited, .blog-page__footer__second-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__bottom {
	max-width: 1120px;
	margin: 180px auto 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.blog-page__footer__bottom__right {
	margin-top: 23px;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom__right {
		margin-top: 0;
	}
}

.blog-page__footer__logo {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.blog-page__footer__logo {
		margin-bottom: 0;
	}
}

.blog-page__footer__logo__image {
	max-height: 46px;
}

.blog-page__footer__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__content {
		flex-direction: row;
		align-items: flex-end;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__info {
		padding-left: 32px;
	}
}

.blog-page__footer__info__address {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__contact {
	display: flex;
	flex-direction: row;
}

.blog-page__footer__info__email {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__devide {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__number {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__social-list {
	display: flex;
	flex-direction: row;
	width: 265px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__social-list {
		width: 300px;
	}
}

.blog-page__footer__social-list__item {
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.4px;
}

.blog-page__footer__social-list__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__social-list__item a:hover, .blog-page__footer__social-list__item a:visited, .blog-page__footer__social-list__item a:focus {
	color: white;
	text-decoration: none;
}

.error-404 strong {
	color: #FF4713;
}

.error-404.light-theme {
	background: white;
	color: #1A1A1A;
}

.error-404.light-theme .photo- {
	min-height: 200px;
}

.error-404.light-theme .photo-1 .error-404__banner__photo {
	display: block;
}

.error-404.dark-theme {
	background: #1A1A1A;
	color: white;
}

.error-404.dark-theme .photo- {
	min-height: 200px;
}

.error-404.dark-theme .photo-1 .error-404__banner__photo {
	display: block;
}

.error-404.dark-theme .error-404__banner {
	border-color: white;
}

.error-404__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 610px;
	height: 100vh;
	min-height: 700px;
}

.error-404__banner {
	width: 100%;
	border-bottom: 2px solid #DDDEE0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 31px;
}

.error-404__banner__photo {
	display: none;
	max-width: 337px;
}

.error-404__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 62px;
}

.error-404__content__title {
	font-family: "graphik medium";
	font-size: 120px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
}

.error-404__content__title p {
	margin: 0;
}

.error-404__content__subtitle {
	font-family: "graphik medium";
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}

.error-404__content__description {
	font-family: "graphik";
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.error-404__footer__link {
	display: flex;
	align-items: center;
}

.error-404__footer__link:hover, .error-404__footer__link:visited, .error-404__footer__link:focus {
	text-decoration: none;
}

.error-404__footer__text {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.94;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #A7A7A7;
}

.error-404__footer__icon {
	color: #A7A7A7;
	margin-left: 10px;
}

.site-navigation {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.site-navigation {
		padding: 31px 0;
	}
}

.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: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: black;
	}
}

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

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

.site-navigation #bs-example-navbar-collapse-1:not(.show) {
	animation: none !important;
	transition: none !important;
}

.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 {
	animation: none !important;
	transition: none !important;
}

.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.show + .site-footer__info__social-list {
	display: flex;
	position: absolute;
	bottom: calc(-100vh + 100px);
}

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

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

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

@media (max-width: 767px) {
	.site-navigation #main-navbar-blog-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: black;
	}
}

@media (max-width: 767px) {
	.site-navigation #main-navbar-blog-collapse .navbar-nav {
		margin: 140px 24.5px 0;
	}
}

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

@media (min-width: 768px) {
	.site-navigation #main-navbar-blog-collapse.navbar-collapse {
		flex: 1;
	}
}

.site-navigation #main-navbar-blog-collapse:not(.show) {
	animation: none !important;
	transition: none !important;
}

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

.site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__search {
	display: none;
}

@media (min-width: 768px) {
	.site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__search {
		display: flex;
	}
}

.site-navigation #main-navbar-blog-collapse.show {
	animation: none !important;
	transition: none !important;
}

.site-navigation #main-navbar-blog-collapse.show ~ .navbar__header, .site-navigation #main-navbar-blog-collapse.show ~ .navbar__footer {
	display: flex;
}

.site-navigation #main-navbar-blog-collapse.show + .site-footer__info__social-list {
	display: flex;
	position: absolute;
	bottom: calc(-100vh + 100px);
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 24.5px;
	height: 80px;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler {
	border: none;
	padding: 0;
}

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

.site-navigation #main-navbar-blog-collapse ~ .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 #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
	background: white;
}

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

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

.site-navigation #main-navbar-blog-collapse ~ .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: "neuemontreal";
	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: 150px;
}

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

.front-page__banner {
	position: relative;
}

.front-page__banner .carousel {
	height: 431px;
}

@media (min-width: 768px) {
	.front-page__banner .carousel {
		height: 730px;
	}
}

.front-page__banner .carousel .carousel-indicators {
	display: flex;
	flex-direction: row;
	align-items: center;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0;
	z-index: 201;
}

@media (min-width: 768px) {
	.front-page__banner .carousel .carousel-indicators {
		margin: 0 auto;
		padding: 0 24px;
		max-width: calc(1337px + 24px * 2);
		left: 0;
		right: 0;
		bottom: 66px;
		justify-content: flex-end;
	}
}

.front-page__banner .carousel .carousel-indicators li {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border: 0;
	margin: 0;
	opacity: 1;
}

@media (min-width: 768px) {
	.front-page__banner .carousel .carousel-indicators li {
		width: 15.5px;
		height: 15.5px;
	}
}

.front-page__banner .carousel .carousel-indicators li + * {
	margin-top: 0;
	margin-left: 10px;
}

.front-page__banner .carousel .carousel-indicators li.active {
	background: #FF4713;
}

.front-page__banner__carousel__content {
	position: absolute;
	left: 24.5px;
	bottom: 48px;
	color: white;
	max-width: 255px;
	animation-delay: 0.5s;
	z-index: 100;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content {
		left: 0;
		right: 0;
		bottom: 82px;
		margin: auto;
		padding: 0 24.5px;
		max-width: calc(1339px + 24.5px* 2);
	}
}

.front-page__banner__carousel__content .home-banner-carousel__tag {
	display: none;
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__tag {
		display: block;
		font-size: 16px;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__tag--mobile {
	display: block;
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__tag--mobile {
		display: none;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__title {
	display: none;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 4px;
	max-width: 460px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__title {
		display: block;
		font-size: 36px;
		line-height: 42px;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__title a {
	color: white;
	text-decoration: none;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__title a {
		font-size: 36px;
		line-height: 42px;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__title a:hover, .front-page__banner__carousel__content .home-banner-carousel__title a:focus, .front-page__banner__carousel__content .home-banner-carousel__title a:active, .front-page__banner__carousel__content .home-banner-carousel__title a:visited, .front-page__banner__carousel__content .home-banner-carousel__title a:focus-visible {
	color: white;
	text-decoration: none;
	outline: none;
}

.front-page__banner__carousel__content .home-banner-carousel__title--mobile {
	display: block;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 28px;
	line-height: 1.15;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__title--mobile {
		display: none;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__title--mobile a {
	color: white;
	text-decoration: none;
	line-height: 1.15;
	display: block;
}

.front-page__banner__carousel__content .home-banner-carousel__title--mobile a:hover, .front-page__banner__carousel__content .home-banner-carousel__title--mobile a:focus, .front-page__banner__carousel__content .home-banner-carousel__title--mobile a:active, .front-page__banner__carousel__content .home-banner-carousel__title--mobile a:visited, .front-page__banner__carousel__content .home-banner-carousel__title--mobile a:focus-visible {
	color: white;
	text-decoration: none;
	outline: none;
}

.front-page__banner__carousel__content .home-banner-carousel__content {
	display: none;
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin-top: 9px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__content {
		display: block;
		font-size: 16px;
	}
}

.front-page__banner__carousel__content .home-banner-carousel__content--mobile {
	display: block;
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__content .home-banner-carousel__content--mobile {
		display: none;
	}
}

.front-page__banner__carousel__video {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__video {
		display: block;
	}
}

.front-page__banner__carousel__video--mobile {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.front-page__banner__carousel__video--mobile {
		display: none;
	}
}

.front-page__banner .carousel-inner {
	position: relative;
	height: 100% !important;
	width: 100% !important;
}

.front-page__banner .carousel-item {
	position: relative;
	height: 100% !important;
	width: 100% !important;
}

.front-page__banner .carousel-item:nth-child(3) .front-page__banner__overlay {
	height: 60%;
}

@media (min-width: 768px) {
	.front-page__banner .carousel-item:nth-child(3) .front-page__banner__overlay {
		height: 40%;
	}
}

.front-page__banner__carousel-item {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.front-page__banner__carousel-item {
		display: block;
		position: relative;
	}
}

.front-page__banner__carousel-item--mobile {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.front-page__banner__carousel-item--mobile {
		display: none;
	}
}

.front-page__banner__carousel-item__overlay-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 200;
}

.front-page__banner__carousel-item__overlay-link:visited, .front-page__banner__carousel-item__overlay-link:hover {
	cursor: pointer;
}

.front-page__banner__overlay {
	display: none;
}

@media (min-width: 768px) {
	.front-page__banner__overlay {
		display: block;
		position: absolute;
		width: 100%;
		height: 40%;
		bottom: 0;
		top: auto;
		background: linear-gradient(transparent, #000000e6);
		z-index: 50;
	}
}

.front-page__banner__overlay--mobile {
	display: block;
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	top: auto;
	background: linear-gradient(transparent, #000000e6);
	z-index: 50;
}

@media (min-width: 768px) {
	.front-page__banner__overlay--mobile {
		display: none;
	}
}

.front-page__branding__content-wrapper {
	margin: 0 auto;
	padding: 40px 24.5px 45px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.front-page__branding__content-wrapper {
		padding: 110px 160px;
	}
}

.front-page__branding__title {
	font-family: "graphik medium";
	font-size: 56px;
	line-height: 1.2;
	max-width: 765px;
	margin: 0;
	animation-delay: 0.5s;
}

.front-page__branding__title p {
	font-family: "graphik medium";
	font-size: 30px;
	line-height: 1.2;
	max-width: 765px;
	margin: 0;
}

@media (min-width: 768px) {
	.front-page__branding__title p {
		font-size: 56px;
	}
}

.front-page__branding__content {
	font-family: "graphik";
	color: #999999;
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.4;
	max-width: 730px;
	letter-spacing: 1px;
	animation-delay: 0.5s;
}

@media (min-width: 768px) {
	.front-page__branding__content {
		font-size: 24px;
	}
}

.front-page__branding__volume {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.front-page__branding__volume {
		margin-top: 40px;
	}
}

.front-page__branding__volume__title {
	font-family: "neuemontreal";
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.front-page__branding__volume__title {
		font-size: 80px;
		margin-bottom: 0;
	}
}

.front-page__branding__volume__content {
	font-family: "neuemontreal medium";
	font-size: 16px;
	line-height: 1.35;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.front-page__branding__volume__content {
		font-size: 18px;
	}
}

.front-page__branding__volume__col--1 {
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.front-page__branding__volume__col--1 {
		flex: 0 0 auto;
	}
}

.front-page__branding__volume__col--2 {
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.front-page__branding__volume__col--2 {
		flex: 0 0 auto;
	}
}

.front-page__branding__volume__col--3 {
	flex: 0 0 50%;
	margin-top: 17px;
}

@media (min-width: 768px) {
	.front-page__branding__volume__col--3 {
		flex: 0 0 auto;
		margin-top: 0;
	}
}

.front-page__branding__volume__col--4 {
	flex: 0 0 50%;
	margin-top: 17px;
}

@media (min-width: 768px) {
	.front-page__branding__volume__col--4 {
		flex: 0 0 auto;
		margin-top: 0;
	}
}

.front-page__creating {
	background: #1A1A1A;
}

.front-page__creating__content-wrapper {
	margin: 0 auto;
	padding: 40px 0;
}

@media (min-width: 768px) {
	.front-page__creating__content-wrapper {
		padding: 114px 0 120px;
	}
}

.front-page__creating__title {
	max-width: 1440px;
	margin: 40px 24.5px 20px;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	color: white;
}

@media (min-width: 480px) {
	.front-page__creating__title {
		max-width: 360px;
	}
}

@media (min-width: 768px) {
	.front-page__creating__title {
		max-width: 930px;
		font-size: 56px;
		margin: 120px auto 50px 160px;
	}
}

.front-page__creating__brands__row + * {
	margin-top: 12px;
}

.front-page__creating__brands__row--2 .slick-list {
	direction: rtl;
}

.front-page__creating__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.front-page__creating__intro {
	margin-top: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.front-page__creating__intro {
		padding: 0 160px;
	}
}

.front-page__creating__intro .iframe-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.front-page__creating__intro iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.front-page__creating__video {
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.front-page .animate {
	opacity: 0;
}

.front-page .animate__animated {
	opacity: 1;
}

.about-page__top-section {
	padding-top: 80px;
}

@media (min-width: 768px) {
	.about-page__top-section {
		padding-top: 97px;
	}
}

.about-page__top-section__wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1440px;
	padding: 30px 24.5px 45px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.about-page__top-section__wrapper {
		flex-direction: row;
		justify-content: space-between;
		padding: 80px 160px 104px;
	}
}

.about-page__top-section__photo {
	max-width: 100%;
	max-height: 314px;
}

@media (min-width: 768px) {
	.about-page__top-section__photo {
		width: 100%;
		max-height: none;
	}
}

.about-page__top-section--left {
	flex: 0 0 auto;
	text-align: center;
}

@media (min-width: 768px) {
	.about-page__top-section--left {
		text-align: left;
		flex: 0 0 auto;
		max-width: 315px;
	}
}

.about-page__top-section--right {
	flex: 0 0 auto;
	margin-top: 45px;
}

@media (min-width: 768px) {
	.about-page__top-section--right {
		flex: 1;
		margin-top: 0;
		padding-left: 30px;
		max-width: 640px;
	}
}

.about-page__top-section__title {
	font-family: "graphik medium";
	font-size: 56px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.about-page__top-section__title p {
	font-family: "graphik medium";
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.about-page__top-section__title p {
		font-size: 56px;
	}
}

.about-page__top-section__content {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.4;
	color: #999999;
	letter-spacing: .5px;
}

.about-page__top-section__content p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	color: #999999;
	letter-spacing: .5px;
}

@media (min-width: 768px) {
	.about-page__top-section__content p {
		font-size: 18px;
	}
}

.about-page__top-section__content p:last-child {
	margin: 0;
}

.about-page .carousel {
	height: 400px;
}

@media (min-width: 768px) {
	.about-page .carousel {
		height: 730px;
	}
}

.about-page .carousel .carousel-indicators {
	display: flex;
	flex-direction: row;
	align-items: center;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0;
}

@media (min-width: 768px) {
	.about-page .carousel .carousel-indicators {
		left: auto;
		right: 105px;
		bottom: 66px;
	}
}

.about-page .carousel .carousel-indicators li {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border: 0;
	margin: 0;
	opacity: 1;
}

@media (min-width: 768px) {
	.about-page .carousel .carousel-indicators li {
		width: 15.5px;
		height: 15.5px;
	}
}

.about-page .carousel .carousel-indicators li + * {
	margin-top: 0;
	margin-left: 10px;
}

.about-page .carousel .carousel-indicators li.active {
	background: #FF4713;
}

.about-page__carousel__content {
	position: absolute;
	left: 97px;
	bottom: 82px;
	color: white;
	max-width: 460px;
	z-index: 100;
}

.about-page__carousel__content .about-banner-carousel__tag {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
}

.about-page__carousel__content .about-banner-carousel__title {
	font-family: "graphik";
	font-weight: 500;
	font-size: 36px;
	line-height: 1.34;
	margin-top: 9px;
}

.about-page__carousel__content .about-banner-carousel__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	margin-top: 9px;
}

.about-page .carousel-inner,
.about-page .carousel-item {
	position: relative;
	height: 100% !important;
	width: 100% !important;
}

.about-page__carousel-item {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-page__services-section__wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 45px 24.5px 45px;
}

@media (min-width: 768px) {
	.about-page__services-section__wrapper {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1160px;
		padding: 126px 20px;
	}
}

.about-page__services-section__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.34;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.about-page__services-section__title {
		font-size: 36px;
		flex: 0 0 auto;
	}
}

.about-page__services-section__list {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 21px;
	gap: 30px;
}

@media (min-width: 480px) {
	.about-page__services-section__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	.about-page__services-section__list {
		max-width: 460px;
		gap: 50px 36px;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.about-page__services-section__list {
		max-width: 627px;
	}
}

.about-page__services-section__item {
	display: flex;
	flex-direction: column;
	animation-delay: .5s;
	align-items: flex-start;
}

.about-page__services-section__item__icon {
	width: 55px;
}

@media (min-width: 768px) {
	.about-page__services-section__item__icon {
		flex: 0 0 97px;
		width: auto;
		margin-bottom: 16px;
		display: flex;
		align-items: center;
	}
}

.about-page__services-section__item__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	margin-top: 11px;
	margin-bottom: 7px;
	line-height: 1.34;
	color: #FF4713;
}

@media (min-width: 768px) {
	.about-page__services-section__item__title {
		font-size: 24px;
		margin-top: 0;
	}
}

.about-page__services-section__item__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .5px;
	color: #A7A7A7;
}

@media (max-width: 767px) {
	.about-page__services-section__item__content {
		max-width: none !important;
	}
}

.about-page__who-carousel {
	background: #1A1A1A;
}

@media (min-width: 768px) {
	.about-page__who-carousel {
		min-height: 447px;
	}
}

.about-page__who-carousel__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 45px 20px;
}

@media (min-width: 768px) {
	.about-page__who-carousel__wrapper {
		justify-content: space-between;
		flex-direction: row;
		padding: 80px 20px 63px;
	}
}

.about-page__who-carousel__title {
	flex: 1;
	font-family: "graphik medium";
	font-size: 24px;
	color: white;
}

@media (min-width: 768px) {
	.about-page__who-carousel__title {
		flex: 0 0 auto;
		font-size: 36px;
	}
}

.about-page__who-carousel__content {
	color: white;
	z-index: 100;
}

@media (min-width: 768px) {
	.about-page__who-carousel__content {
		max-width: 413px;
	}
}

.about-page__who-carousel__content .about-banner-who-carousel__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.34;
	color: #FF4713;
}

@media (min-width: 768px) {
	.about-page__who-carousel__content .about-banner-who-carousel__title {
		font-size: 32px;
	}
}

.about-page__who-carousel__content .about-banner-who-carousel__content {
	font-family: "graphik";
	font-size: 16px;
	color: #A7A7A7;
	line-height: 1.4;
	letter-spacing: .5px;
	margin-top: 14px;
}

@media (min-width: 768px) {
	.about-page__who-carousel__content .about-banner-who-carousel__content {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.about-page .who-carousel {
		width: 413px;
	}
}

.about-page .who-carousel__wrapper {
	width: 100%;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.about-page .who-carousel__wrapper {
		width: 460px;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.about-page .who-carousel__wrapper {
		width: 627px;
	}
}

.about-page .who-carousel__indicators {
	display: flex;
	column-gap: 30px;
	margin-top: 33px;
	color: white;
	font-size: 16px;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.about-page .who-carousel__indicators {
		font-size: 26px;
		justify-content: flex-start;
	}
}

.about-page .who-carousel__indicators__slick-prev {
	background: url("assets/images/blank-prev.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page .who-carousel__indicators__slick-prev {
		width: 47px;
		height: 47px;
	}
}

.about-page .who-carousel__indicators__slick-prev:hover {
	background: url("assets/images/solid-prev.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page .who-carousel__indicators__slick-prev:hover {
		width: 47px;
		height: 47px;
	}
}

.about-page .who-carousel__indicators__slick-next {
	background: url("assets/images/blank-next.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page .who-carousel__indicators__slick-next {
		width: 47px;
		height: 47px;
	}
}

.about-page .who-carousel__indicators__slick-next:hover {
	background: url("assets/images/solid-next.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.about-page .who-carousel__indicators__slick-next:hover {
		width: 47px;
		height: 47px;
	}
}

.about-page__middle-section__wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 45px 24.5px 45px;
}

@media (min-width: 768px) {
	.about-page__middle-section__wrapper {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1160px;
		padding: 126px 20px 57px;
	}
}

.about-page__middle-section__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.34;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.about-page__middle-section__title {
		font-size: 36px;
	}
}

.about-page__middle-section__list {
	display: flex;
	flex-direction: column;
}

.about-page__middle-section__item {
	display: flex;
	flex-direction: column;
	animation-delay: .5s;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.about-page__middle-section__item {
		flex-direction: row;
		max-width: 658px;
		align-items: center;
		padding-left: 20px;
		margin-top: 0;
	}
}

.about-page__middle-section__item + * {
	margin-top: 21px;
}

@media (min-width: 768px) {
	.about-page__middle-section__item + * {
		margin-top: 57px;
	}
}

.about-page__middle-section__item--left {
	width: 55px;
}

@media (min-width: 768px) {
	.about-page__middle-section__item--left {
		flex: 0 0 92px;
		width: auto;
		margin-right: 50px;
	}
}

.about-page__middle-section__item__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	margin-top: 11px;
	margin-bottom: 9px;
	line-height: 1.34;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.about-page__middle-section__item__title {
		font-size: 36px;
		margin-top: 0;
		margin-bottom: 15px;
	}
}

.about-page__middle-section__item__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
}

.about-page__our-people__wrapper {
	margin: 0 auto;
	padding: 45px 24.5px 110px;
}

@media (min-width: 768px) {
	.about-page__our-people__wrapper {
		max-width: 1160px;
		padding: 130px 20px 111px;
	}
}

.about-page__our-people__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 48px;
	color: #1A1A1A;
	margin-bottom: 11px;
}

@media (min-width: 768px) {
	.about-page__our-people__title {
		font-size: 36px;
		margin-bottom: 47px;
	}
}

.about-page__our-people__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
	grid-gap: 20px 20px;
	font-size: 0;
}

@media (min-width: 768px) {
	.about-page__our-people__grid {
		grid-gap: 30px;
	}
}

.about-page__our-people__item {
	position: relative;
}

.about-page__our-people__item__avatar {
	position: relative;
}

.about-page__our-people__item__avatar:before {
	content: "";
	display: inline-block;
	padding-bottom: 113.285%;
}

.about-page__our-people__item__avatar__photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-page__our-people__item__info {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.about-page__our-people__item__info {
		margin-top: 25px;
	}
}

.about-page__our-people__item__info__name {
	font-family: "graphik";
	color: black;
	font-size: 18px;
	line-height: 1.4;
}

.about-page__our-people__item__info__role {
	font-family: "neuemontreal";
	color: #FF4713;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .5px;
}

.about-page__awards {
	background: #1A1A1A;
}

.about-page__awards__wrapper {
	margin: 0 auto;
	padding: 40px 24.5px 123px;
}

@media (min-width: 768px) {
	.about-page__awards__wrapper {
		max-width: 973px;
		padding: 109px 0 153px;
	}
}

.about-page__awards__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.34;
	color: white;
}

@media (min-width: 768px) {
	.about-page__awards__title {
		font-size: 36px;
	}
}

.about-page__awards__list {
	margin-top: 38px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.about-page__awards__list {
		margin-top: 60px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.about-page__awards__list--left {
	flex: 0 0 auto;
}

@media (min-width: 768px) {
	.about-page__awards__list--left {
		flex: 0 0 400px;
	}
}

.about-page__awards__list--right {
	flex: 0 0 auto;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.about-page__awards__list--right {
		margin-top: 0;
		flex: 0 0 400px;
	}
}

.about-page__awards__item + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.about-page__awards__item + * {
		margin-top: 60px;
	}
}

.about-page__awards__item__year {
	font-family: "graphik";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #FF4713;
}

@media (min-width: 768px) {
	.about-page__awards__item__year {
		font-size: 24px;
	}
}

.about-page__awards__item__detail {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.about-page__awards__item__detail {
		margin-top: 17px;
	}
}

.about-page__awards__item__detail h1 {
	font-family: "graphik";
	font-size: 20px;
	line-height: 1.4;
	color: white;
	margin: 0 0 2px;
}

@media (min-width: 768px) {
	.about-page__awards__item__detail h1 {
		font-size: 24px;
	}
}

.about-page__awards__item__detail strong {
	color: white;
	font-weight: normal;
}

.about-page__awards__item__detail * {
	margin-bottom: 2px;
	color: #6A6A6A;
}

.about-page__awards__item__detail * + h1 {
	margin-top: 17px;
}

.about-page__awards__item__detail p {
	font-size: 14px;
}

@media (min-width: 768px) {
	.about-page__awards__item__detail p {
		font-size: 16px;
	}
}

.about-page .animate,
.about-page .animate-fadeIn {
	opacity: 0;
}

.about-page .animate__animated {
	opacity: 1;
}

.contact-page {
	background: #1A1A1A;
	color: white;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.contact-page {
		padding-top: 97px;
	}
}

.contact-page .animate {
	opacity: 0;
}

.contact-page .animate__animated {
	opacity: 1;
}

.contact-page a {
	color: #FF4713;
	text-decoration: none;
}

.contact-page a:hover, .contact-page a:visited, .contact-page a:focus {
	color: #FF4713;
	text-decoration: none;
}

.contact-page__wrapper {
	padding: 39px 24.5px 153px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.contact-page__wrapper {
		padding: 66px 20px 153px;
	}
}

@media (min-width: 992px) {
	.contact-page__wrapper {
		padding: 66px 20px 500px;
		max-width: 1163px;
	}
}

@media (min-width: 768px) {
	.contact-page__form {
		flex: 0 0 420px;
	}
}

@media (min-width: 1200px) {
	.contact-page__form {
		flex: 0 0 740px;
	}
}

.contact-page__form__group {
	font-family: "neuemontreal medium";
	color: #ff4713;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.contact-page__form__submit-btn__wrapper input[type="submit"] {
	font-family: "graphik light";
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	background: transparent;
	color: white;
	border-radius: 6px;
	border: 0.5px solid #fff;
	letter-spacing: 0.08px;
	text-align: center;
}

.contact-page__form__submit-btn__wrapper input[type="submit"]:hover {
	background-color: black;
	color: white;
}

.contact-page__form__note {
	font-family: "graphik";
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(171, 173, 176, 0.5);
}

.contact-page__form__note p {
	font-family: "graphik";
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(171, 173, 176, 0.5);
}

.contact-page__form .wpcf7 {
	max-width: 570px;
}

.contact-page__form .wpcf7 form label {
	font-family: "neuemontreal medium";
	color: #ff4713;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.contact-page__form .wpcf7 form > div > p input[type="submit"] {
	font-family: "graphik light";
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	background: transparent;
	color: white;
	border-radius: 6px;
	border: 0.5px solid #fff;
	letter-spacing: 0.08px;
	text-align: center;
	background: linear-gradient(to left, transparent 34%, white 34%, white 65%, transparent 65%) right;
	background-size: 335%;
	background-position: left;
}

.contact-page__form .wpcf7 form > div > p input[type="submit"]:hover {
	background-position: center;
	color: black;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.contact-page__form .wpcf7 form > div > p input[type="submit"].mouse-leave {
	background-position: right;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.contact-page__form .wpcf7-response-output {
	display: none !important;
}

.contact-page__contact-form {
	display: flex;
	flex-direction: column;
	border-bottom: 0.5px solid #6A6A6A;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.contact-page__contact-form {
		padding: 40px 0;
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__contact-form.thank-you-case {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.contact-page__contact-form.thank-you-case .contact-page__contact-form__title {
	flex: 0 0 auto;
	margin-bottom: 10px;
}

.contact-page__contact-form.thank-you-case .contact-page__contact-form__description {
	flex: 0 0 auto;
	font-family: "graphik";
	font-size: 24px;
}

.contact-page__contact-form__title {
	font-family: "graphik";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__contact-form__title {
		flex: 0 0 210px;
		font-size: 32px;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.contact-page__contact-form__title {
		flex: 0 0 290px;
	}
}

.contact-page__contact-form input[type="text"],
.contact-page__contact-form input[type="email"],
.contact-page__contact-form input[type="tel"] {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
}

.contact-page__contact-form input[type="text"]:focus,
.contact-page__contact-form input[type="email"]:focus,
.contact-page__contact-form input[type="tel"]:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.contact-page__contact-form textarea {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
	height: 113px;
	resize: none;
}

.contact-page__contact-form textarea:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.contact-page__contact {
	display: flex;
	flex-direction: column;
	border-bottom: 0.5px solid #6A6A6A;
	padding: 40px 0;
}

@media (min-width: 768px) {
	.contact-page__contact {
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__contact__title {
	font-family: "graphik";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__contact__title {
		flex: 0 0 210px;
		font-size: 32px;
	}
}

.contact-page__contact__info {
	font-family: "graphik";
	font-size: 18px;
	line-height: 1.4;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.contact-page__contact__info {
		margin-top: 0;
		flex: 0 0 420px;
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.contact-page__contact__info {
		flex: 0 0 740px;
	}
}

.contact-page__contact__info__map {
	margin-bottom: 35px;
	color: #6A6A6A;
}

.contact-page__contact__info__map a {
	text-decoration: none;
	color: #6A6A6A;
}

.contact-page__contact__info__map a:focus, .contact-page__contact__info__map a:visited {
	text-decoration: none;
	color: #6A6A6A;
}

.contact-page__contact__info__map a:hover {
	text-decoration: none;
	color: white;
}

.contact-page__enquiries {
	padding: 40px 0 16px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__enquiries {
		flex-direction: row;
		justify-content: space-between;
		padding: 40px 0;
	}
}

.contact-page__enquiries__title {
	font-family: "graphik";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__enquiries__title {
		font-size: 32px;
		flex: 0 0 210px;
	}
}

.contact-page__enquiries__info {
	display: flex;
	flex-direction: column;
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__info {
		margin-top: 0;
		flex: 0 0 420px;
		flex-direction: column;
	}
}

@media (min-width: 1200px) {
	.contact-page__enquiries__info {
		flex: 0 0 740px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.contact-page__enquiries__siliconplus {
		flex: 0 0 296px;
	}
}

.contact-page__enquiries__siliconplus__logo {
	width: 120px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__logo {
		width: 163px;
	}
}

.contact-page__enquiries__siliconplus__content {
	margin-bottom: 5px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__content {
		font-size: 16px;
	}
}

.contact-page__enquiries__siliconplus__info {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__info {
		margin-top: 20px;
	}
}

.contact-page__enquiries__siliconplus__info__name, .contact-page__enquiries__siliconplus__info__position, .contact-page__enquiries__siliconplus__info__email {
	font-size: 14px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__info__name, .contact-page__enquiries__siliconplus__info__position, .contact-page__enquiries__siliconplus__info__email {
		font-size: 16px;
	}
}

.contact-page__enquiries__splice {
	margin-top: 26px;
}

@media (min-width: 1200px) {
	.contact-page__enquiries__splice {
		margin-top: 0;
		flex: 0 0 364px;
	}
}

.contact-page__enquiries__splice__logo {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__splice__logo {
		height: 49px;
	}
}

.contact-page__enquiries__splice__logo a {
	display: flex;
	align-items: center;
	font-family: "neuemontreal";
}

.contact-page__enquiries__splice__logo__image {
	width: 59px;
}

.contact-page__enquiries__splice__slogan {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.22;
	color: white;
	letter-spacing: 0.5px;
}

.contact-page__enquiries__splice__sep {
	display: block;
	height: 23px;
	width: 2px;
	background: white;
	margin: 0 11px;
}

.contact-page__enquiries__splice__content p {
	font-size: 14px;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__splice__content p {
		font-size: 16px;
		margin-bottom: 21px;
	}
}

.contact-page__team {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__team {
		flex-direction: row;
		justify-content: space-between;
		padding: 40px 0;
	}
}

.contact-page__team__title {
	font-family: "graphik";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__team__title {
		flex: 0 0 210px;
		font-size: 32px;
	}
}

.contact-page__team__info {
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.contact-page__team__info {
		margin-top: 0;
		flex: 0 0 740px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.contact-page__team__job {
		flex: 0 0 296px;
	}
}

.contact-page__team__job__title {
	font-family: "graphik";
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	color: white;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.contact-page__team__job__title {
		font-size: 24px;
		margin-bottom: 18px;
	}
}

.contact-page__team__job__description p {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.contact-page__team__job__description p {
		font-size: 16px;
		margin-bottom: 21px;
	}
}

.contact-page__team__internship {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.contact-page__team__internship {
		flex: 0 0 364px;
		margin-top: 0;
	}
}

.contact-page__team__internship__title {
	font-family: "graphik";
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	color: white;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.contact-page__team__internship__title {
		font-size: 24px;
		margin-bottom: 18px;
	}
}

.contact-page__team__internship__description p {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.contact-page__team__internship__description p {
		font-size: 16px;
		margin-bottom: 21px;
	}
}

.contact-page__subscribe {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__subscribe {
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__subscribe__title {
	flex: 0 0 210px;
	font-family: "graphik";
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
}

.contact-page__subscribe__info {
	flex: 0 0 740px;
	font-family: "graphik";
	font-size: 24px;
	line-height: 1.4;
}

.contact-page__subscribe__info__map {
	margin-bottom: 35px;
	color: #6A6A6A;
}

.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: 443px;
	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;
	border-radius: 10px;
}

@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__title {
	font-family: "graphik medium";
	font-size: 48px;
	line-height: 1.15;
	max-width: 340px;
	margin-bottom: 11px;
	color: #ff4713;
}

.contact-form-msg-popup__popup__content__description {
	font-family: "graphik";
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #1A1A1A;
	max-width: 290px;
}

.contact-form-msg-popup__popup__content__button {
	font-family: "graphik";
	background-color: transparent;
	border-radius: 6px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: .5px solid black;
	color: black;
	width: 195px;
	height: 53px;
	padding: 10px 43px;
	cursor: pointer;
}

.contact-form-msg-popup__popup__content__button:hover {
	background-color: transparent;
	color: black;
	text-decoration: none;
	border: .5px solid black;
}

.contact-form-msg-popup__popup__content__button:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;
	border: .5px solid black;
}

.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: "graphik";
	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;
	}
}

.work-page {
	color: #1A1A1A;
	background: white;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.work-page {
		padding-top: 97px;
	}
}

.work-page p {
	margin: 0;
}

.work-page__wrapper {
	padding: 24px 24.5px 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.work-page__wrapper {
		max-width: calc(1339px + 24.5px*2);
		padding: 65px 20px 200px;
	}
}

@media (min-width: 1200px) {
	.work-page__wrapper {
		padding: 65px 60px 200px;
	}
}

.work-page__top {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.work-page__top {
		max-width: 534px;
		margin-bottom: 77px;
	}
}

.work-page__top__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 56px;
	line-height: 1.2;
	margin-bottom: 6px;
}

@media (min-width: 768px) {
	.work-page__top__title {
		margin-bottom: 40px;
	}
}

.work-page__top__title p {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.work-page__top__title p {
		font-size: 56px;
	}
}

.work-page__top__description {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #999999;
}

.work-page__top__description p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #999999;
}

@media (min-width: 768px) {
	.work-page__top__description p {
		font-size: 18px;
	}
}

.work-page__body__navigate {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	overflow-x: auto;
}

@media (min-width: 768px) {
	.work-page__body__navigate {
		justify-content: space-around;
	}
}

.work-page__body__navigate__item {
	border-bottom: 1px solid #DDDEE0;
	flex: 0 0 33.33%;
	min-width: 120px;
	text-align: center;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #A7A7A7;
	padding-bottom: 14.5px;
}

@media (min-width: 768px) {
	.work-page__body__navigate__item {
		flex: 0 0 33.33%;
		font-size: 24px;
		padding-bottom: 20px;
	}
}

.work-page__body__navigate__item:visited, .work-page__body__navigate__item:active {
	color: #A7A7A7;
	text-decoration: none;
}

.work-page__body__navigate__item:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.work-page__body__navigate__item.active {
	color: #1A1A1A;
	border-bottom: 2.5px solid #FF4713;
	padding-bottom: 12px;
}

@media (min-width: 768px) {
	.work-page__body__navigate__item.active {
		padding-bottom: 18.5px;
	}
}

.work-page__body__keys {
	display: flex;
	margin: 19px 0 35px;
}

@media (min-width: 768px) {
	.work-page__body__keys {
		margin: 65px 0 72px;
		padding: 0 20px;
		justify-content: center;
	}
}

.work-page__body__keys.project-tab {
	margin: 0 0 35px;
}

@media (min-width: 768px) {
	.work-page__body__keys.project-tab {
		margin: 0 0 72px;
	}
}

.work-page__body__keys__wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
}

@media (min-width: 768px) {
	.work-page__body__keys__wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.work-page__body__keys__card {
	display: flex;
	align-items: center;
	padding: 10px 25px;
	gap: 10px;
	height: 40px;
	border: 1px solid #DDDEE0;
	border-radius: 4px;
	text-decoration: none;
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #A7A7A7;
	flex: 0 0 auto;
	margin: 5px;
}

.work-page__body__keys__card:visited, .work-page__body__keys__card:focus {
	color: #A7A7A7;
	text-decoration: none;
}

.work-page__body__keys__card.active, .work-page__body__keys__card:hover {
	color: #FF4713;
	background: #F5F5F5;
	text-decoration: none;
	border: 1px solid #F5F5F5;
}

.work-page__body__keys__card:first-child {
	margin-left: 0;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.work-page__body__keys__card:first-child {
		margin-left: 5px;
	}
}

.work-page__body__keys__card:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.work-page__body__keys__card:last-child {
		margin-right: 5px;
	}
}

.work-page__body__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}

.work-page__body__top.hidden {
	display: none;
}

.work-page__body__top__label {
	display: none;
	font-family: "graphik medium";
	font-size: 24px;
	line-height: 1.4;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.work-page__body__top__label {
		display: block;
	}
}

.work-page__body__top__order-by {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.work-page__body__top__order-by {
		flex: 0 0 auto;
	}
}

.work-page__body__top__order-by__label {
	display: none;
	font-family: "neuemontreal medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: black;
}

@media (min-width: 768px) {
	.work-page__body__top__order-by__label {
		display: block;
	}
}

.work-page__body__top__order-by__dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #DDDEE0;
	border-radius: 3px;
	width: 100%;
	cursor: pointer;
}

@media (min-width: 768px) {
	.work-page__body__top__order-by__dropdown {
		margin-left: 23px;
		width: auto;
	}
}

.work-page__body__top__order-by__dropdown i:before {
	content: "\f107";
}

.work-page__body__top__order-by__dropdown.show i:before {
	content: "\f106";
}

.work-page__body__top__order-by__dropdown .dropdown__button {
	font-family: "neuemontreal medium";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .5px;
	color: #FF4713;
	width: 100%;
	min-width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.work-page__body__top__order-by__dropdown .dropdown__button {
		width: auto;
	}
}

.work-page__body__top__order-by__dropdown .dropdown-menu {
	min-width: 100%;
}

.work-page__body__top__order-by__dropdown .dropdown-menu .dropdown-item {
	cursor: pointer;
}

.work-page__body__top__order-by__dropdown .dropdown-menu .dropdown-item.active {
	color: #FF4713;
	text-decoration: none;
	background-color: white;
}

.work-page__body__projects__group + * {
	margin-top: 50px;
}

.work-page__body__projects__group ::-webkit-scrollbar,
.work-page__body__projects__group ::-webkit-scrollbar-track,
.work-page__body__projects__group ::-webkit-scrollbar-thumb,
.work-page__body__projects__group ::-webkit-scrollbar-thumb:hover {
	visibility: hidden;
}

.work-page__body__projects__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 19px;
}

.work-page__body__projects__header__title {
	font-family: "graphik medium";
	font-size: 24px;
	line-height: 1.4;
	color: #1A1A1A;
}

.work-page__body__projects__header__view-all {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #FF4713;
	cursor: pointer;
}

.work-page__body__projects__header__view-all a {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #FF4713;
	cursor: pointer;
}

.work-page__body__projects__header__view-all a:hover, .work-page__body__projects__header__view-all a:visited, .work-page__body__projects__header__view-all a:focus {
	color: #FF4713;
	text-decoration: none;
	cursor: pointer;
}

.work-page__body__projects__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 25px 20px;
	font-size: 0;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid {
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
	}
}

.work-page__body__projects__grid.categories-grid {
	display: flex;
	overflow-x: auto;
	gap: 0 15px;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid.categories-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
		font-size: 0;
	}
}

.work-page__body__projects__grid .post-tile {
	flex: 0 0 266px;
}

.work-page__body__projects__grid .post-tile__thumbnail__photo {
	height: 180px;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid .post-tile__thumbnail__photo {
		height: 278px;
	}
}

.work-page__body .load-more-recent-posts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 25px 20px;
	padding-top: 45px;
	font-size: 0;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts {
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
	}
}

.work-page__body .load-more-recent-posts.categories-grid {
	display: flex;
	overflow-x: auto;
	gap: 0 15px;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts.categories-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
		font-size: 0;
	}
}

.work-page__body .load-more-recent-posts .post-tile {
	flex: 0 0 266px;
}

.work-page__body .load-more-recent-posts .post-tile__thumbnail__photo {
	height: 180px;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile__thumbnail__photo {
		height: 278px;
	}
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn {
	font-family: "graphik light";
	font-size: 16px;
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	color: black;
	border-radius: 6px;
	border: 0.5px solid black;
	letter-spacing: 0.08px;
	text-align: center;
	background: linear-gradient(to left, white 34%, #ff4713 34%, #ff4713 65%, white 65%) right;
	background-size: 335%;
	background-position: left;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn:hover, .work-page__body .ajax-load-more-wrap .alm-load-more-btn:focus {
	background-position: center;
	color: white;
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ff4713;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.done {
	display: none;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.loading {
	color: black;
	padding: 0;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.loading::before {
	display: none;
}

.join-page {
	color: #1A1A1A;
	background: white;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.join-page {
		padding-top: 97px;
	}
}

.join-page p {
	margin: 0;
}

.join-page pre {
	font-family: "neuemontreal";
	margin: 0;
	padding: 0;
	background: transparent;
	color: #999999;
	white-space: break-spaces;
}

.join-page pre a {
	font-weight: 500;
	color: #FF4713;
}

.join-page pre a:hover, .join-page pre a:visited, .join-page pre a:focus {
	text-decoration: none;
}

.join-page__wrapper {
	display: flex;
	flex-direction: column;
	padding: 24px 24.5px 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.join-page__wrapper {
		max-width: calc(1339px + 24.5px*2);
		padding: 65px 20px 200px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.join-page__wrapper {
		padding: 65px 60px 200px;
	}
}

.join-page__col-left {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.join-page__col-left {
		flex: 0 0 300px;
	}
}

@media (min-width: 992px) {
	.join-page__col-left {
		flex: 0 0 400px;
	}
}

@media (min-width: 1200px) {
	.join-page__col-left {
		flex: 0 0 430px;
	}
}

.join-page__col-left__title {
	font-family: "graphik medium";
	font-size: 56px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.join-page__col-left__section {
	margin-bottom: 40px;
}

.join-page__col-left__section__title {
	font-family: "graphik medium";
	font-size: 24px;
	margin-bottom: 14px;
}

.join-page__col-left__section:last-child {
	margin-bottom: 0;
}

.join-page__col-left__section__description {
	font-size: 18px;
	line-height: 1.38;
}

.join-page__col-right {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.join-page__col-right {
		margin-top: 0;
		flex: 0 0 500px;
	}
}

@media (min-width: 992px) {
	.join-page__col-right {
		flex: 0 0 500px;
	}
}

@media (min-width: 1200px) {
	.join-page__col-right {
		flex: 0 0 550px;
	}
}

.join-page__col-right__title {
	font-family: "graphik";
	font-size: 32px;
	margin-bottom: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CACACA;
}

.join-page__col-right__content {
	margin-top: 31px;
}

.join-page__col-right__content.collapse.show {
	padding-bottom: 24px;
}

.join-page__col-right__content__wrapper {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.join-page__col-right__content__wrapper a {
	color: #FF4713;
}

.join-page__col-right__content__wrapper a:hover, .join-page__col-right__content__wrapper a:visited, .join-page__col-right__content__wrapper a:focus {
	text-decoration: none;
}

.join-page__col-right__content__title {
	font-family: "graphik medium";
	font-size: 24px;
	color: #FF4713;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.join-page__col-right__content__title .icon-plus,
.join-page__col-right__content__title .icon-minus {
	font-size: 18px;
}

.join-page__col-right__content__title[aria-expanded=true] .icon-plus {
	display: none;
}

.join-page__col-right__content__title[aria-expanded=false] .icon-minus {
	display: none;
}

.join-page__col-right__content__description {
	font-family: "neuemontreal medium";
	font-size: 18px;
	letter-spacing: .32px;
	line-height: 1.34;
}

.join-page__col-right__content__list {
	font-family: "graphik";
	font-size: 16px;
	margin-top: 23px;
}

.join-page__col-right__content__list h1,
.join-page__col-right__content__list h2,
.join-page__col-right__content__list h3,
.join-page__col-right__content__list h4,
.join-page__col-right__content__list h5,
.join-page__col-right__content__list h6 {
	font-family: "neuemontreal medium";
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.join-page__col-right__content__list ul + h1,
.join-page__col-right__content__list ul + h2,
.join-page__col-right__content__list ul + h3,
.join-page__col-right__content__list ul + h4,
.join-page__col-right__content__list ul + h5,
.join-page__col-right__content__list ul + h6,
.join-page__col-right__content__list ul + p {
	margin-top: 23px;
}

.join-page__col-right__content__list p {
	color: #656565;
}

.join-page__col-right__content__list ul {
	margin-top: 23px;
	margin-left: 24px;
	margin-bottom: 23px;
}

.join-page__col-right__content__list ul:last-child {
	margin-bottom: 17px;
}

.join-page__col-right__content__list ul li {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
	color: #656565;
}

.join-page__col-right__content__list ul li + * {
	margin-top: 10px;
}

.join-page__col-right__content__list ul li::marker {
	font-size: 12px;
}

.pagination {
	display: flex;
	flex-direction: column;
	padding: 30px 20px 0;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.pagination {
		padding: 40px 0 0;
		max-width: 1246px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.pagination__post {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}

@media (min-width: 768px) {
	.pagination__post {
		max-width: 360px;
	}
}

.pagination__post + * {
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	.pagination__post + * {
		margin-bottom: 0;
	}
}

.pagination__post.prev-post {
	order: 2;
}

@media (min-width: 768px) {
	.pagination__post.prev-post {
		order: 1;
	}
}

.pagination__post.next-post {
	order: 1;
}

@media (min-width: 768px) {
	.pagination__post.next-post {
		order: 2;
	}
}

.pagination__post__nav {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.pagination__post__nav .arrow-prev {
	background: url("assets/images/prev-arrow.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 9px;
	margin-right: 11px;
}

.pagination__post__nav .arrow-next {
	background: url("assets/images/next-arrow.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 9px;
	margin-left: 11px;
}

.pagination__post__link {
	display: block;
	width: 100%;
}

.pagination__post__link:hover, .pagination__post__link:focus, .pagination__post__link:visited {
	text-decoration: none;
}

.pagination__post__text {
	font-family: "neuemontreal medium";
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .5px;
	color: #6A6A6A;
}

@media (min-width: 768px) {
	.pagination__post__text {
		font-size: 16px;
	}
}

.pagination__post__text:hover {
	color: black;
}

.pagination__post__title {
	display: inline;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #FF4713;
	margin-bottom: 20px;
	letter-spacing: -.5px;
}

@media (min-width: 768px) {
	.pagination__post__title {
		font-size: 28px;
		line-height: 1.4;
	}
}

.pagination__post__title br {
	content: '';
}

.pagination__post__title br:after {
	content: '';
}

.pagination__post__title.truncate {
	white-space: break-spaces;
}

@media (min-width: 768px) {
	.pagination__post__title.truncate {
		white-space: nowrap;
	}
}

.pagination__post__wrapper {
	position: relative;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.pagination__post__wrapper {
		margin-top: 20px;
	}
}

.pagination__post__wrapper:hover .pagination__post__overlay {
	display: block;
}

.pagination__post__overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.pagination__post img {
	position: relative;
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

@media (min-width: 768px) {
	.pagination__post img {
		width: 360px;
		height: 174px;
	}
}

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

@font-face {
	font-family: "graphik";
	src: url("assets/fonts/graphik/GraphikRegular.otf");
}

@font-face {
	font-family: "graphik black";
	src: url("assets/fonts/graphik/GraphikBlack.otf");
}

@font-face {
	font-family: "graphik bold";
	src: url("assets/fonts/graphik/GraphikBold.otf");
}

@font-face {
	font-family: "graphik bold italic";
	src: url("assets/fonts/graphik/GraphikBoldItalic.otf");
}

@font-face {
	font-family: "graphik extralight";
	src: url("assets/fonts/graphik/GraphikExtralight.otf");
}

@font-face {
	font-family: "graphik extralight italic";
	src: url("assets/fonts/graphik/GraphikExtralightItalic.otf");
}

@font-face {
	font-family: "graphik light";
	src: url("assets/fonts/graphik/GraphikLight.otf");
}

@font-face {
	font-family: "graphik light italic";
	src: url("assets/fonts/graphik/GraphikLightItalic.otf");
}

@font-face {
	font-family: "graphik medium";
	src: url("assets/fonts/graphik/GraphikMedium.otf");
}

@font-face {
	font-family: "graphik medium italic";
	src: url("assets/fonts/graphik/GraphikMediumItalic.otf");
}

@font-face {
	font-family: "graphik italic";
	src: url("assets/fonts/graphik/GraphikRegularItalic.otf");
}

@font-face {
	font-family: "graphik semibold";
	src: url("assets/fonts/graphik/GraphikSemibold.otf");
}

@font-face {
	font-family: "graphik semibold italic";
	src: url("assets/fonts/graphik/GraphikSemiboldItalic.otf");
}

@font-face {
	font-family: "graphik super";
	src: url("assets/fonts/graphik/GraphikSuper.otf");
}

@font-face {
	font-family: "graphik super italic";
	src: url("assets/fonts/graphik/GraphikSuperItalic.otf");
}

@font-face {
	font-family: "graphik thin";
	src: url("assets/fonts/graphik/GraphikThin.otf");
}

@font-face {
	font-family: "graphik think italic";
	src: url("assets/fonts/graphik/GraphikThinItalic.otf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#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-minus:before {
	content: "\e900";
}

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

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

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

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

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

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

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

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF4713;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF4713;
}

*::marker {
	color: #FF4713;
}

body {
	background: #fff;
}

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

.case-study-1 {
	padding-top: 80px;
}

@media (min-width: 768px) {
	.case-study-1 {
		padding-top: 97px;
	}
}

.case-study-1 .norm_row {
	filter: grayscale(0);
}

.case-study-1 .animate {
	opacity: 0;
}

.case-study-1 .animate__animated {
	opacity: 1;
}

.case-study-1 .paging-animate {
	opacity: 0;
}

.case-study-1 .paging-animate.animate__animated {
	opacity: 1;
}

.case-study-1__wrapper {
	padding: 0 0 90px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.case-study-1__wrapper {
		padding: 42px 24.5px 90px;
		max-width: calc(1339px + 24.5px*2);
	}
}

.case-study-1__banner {
	position: relative;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	height: 348px;
}

@media (min-width: 768px) {
	.case-study-1__banner {
		height: auto;
	}
}

.case-study-1__content {
	padding: 0 20px 43px;
	margin: 0 auto;
	border-bottom: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.case-study-1__content {
		padding: 0 20px 120px;
	}
}

@media (min-width: 1200px) {
	.case-study-1__content {
		padding: 0 45px 120px;
	}
}

.case-study-1__content p:last-child {
	margin-bottom: 0;
}

.case-study-1__content__head {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.case-study-1__content__head {
		padding: 65px 90px 0;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.case-study-1__content__head--left {
	max-width: 100%;
}

@media (min-width: 768px) {
	.case-study-1__content__head--left {
		max-width: 460px;
	}
}

.case-study-1__content__head--right {
	max-width: 100%;
	margin-top: 13px;
}

@media (min-width: 768px) {
	.case-study-1__content__head--right {
		width: 240px;
		margin-top: 0;
	}
}

.case-study-1__content__head__brand {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #FF4713;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__brand {
		margin-bottom: 9px;
	}
}

.case-study-1__content__head__title {
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 26px;
	line-height: 1.33;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.case-study-1__content__head__title {
		font-size: 36px;
	}
}

.case-study-1__content__head__list + * {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__list + * {
		margin-top: 18px;
	}
}

.case-study-1__content__head__list__label {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 14px;
	line-height: 1.215;
	letter-spacing: .5px;
	color: black;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__list__label {
		margin-bottom: 5px;
	}
}

.case-study-1__content__head__list__item {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #A7A7A7;
}

.case-study-1__content__body {
	margin: 27px auto 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body {
		margin: 99px auto 0;
	}
}

.case-study-1__content__body__section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case-study-1__content__body__section + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section + * {
		margin-top: 55px;
	}
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__title {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .5px;
	color: #FF4713;
	margin: 0 0 14px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section.impact-section .case-study-1__content__body__title {
		margin: 0 0 11px;
		font-size: 18px;
		line-height: 1.5;
	}
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__content {
	font-family: "graphik medium";
	font-size: 20px;
	line-height: 1.5;
	color: black;
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__content p {
	font-family: "graphik medium";
	font-size: 16px;
	line-height: 1.5;
	color: black;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section.impact-section .case-study-1__content__body__content p {
		font-size: 20px;
	}
}

.case-study-1__content__body__title {
	margin: 0 0 4px;
	font-family: "graphik medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: black;
}

@media (min-width: 768px) {
	.case-study-1__content__body__title {
		margin: 0 0 11px;
		font-size: 20px;
	}
}

.case-study-1__content__body__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #6A6A6A;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__content.challenge-section__content, .case-study-1__content__body__content.solution-section__content {
		padding: 0 90px;
	}
}

.case-study-1__content__body__content p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #6A6A6A;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content p {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__content.align-right-content--550 {
		align-self: flex-end;
		max-width: 550px;
	}
}

.case-study-1__content__body__video {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.case-study-1__content__body__video.layout-video-grid-2--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
	flex: 0 0 auto;
	margin: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-4--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-5--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(3) {
		padding-top: 28.25%;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(5) {
		margin-top: 5px;
		padding-top: 28.25%;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-6--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
		flex: 0 0 calc(16.65% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
		flex: 0 0 calc(16.65% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(16.65% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(16.65% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external:first-child {
	margin-top: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external:nth-child(2) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video {
		flex: 0 0 100%;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external {
		flex: 0 0 100%;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(1) {
		margin-top: 0;
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(1) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
		margin-top: 0;
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image + * {
	flex: 0 0 100%;
	margin-top: 20px;
}

.case-study-1__content__body__carousel {
	height: 235px;
	width: 100%;
}

.case-study-1__content__body__carousel__wrapper {
	position: relative;
	width: 100%;
	margin: 100px 0 55px;
}

.case-study-1__content__body__carousel__wrapper.show-navigation-style {
	padding: 0 80px;
}

.case-study-1__content__body__carousel .slick-list,
.case-study-1__content__body__carousel .slick-track {
	height: 100%;
}

.case-study-1__content__body__carousel__item {
	background-size: cover;
	background-position: center;
	object-fit: contain;
}

.case-study-1__content__body__carousel__item.slick-center {
	opacity: 1;
}

.case-study-1__content__body__carousel__item.opacity-item {
	opacity: .5;
}

.case-study-1__content__body__carousel__item.opacity-item.slick-center {
	opacity: 1;
}

.case-study-1__content__body__carousel__navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50%;
	margin-top: -23px;
	width: 100%;
	left: 0;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-prev,
.case-study-1__content__body__carousel__navigation .solution-carousel-prev,
.case-study-1__content__body__carousel__navigation .impact-carousel-prev {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-prev:hover,
.case-study-1__content__body__carousel__navigation .solution-carousel-prev:hover,
.case-study-1__content__body__carousel__navigation .impact-carousel-prev:hover {
	background: black;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-next,
.case-study-1__content__body__carousel__navigation .solution-carousel-next,
.case-study-1__content__body__carousel__navigation .impact-carousel-next {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-next:hover,
.case-study-1__content__body__carousel__navigation .solution-carousel-next:hover,
.case-study-1__content__body__carousel__navigation .impact-carousel-next:hover {
	background: black;
}

.case-study-1__content__body__social-share {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__social-share {
		margin-top: 40px;
	}
}

.case-study-1__content__body__social-share__label {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: .5px;
	color: #6A6A6A;
}

.case-study-1__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-1__photo {
		margin-top: 55px;
	}
}

.case-study-1__photo__image {
	background: white;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.case-study-1__photo__image {
		padding-bottom: 55px;
	}
}

.case-study-1__photo__image:first-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__photo__image:first-child {
		margin-top: 55px;
	}
}

.case-study-1__photo__image:last-child {
	background: transparent;
	padding-bottom: 0;
}

.case-study-1__photo__image .parallax-up {
	transform: translate3d(0px, -85%, 0px);
}

.case-study-1__photo__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.case-study-1__photo__video {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}

@media (min-width: 480px) {
	.case-study-1__photo__video {
		margin: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__photo__video {
		margin: 70px 0 0;
	}
}

.case-study-1__photo__video video {
	width: 100%;
}

.case-study-1__photo__video__external {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin: 30px 0 0;
}

@media (min-width: 480px) {
	.case-study-1__photo__video__external {
		margin: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__photo__video__external {
		margin: 70px 0 0;
	}
}

.case-study-1__photo__video__external.custom-ratio--1-1 {
	padding-top: 100%;
}

.case-study-1__photo__video__external.custom-ratio--16-9 {
	padding-top: 56.25%;
}

.case-study-1__photo__video__external.custom-ratio--4-3 {
	padding-top: 75%;
}

.case-study-1__photo__video__external.custom-ratio--3-2 {
	padding-top: 66.66%;
}

.case-study-1__photo__video__external.custom-ratio--8-5 {
	padding-top: 62.5%;
}

.case-study-1__photo__video__external.custom-ratio--9-16 {
	padding-top: 177%;
}

@media (min-width: 480px) {
	.case-study-1__photo__video__external.custom-ratio--9-16 {
		padding-top: 88%;
	}
}

.post-details {
	padding-bottom: 122px;
}

.post-details__banner {
	height: 416px;
	background: #d9d9d9;
}

.post-details__banner .post-thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-details__banner .post-thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-details__body {
	max-width: calc(860px + 27px);
	margin: 0 auto;
	padding: 54px 27px 68px;
}

.post-details__body .post-details__social-share {
	margin-top: 35px;
	margin-bottom: 60px;
}

.post-details__body .post-details__social-share__label {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.5px;
	color: #6A6A6A;
	padding-right: 15px;
}

.post-details__body .post-details__social-share .heateor_sss_svg {
	width: 25px !important;
	height: 25px !important;
}

.post-details__category {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.post-details__category__name {
	color: #FF4713;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.post-details__category__name a {
	color: #FF4713;
	text-decoration: none;
}

.post-details__category__name a:hover, .post-details__category__name a:visited, .post-details__category__name a:focus {
	color: #FF4713;
	text-decoration: none;
}

.post-details__category__divide {
	background: #FF4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.post-details__category__divide:last-child {
	display: none;
}

.post-details__title {
	color: #000;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 14px;
}

.post-details__info {
	display: flex;
	flex-direction: row;
}

.post-details__author {
	color: #97989f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__author__name {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__date {
	color: #97989f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__main-content__wrapper {
	padding-bottom: 41px;
	margin-bottom: 57px;
	border-bottom: 1px solid #c4c4c4;
}

.post-details__post-footer {
	display: flex;
	align-items: flex-start;
}

.post-details__post-footer .post-details__social-share {
	margin: 0;
}

.post-details__author-details {
	background: #eb9a84;
}

.post-details__author-details__content {
	padding: 25px 44px;
	display: flex;
}

.post-details__author-details__avatar {
	position: relative;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.post-details__author-details__avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.post-details__author-details__info-wrapper {
	padding-left: 13px;
}

.post-details__author-details__label {
	font-family: "neuemontreal";
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}

.post-details__author-details__name {
	font-family: "neuemontreal";
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.4px;
}

.post-details__author-details__description {
	font-family: "neuemontreal";
	color: #000;
	font-size: 17px;
	line-height: 1.35;
	letter-spacing: 0.34px;
	margin-top: 16px;
}

.post-details .blog-page__recommend-section {
	background: #fafafa;
	padding: 54.5px 0 71px;
}

.post-details .blog-page__recommend-section__item {
	padding: 0;
}

.post-details .blog-page__recommend-section__content {
	max-width: calc(860px + 27px);
	padding: 0 27px;
}

.post-details .blog-page__recommend-section__content__list {
	gap: 30px;
}

.post-details__tags {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	padding-right: 100px;
}

.post-details__tag {
	text-transform: uppercase;
	display: block;
	flex: 0 0 auto;
	color: #FF4713;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #FF4713;
	padding: 5px 10px;
}

.post-details__tag:visited, .post-details__tag:hover {
	color: #FF4713;
	text-decoration: none;
}

.post-details__social-share {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.post-details__social-share__label {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.5px;
	color: #6A6A6A;
	padding-right: 15px;
}

.post-details__social-share .heateor_sss_sharing_ul {
	margin: 0 !important;
}

.post-details__social-share .heateor_sss_svg {
	width: 25px !important;
	height: 25px !important;
}

.post-details__social-share .heateor_sss_sharing_ul a {
	margin: 0 2px !important;
}

.archive-page {
	padding-top: 70px;
	background: #f6f5f2;
}

@media (min-width: 768px) {
	.archive-page {
		padding-top: 97px;
	}
}

.archive-page__header {
	background: white;
}

.archive-page__header__title {
	max-width: calc(1120px + 27px);
	padding: 15px 27px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.2;
	color: #222;
}

@media (min-width: 768px) {
	.archive-page__header__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.archive-page__content__results {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	gap: 25px;
	padding: 30px 27px 50px;
}

@media (min-width: 768px) {
	.archive-page__content__results {
		padding-bottom: 150px;
	}
}

.archive-page__content__item {
	padding: 11px;
	background: white;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.archive-page__content__item {
		flex: 0 0 calc(50% - 19.5px);
	}
}

@media (min-width: 768px) {
	.archive-page__content__item {
		flex: 0 0 calc(33.33% - 19.5px);
	}
}

@media (min-width: 992px) {
	.archive-page__content__item {
		flex: 0 0 calc(25% - 19.5px);
	}
}

.archive-page__content__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.archive-page__content__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.archive-page__content__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.archive-page__content__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.archive-page__content__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.archive-page__content__item__post-category a {
	color: #ff4713;
	text-decoration: none;
}

.archive-page__content__item__post-category a:hover, .archive-page__content__item__post-category a:visited, .archive-page__content__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.archive-page__content__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.archive-page__content__item__post-divide:last-child {
	display: none;
}

.archive-page__content__item__post-title {
	flex: 1;
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.archive-page__content__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.archive-page__content__item__post-title a:hover, .archive-page__content__item__post-title a:visited, .archive-page__content__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.archive-page__content__item__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.archive-page__content__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.archive-page__content__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1;
}

.archive-page__content__item__post-author__name {
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.search-page {
	padding-top: 70px;
	background: #f6f5f2;
}

@media (min-width: 768px) {
	.search-page {
		padding-top: 97px;
	}
}

.search-page__header {
	background: white;
}

.search-page__header__title {
	max-width: calc(1120px + 27px);
	padding: 15px 27px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.2;
	color: #222;
}

@media (min-width: 768px) {
	.search-page__header__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.search-page__content__results {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	gap: 25px;
	padding: 30px 27px 50px;
}

@media (min-width: 768px) {
	.search-page__content__results {
		padding-bottom: 150px;
	}
}

.search-page__content__item {
	padding: 11px;
	background: white;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.search-page__content__item {
		flex: 0 0 calc(50% - 19.5px);
	}
}

@media (min-width: 768px) {
	.search-page__content__item {
		flex: 0 0 calc(33.33% - 19.5px);
	}
}

@media (min-width: 992px) {
	.search-page__content__item {
		flex: 0 0 calc(25% - 19.5px);
	}
}

.search-page__content__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.search-page__content__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.search-page__content__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.search-page__content__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.search-page__content__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.search-page__content__item__post-category a {
	color: #ff4713;
	text-decoration: none;
}

.search-page__content__item__post-category a:hover, .search-page__content__item__post-category a:visited, .search-page__content__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.search-page__content__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.search-page__content__item__post-divide:last-child {
	display: none;
}

.search-page__content__item__post-title {
	flex: 1;
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.search-page__content__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.search-page__content__item__post-title a:hover, .search-page__content__item__post-title a:visited, .search-page__content__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.search-page__content__item__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search-page__content__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search-page__content__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1;
}

.search-page__content__item__post-author__name {
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.is-ajax-search-posts .is-search-sections {
	display: flex;
	flex-direction: row;
}

.single-post .post-details__body {
	font-family: "graphik";
}

.single-post .post-details__body h1 {
	font-size: 36px;
}

.single-post .post-details__body h2 {
	font-size: 30px;
}

.single-post .post-details__body h3 {
	font-size: 28px;
}

.single-post .post-details__body h4 {
	font-size: 26px;
}

.single-post .post-details__body h5 {
	font-size: 24px;
}

.single-post .post-details__body h6 {
	font-size: 22px;
}

.single-post .post-details__body h1,
.single-post .post-details__body h2,
.single-post .post-details__body h3,
.single-post .post-details__body h4,
.single-post .post-details__body h5,
.single-post .post-details__body h6 {
	font-family: "graphik";
	background: inherit;
	color: #FF4713;
	padding: 0;
	text-align: unset;
	margin: 0.2rem 0 0.5rem;
}

.single-post .post-details__body .wp-block-image {
	margin: 20px 0;
}

.privacy-policy-page {
	position: relative;
}

.privacy-policy-page ol {
	list-style-type: none;
}

.privacy-policy-page ul {
	list-style-type: disc;
}

.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: "graphik 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: "graphik";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ul > li::marker {
	color: black;
}

.privacy-policy-page .policy-section__content ul > li + li {
	margin-top: 10px;
}

.privacy-policy-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: black;
}

.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: 10px;
}

.privacy-policy-page .policy-section__content h1 {
	font-family: "graphik semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.privacy-policy-page .policy-section__content h2 {
	font-family: "graphik bold";
	font-size: 18px;
	line-height: 1.46;
	color: black;
	margin: 0 0 15px;
}

.privacy-policy-page .policy-section__content p {
	margin: 0 0 25px;
}

.privacy-policy-page .policy-section__content p + ol,
.privacy-policy-page .policy-section__content p + ul {
	margin-top: -5px;
}

.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: "graphik 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: "graphik";
	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: black;
}

.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: "graphik semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.terms-of-use-page .policy-section__content h2 {
	font-family: "graphik bold";
	font-size: 18px;
	line-height: 1.46;
	color: black;
	margin: 0 0 15px;
}

.terms-of-use-page .policy-section__content p {
	margin: 0 0 27px;
}

.branding-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 24.5px;
	background-image: conic-gradient(from 108deg at 50% 66%, #f0562c 0%, #f0d1c8 33%, #f3e0db 67%, rgba(252, 251, 251, 0) 75%, rgba(252, 251, 251, 0) 99.9%, #f0562c 100%);
	background-color: white;
}

@media (min-width: 768px) {
	.branding-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.branding-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.branding-agency-page__banner__title {
	font-family: "graphik semibold";
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.branding-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.branding-agency-page__banner__description {
	font-family: "graphik";
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.branding-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.branding-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.branding-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.branding-agency-page__banner__control__link * {
	text-decoration: none;
}

.branding-agency-page__banner__control__text {
	font-family: "graphik";
	color: #fff;
	font-size: 20px;
}

.branding-agency-page .inspiration-section {
	background: #1A1A1A;
}

.branding-agency-page .inspiration-section__content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px 45px;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__content-wrapper {
		padding: 140px 160px;
	}
}

.branding-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.branding-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.branding-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.branding-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.branding-agency-page .inspiration-section__top-part__article__title {
	font-family: "graphik light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.branding-agency-page .inspiration-section__top-part__article__description {
	font-family: "graphik light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.branding-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.branding-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.branding-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.branding-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.branding-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.branding-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__item + *::before {
		font-family: "graphik light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.branding-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "graphik light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.branding-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.branding-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.branding-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "graphik";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.branding-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.branding-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.branding-agency-page .inspiration-section__talk-to-us__label {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.branding-agency-page .inspiration-section__talk-to-us__link {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #FF4713;
	text-decoration: none;
}

.branding-agency-page .inspiration-section__talk-to-us__link:hover, .branding-agency-page .inspiration-section__talk-to-us__link:visited, .branding-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF4713;
	text-decoration: none;
}

.branding-agency-page .gallery-section__header {
	padding: 40px 24.5px 45px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.branding-agency-page .gallery-section__header {
		padding: 110px 160px;
	}
}

.branding-agency-page .gallery-section__title {
	font-family: "graphik semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.branding-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.branding-agency-page .gallery-section__subtitle {
	font-family: "graphik";
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #404040;
}

.branding-agency-page .gallery-section__grid {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-agency-page .gallery-section__grid {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.branding-agency-page .gallery-section__grid__col {
	height: 300px;
}

@media (min-width: 768px) {
	.branding-agency-page .gallery-section__grid__col {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.branding-agency-page .gallery-section__grid__col:nth-child(3n + 1) {
		flex: 0 0 100%;
	}
}

@media (min-width: 768px) {
	.branding-agency-page .gallery-section__grid__col:nth-child(3n + 2), .branding-agency-page .gallery-section__grid__col:nth-child(3n + 3) {
		flex: 0 0 50%;
	}
}

.branding-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.branding-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.branding-agency-page .testimonials-section__brands__header {
	padding: 40px 24.5px 35px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.branding-agency-page .testimonials-section__brands__header {
		padding: 100px 160px 35px;
	}
}

.branding-agency-page .testimonials-section__brands__title {
	font-family: "graphik semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.branding-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.branding-agency-page .testimonials-section__brands__subtitle {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.branding-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.branding-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.branding-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.branding-agency-page .volumes-section {
	max-width: 1440px;
	margin: 0 auto;
}

.branding-agency-page .volumes-section__header {
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.branding-agency-page .volumes-section__header {
		padding: 0 160px;
	}
}

.branding-agency-page .volumes-section__header__title {
	font-family: "graphik semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.branding-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.branding-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.branding-agency-page .volumes-section__content {
		padding: 0 160px;
	}
}

@media (min-width: 992px) {
	.branding-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.branding-agency-page .volumes-section__col--1, .branding-agency-page .volumes-section__col--2, .branding-agency-page .volumes-section__col--3, .branding-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.branding-agency-page .volumes-section__col--1, .branding-agency-page .volumes-section__col--2, .branding-agency-page .volumes-section__col--3, .branding-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.branding-agency-page .volumes-section__col--1, .branding-agency-page .volumes-section__col--2, .branding-agency-page .volumes-section__col--3, .branding-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.branding-agency-page .volumes-section__title {
	color: #FF4713;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.branding-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.branding-agency-page .volumes-section__description {
	color: #fff;
	font-family: "graphik light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.branding-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.branding-agency-page .testimonials-carousel {
	max-width: 1120px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.branding-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.branding-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.branding-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.branding-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.branding-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.branding-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.branding-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.branding-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.branding-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.branding-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.branding-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF4713;
}

.branding-agency-page .faq-section {
	padding: 50px 24.5px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.branding-agency-page .faq-section {
		padding: 80px 160px;
	}
}

.branding-agency-page .faq-section__title {
	font-family: "graphik semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.branding-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.branding-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.branding-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.branding-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.branding-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.branding-agency-page .faq-section__query__wrapper a {
	color: #FF4713;
}

.branding-agency-page .faq-section__query__wrapper a:hover, .branding-agency-page .faq-section__query__wrapper a:visited, .branding-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.branding-agency-page .faq-section__query__title {
	font-family: "graphik";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.branding-agency-page .faq-section__query__title .icon-plus,
.branding-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.branding-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF4713;
}

.branding-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.branding-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.branding-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.creative-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 24.5px;
	background-image: conic-gradient(from 108deg at 50% 66%, #f0562c 0%, #f0d1c8 33%, #f3e0db 67%, rgba(252, 251, 251, 0) 75%, rgba(252, 251, 251, 0) 99.9%, #f0562c 100%);
	background-color: white;
}

@media (min-width: 768px) {
	.creative-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.creative-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.creative-agency-page__banner__title {
	font-family: "graphik semibold";
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.creative-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.creative-agency-page__banner__description {
	font-family: "graphik";
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.creative-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.creative-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.creative-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.creative-agency-page__banner__control__link * {
	text-decoration: none;
}

.creative-agency-page__banner__control__text {
	font-family: "graphik";
	color: #fff;
	font-size: 20px;
}

.creative-agency-page .inspiration-section {
	background: #1A1A1A;
}

.creative-agency-page .inspiration-section__content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px 45px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__content-wrapper {
		padding: 140px 160px;
	}
}

.creative-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.creative-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.creative-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.creative-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.creative-agency-page .inspiration-section__top-part__article__title {
	font-family: "graphik light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .inspiration-section__top-part__article__description {
	font-family: "graphik light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.creative-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.creative-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.creative-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.creative-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.creative-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.creative-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item + *::before {
		font-family: "graphik light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.creative-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "graphik light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.creative-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.creative-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "graphik";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.creative-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.creative-agency-page .inspiration-section__talk-to-us__label {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.creative-agency-page .inspiration-section__talk-to-us__link {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #FF4713;
	text-decoration: none;
}

.creative-agency-page .inspiration-section__talk-to-us__link:hover, .creative-agency-page .inspiration-section__talk-to-us__link:visited, .creative-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF4713;
	text-decoration: none;
}

.creative-agency-page .gallery-section__header {
	padding: 40px 24.5px 45px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__header {
		padding: 110px 160px;
	}
}

.creative-agency-page .gallery-section__title {
	font-family: "graphik semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.creative-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .gallery-section__subtitle {
	font-family: "graphik";
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #404040;
}

.creative-agency-page .gallery-section__grid {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.creative-agency-page .gallery-section__grid__col {
	height: 300px;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col:nth-child(3n + 3) {
		flex: 0 0 100%;
	}
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col:nth-child(3n + 1), .creative-agency-page .gallery-section__grid__col:nth-child(3n + 2) {
		flex: 0 0 50%;
	}
}

.creative-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.creative-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.creative-agency-page .testimonials-section__brands__header {
	padding: 40px 24.5px 35px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-section__brands__header {
		padding: 100px 160px 35px;
	}
}

.creative-agency-page .testimonials-section__brands__title {
	font-family: "graphik semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .testimonials-section__brands__subtitle {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.creative-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.creative-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.creative-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.creative-agency-page .volumes-section {
	max-width: 1440px;
	margin: 0 auto;
}

.creative-agency-page .volumes-section__header {
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__header {
		padding: 0 160px;
	}
}

.creative-agency-page .volumes-section__header__title {
	font-family: "graphik semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__content {
		padding: 0 160px;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.creative-agency-page .volumes-section__title {
	color: #FF4713;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.creative-agency-page .volumes-section__description {
	color: #fff;
	font-family: "graphik light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.creative-agency-page .testimonials-carousel {
	max-width: 1120px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.creative-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.creative-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.creative-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.creative-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.creative-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.creative-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.creative-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.creative-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.creative-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.creative-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF4713;
}

.creative-agency-page .faq-section {
	padding: 50px 24.5px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section {
		padding: 80px 160px;
	}
}

.creative-agency-page .faq-section__title {
	font-family: "graphik semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.creative-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.creative-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.creative-agency-page .faq-section__query__wrapper a {
	color: #FF4713;
}

.creative-agency-page .faq-section__query__wrapper a:hover, .creative-agency-page .faq-section__query__wrapper a:visited, .creative-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.creative-agency-page .faq-section__query__title {
	font-family: "graphik";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.creative-agency-page .faq-section__query__title .icon-plus,
.creative-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.creative-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF4713;
}

.creative-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.creative-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.creative-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.design-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 24.5px;
	background-image: conic-gradient(from 108deg at 50% 66%, #f0562c 0%, #f0d1c8 33%, #f3e0db 67%, rgba(252, 251, 251, 0) 75%, rgba(252, 251, 251, 0) 99.9%, #f0562c 100%);
	background-color: white;
}

@media (min-width: 768px) {
	.design-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.design-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
}

.design-agency-page__banner__title {
	font-family: "graphik semibold";
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.design-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.design-agency-page__banner__description {
	font-family: "graphik";
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.design-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.design-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.design-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.design-agency-page__banner__control__link * {
	text-decoration: none;
}

.design-agency-page__banner__control__text {
	font-family: "graphik";
	color: #fff;
	font-size: 20px;
}

.design-agency-page .inspiration-section {
	background: #1A1A1A;
}

.design-agency-page .inspiration-section__content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px 45px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__content-wrapper {
		padding: 140px 160px;
	}
}

.design-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.design-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.design-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.design-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.design-agency-page .inspiration-section__top-part__article__title {
	font-family: "graphik light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .inspiration-section__top-part__article__description {
	font-family: "graphik light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.design-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.design-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.design-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.design-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.design-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.design-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item + *::before {
		font-family: "graphik light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.design-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "graphik light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.design-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.design-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "graphik";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.design-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.design-agency-page .inspiration-section__talk-to-us__label {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.design-agency-page .inspiration-section__talk-to-us__link {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #FF4713;
	text-decoration: none;
}

.design-agency-page .inspiration-section__talk-to-us__link:hover, .design-agency-page .inspiration-section__talk-to-us__link:visited, .design-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF4713;
	text-decoration: none;
}

.design-agency-page .gallery-section__header {
	padding: 40px 24.5px 45px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__header {
		padding: 110px 160px;
	}
}

.design-agency-page .gallery-section__title {
	font-family: "graphik semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.design-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .gallery-section__subtitle {
	font-family: "graphik";
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #404040;
}

.design-agency-page .gallery-section__grid {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.design-agency-page .gallery-section__grid__col {
	height: 300px;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col:nth-child(3n + 1) {
		flex: 0 0 100%;
	}
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col:nth-child(3n + 2), .design-agency-page .gallery-section__grid__col:nth-child(3n + 3) {
		flex: 0 0 50%;
	}
}

.design-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.design-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.design-agency-page .testimonials-section__brands__header {
	padding: 40px 24.5px 35px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-section__brands__header {
		padding: 100px 160px 35px;
	}
}

.design-agency-page .testimonials-section__brands__title {
	font-family: "graphik semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .testimonials-section__brands__subtitle {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.design-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.design-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.design-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.design-agency-page .volumes-section {
	max-width: 1440px;
	margin: 0 auto;
}

.design-agency-page .volumes-section__header {
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__header {
		padding: 0 160px;
	}
}

.design-agency-page .volumes-section__header__title {
	font-family: "graphik semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__content {
		padding: 0 160px;
	}
}

@media (min-width: 992px) {
	.design-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.design-agency-page .volumes-section__title {
	color: #FF4713;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.design-agency-page .volumes-section__description {
	color: #fff;
	font-family: "graphik light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.design-agency-page .testimonials-carousel {
	max-width: 1120px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.design-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.design-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.design-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.design-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.design-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.design-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.design-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.design-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.design-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.design-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF4713;
}

.design-agency-page .faq-section {
	padding: 50px 24.5px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section {
		padding: 80px 160px;
	}
}

.design-agency-page .faq-section__title {
	font-family: "graphik semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.design-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.design-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.design-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.design-agency-page .faq-section__query__wrapper a {
	color: #FF4713;
}

.design-agency-page .faq-section__query__wrapper a:hover, .design-agency-page .faq-section__query__wrapper a:visited, .design-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.design-agency-page .faq-section__query__title {
	font-family: "graphik";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.design-agency-page .faq-section__query__title .icon-plus,
.design-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.design-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF4713;
}

.design-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.design-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.design-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.video-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 24.5px;
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.video-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.video-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.video-agency-page__banner__title {
	font-family: "graphik semibold";
	color: white;
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.video-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.video-agency-page__banner__description {
	font-family: "graphik";
	color: white;
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.video-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.video-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.video-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.video-agency-page__banner__control__link * {
	text-decoration: none;
}

.video-agency-page__banner__control__text {
	font-family: "graphik";
	color: #fff;
	font-size: 20px;
}

.video-agency-page .inspiration-section {
	background: #1A1A1A;
}

.video-agency-page .inspiration-section__content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px 45px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__content-wrapper {
		padding: 140px 160px;
	}
}

.video-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.video-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.video-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.video-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.video-agency-page .inspiration-section__top-part__article__title {
	font-family: "graphik light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .inspiration-section__top-part__article__description {
	font-family: "graphik light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.video-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.video-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.video-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.video-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.video-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.video-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item + *::before {
		font-family: "graphik light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.video-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "graphik light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.video-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.video-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "graphik";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.video-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.video-agency-page .inspiration-section__talk-to-us__label {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.video-agency-page .inspiration-section__talk-to-us__link {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #FF4713;
	text-decoration: none;
}

.video-agency-page .inspiration-section__talk-to-us__link:hover, .video-agency-page .inspiration-section__talk-to-us__link:visited, .video-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF4713;
	text-decoration: none;
}

.video-agency-page .gallery-section__header {
	padding: 40px 24.5px 45px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__header {
		padding: 110px 160px;
	}
}

.video-agency-page .gallery-section__video {
	width: 1200px;
	max-width: 100%;
}

.video-agency-page .gallery-section__video__wrapper {
	width: 100%;
	padding: 0;
	background: linear-gradient(to bottom, #1A1A1A 0%, #1A1A1A 50%, white 50%, white 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__video__wrapper {
		padding: 0 50px;
	}
}

.video-agency-page .gallery-section__title {
	font-family: "graphik semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.video-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .gallery-section__grid {
	max-width: 1920px;
	width: 100%;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.video-agency-page .gallery-section__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.video-agency-page .gallery-section__grid__col {
	height: 300px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__grid__col {
		height: 220px;
	}
}

.video-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video-agency-page .gallery-section__grid .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.video-agency-page .gallery-section__grid .overlay #closeBtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 35px;
	color: #fff;
	z-index: 5;
	cursor: pointer;
}

.video-agency-page .gallery-section__grid .overlay .video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	z-index: 9999;
}

.video-agency-page .gallery-section__grid .overlay .video-container #videoIframe {
	width: 100%;
	height: 100%;
}

.video-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.video-agency-page .testimonials-section__brands__header {
	padding: 40px 24.5px 35px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-section__brands__header {
		padding: 100px 160px 35px;
	}
}

.video-agency-page .testimonials-section__brands__title {
	font-family: "graphik semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .testimonials-section__brands__subtitle {
	font-family: "graphik";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.video-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.video-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.video-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.video-agency-page .volumes-section {
	max-width: 1440px;
	margin: 0 auto;
}

.video-agency-page .volumes-section__header {
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__header {
		padding: 0 160px;
	}
}

.video-agency-page .volumes-section__header__title {
	font-family: "graphik semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 24.5px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__content {
		padding: 0 160px;
	}
}

@media (min-width: 992px) {
	.video-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.video-agency-page .volumes-section__title {
	color: #FF4713;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.video-agency-page .volumes-section__description {
	color: #fff;
	font-family: "graphik light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.video-agency-page .testimonials-carousel {
	max-width: 1120px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.video-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.video-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.video-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.video-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.video-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.video-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.video-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.video-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.video-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.video-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "graphik semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF4713;
}

.video-agency-page .faq-section {
	padding: 50px 24.5px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section {
		padding: 80px 160px;
	}
}

.video-agency-page .faq-section__title {
	font-family: "graphik semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.video-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.video-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.video-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.video-agency-page .faq-section__query__wrapper a {
	color: #FF4713;
}

.video-agency-page .faq-section__query__wrapper a:hover, .video-agency-page .faq-section__query__wrapper a:visited, .video-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.video-agency-page .faq-section__query__title {
	font-family: "graphik";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.video-agency-page .faq-section__query__title .icon-plus,
.video-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.video-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF4713;
}

.video-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.video-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.video-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.footer-services {
	background: #1A1A1A;
}

.footer-services__content {
	display: flex;
	flex-direction: column;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px;
}

@media (min-width: 768px) {
	.footer-services__content {
		padding: 100px 160px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer-services__content__left-col {
	flex: 1;
}

@media (min-width: 768px) {
	.footer-services__content__left-col {
		flex: 0 0 calc(50% - 15px);
	}
}

.footer-services__content__right-col {
	flex: 1;
}

@media (min-width: 768px) {
	.footer-services__content__right-col {
		flex: 0 0 calc(50% - 15px);
	}
}

.footer-services__content__right-col input[type="text"],
.footer-services__content__right-col input[type="email"],
.footer-services__content__right-col input[type="tel"] {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
}

.footer-services__content__right-col input[type="text"]:focus,
.footer-services__content__right-col input[type="email"]:focus,
.footer-services__content__right-col input[type="tel"]:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.footer-services__content__right-col textarea {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
	height: 113px;
	resize: none;
}

.footer-services__content__right-col textarea:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.footer-services__content__right-col .wpcf7 {
	max-width: 570px;
}

.footer-services__content__right-col .wpcf7 form label {
	font-family: "neuemontreal medium";
	color: #ff4713;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"] {
	font-family: "graphik light";
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	background: transparent;
	color: white;
	border-radius: 6px;
	border: 0.5px solid #fff;
	letter-spacing: 0.08px;
	text-align: center;
	background: linear-gradient(to left, transparent 34%, white 34%, white 65%, transparent 65%) right;
	background-size: 335%;
	background-position: left;
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"]:hover {
	background-position: center;
	color: black;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"].mouse-leave {
	background-position: right;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.footer-services__content__right-col .wpcf7-response-output {
	display: none !important;
}

.footer-services__content__title {
	font-family: "graphik semibold";
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 30px 0;
}

@media (min-width: 768px) {
	.footer-services__content__title {
		margin: 0;
		font-size: 56px;
		line-height: 1.2;
	}
}

.footer-services__bottom-info {
	display: flex;
	flex-direction: column;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 24.5px;
	gap: 40px;
}

@media (min-width: 768px) {
	.footer-services__bottom-info {
		padding: 80px 160px 100px;
		gap: 80px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer-services__logo {
	max-width: 162px;
}

@media (min-width: 768px) {
	.footer-services__logo {
		flex: 0 0 162px;
	}
}

.footer-services__logo__image {
	width: 100%;
}

.footer-services__contact {
	flex: 1;
}

.footer-services__contact__address, .footer-services__contact__email {
	font-family: "graphik";
	font-size: 12px;
	line-height: 1.4;
	color: white;
}

.preloader-plus {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.preloader-plus .prog-bar {
	background-color: #ff4713 !important;
}

.preloader-plus .prog-bar-bg {
	background-color: #FF47131A !important;
}

.preloader-content .lds-css {
	background-image: url("assets/images/loading.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
}

.preloader-content .lds-css .preloader-plus-default-icons {
	display: none;
}

body .sfsiplus_footerLnk {
	display: none;
}

.js .slider-single > div:nth-child(1n+2) {
	display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
	display: block;
}

h3 {
	background: #f0f0f0;
	color: #3498db;
	font-size: 2.25rem;
	margin: .5rem;
	padding: 2%;
	position: relative;
	text-align: center;
}

.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff;
}

#secondary {
	display: none;
}

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