/*
Theme Name: Mae
Theme URI: http://mae-wordpress.pixudio.com/
Author: Pixudio
Author URI: https://pixudio.com/
Description: Solid - Bold and stylish, Mae is an event template well suited for tech conferences, design talks, business meetups, event planer agencies and everyone else who appreciate good design. The template was built based on modern Bootstrap 4 flex grids, so you know it contains clean, precise code that makes for a highly streamlined site.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mae
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grids
# Layout
  ## Posts
  ## Pages
  ## Header
  ## Footer
  ## Widgets
# Typography
# Forms
# Customizer
# Accessibility
# Alignments
# Clearings
# Custom & Media Queries
--------------------------------------------------------------*/

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/*
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
	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
	 ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/*
   * Add the correct margin in IE 8.
   */

figure {
	margin: 1em 40px;
}

/*
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/*
   * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/*
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/*
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
	font-weight: inherit;
}

/*
   * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/*
   * Add the correct font style in Android 4.3-.
   */

dfn {
	font-style: italic;
}

/*
   * Add the correct background and color in IE 9-.
   */

mark {
	background-color: #ff0;
	color: #000;
}

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

/*
   * Add the correct display in IE 9-.
   */

audio,
video {
	display: inline-block;
}

/*
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
	display: none;
	height: 0;
}

/*
   * Remove the border on images inside links in IE 10-.
   */

img {
	border-style: none;
}

/*
   * Hide the overflow in IE.
   */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
	 ========================================================================== */

/*
   * Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/*
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/*
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/*
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

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

/*
   * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/*
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/*
   * Remove the default vertical scrollbar in IE.
   */

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; /* 1 */
	padding: 0; /* 2 */
}

/*
   * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/*
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details, /* 1 */
menu {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Scripting
	 ========================================================================== */

/*
   * Add the correct display in IE 9-.
   */

canvas {
	display: inline-block;
}

/*
   * Add the correct display in IE.
   */

template {
	display: none;
}

/* Hidden
	 ========================================================================== */

/*
   * Add the correct display in IE 10-.
   */

[hidden] {
	display: none;
}

/* Blocks
	 ========================================================================== */

.entry-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

@media (min-width: 576px) {
	.entry-content {
		width: 540px;
	}
}

@media (min-width: 768px) {
	.entry-content {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.entry-content {
		width: 950px;
	}
}

@media (min-width: 768px) {
	body.single .entry-content {
		width: 630px;
	}
}

body.page--blocks .entry-content {
	width: 100%;
}

body.page--blocks .entry-content > h1,
body.page--blocks .entry-content > h2,
body.page--blocks .entry-content > h3,
body.page--blocks .entry-content > h4,
body.page--blocks .entry-content > h5,
body.page--blocks .entry-content > h6,
body.page--blocks .entry-content > p,
body.page--blocks .entry-content > div,
body.page--blocks .entry-content > blockquote,
body.page--blocks .entry-content > ul,
body.page--blocks .entry-content > [class*="wp-block"] {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	body.page--blocks .entry-content > h1,
	body.page--blocks .entry-content > h2,
	body.page--blocks .entry-content > h3,
	body.page--blocks .entry-content > h4,
	body.page--blocks .entry-content > h5,
	body.page--blocks .entry-content > h6,
	body.page--blocks .entry-content > p,
	body.page--blocks .entry-content > div,
	body.page--blocks .entry-content > blockquote,
	body.page--blocks .entry-content > ul,
	body.page--blocks .entry-content > [class*="wp-block"] {
		width: 510px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	body.page--blocks .entry-content > h1,
	body.page--blocks .entry-content > h2,
	body.page--blocks .entry-content > h3,
	body.page--blocks .entry-content > h4,
	body.page--blocks .entry-content > h5,
	body.page--blocks .entry-content > h6,
	body.page--blocks .entry-content > p,
	body.page--blocks .entry-content > div,
	body.page--blocks .entry-content > blockquote,
	body.page--blocks .entry-content > ul,
	body.page--blocks .entry-content > [class*="wp-block"] {
		width: 690px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	body.page--blocks .entry-content > h1,
	body.page--blocks .entry-content > h2,
	body.page--blocks .entry-content > h3,
	body.page--blocks .entry-content > h4,
	body.page--blocks .entry-content > h5,
	body.page--blocks .entry-content > h6,
	body.page--blocks .entry-content > p,
	body.page--blocks .entry-content > div,
	body.page--blocks .entry-content > blockquote,
	body.page--blocks .entry-content > ul,
	body.page--blocks .entry-content > [class*="wp-block"] {
		width: 920px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	body.page--blocks .entry-content > h1.alignwide,
	body.page--blocks .entry-content > h2.alignwide,
	body.page--blocks .entry-content > h3.alignwide,
	body.page--blocks .entry-content > h4.alignwide,
	body.page--blocks .entry-content > h5.alignwide,
	body.page--blocks .entry-content > h6.alignwide,
	body.page--blocks .entry-content > p.alignwide,
	body.page--blocks .entry-content > div.alignwide,
	body.page--blocks .entry-content > blockquote.alignwide,
	body.page--blocks .entry-content > [class*="wp-block"].alignwide {
		width: 1110px;
	}
}

@media (min-width: 768px) {
	body.page--blocks.single .entry-content > h1,
	body.page--blocks.single .entry-content > h2,
	body.page--blocks.single .entry-content > h3,
	body.page--blocks.single .entry-content > h4,
	body.page--blocks.single .entry-content > h5,
	body.page--blocks.single .entry-content > h6,
	body.page--blocks.single .entry-content > p,
	body.page--blocks.single .entry-content > div,
	body.page--blocks.single .entry-content > blockquote,
	body.page--blocks.single .entry-content > ul,
	body.page--blocks.single .entry-content > [class*="wp-block"] {
		width: 600px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	body.page--blocks.single .entry-content > h1.alignwide,
	body.page--blocks.single .entry-content > h2.alignwide,
	body.page--blocks.single .entry-content > h3.alignwide,
	body.page--blocks.single .entry-content > h4.alignwide,
	body.page--blocks.single .entry-content > h5.alignwide,
	body.page--blocks.single .entry-content > h6.alignwide,
	body.page--blocks.single .entry-content > p.alignwide,
	body.page--blocks.single .entry-content > div.alignwide,
	body.page--blocks.single .entry-content > blockquote.alignwide,
	body.page--blocks.single .entry-content > [class*="wp-block"].alignwide {
		width: 920px;
	}
}

body.page--blocks .entry-content > h1.alignfull,
body.page--blocks .entry-content > h2.alignfull,
body.page--blocks .entry-content > h3.alignfull,
body.page--blocks .entry-content > h4.alignfull,
body.page--blocks .entry-content > h5.alignfull,
body.page--blocks .entry-content > h6.alignfull,
body.page--blocks .entry-content > p.alignfull,
body.page--blocks .entry-content > div.alignfull,
body.page--blocks .entry-content > blockquote.alignfull,
body.page--blocks .entry-content > [class*="wp-block"].alignfull {
	width: auto;
	max-width: none;
	margin-left: -15px;
	margin-right: -15px;
}

.wp-block-gallery {
	display: block;
}

figure.alignwide img,
figure.alignfull img {
	width: 100%;
	height: auto;
}

.page-footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {
	.page-footer {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.page-footer {
		width: 630px;
		max-width: 100%;
	}
}

/*!
   * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.d-table {
	display: table;
}

.d-table-row {
	display: table-row;
}

.d-table-cell {
	display: table-cell;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none;
	}
	.d-sm-inline {
		display: inline;
	}
	.d-sm-inline-block {
		display: inline-block;
	}
	.d-sm-block {
		display: block;
	}
	.d-sm-table {
		display: table;
	}
	.d-sm-table-row {
		display: table-row;
	}
	.d-sm-table-cell {
		display: table-cell;
	}
	.d-sm-flex {
		display: -ms-flexbox;
		display: flex;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none;
	}
	.d-md-inline {
		display: inline;
	}
	.d-md-inline-block {
		display: inline-block;
	}
	.d-md-block {
		display: block;
	}
	.d-md-table {
		display: table;
	}
	.d-md-table-row {
		display: table-row;
	}
	.d-md-table-cell {
		display: table-cell;
	}
	.d-md-flex {
		display: -ms-flexbox;
		display: flex;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none;
	}
	.d-lg-inline {
		display: inline;
	}
	.d-lg-inline-block {
		display: inline-block;
	}
	.d-lg-block {
		display: block;
	}
	.d-lg-table {
		display: table;
	}
	.d-lg-table-row {
		display: table-row;
	}
	.d-lg-table-cell {
		display: table-cell;
	}
	.d-lg-flex {
		display: -ms-flexbox;
		display: flex;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none;
	}
	.d-xl-inline {
		display: inline;
	}
	.d-xl-inline-block {
		display: inline-block;
	}
	.d-xl-block {
		display: block;
	}
	.d-xl-table {
		display: table;
	}
	.d-xl-table-row {
		display: table-row;
	}
	.d-xl-table-cell {
		display: table-cell;
	}
	.d-xl-flex {
		display: -ms-flexbox;
		display: flex;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media print {
	.d-print-none {
		display: none;
	}
	.d-print-inline {
		display: inline;
	}
	.d-print-inline-block {
		display: inline-block;
	}
	.d-print-block {
		display: block;
	}
	.d-print-table {
		display: table;
	}
	.d-print-table-row {
		display: table-row;
	}
	.d-print-table-cell {
		display: table-cell;
	}
	.d-print-flex {
		display: -ms-flexbox;
		display: flex;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.flex-fill {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.flex-grow-1 {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flex-shrink-1 {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.align-content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.align-content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.align-content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.align-self-auto {
	-ms-flex-item-align: auto;
	align-self: auto;
}

.align-self-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-self-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-self-center {
	-ms-flex-item-align: center;
	align-self: center;
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.flex-sm-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.align-items-sm-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.align-items-sm-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.align-items-sm-center {
		-ms-flex-align: center;
		align-items: center;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.flex-md-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.justify-content-md-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.justify-content-md-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.justify-content-md-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.align-items-md-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.align-items-md-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.align-items-md-center {
		-ms-flex-align: center;
		align-items: center;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.align-self-md-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.align-self-md-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.align-self-md-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.flex-lg-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.align-items-lg-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.align-items-lg-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.align-items-lg-center {
		-ms-flex-align: center;
		align-items: center;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.flex-xl-column {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.align-items-xl-start {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.align-items-xl-end {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.align-items-xl-center {
		-ms-flex-align: center;
		align-items: center;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end;
		align-content: flex-end;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute;
		align-content: space-around;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

@charset "UTF-8";

/* Main
	 ========================================================================== */

html {
	-webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
}

figure {
	margin: 0;
}

img {
	height: auto;
	max-width: 100%;
}

@media (min-width: 992px){
	.double-gutters {
		margin-right: -32px;
		margin-left: -32px;
	}

	.double-gutters > .col,
	.double-gutters > [class*="col-"] {
		padding-right: 32px;
		padding-left: 32px;
	}
}

/* Layouts
	 ========================================================================== */

.section {
	position: relative;
	padding-top: 84px;
	padding-bottom: 84px;
}

.section--first {
	padding-top: 168px;
}

@media (min-height: 800px) {
	.section--first {
		padding-top: 288px;
	}
}

.section--fit {
	padding-top: 120px;
}

.section--last {
	padding-bottom: 168px;
}

.section--singular {
	padding-top: 168px;
}

.indent {
	margin-left: 48px;
}

.dashed {
	display: inline-block;
	position: relative;
	padding-left: 48px;
	line-height: 24px;
	z-index: 1;
}

.dashed:before,
.dashed:after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #222;
	pointer-events: none;
	z-index: -1;
}

.dashed:before {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	will-change: transform;
}

.dashed:after {
	-webkit-transition: background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in, -webkit-transform 0.4s 0.2s ease-out;
	transition: background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in, -webkit-transform 0.4s 0.2s ease-out;
	transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in;
	transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.3s ease-in, width 0.3s 0.2s ease-out, height 0.2s 0s ease-in,
		-webkit-transform 0.4s 0.2s ease-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, width, height, background;
}

.dashed.in-view__child--in:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.dashed.in-view__child--in:after {
	-webkit-transform: none;
	transform: none;
}

.dashed--hover,
a.dashed {
	cursor: default;
}

.dashed--hover:not(.dashed--vertical):hover:after,
a.dashed:not(.dashed--vertical):hover:after {
	width: 90%;
	width: calc(100% - 24px);
	height: 16px;
	background-color: rgba(34, 34, 34, 0.1);
	-webkit-transition: background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1),
		-webkit-transform 0.4s 0.2s ease-out;
	transition: background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1),
		-webkit-transform 0.4s 0.2s ease-out;
	transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
}

a.dashed {
	cursor: pointer;
}

.dashed--reverse {
	padding-right: 48px;
	padding-left: 0;
}

.dashed--reverse:before,
.dashed--reverse:after {
	left: auto;
	right: 0;
}

@media (min-width: 768px) {
	.dashed--reverse--md {
		padding-right: 48px;
		padding-left: 0;
	}
	.dashed--reverse--md:before,
	.dashed--reverse--md:after {
		left: auto;
		right: 0;
	}
}

.dashed--vertical {
	display: block;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 48px;
	text-align: center;
}

.dashed--vertical:before,
.dashed--vertical:after {
	top: auto;
	bottom: -36px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 24px;
}

.dashed--vertical:after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.dashed--vertical.in-view__child--in:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.dashed--vertical.in-view__child--in:after {
	-webkit-transform: none;
	transform: none;
}

.wp-block-pixudio-sponsors h3 {
	margin-top: 0;
}

.company {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.company figure {
	position: relative;
	height: auto;
	overflow: hidden;
}

.company figure:before {
	content: "";
	display: block;
	padding-top: 105%;
}

.company figure img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: none;
	transform: none;
}

.board:not(:last-child) {
	margin-bottom: 168px;
}

.board__copy {
	width: 350px;
	max-width: 100%;
}

.board__copy h2 {
	margin: 24px 0;
}

.board__copy p:last-child {
	margin-bottom: 0;
}

.board__copy--links a {
	margin-right: 22px;
}

.board__copy--links a {
	color: #222;
}

.board__copy--links a:hover {
	color: rgba(34, 34, 34, 0.65);
}

@media (min-width: 768px) {
	.board--right .board__copy {
		float: right;
	}
}

.speakers .board__copy--links .sub-head:empty {
	display: none;
}

.poster {
	position: relative;
	overflow: hidden;
}

.poster figure {
	position: relative;
	height: auto;
	overflow: hidden;
}

.poster figure:before {
	content: "";
	display: block;
	padding-top: 134.83146%;
}

.poster.poster--custom figure:before {
	display: none;
}

.poster figure .lazyload--el {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate3d(-50%, -80%, 0);
	transform: translate3d(-50%, -80%, 0);
	-webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.2s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.2s 0.2s, transform 0.4s 0.2s;
	transition: opacity 0.2s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
	opacity: 0;
	will-change: opacity, transform;
}

.poster figure .lazyload--el.in-view__child--in.lazyloaded {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1;
}

.poster--horizontal figure:before {
	padding-top: 68.57143%;
}

.poster--square figure:before {
	padding-top: 100%;
}

.poster--features-landscape figure:before {
	padding-top: 62.4719101124%;
}

.poster--features-portrait figure:before {
	padding-top: 141.5730337079%;
}

.poster--cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
}

.poster--cover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	will-change: transform;
}

.poster--cover.in-view--in:after {
	-webkit-transform: none;
	transform: none;
}

.lazyloaded + .poster--cover.in-view__child--in:after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

.reveal {
	position: relative;
	padding: 36px 10%;
	overflow: hidden;
	z-index: 1;
}

.reveal__frame {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

@media (min-width: 1200px) {
	.reveal {
		padding: 36px 48px 48px;
	}

	.reveal--left {
		padding-left: 0;
		overflow: visible;
	}

	.reveal--left .reveal__frame {
		width: 2000px;
		width: 100vw;
	}

	.reveal--right {
		padding-right: 0;
		overflow: visible;
	}

	.reveal--right .reveal__frame {
		right: auto;
		left: 0;
		width: 2000px;
		width: 100vw;
	}

	.reveal--left .reveal__background {
		width: 2000px;
		width: 100vw;
	}

	.reveal--right .reveal__background {
		right: auto;
		left: 0;
		width: 2000px;
		width: 100vw;
	}
}

.reveal--darken,
.reveal--darken p,
.reveal--darken a {
	color: #fff;
}

.reveal--darken .sub-head,
.reveal--darken a.sub-head,
.reveal--darken .sub-head a {
	color: inherit !important;
}

.reveal--darken .dashed:before,
.reveal--darken .dashed:after {
	background-color: #fff;
}

.reveal--darken .dashed.dashed--hover:not(.dashed--vertical):hover:after,
.reveal--darken a.dashed:not(.dashed--vertical):hover:after {
	background-color: rgba(255, 255, 255, 0.3);
}

.reveal__background {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}

.reveal:not(.reveal--fixed) .reveal__background {
	background-position: center;
}

.reveal--fixed .reveal__background {
	background-attachment: fixed;
}

.reveal__background.lazyload--el.lazyloaded {
	opacity: 0.175;
}

.reveal__copy {
	margin-bottom: 32px;
}

.reveal__copy p {
	width: 492px;
	max-width: 100%;
}

.blog-list__post {
	margin-bottom: 48px;
}

.blog-list__info {
	display: inline-block;
}

.blog-list__title {
	margin: 0 0 24px;
}

.blog-list__title a:not(:hover) {
	color: inherit;
}

.clipcard {
	position: relative;
}

.clipcard__head {
	padding-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}

.clipcard__body {
	position: relative;
	padding: 12px 0;
}

@media (min-width: 768px) {
	.clipcard__body {
		padding-right: 12px;
		padding-left: 12px;
	}
}

.clipcard__body:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: solid 1px;
	opacity: 0.1;
}

.clipcard:last-child .clipcard__body:after {
	border-color: transparent;
}

.clipcard__link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 1px;
	opacity: 0.02;
	z-index: 1;
}

.clipcard__link:after {
	content: "";
	display: block;
	height: 100%;
	background-color: #222;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
	mix-blende-mode: overlay;
}

@media (min-width: 768px) {
	.clipcard__link:hover:after {
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.clipcard__info {
	margin-bottom: 0;
}

.clipcard__title {
	margin-top: 0;
}

p.clipcard__title {
	margin-bottom: 0;
}

.clipcard__subtitle {
	display: block;
	opacity: 0.5;
}

.clipcard__subtitle span {
	display: block;
	color: inherit;
}

.clipcard__icon {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

@media (min-width: 768px) {
	.clipcard__icon {
		left: 12px;
	}
}

.clipcard__icon ~ .clipcard__info,
.clipcard__icon ~ .clipcard__title,
.clipcard__icon ~ .clipcard__subtitle {
	margin-left: 60px;
}

.clipcard__thumb {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 768px) {
	.clipcard__thumb {
		left: 12px;
	}
}

.clipcard__thumb ~ .clipcard__info,
.clipcard__thumb ~ .clipcard__title,
.clipcard__thumb ~ .clipcard__subtitle {
	margin-left: 60px;
}

.speaker-neat {
	margin-bottom: 48px;
}

.speaker-neat__links a {
	margin-right: 22px;
}

@media (min-width: 768px) {
	.in-view__child--fadein {
		opacity: 0;
		-webkit-transform: translateY(24px) skewX(-5deg);
		transform: translateY(24px) skewX(-5deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: opacity 0.4s, -webkit-transform 1.2s;
		transition: opacity 0.4s, -webkit-transform 1.2s;
		transition: opacity 0.4s, transform 1.2s;
		transition: opacity 0.4s, transform 1.2s, -webkit-transform 1.2s;
		will-change: opacity, transform;
	}
	.in-view__child--fadein.in-view__child--in {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mouse-scroll {
	position: relative;
	width: 40px;
	height: 60px;
	margin: 48px auto 0;
	border-radius: 20px;
	border: 3px solid rgba(141, 146, 156, 0.2);
}

.is-touch .mouse-scroll {
	display: none;
}

.mouse-scroll:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 6px;
	left: 50%;
	left: calc(50% - 3px);
	-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
}

.in-view--in .mouse-scroll:before {
	-webkit-animation: mouse-ball 1.2s 2.5s ease-in-out infinite;
	animation: mouse-ball 1.2s 2.5s ease-in-out infinite;
}

.is-mac .in-view--in .mouse-scroll:before {
	animation-direction: reverse;
}

@-webkit-keyframes mouse-ball {
	0%,
	100% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	25% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	50% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	75% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
	}
}

@keyframes mouse-ball {
	0%,
	100% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	25% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.8), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	50% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.8), 0 30px 0 0 rgba(141, 146, 156, 0.2);
	}
	75% {
		-webkit-box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
		box-shadow: 0 6px 0 0 rgba(141, 146, 156, 0.2), 0 18px 0 0 rgba(141, 146, 156, 0.2), 0 30px 0 0 rgba(141, 146, 156, 0.8);
	}
}

.parade {
	margin-bottom: 84px;
}

@media(min-width: 992px){
	.parade--landscape {
		margin-top: -200px;
	}

	.parade--landscape .poster {
		box-shadow: -50px -50px 120px -50px rgba(34, 34, 34, 0.1);
	}
}

.features__cta {
	margin-bottom: -48px;
}

.features__cta .reveal--left {
	padding-top: 36px;
	padding-bottom: 36px;
}

@media (min-width: 1200px){
	.features__cta .reveal--left {
		padding-right: 36px;
	}
}

.features__wrapper {
	padding-top: 228px;
	padding-bottom: 96px;
}

.features .indexed-list__item {
	margin-bottom: 0;
}

.features__item__anchor {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	will-change: box-shadow;
}

.features__item__anchor a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}

.features .indexed-list__in-view {
    -webkit-transform: none;
    transform: none;
}

.features__item__anchor .poster figure .lazyload--el {
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.indexed-list__in-view--in .features__item__anchor {
    -webkit-box-shadow: 0px 38px 150px 0px rgba(34, 34, 34, 0.25);
	box-shadow: 0px 38px 150px 0px rgba(34, 34, 34, 0.25);
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: box-shadow 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.indexed-list__in-view--in .features__item__anchor:hover {
    -webkit-box-shadow: 0px 19px 75px 0px rgba(34, 34, 34, 0.25);
	box-shadow: 0px 19px 75px 0px rgba(34, 34, 34, 0.25);
}

.features__item__label {
	position: relative;
	padding: 24px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.links__item {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

.links__item__anchor {
	display: table;
	position: relative;
	width: 100%;
	min-height: 192px;
	padding: 48px 24px;
}

.links__item__label {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.in-view__child--scalein {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: opacity 0.4s, -webkit-transform 1.2s;
		transition: opacity 0.4s, -webkit-transform 1.2s;
		transition: opacity 0.4s, transform 1.2s;
		transition: opacity 0.4s, transform 1.2s, -webkit-transform 1.2s;
		will-change: opacity, transform;
	}
	.in-view__child--scalein.in-view__child--in {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.lazyload--el {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	will-change: opacity;
}

.lazyload--el.lazyloaded {
	opacity: 1;
}

/* Posts
	 ========================================================================== */

.sticky {
	background-color: inherit;
}

.indexed-list__box .sub-head-2 .sticky__tag,
.indexed-list__wrap .sub-head-2 .sticky__tag,
.sticky__tag {
	display: block;
	width: auto;
	max-width: 100%;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 12px;
	margin-bottom: 24px;
	border-radius: 2px;
	color: #fff;
}

.single .sticky__tag {
	display: inline-block;
	margin-bottom: 0;
}

@media screen and (min-width: 601px) {
	.upcoming {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		border-top: solid 1px #eff0f1;
		-webkit-transform: translateY(74px);
		transform: translateY(74px);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
		will-change: transform;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 9;
	}

	.upcoming.headroom--pinned {
		-webkit-transform: none;
		transform: none;
		pointer-events: auto;
	}
}

.upcoming__container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 96px;
	max-width: 100%;
}

@media (min-width: 576px) {
	.upcoming__container {
		width: 540px;
	}
}

@media screen and (min-width: 601px) {
	.upcoming__container {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.upcoming__container {
		width: 630px;
	}
}

.upcoming__nav {
	position: relative;
}

.upcoming__title {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upcoming__title a:not(:hover) {
	color: inherit;
}

.upcoming__thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.upcoming__thumb img {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 2px;
	-o-object-fit: cover;
    object-fit: cover;
}

.upcoming__thumb ~ .upcoming__info,
.upcoming__thumb ~ .upcoming__title {
	margin-left: 78px;
}


.comments-area {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 96px;
	max-width: 100%;
}

@media (min-width: 576px) {
	.comments-area {
		width: 540px;
	}
}

@media (min-width: 768px) {
	.comments-area {
		width: 630px;
	}
}

@media (min-width: 992px) {
	.page .comments-area {
		width: 950px;
	}
}

.comments-area .required {
	color: #ff00bf;
}

.comments-title {
	margin-bottom: 48px;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment .comment-body {
	margin-left: 72px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.pingback {
	font-size: 14px;
}

.pingback a:not(:hover) {
	color: #8d929c;
}

.comment-body > .reply {
	margin-top: -24px;
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
	text-align: right;
	color: #8d929c;
}

.comment-body > .reply a:not(:hover) {
	color: inherit;
}

.comment-author {
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.comment-author .avatar {
	position: absolute;
	left: -72px;
	width: 48px;
	height: 48px;
	border-radius: 24px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 24px;
}

.comment-metadata {
	font-size: 14px;
	color: #8d929c;
}

.comment-metadata a {
	color: inherit;
}

.comment-reply-link {
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 32px;
    left: -56px;
    width: 32px;
    top: -4px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    box-shadow: 0 2px 5px rgba(34, 34, 34, 0.15);
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.5;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-weight: inherit;
}

.comments-area__trigger {
	display: block;
	background-color: #434850;
	color: #fff;
    line-height: 1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 18px 32px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    will-change: background-color;
}

.comments-area__trigger:focus,
.comments-area__trigger:active {
	color: #fff;
}

.comments-area__trigger:hover {
	background-color: #8d929c;
	color: #fff;
}

.comments-area__trigger strong:nth-child(1) {
	display: block;
}

.comments-area__trigger strong:nth-child(2) {
	display: none;
}

.show-comments .comments-area__trigger strong:nth-child(1) {
	display: none;
}

.show-comments .comments-area__trigger strong:nth-child(2) {
	display: block;
}

.comments-area__content {
	display: none;
	margin-top: 72px;
}

.show-comments .comments-area__content {
	display: block;
}


/* Paginations
	 ========================================================================== */

/* Comments */
.comments-pagination {
    margin-top: 48px;
    margin-bottom: 48px;
}

/* Page */
.pagination .prev,
.pagination .next {
	display: none;
}

/* Global */
.nav-links > * {
    display: inline-block;
	position: relative;
	min-width: 36px;
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
}

.nav-links > *:not(:last-child) {
    margin-right: 12px;
}

.nav-links .current {
    color: #fff;
	cursor: default;
	-webkit-box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
    box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
}

.nav-links a:not(:hover) {
    color: inherit;
}

.nav-links .page-numbers {
	white-space: nowrap;
}

.nav-links .page-numbers__dash {
	color: #222;
}

.nav-links .prev .page-numbers__dash {
	margin-left: 24px;
}

.nav-links .next .page-numbers__dash {
	margin-right: 24px;
}

/* Post pagination */
.page-links {
	margin-top: 68px;
}

.page-links > * {
    display: inline-block;
    position: relative;
	margin-left: 12px;
}

.page-links > span {
    color: #8d929c;
    cursor: default;
}

.page-links a:not(:hover) {
    color: inherit;
}

.page-links .page-numbers {
	white-space: nowrap;
}

/* Page
	 ========================================================================== */

.page-header {
	margin-bottom: 168px;
}

.single .page-header {
	margin-bottom: 120px;
}

.page .page-header {
	margin-bottom: 72px;
}

.page-subtitle {
	margin-top: 0;
}

.page-header h1 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single .page-header h1 {
	margin-top: 12px;
}

.single-content {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.single-content__footer {
	margin-top: 68px;
}

.single-content__footer span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 12px;
}

.single-content__footer a {
	display: inline-block;
	margin-left: 12px;
	margin-bottom: 12px;
	vertical-align: middle;
}

.single-content__footer a:not(:hover) {
	color: inherit;
}

.single-content__tags {
	margin-bottom: 12px;
	border-bottom: solid 1px #eff0f1;
}

.single-content__tags a {
	padding: 0 12px;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 2px;
}

@media screen and (min-width: 992px) {
	.full-width-wrap {
		margin-right: -165px;
		margin-left: -165px;
	}
}

@media screen and (min-width: 1200px) {
	.full-width-wrap {
		margin-right: -160px;
		margin-left: -160px;
	}
}

.not-found__icon {
	pointer-events: none;
}

.not-found__icon svg {
	display: block;
	width: 140px;
	height: 105px;
}

/* Masonry
	 ========================================================================== */

.indexed-list__item {
	margin-bottom: 30px;
}

.indexed-list__item h2 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

@media (min-width: 768px) {
	.indexed-list__in-view {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
		transition: opacity 0.6s, -webkit-transform 0.6s;
		transition: opacity 0.6s, transform 0.6s;
		transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
		will-change: opacity, transform;
	}
	.indexed-list__in-view--in {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.indexed-list__wrap {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.indexed-list__wrap__thumb {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.indexed-list__wrap__thumb a {
	display: block;
	width: 100%;
}

.indexed-list__wrap__thumb figure {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
}

.indexed-list__wrap__copy {
	position: relative;
	padding: 30px;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.indexed-list__wrap .sub-head-2 {
	display: block;
}

.indexed-list__wrap .sub-head-2 * {
	display: inline-block;
	color: inherit;
}

.indexed-list__wrap__title {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}

.indexed-list__wrap__title a:not(:hover) {
	color: inherit;
}

.indexed-list__wrap__desc {
	font-size: 14px;
	color: #8d929c;
}

.indexed-list__wrap__link {
	margin: 36px 0 0;
}

.indexed-list__wrap__link a {
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.indexed-list__wrap__link a:not(:hover) {
	color: inherit;
}

.indexed-list__wrap .carousel__dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	mix-blend-mode: difference;
    color: #fff;
}

.indexed-list__box {
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.indexed-list__box__background {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.indexed-list__box__table {
	position: relative;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 520px;
	padding: 10.47%;
	z-index: 1;
}

.indexed-list__box__cell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.indexed-list__box__badge {
	display: block;
	position: relative;
	width: 33px;
	height: 33px;
	margin: 0 auto 36px;
	border-radius: 33px;
	color: #222;
}

.indexed-list__box__badge .fa,
.indexed-list__box__badge .fas,
.indexed-list__box__badge .far,
.indexed-list__box__badge .fal,
.indexed-list__box__badge .fab {
	position: absolute;
	font-size: 12px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.indexed-list__box .sub-head-2 {
	display: block;
	color: inherit;
	opacity: 0.8;
}

.indexed-list__box .sub-head-2 * {
	display: inline-block;
	color: inherit;
}

.indexed-list__box__title {
	font-size: 22px;
	line-height: 33px;
	margin: 0;
}

.indexed-list__box__title a:not(:hover) {
	color: inherit;
}

.indexed-list__box .btn {
	margin-top: 18px;
}

/* Related
	 ========================================================================== */

.related__item {
	margin-bottom: 30px;
}

.related__box {
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.related__box__background {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.related__box__table {
	position: relative;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 200px;
	padding: 10.47%;
	z-index: 1;
}

.related__box__table:before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	opacity: 0;
	background-color: #222;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.related__box:hover .related__box__table:before {
	opacity: 0.25;
}

.related__box__cell {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.related__item.has-post-thumbnail .related__box__cell {
	opacity: 0;
	color: #fff;
}

.related__item.has-post-thumbnail .related__box:hover .related__box__cell {
	opacity: 1;
}

.related__box__title {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.related__box__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

/* CTA
	 ========================================================================== */

.cta {
	position: relative;
	padding: 24px 48px 48px;
	z-index: 1;
}

.cta:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cta--fat {
	padding-top: 144px;
	padding-bottom: 168px;
}

.cta--primary,
.cta--secondary {
	color: #fff;
}

@media (max-width: 992px) {
	.cta br {
		display: none;
	}
}

/* Carousel
	 ========================================================================== */

.carousel {
	position: relative;
	overflow: hidden;
}

.carousel__frame {
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
	cursor: default !important;
}

.carousel__item {
	overflow: hidden;
}

.carousel__item:not(:nth-child(1)) {
	display: none;
}

.carousel__image figure:before {
	padding-top: 68.57143%;
}

.carousel__copy {
	opacity: 0;
	will-change: opacity, transform;
}

@media (min-width: 768px) {
	.carousel--penny .carousel__copy {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 24px;
	}
}

.carousel__item--active .carousel__copy {
	-webkit-animation: carousel-copy 0.75s 0.5s forwards;
	animation: carousel-copy 0.75s 0.5s forwards;
}

.carousel__dots {
	color: #222;
	height: 28px;
	margin-left: 0;
	margin-top: 4px;
	-webkit-transition: color 0.15s;
	transition: color 0.15s;
	will-change: color;
	overflow: hidden;
}

.carousel__dots--pull {
	margin-left: 42px;
	margin-top: -28px;
}

.carousel__dots--light {
	color: #fff;
}

.carousel__dots:after {
	content: "";
	display: table;
	clear: both;
}

.carousel__dots.in-view--in span {
	-webkit-transform: none;
	transform: none;
}

.carousel__dots span {
	position: relative;
	display: block;
	width: 12px;
	height: 20px;
	margin: 4px;
	float: left;
	cursor: pointer;
	-webkit-transform: translateY(18px);
	transform: translateY(18px);
}

.carousel__dots span:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border-radius: 8px;
	opacity: 0.15;
	border: 4px solid;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	will-change: opacity;
}

.carousel__dots span:hover:after {
	opacity: 0.3;
}

.carousel__dots span.active:after {
	opacity: 1;
}

.carousel__dots--right span {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

.carousel--on-first .carousel__prev {
	display: none;
}

.carousel--on-last .carousel__next {
	display: none;
}

.carousel blockquote {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.005em;
	margin-bottom: 42px;
	border-left: none;
	padding-left: 0;
}

.carousel blockquote p {
	margin-bottom: 0;
}

.carousel blockquote cite {
	margin-top: 0;
}

@-webkit-keyframes carousel-copy {
	from {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes carousel-copy {
	from {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

/* Paper
	 ========================================================================== */

.paper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	will-change: opacity;
}

.paper.resizing {
	-webkit-transition: none;
	transition: none;
	opacity: 0;
}

.paper canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.paper--150 {
	height: 150%;
}

.paper--200 {
	height: 200%;
}

.paper--stars:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), to(transparent));
	background: linear-gradient(to bottom, #fff 10%, transparent 100%);
	z-index: 2;
}

.paper--stars:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(transparent));
	background: linear-gradient(to top, #fff 10%, transparent 100%);
	z-index: 2;
}

/*! mediabox v1.1.2 | (c) 2016 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */

.mediabox-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 10%;
	background-color: rgba(34, 34, 34, 0.8);
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: mediabox;
	animation-name: mediabox;
}

.mediabox-content {
	display: block;
	position: relative;
	max-width: 920px;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.mediabox-content:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.mediabox-content iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	top: 0;
	left: 0;
	margin: 0;
}

.mediabox-hide {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mediaboxhide;
	animation-name: mediaboxhide;
}

.mediabox-close {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

@-webkit-keyframes mediabox {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes mediabox {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes mediaboxhide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes mediaboxhide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* Instafeed
	 ========================================================================== */

.instagram-feed-wrapper h3 {
	margin-top: 0;
}

.instagram-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
}

.instagram-feed__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 320px;
	height: auto;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.instagram-feed__item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.instagram-code {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 120px; 
	padding-bottom: 48px; 
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 99;
}

.instagram-code-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.instagram-code-content code {
	display: inline-block;
	padding: 24px 48px;
	font-size: 20px;
	margin: 24px 0 36px;
}

/* Tabs
	 ========================================================================== */
.tabs {
	overflow: hidden;
}

.tabs__navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -1px;
	overflow: hidden;
}

.tabs__nav {
	display: block;
	position: relative;
	padding-top: 36px;
	padding-bottom: 12px;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.tabs__nav:not(:last-child) {
	margin-right: 36px;
}

.tabs__nav,
.tabs__nav:hover,
.tabs__nav:focus {
	color: inherit;
}

.tabs__nav:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: solid 3px;
	pointer-events: none;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
}

.reveal--primary .tabs__nav:after {
	border-bottom-color: inherit;
}

.tabs__nav:hover:after,
.tabs__nav--active:after {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tabs__content:before {
	content: "";
	display: block;
	margin-bottom: 14px;
	border-top: solid 1px;
	opacity: 0.1;
}

.tabs__item {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	will-change: opacity;
}

.tabs__item--active {
	position: relative;
	pointer-events: auto;
	opacity: 1;
}

/* Header
	 ========================================================================== */

.site-branding {
	position: relative;
}

.site-branding a {
	display: block;
	float: left;
}

.site-branding svg,
.site-branding img {
	display: block;
	height: 72px;
	width: auto;
	max-width: none;
	margin: 0 auto;
	pointer-events: none;
}

.site-branding:after {
	display: block;
	content: "";
	clear: both;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
	z-index: 98;
}

@media screen and (min-width: 601px) {
	.site-header {
		position: fixed;
	}
}

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

@media screen and (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.site-header.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.site-header__wrap {
	padding-top: 24px;
	padding-bottom: 24px;
	-webkit-transition: background-color 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
	transition: background-color 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
	transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out;
	transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out, -webkit-box-shadow 0.4s ease-out;
	will-change: box-shadow;
}

.has-header-background .site-header__wrap {
	background-color: rgba(255, 255, 255, 0.98);
}

.headroom--not-top:not(.headroom--unpinned) .site-header__wrap {
	background-color: rgba(255, 255, 255, 0.98);
	-webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
	box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

.site-header__elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-header__mobile.hidden-lg-up {
	padding-right: 48px;
}

.site-header__mobile button {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 23px;
	line-height: 72px;
	border: 0;
}

.site-header__mobile button:hover,
.site-header__mobile button:focus,
.site-header__mobile button:active,
.site-header__mobile button {
	color: #abb2bf;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.site-header__mobile:not(.hidden-lg-up) button:hover,
.site-header__mobile:not(.hidden-lg-up) button:focus,
.site-header__mobile:not(.hidden-lg-up) button:active,
.site-header__mobile:not(.hidden-lg-up) button {
	color: #222;
	cursor: pointer;
}

.site-header__mobile button i {
	pointer-events: none;
}

.site-header__branding {
	padding-right: 68px;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.site-header__branding .site-branding a {
	float: none;
}

@media (min-width: 768px) {
	.site-header__branding .site-branding a {
		float: left;
	}
}

@media (min-width: 768px) {
	.site-header__branding {
		padding-right: 24px;
	}
}

.site-header__nav {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	text-align: right;
	opacity: 0;
	pointer-events: none;
	will-change: opacity;
}

.site-header__nav ul.menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.site-header__nav ul.menu > li {
	display: inline-block;
	margin-left: 44px;
	position: relative;
}

.site-header__nav ul.menu > li.sr-only {
	margin-left: 0;
}

.site-header__nav ul.menu > li.side-menu--more {
	margin-left: 12px;
}

li.side-menu--more button:hover,
li.side-menu--more button:focus,
li.side-menu--more button:active,
li.side-menu--more button {
	color: #abb2bf;
	padding: 6px 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	font-size: 16px;
	cursor: pointer;
}

.site-header__nav ul.menu > li.menu-item-has-children:after {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
	border: 2px solid;
	border-radius: 2px;
	-webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: opacity, transform;
}

.site-header__nav ul.menu > li.menu-item-has-children:hover:after {
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px);
	opacity: 0;
}

.site-header__nav ul.menu > li > a {
	color: inherit;
	display: block;
	padding-top: 28px;
	padding-bottom: 28px;
	line-height: 1;
	z-index: 1;
}

.site-header__nav ul.menu > li:not(.menu-item-has-children) > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #222;
	pointer-events: none;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
}

.site-header__nav ul.menu > li:not(.menu-item-has-children) > a:hover:after {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.site-header__nav ul.menu ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 12px 0;
	top: 100%;
	left: -24px;
	min-width: 240px;
	list-style: none;
	white-space: nowrap;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 22px rgba(34, 34, 34, 0.3);
	box-shadow: 0 6px 22px rgba(34, 34, 34, 0.3);
	border-radius: 2px;
	-webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 0;
	pointer-events: none;
	will-change: opacity, transform;
}

.site-header__nav ul.menu ul ul {
	top: -12px;
	left: 100%;
	-webkit-transform: translateX(6px);
    transform: translateX(6px);
	z-index: 2;
}

.site-header__nav ul.menu ul li {
	position: relative;
	text-align: left;
}

.site-header__nav ul.menu > li > ul > li.menu-item-has-children > a:after {
	content: "\f0da";
	display: block;
	position: absolute;
	top: 6px;
	right: 24px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
}

.site-header__nav ul.menu ul a {
	position: relative;
	color: inherit;
	display: block;
	padding: 6px 60px 6px 24px;
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}

.site-header__nav ul.menu ul a:before {
	content: "";
	display: block;
	position: absolute;
	left: 24px;
	top: 16px;
	border: 2px solid;
	border-radius: 2px;
	-webkit-transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 0.6s opacity, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateX(-12px);
	transform: translateX(-12px);
	opacity: 0;
	will-change: opacity, transform;
}

.site-header__nav ul.menu ul a svg {
	display: inline-block;
	width: auto;
	height: 24px;
	margin-bottom: -1px;
	vertical-align: middle;
	pointer-events: none;
}

.site-header__nav ul.menu ul a span {
	display: block;
	-webkit-transition: -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
}

.site-header__nav ul.menu ul a:hover:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
}

.site-header__nav ul.menu ul a:hover span {
	-webkit-transform: translateX(12px);
	transform: translateX(12px);
}

.headroom:not(.headroom--unpinned) .site-header__nav ul.menu li:hover > ul {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.site-header__cta {
	padding: 12px 0 12px 48px;
	opacity: 0;
    pointer-events: none;
    will-change: opacity;
	white-space: nowrap;
}

.site-header__cta:empty {
	display: none;
}

.site-header--display .site-header__nav,
.site-header--display .site-header__cta {
	opacity: 1;
	pointer-events: auto;
}

/* Side navigation
	 ========================================================================== */

.site-sidenav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	will-change: opacity;
}

.side-menu .site-sidenav {
	opacity: 1;
	pointer-events: auto;
}

.site-sidenav__overlay {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(34, 34, 34, 0.4);
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	cursor: default;
	will-change: opacity;
}

.side-menu--display .site-sidenav__overlay {
	opacity: 1;
}

.side-menu--panning .site-sidenav__overlay {
	-webkit-transition: none;
	transition: none;
}

.site-sidenav__elements {
	position: absolute;
	width: 350px;
	min-width: 300px;
	max-width: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 8px 0 24px rgba(34, 34, 34, 0.24);
	box-shadow: 8px 0 24px rgba(34, 34, 34, 0.24);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
	transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
	transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	will-change: transform;
}

.side-menu--display .site-sidenav__elements {
	-webkit-transform: none;
	transform: none;
}

.side-menu--panning .site-sidenav__elements {
	-webkit-transition: none;
	transition: none;
}

.site-sidenav__branding {
	padding: 24px;
	border-bottom: solid 1px #eff0f1;
}

.site-sidenav__nav {
	padding-top: 48px;
	padding-bottom: 48px;
}

.site-sidenav__nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-sidenav__nav a {
	display: block;
	position: relative;
	padding: 12px 24px 12px 48px;
}

.site-sidenav__nav a,
.site-sidenav__nav a:hover {
	color: inherit;
}

.site-sidenav__nav ul.sub-menu {
	margin-left: 12px;
	margin-bottom: 12px;
}

.site-sidenav__nav ul.sub-menu a {
	font-size: 14px;
	color: #8d929c;
	padding-top: 6px;
	padding-bottom: 6px;
}

.site-sidenav__nav ul.sub-menu ul {
	margin-bottom: 0;
}

.site-sidenav__cat {
	padding: 24px;
	border-top: solid 1px #eff0f1;
}

.go-up {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9;
}

.go-up__btn {
	position: absolute;
	display: block;
	bottom: 0;
	right: 15px;
	height: 54px;
	width: 36px;
	-webkit-transform: translateY(54px);
	transform: translateY(54px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}

.go-up__btn span {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
}

.go-up.headroom--unpinned .go-up__btn {
	-webkit-transform: none;
	transform: none;
	pointer-events: auto;
}

/* Footer
	 ========================================================================== */
.site-footer {
	position: relative;
}

.site-footer .widget-area {
	padding-top: 72px;
	padding-bottom: 72px;
}

.site-footer .widget-area a:not(:hover) {
	color: inherit;
}

@media (min-width: 992px) {
	.site-footer .widget-area__column-3 > div {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.site-footer .widget-area__column-4 > div {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.site-footer .widget-area__column-6 > div {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
}

.site-info {
	padding-top: 24px;
	padding-bottom: 24px;
}

/* Widgets
	 ========================================================================== */

.widget {
	margin-bottom: 24px;
}

.widget-title {
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Social links */
.widget_socials__list {
	margin-bottom: 24px;
}

.widget_socials__list li {
	display: block;
	margin-top: 24px;
	float: left;
}

.widget_socials__list:after {
	content: "";
	display: table;
	clear: both;
}

.widget_socials__item {
	display: block;
	line-height: 24px;
}

.widget_socials__item.social-link--icon {
	font-size: 14px;
	margin-right: 17px;
}

.widget_socials__list li:last-child .widget_socials__item.social-link--icon {
	margin-right: 0;
}

/* Tag cloud */
.wp-tag-cloud:before,
.wp-tag-cloud:after {
	content: "";
	display: table;
	width: 100%;
}

.wp-tag-cloud:after {
	clear: both;
}

.wp-tag-cloud li {
	display: block;
	float: left;
	margin-right: 6px;
    margin-bottom: 6px;
}

.widget_tag_cloud a {
    display: block;
	padding: 0 12px;
    font-size: 11px !important;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #e7e8ea;
}

/* Calendar */
.widget_calendar caption,
.widget_calendar tfoot td {
	font-size: 12px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: #e7e8ea;
}

.widget_calendar caption {
    border: 1px solid;
    border-bottom: none;
}

.widget_calendar tfoot {
    border-top: 1px solid;
}

.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
    text-align: center;
    padding: 6px;
    background-color: #e7e8ea;
    font-size: 13px;
}

.widget_calendar #next {
	text-align: right;
}

/* Navigation Menu */
.widget_nav_menu .menu > li > ul {
	font-size: 13px;
	margin-left: 12px;
}

/* Typography
	 ========================================================================== */

body,
button,
input,
select,
textarea {
	color: #222;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

textarea {
	resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 36px 0 12px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: inline-block;
}

h1 {
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.02em;
}

@media (min-width: 992px) {
	h1 {
		font-size: 56px;
		line-height: 72px;
	}
}

h2 {
	font-size: 38px;
	line-height: 48px;
}

@media (min-width: 992px) {
	h2 {
		font-size: 45px;
	}
}

h3 {
	font-size: 34px;
	line-height: 48px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
	margin: 24px 0 16px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

.display-one {
	clear: both;
	margin: 24px 0 12px;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.02em;
}

@media (min-width: 992px) {
	.display-one {
		font-size: 112px;
		line-height: 120px;
		letter-spacing: -0.04em;
	}
}

a {
	text-decoration: none;
	-webkit-transition: color 0.4s 0.1s ease-out;
	transition: color 0.4s 0.1s ease-out;
}

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

button,
html [type="button"],
[type="reset"],
[type="submit"],
.btn,
.sub-head {
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.btn a,
.sub-head a {
	color: inherit;
}

.sub-head,
a.sub-head {
	color: #222;
}

.text-body-3 {
	font-size: 14px;
	color: #8d929c;
}

.sub-head-2 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #8d929c;
}

.sub-head-2 a:not(:hover) {
	color: inherit;
}

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

.wp-block-quote:not(.is-large),
blockquote {
	position: relative;
	font-size: 19px;
	font-style: italic;
	line-height: 24px;
	margin: 24px 0;
	color: #222;
	padding-left: 31px;
	border-left: solid 5px;
}

blockquote p {
	font: inherit;
	color: inherit;
}

.wp-block-quote cite,
.wp-block-quote footer,
blockquote cite {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #8d929c;
	margin: 24px 0 0;
	line-height: inherit;
}

.wp-block-quote.is-large {
	font-size: 34px;
	font-style: italic;
	line-height: 48px;
	margin: 24px 0;
	padding: 0 0 0 31px;
}

.wp-block-quote.is-large p {
	font: inherit;
	color: inherit;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
    font-size: 19px;
    text-align: left;
}

address {
	margin: 0 0 1.5em;
}

pre {
	color:#23282d;
	background:#f3f4f5;
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
	border-radius: 2px;
}

code,
kbd,
tt,
var {
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: 14px;
	line-height: inherit;
	font-weight: normal;
	max-width: 100%;
	padding: 2px;
	border-radius: 2px;
	color:#23282d;
	background:#f3f4f5;
	display: inline-block;
}

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

mark,
ins {
	color: #222;
	padding: 1px 0.5em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

blockquote:before,
blockquote:after {
	content: "";
}

q {
	quotes: "“" "”" "‘" "’";
}

*:focus {
	outline: none;
}

hr {
	display: block;
	height: 0;
	border: none;
	border-top: 1px solid;
	margin: 23px 0 24px;
	opacity: 0.1;
}

hr.wp-block-separator {
	display: block;
	height: 0;
	border: none;
	border-top: 1px solid;
	margin: 23px 0 24px;
	opacity: 0.1;
    max-width: 100%;
}

hr.b-dotted {
	border-top-style: dotted;
}

hr.b-dashed {
	border-top-style: dashed;
}

.wp-block-table.has-fixed-layout tbody {
    table-layout: fixed
}
table,
.wp-block-table	{
    display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 24px;
	border: 1px solid #eff0f1;
    overflow-x: auto;
}

tbody,
.wp-block-table tbody {
    display: table-row-group;
    width: 100%;
    min-width: auto;
}

table tr {
    border-bottom: 1px solid #eff0f1;
}

table th,
table td,
.wp-block-table td,
.wp-block-table th {
	padding: 12px;
	text-align: left;
	border: none;
}

table tbody th,
table thead th,
table tbody td,
.wp-block-table tbody th,
.wp-block-table thead th,
.wp-block-table tbody td {
    border-right: 1px solid #eff0f1;
}

/* Forms
	 ========================================================================== */

label {
	color: #222;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

fieldset {
	margin-bottom: 24px;
}

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: #8d929c;
	background-color: #e7e8ea;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: block;
	line-height: 24px;
	padding: 12px 24px;
	margin: 0;
	width: 100%;
}

.reveal input[type="email"] {
	background-color: #f7f8f8;
}

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

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	height: 48px;
	width: 100%;
	max-width: 100%;
	padding: 12px 24px;
	color: #222;
	background-color: #e7e8ea;
	background-image: url("assets/images/more.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right center;
}

div.mce_inline_error {
	font-size: 14px;
	line-height: 24px;
	color: inherit !important;
	background-color: transparent !important;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    transform: translate(-24px,16px);
	pointer-events: none;
	background-image: url("assets/images/oval.svg");	
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin: 0
}

div.wpcf7-response-output {
    font-size: 14px;
    margin: 24px 0;
	padding: 12px 24px;
    background-color: #edede9
}

span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 6px;
    color: #ff4378
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background-color: #3bd9de;
    color: #fff
}

div.wpcf7-mail-sent-ng {
    border: 0;
    background-color: #e654bb;
    color: #fff
}

div.wpcf7-spam-blocked {
    border: 0;
    background-color: #e0e654
}

div.wpcf7-validation-errors {
    border: 0;
    background-color: #ff4478;
    color: #fff
}

/* Buttons
	 ========================================================================== */

button,
html [type="button"],
[type="reset"],
[type="submit"],
.btn {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	padding: 18px 32px;
	border-radius: 0;
	-webkit-box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
	box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	will-change: box-shadow;
}

button,
html [type="button"],
[type="reset"],
[type="submit"],
.btn:not(a) {
	cursor: default;
}

button,
button:hover,
button:focus,
button:active,
html [type="button"],
html [type="button"]:hover,
html [type="button"]:focus,
html [type="button"]:active,
[type="reset"],
[type="reset"]:hover,
[type="reset"]:focus,
[type="reset"]:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active {
	color: #222;
}

button:hover,
html [type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.btn:hover {
	-webkit-box-shadow: 0 6px 14px rgba(34, 34, 34, 0.25);
	box-shadow: 0 6px 14px rgba(34, 34, 34, 0.25);
}

button:active,
html [type="button"]:active,
[type="reset"]:active,
[type="submit"]:active,
.btn:active {
	-webkit-box-shadow: 0 2px 6px rgba(34, 34, 34, 0.5);
	box-shadow: 0 2px 6px rgba(34, 34, 34, 0.5);
}

.btn .fa,
.btn .fas,
.btn .far,
.btn .fal,
.btn .fab {
	font-style: normal;
}

[type="submit"],
[type="submit"]:hover,
[type="submit"]:focus,
[type="submit"]:active,
.btn--primary,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
	color: #fff;
}

.btn--secondary,
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
	color: #fff;
}

.btn--fat {
	letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
	min-width: 280px;
	max-width: 100%;
}

.btn--large {
	font-size: 16px;
	line-height: 18px;
	padding: 27px 48px;
}

.btn--round {
	border-radius: 48px;
}

.btn--circle {
	position: relative;
	border-radius: 48px;
	padding: 18px;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

.btn--circle .fa,
.btn--circle .fas,
.btn--circle .far,
.btn--circle .fal,
.btn--circle .fab {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.btn--circle .fa.fa-play {
	-webkit-transform: translate3d(-35%, -50%, 0);
	transform: translate3d(-35%, -50%, 0);
}

.btn--large.btn--circle {
	padding: 27px;
	width: 72px;
	height: 72px;
}

.btn--large.btn--circle .fa,
.btn--large.btn--circle .fas,
.btn--large.btn--circle .far,
.btn--large.btn--circle .fal,
.btn--large.btn--circle .fab {
	font-size: 18px;
}

/* Search form */
.search-form {
	position: relative;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
}

input[type="search"].search-field {
	padding-right: 100px;
}

/* Countdown
	 ========================================================================== */

.countdown__el {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.countdown__el:not(:last-child) .countdown__count:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -15px;
		border: 4px solid;
		border-radius: 4px;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
}

.countdown__el:not(:last-child)[data-display="hours"] .countdown__count:before,
.countdown__el:not(:last-child)[data-display="minutes"] .countdown__count:before {
	-webkit-transform: translate(50%, -150%);
	transform: translate(50%, -150%);
}

.countdown__el:not(:last-child)[data-display="hours"] .countdown__count:after,
.countdown__el:not(:last-child)[data-display="minutes"] .countdown__count:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	border: 4px solid;
	border-radius: 4px;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.countdown__count {
	position: relative;
	font-size: 112px;
	line-height: 120px;
}

.countdown__label {
	font-size: 14px;
}

/* Pricing
	 ========================================================================== */

.pricing__item {
	position: relative;
	margin-bottom: 24px;
	border: solid 1px #eff0f1;
	padding: 24px;
}

@media (min-width: 768px) {
	.pricing__item {
		margin-right: -1px;
	}
}

.pricing__item__amount {
	padding-top: 24px;
	white-space: nowrap;
}

.pricing__item__amount sup {
	font-size: inherit;
	top: -24px;
}

.pricing__item__amount sub {
	font-size: inherit;
	bottom: 2px;
}

.pricing__item__amount span {
	font-size: 56px;
	line-height: 72px;
}

.pricing__item__features {
	padding: 0;
	margin: 0 0 24px;
	list-style: none;
}

/* 404
	 ========================================================================== */

.monkey {
	width: 540px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	pointer-events: none;
}

.is-chrome:not(.is-touch) .monkey {
	-webkit-animation: squigglevision 0.3s infinite;
	animation: squigglevision 0.3s infinite;
}

.monkey svg {
	width: 100%;
	height: auto;
}

.monkey svg path:nth-child(2){
	opacity: 0.5;
}

.monkey__finger {
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-animation: monkey-finger 1.2s cubic-bezier(0.4, 0, 0.2, 1) both infinite;
	animation: monkey-finger 1.2s cubic-bezier(0.4, 0, 0.2, 1) both infinite;
}

.monkey__eye-right {
	-webkit-transform-origin: center 145px;
	transform-origin: center 145px;
	-webkit-animation: monkey-eyes 2s infinite none;
	animation: monkey-eyes 2s infinite none;
}

.monkey__eye-left {
	-webkit-transform-origin: center 150px;
	transform-origin: center 150px;
	-webkit-animation: monkey-eyes 2s 0.05s infinite none;
	animation: monkey-eyes 2s 0.05s infinite none;
}

@-webkit-keyframes monkey-finger {
	0% {
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	50% {
		-webkit-transform: skewX(10deg) translateX(-5px);
		transform: skewX(10deg) translateX(-5px);
	}
	100% {
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
}

@keyframes monkey-finger {
	0% {
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	50% {
		-webkit-transform: skewX(10deg) translateX(-5px);
		transform: skewX(10deg) translateX(-5px);
	}
	100% {
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
}

@-webkit-keyframes monkey-eyes {
	0%,
	45% {
		-webkit-transform: none;
		transform: none;
	}
	50% {
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2);
	}
	55%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes monkey-eyes {
	0%,
	45% {
		-webkit-transform: none;
		transform: none;
	}
	50% {
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2);
	}
	55%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes squigglevision {
	0% {
		-webkit-filter: url("#squiggly-0");
		filter: url("#squiggly-0");
	}
	25% {
		-webkit-filter: url("#squiggly-1");
		filter: url("#squiggly-1");
	}
	50% {
		-webkit-filter: url("#squiggly-2");
		filter: url("#squiggly-2");
	}
	75% {
		-webkit-filter: url("#squiggly-3");
		filter: url("#squiggly-3");
	}
	100% {
		-webkit-filter: url("#squiggly-4");
		filter: url("#squiggly-4");
	}
}

@keyframes squigglevision {
	0% {
		-webkit-filter: url("#squiggly-0");
		filter: url("#squiggly-0");
	}
	25% {
		-webkit-filter: url("#squiggly-1");
		filter: url("#squiggly-1");
	}
	50% {
		-webkit-filter: url("#squiggly-2");
		filter: url("#squiggly-2");
	}
	75% {
		-webkit-filter: url("#squiggly-3");
		filter: url("#squiggly-3");
	}
	100% {
		-webkit-filter: url("#squiggly-4");
		filter: url("#squiggly-4");
	}
}

/* Customizer
	 ========================================================================== */

::-webkit-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

:-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

::-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

::placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.color--body {
	color: #222;
}

.background-color--body {
	background-color: #222;
}

.color--body-alt {
	color: #8d929c;
}

.background-color--body-alt {
	background-color: #8d929c;
}

.color--body-lighten {
	color: #fff;
}

.background-color--body-lighten {
	background-color: #fff;
}

.color--code {
	color: #abb2bf;
}

.background-color--code {
	background-color: #abb2bf;
}

.color--code-background {
	color: #434851;
}

.background-color--code-background {
	background-color: #434851;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.align-baseline {
	vertical-align: baseline;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

.align-text-top {
	vertical-align: text-top;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

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

.margin-top-0 {
	margin-top: 0;
}

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

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

.padding-top {
	padding-top: 24px;
}

.padding-top-0 {
	padding-top: 0;
}

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

.padding-bottom-0 {
	padding-bottom: 0;
}

.align-baseline {
	vertical-align: baseline;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

.align-text-top {
	vertical-align: text-top;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.text-right {
	text-align: right;
}

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

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-center {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-center {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left;
	}
	.text-xl-right {
		text-align: right;
	}
	.text-xl-center {
		text-align: center;
	}
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.font-weight-normal {
	font-weight: normal;
}

.font-weight-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.invisible {
	visibility: hidden;
}

.hidden-xs-up {
	display: none;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none;
	}
}

.hidden-xl-down {
	display: none;
}

.visible-print-block {
	display: none;
}

@media print {
	.visible-print-block {
		display: block;
	}
}

.visible-print-inline {
	display: none;
}

@media print {
	.visible-print-inline {
		display: inline;
	}
}

.visible-print-inline-block {
	display: none;
}

@media print {
	.visible-print-inline-block {
		display: inline-block;
	}
}

@media print {
	.hidden-print {
		display: none;
	}
}

.alignleft {
	display: block;
	float: left;
	margin-right: 48px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 48px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery:not(.wp-block-pixudio-gallery) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery:not(.wp-block-pixudio-gallery) .gallery-caption {
	display: block;
	margin-bottom: 0;
	margin-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	line-height: 18px;
}

.gallery-item {
	position: relative;
    width: 100%;
    min-height: 1px;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 24px;
}

.gallery-item a {
	display: block;
}

.gallery-item a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: -webkit-filter 0.5s;
	transition: -webkit-filter 0.5s;
	transition: filter 0.5s;
	transition: filter 0.5s, -webkit-filter 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

@media (min-width: 768px) {

	.gallery-columns-2 .gallery-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.gallery-columns-4 .gallery-item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.wp-caption,
.gallery-caption {
	font-size: 14px;
	color: #8d929c;
	margin-bottom: 24px;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 12px 0 24px;
}

.wp-block-embed figcaption {
    margin: 12px 0 24px;
	font-size: 14px;
	color: #8d929c;
	text-align: center;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 1;
}

.embed-responsive-item.in-view__child {
	-webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
	transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	will-change: opacity, transform;
}

.embed-responsive-item.in-view__child.in-view__child--in {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.embed-responsive .embed-responsive__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	will-change: opacity;
	z-index: 2;
}

.embed-responsive:hover .embed-responsive__play {
	opacity: 1;
}

.embed-responsive__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.embed-responsive__cover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	will-change: transform;
}

.embed-responsive__cover.in-view--in:after {
	-webkit-transform: none;
	transform: none;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* Social links */
.social-link--icon {
	display: inline-block;
	position: relative;
	margin-right: 22px;
}

.social-link--icon::before {
	content: "\f0c1";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1.33333em;
    line-height: 0.75em;
	vertical-align: -.0667em;
    font-weight: 900;
}

.social-link--icon[href*="500px.com"]::before {
	content: "\f26e";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="behance.net"]::before {
	content: "\f1b5";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="dribbble.com"]::before {
	content: "\f17d";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="codepen.io"]::before {
	content: "\f1cb";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="mailto:"]::before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
    font-weight: normal;
}

.social-link--icon[href*="facebook.com"]::before {
	content: "\f09a";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="flickr.com"]::before {
	content: "\f16e";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="github.com"]::before {
	content: "\f092";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="goodreads.com"]::before {
	content: "\f3a8";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="plus.google.com"]::before {
	content: "\f0d4";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="instagram.com"]::before {
	content: "\f16d";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="kickstarter.com"]::before {
	content: "\f3bb";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="linkedin.com"]::before {
	content: "\f08c";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="medium.com"]::before {
	content: "\f23a";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="pinterest.com"]::before {
	content: "\f0d3";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="reddit.com"]::before {
	content: "\f1a2";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="skype.com"]::before {
	content: "\f17e";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="slack.com"]::before {
	content: "\f198";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="snapchat.com"]::before {
	content: "\f2ad";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="soundcloud.com"]::before {
	content: "\f1be";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="spotify.com"]::before {
	content: "\f1bc";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="stackoverflow.com"]::before {
	content: "\f16c";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="//t.me"]::before {
	content: "\f2c6";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="tumblr.com"]::before {
	content: "\f174";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="twitch.tv"]::before {
	content: "\f1e8";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="twitter.com"]::before {
	content: "\f081";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="vimeo.com"]::before {
	content: "\f194";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="whatsapp.com"]::before {
	content: "\f40c";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="wordpress.com"]::before {
	content: "\f411";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="yelp.com"]::before {
	content: "\f1e9";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.social-link--icon[href*="youtube.com"]::before {
	content: "\f167";
	font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}
