/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

hr {
  box-sizing: content-box; /* 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*! Underscores' Fallback */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input,
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*! Globals */

body {
	position: relative;
	background-color: #13073F;
}

body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) image:focus,
body:not(.user-is-tabbing) div:focus {
  outline: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
image:focus,
div:focus {
	outline: dotted 2px #ff6666;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, blockquote, q, span, ol, ul, time, a {
	font-family: 'Avenir Next LT Pro';
	margin: 0;
}

h1 {
	font-weight: 800;
	font-size: 9.9vw;
	line-height: 10.4vw;
}

@media (min-width: 768px) {

h1 {
		font-size: 4vw;
		line-height: 4.2vw
}
	}

h2 {
	font-size: 6.8vw;
	line-height: 7.1vw;
	font-weight: 800;
}

@media (min-width: 768px) {

h2 {
		font-size: 2.5vw;
		line-height: 2.6vw
}
	}

h3 {
	font-size: 6vw;
	font-weight: 800;
	line-height: 6.3vw;
}

@media (min-width: 768px) {

h3 {
		font-size: 2.3vw;
		line-height: 2.4vw
}
	}

h4 {
	font-size: 5.7vw;
	font-weight: 800;
	line-height: 6vw;
}

@media (min-width: 768px) {

h4 {
		font-size: 1.9vw;
		line-height: 2vw
}
	}

h5 {
	font-size: 4.7vw;
	font-weight: 800;
	line-height: 4.9vw;
}

@media (min-width: 768px) {

h5 {
		font-size: 1.8vw;
		line-height: 1.9vw
}
	}

h6 {
	font-size: 4.1vw;
	font-weight: 800;
	line-height: 4.4vw;
}

@media (min-width: 768px) {

h6 {
		font-size: 1.7vw;
		line-height: 1.79vw
}
	}

a {
	text-decoration: none;
}

img {
	color: #fff;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ff6666 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 100vw #fff inset !important;
}

input:invalid {
	box-shadow: none;
	border: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*! Fonts */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
       url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
       url('../fonts/Montserrat-BoldItalic.woff') format('woff'),
       url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
       url('../fonts/Montserrat-Italic.woff') format('woff'),
       url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
       url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
       url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
       url('../fonts/Montserrat-Regular.woff') format('woff'),
       url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
       url('../fonts/Montserrat-Medium.woff') format('woff'),
       url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
       url('../fonts/Montserrat-Bold.woff') format('woff'),
       url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
       url('../fonts/Montserrat-MediumItalic.woff') format('woff'),
       url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
       url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff'),
       url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
       url('../fonts/Montserrat-SemiBold.woff') format('woff'),
       url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Liu Jian Mao Cao';
  src: url('../fonts/LiuJianMaoCao-Regular.woff2') format('woff2'),
       url('../fonts/LiuJianMaoCao-Regular.woff') format('woff'),
       url('../fonts/LiuJianMaoCao-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*! Wysiwyg Simple */

.wysiwyg-simple p,
	.wysiwyg-simple a,
	.wysiwyg-simple a:visited {
		color: #fff;
	}

.wysiwyg-simple a {
		text-decoration: underline;
	}

.wysiwyg-simple ul, .wysiwyg-simple ol {
		color: white;
		margin-bottom: 5vw;
		list-style: none;
	}

@media (min-width: 768px) {

.wysiwyg-simple ul, .wysiwyg-simple ol {
			margin-bottom: 1.7vw
	}
	}

.wysiwyg-simple ul li::before {
			content: "\2022";
		  color: #ff6666;
		  font-weight: bold;
		  display: inline-block;
		  width: 1em;
		  margin-left: -1em;
		  margin-right: .25em;
		}

.wysiwyg-simple ul li:not(last-child) {
			margin-bottom: 0;
		}

.wysiwyg-simple ul ol, .wysiwyg-simple ul ul {
			margin: 0;
			padding: 0 0 0 4.3vw;
		}

.wysiwyg-simple ol {
		counter-reset: li;
	}

.wysiwyg-simple ol li::before {
			content: counter(li) ".";
			color: #ff6666;
			font-weight: bold;
			display: inline-block; 
			width: 1em;
  		margin-left: -1em;
  		margin-right: .25em;
		}

.wysiwyg-simple ol li {
			counter-increment: li;
		}

.wysiwyg-simple ol li:not(last-child) {
				margin-bottom: 0;
		}

.wysiwyg-simple ol ol, .wysiwyg-simple ol ul {
			margin: 0;
			padding: 0 0 0 4.3vw;
		}

/*! Site Header */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 4vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (min-width: 768px) {

.site-header {
		padding: 1.93% 2.98% 1.93% 4.96%
}
	}

.site-header .custom-logo-link {
		padding: 0;
		display: none;
	}

@media (min-width: 768px) {

.site-header .custom-logo-link {
			display: block;
			float: left
	}
	}

.site-header .custom-logo {
		display: block;
		width: 15.8vw;
		-webkit-transition: width .4s ease;
		transition: width .4s ease;
	}

.site-header__mobile-logo-link {
		padding: 0;
		display: block;
	}

@media (min-width: 768px) {

.site-header__mobile-logo-link {
			display: none
	}
	}

.site-header__mobile-logo {
		display: block;
		width: 14.4vw;
		-webkit-transition: width .4s ease;
		transition: width .4s ease;
	}

.site-header__main-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 5.6vw 20vw 5.6vw 20vw;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(6,4,89,1)), to(rgba(11,9,17,1)));
		background: linear-gradient(180deg, rgba(6,4,89,1) 12%, rgba(11,9,17,1) 100%);
		background-image: url('../images/background-menu-mobile.png');
		background-position: top right;
		background-size: cover;
		z-index: 1;
		text-align: center;
		max-height: 100vh;
		overflow-y: scroll;
	}

@media (min-width: 768px) {

.site-header__main-nav {
			overflow-y: visible;
			position: static;
			background: rgba(0, 0, 0, 0);
			float: right;
			padding: 0;
			width: auto;
			-webkit-transform: translateX(0);
			        transform: translateX(0)
	}
	}

.site-header__main-nav--show {
			-webkit-animation: mobile-menu-show .5s ease both;
			        animation: mobile-menu-show .5s ease both;
		}

.site-header__main-nav--hide {
			-webkit-animation: mobile-menu-hide .5s ease;
			        animation: mobile-menu-hide .5s ease;
		}

.site-header__main-nav__mobile-top {
			width: 27.7vw;
			margin: 0 auto;
			text-align: center;
		}

@media (min-width: 768px) {

.site-header__main-nav__mobile-top {
				display: none
		}
	}

.site-header__main-nav__mobile-logo-link {
			padding: 0;
			display: block;
			width: 14.4vw;
			margin: 0 auto;
		}

.site-header__main-nav__mobile-logo {
			display: block;
			width: 14.4vw;
		}

.site-header__main-nav__mobile-headline {
			font-size: 5vw;
			font-weight: 800;
			line-height: 5.5vw;
			color: #fff;
			margin-top: 5vw;
			margin-bottom: 10.4vw;
		}

.site-header ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

.site-header ul::after {
		content: "";
		clear: both;
		display: table;
	}

@media (min-width: 768px) {

.site-header ul {
			width: auto
	}
	}

.site-header li {
		position: relative;
		margin-bottom: 1vw;
		font-size: 4vw;
		line-height: 4vw;
	}

@media (min-width: 768px) {

.site-header li {
			line-height: .9vw;
			font-size: .9vw;
			margin: 2.2vw .26vw 0 .26vw;
			float: left
	}
	}

.site-header li a {
			font-size: 4vw;
			line-height: 4vw;
			padding: 1.3vw 0 1vw 0;
			font-weight: 700;
			display: block;
		}

@media (min-width: 768px) {

.site-header li a {
				font-size: .9vw;
				line-height: .9vw;
				padding: .3vw .8vw .4vw .8vw;
				font-weight: 600
		}
	}

.site-header li a:visited,
			.site-header li a:hover {
				color: #fff;
			}

.site-header li:last-child {
			margin: 0;
	}

@media (min-width: 768px) {

.site-header li:last-child {
				margin: 2.2vw .26vw 0 .26vw
	}
	}

@media (min-width: 768px) {
			.site-header .menu-item-has-children:hover .sub-menu {
				opacity: 1;
				visibility: visible;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
			}
	}

.site-header .menu-item-has-children > a::after {
			font-family: "Font Awesome 5 Free";
			margin-left: 2vw;
			font-weight: 900; 
			content: "\f078";
		}

@media (min-width: 768px) {

.site-header .menu-item-has-children > a::after {
				margin-left: .5vw
		}
	}

.site-header .menu-item-has-children .sub-menu {
			position: static;
			padding: 0;
			background-color: #15015C;
			opacity: 1;
			padding: 1vw 0;
			border-top: 0;
			visibility: visible;
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
		}

@media (min-width: 768px) {

.site-header .menu-item-has-children .sub-menu {
				top: calc(100% + .5vw);
				left: 50%;
				position: absolute;
				opacity: 0;
				padding: .5vw 0;
				-webkit-transform: translate(-50%, 1vw);
				        transform: translate(-50%, 1vw);
				visibility: hidden;
				border-top: .1vw solid #ff6666
		}

				.site-header .menu-item-has-children .sub-menu::before {
					content: "";
					position: absolute;
					left: 50%;
					-webkit-transform: translateX(-50%);
					        transform: translateX(-50%);
					top: -.5vw;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 .5vw .5vw .5vw;
					border-color: transparent transparent #ff6666 transparent;
				}
	}

.site-header .menu-item-has-children .sub-menu li {
				white-space: nowrap;
				width: 100%;
				margin: 0;
			}

.site-header .menu-item-has-children .sub-menu li a {
					-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
					display: block;
					font-size: 3vw;
					line-height: 3vw;
				}

@media (min-width: 768px) {

.site-header .menu-item-has-children .sub-menu li a {
						font-size: .9vw;
						line-height: .9vw
				}
	}

.site-header .menu-item-has-children .sub-menu li a::before {
					border-radius: 0;
				}

.site-header__proposal-button {
		background-color: #ff0000;
		border: none;
		cursor: pointer;
		font-size: 2.5vw;
		line-height: 2.5vw;
		font-weight: 600;
		border-radius: 3.5vw;
		padding: 2.1vw 2.5vw 2vw 2.5vw;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

@media (min-width: 768px) {

.site-header__proposal-button {
			font-size: .9vw;
			line-height: .9vw;
			padding: .3vw .8vw .4vw .8vw;
			border-radius: 1vw;
			margin: 2.2vw 0 0 .26vw;
			float: right;
			position: static;
			-webkit-transform: translate(0, 0);
			        transform: translate(0, 0)
	}
	}

.site-header a,
	.site-header__proposal-button {
		font-family: 'Montserrat';
		color: #fff;
		text-transform: lowercase;
	}

.site-header__mobile-menu-button {
		width: 5.5vw;
		height: 5vw;
		position: absolute;
		right: 4vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
	}

@media (min-width: 768px) {

.site-header__mobile-menu-button {
			display: none
	}
	}

.site-header__mobile-menu-button__middle {
			position: absolute;
			top: 2.3vw;
			right: 0;
			width: 5.5vw;
			height: 0.5vw;
			border-radius: 0.5vw;
			background-color: #fff;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}

.site-header__mobile-menu-button::before {
			content: "";
			position: absolute;
			top: 0;
			width: 5.5vw;
			height: 0.5vw;
			border-radius: 0.5vw;
			background-color: #fff;
			-webkit-transform-origin: 0 0;
			        transform-origin: 0 0;
			-webkit-transition: -webkit-transform .3s ease;
			transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
			transition: transform .3s ease, -webkit-transform .3s ease;
		}

.site-header__mobile-menu-button::after {
			content: "";
			position: absolute;
			bottom: 0vw;
			width: 5.5vw;
			height: 0.5vw;
			border-radius: 0.5vw;
			background-color: #fff;
			-webkit-transform-origin: 0 100%;
			        transform-origin: 0 100%;
			-webkit-transition: -webkit-transform .3s ease;
			transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
			transition: transform .3s ease, -webkit-transform .3s ease;
		}

.site-header__mobile-menu-button--close-x .site-header__mobile-menu-button__middle {
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
			opacity: 0;
		}

.site-header__mobile-menu-button--close-x::before {
			-webkit-transform: rotate(45deg) scaleX(1.17);
			        transform: rotate(45deg) scaleX(1.17);
		}

.site-header__mobile-menu-button--close-x::after {
			-webkit-transform: rotate(-45deg) scaleX(1.17);
			        transform: rotate(-45deg) scaleX(1.17);
		}

.site-header__mobile-logo-type {
		display: block;
		width: 23.2vw;
		margin: 19.2vw auto 0 auto;
	}

@media (min-width: 768px) {

.site-header__mobile-logo-type {
			display: none
	}
	}

.site-header--sticky {
		background-color: #15015C;
		padding: 2vw 4vw 2vw 4vw;
	}

@media (min-width: 768px) {

.site-header--sticky {
			padding: .6% 2.98% .6% 4.96%
	}
	}

.site-header--sticky .custom-logo {
			width: 8vw;
		}

.site-header--sticky .site-header__mobile-logo {
			width: 10vw;
		}

@media (min-width: 768px) {

.site-header--sticky li,
		.site-header--sticky li:last-child {
				margin: .7vw .26vw 0 .26vw
		}
	}

@media (min-width: 768px) {

.site-header--sticky .site-header__proposal-button {
				margin: .7vw 0 0 .26vw
		}
	}

/*! Site Hero */

.site-hero {
	width: 100%;
	height: 140.3vw;
	background-image: url('../images/hero-background-main-mobile.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	padding-top: 30vw;
	overflow-x: hidden;
}

@media (min-width: 768px) {

.site-hero {
		background-image: url('../images/hero-background-main-without-planets.svg');
		height: 40vw;
		padding-top: 10vw
}

		.site-hero::before {
			position: absolute;
			right: 3.6vw;
			top: 7.2vw;
			content: "";
			width: 22.5vw;
			height: 17vw;
			background-image: url('../images/planet-with-ring.svg');
			background-size: 100% auto;
			background-position: center center;
			background-repeat: no-repeat;
			z-index: 1;
			-webkit-animation: planet-without-rings 5s cubic-bezier(.5, 0, .5, 1) infinite;
			        animation: planet-without-rings 5s cubic-bezier(.5, 0, .5, 1) infinite;
		}

		.site-hero::after {
			position: absolute;
			left: 9.6vw;
			top: 11.8vw;
			content: "";
			width: 17.5vw;
			height: 11.8vw;
			background-image: url('../images/planet-swirl.svg');
			background-size: 100% auto;
			background-position: center center;
			background-repeat: no-repeat;
			z-index: 0;
			-webkit-animation: planet-swirl 4s cubic-bezier(.5, 0, .5, 1) infinite;
			        animation: planet-swirl 4s cubic-bezier(.5, 0, .5, 1) infinite;
		}
	}

.site-hero__content {
		width: 77%;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.site-hero__content {
			width: 30%
	}
	}

.site-hero__headline,
	.site-hero__subtitle {
		color: #fff;
	}

.site-hero__headline {
		margin-bottom: 4.2vw;
		position: relative;
		z-index: 1;
	}

@media (min-width: 768px) {

.site-hero__headline {
			margin-bottom: 0.97vw
	}
	}

.site-hero__headline__stroke {
			position: relative;
		}

.site-hero__headline__stroke::after {
				position: absolute;
				content: "";
				background-color: #ff6666;
				top: 50%;
				left: 0;
				width: 100%;
				height: .2em;
			}

.site-hero__headline__stroke--rotate-anti::after {
				-webkit-transform: rotate(-5deg) skew(5deg);
				        transform: rotate(-5deg) skew(5deg);
			}

.site-hero__headline__stroke--rotate-clock::after {
				-webkit-transform: rotate(5deg) skew(5deg);
				        transform: rotate(5deg) skew(5deg);
			}

.site-hero__subtitle {
		margin-bottom: 5.6vw;
		font-weight: normal;
	}

@media (min-width: 768px) {

.site-hero__subtitle {
			margin-bottom: 1.4vw
	}
	}

.site-hero__correction-text,
	.site-hero__correction-text-two,
	.site-hero__correction-text-three {
		position: absolute;
		font-family: 'Liu Jian Mao Cao';
		color: white;
		font-size: 5.5vw;
		line-height: 5.5vw;
	}

@media (min-width: 768px) {

.site-hero__correction-text,
	.site-hero__correction-text-two,
	.site-hero__correction-text-three {
			font-size: 2.5vw;
			line-height: 2.5vw
	}
	}

.site-hero__shooting-star {
		display: none;		
	}

@media (min-width: 768px) {

.site-hero__shooting-star {
			position: absolute;
			display: block;
			background-image: url(../images/shooting-star.svg);
			background-size: 100% auto;
			background-position: center center;
			background-repeat: no-repeat		
	}
	}

.site-hero__shooting-star--one {
			-webkit-transform: translate(11vw, -11vw);
			        transform: translate(11vw, -11vw);
			width: 8.7vw;
			height: 7.7vw;
			top: 0;
			left: 48vw;
			-webkit-animation: shooting-star 18s linear 2s infinite;
			        animation: shooting-star 18s linear 2s infinite;
		}

.site-hero__shooting-star--two {
			-webkit-transform: translate(11vw, -11vw);
			        transform: translate(11vw, -11vw);
			width: 8.7vw;
			height: 7.7vw;
			top: 0;
			left: 38vw;
			-webkit-animation: shooting-star 18s linear 5s infinite;
			        animation: shooting-star 18s linear 5s infinite;
		}

.site-hero__shooting-star--three {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: 6.7vw;
			height: 5.7vw;
			top: 5vw;
			left: 65vw;
			-webkit-animation: shooting-star-two 12s linear 7s infinite;
			        animation: shooting-star-two 12s linear 7s infinite;
		}

.site-hero__shooting-star--four {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: 6.7vw;
			height: 5.7vw;
			top: 8vw;
			left: 31vw;
			-webkit-animation: shooting-star-two 18s linear 3s infinite;
			        animation: shooting-star-two 18s linear 3s infinite;
		}

.site-hero__shooting-star--five {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: 6.7vw;
			height: 5.7vw;
			top: 5vw;
			left: 10vw;
			-webkit-animation: shooting-star-two 12s linear 3.5s infinite;
			        animation: shooting-star-two 12s linear 3.5s infinite;
		}

.site-hero__shooting-star--six {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: 4.7vw;
			height: 4.7vw;
			top: 14vw;
			left: 96vw;
			-webkit-animation: shooting-star-two 12s linear 3.5s infinite;
			        animation: shooting-star-two 12s linear 3.5s infinite;
		}

.site-hero__shooting-star-burst {
		display: none;
	}

@media (min-width: 768px) {

.site-hero__shooting-star-burst {
			display: block;
			position: absolute;
			background-color: #fff;
			border-radius: 50%
	}
	}

.site-hero__shooting-star-burst--one {
			-webkit-transform: translate(11vw, -11vw);
			        transform: translate(11vw, -11vw);
			width: 1vw;
			height: 1vw;
			top: 6.1vw;
			left: 48.65vw;
			-webkit-animation: shooting-star-burst 18s linear 2s infinite;
			        animation: shooting-star-burst 18s linear 2s infinite;
		}

.site-hero__shooting-star-burst--two {
			-webkit-transform: translate(11vw, -11vw);
			        transform: translate(11vw, -11vw);
			width: 1vw;
			height: 1vw;
			top: 6.1vw;
			left: 38.65vw;
			-webkit-animation: shooting-star-burst 18s linear 5s infinite;
			        animation: shooting-star-burst 18s linear 5s infinite;
		}

.site-hero__shooting-star-burst--three {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: .9vw;
			height: .9vw;
			top: 9.5vw;
			left: 65.45vw;
			-webkit-animation: shooting-star-burst-two 12s linear 7s infinite;
			        animation: shooting-star-burst-two 12s linear 7s infinite;
		}

.site-hero__shooting-star-burst--four {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: .9vw;
			height: .9vw;
			top: 12.5vw;
			left: 31.45vw;
			-webkit-animation: shooting-star-burst-two 18s linear 3s infinite;
			        animation: shooting-star-burst-two 18s linear 3s infinite;
		}

.site-hero__shooting-star-burst--five {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: .9vw;
			height: .9vw;
			top: 9.5vw;
			left: 10.45vw;
			-webkit-animation: shooting-star-burst-two 12s linear 3.5s infinite;
			        animation: shooting-star-burst-two 12s linear 3.5s infinite;
		}

.site-hero__shooting-star-burst--six {
			-webkit-transform: translate(15vw, -15vw);
			        transform: translate(15vw, -15vw);
			width: .6vw;
			height: .6vw;
			top: 17.5vw;
			left: 96.3vw;
			-webkit-animation: shooting-star-burst-two 12s linear 3.5s infinite;
			        animation: shooting-star-burst-two 12s linear 3.5s infinite;
		}

.site-hero--home .site-hero__correction-text {
			-webkit-transform: rotate(-20deg);
			        transform: rotate(-20deg);
			top: 47vw;
			left: 4%;
			z-index: 1;
		}

@media (min-width: 768px) {

.site-hero--home .site-hero__correction-text {
				top: 19vw;
				left: 30%
		}
	}

.site-hero--about {
		
		padding-top: 30.2vw;
	}

@media (min-width: 768px) {

.site-hero--about {
			padding-top: 12vw
	}
	}

.site-hero--about .site-hero__content {

			width: 89vw;
		}

@media (min-width: 768px) {

.site-hero--about .site-hero__content {
				width: 39%
		}
	}

.site-hero--about .site-hero__headline {
			font-size: 9.9vw;
			line-height: 10.4vw;
			margin-bottom: 4.2vw;
		}

@media (min-width: 768px) {

.site-hero--about .site-hero__headline {
				font-size: 3vw;
				line-height: 3.2vw;
				margin-bottom: 1vw
		}
	}

.site-hero--about .site-hero__subtitle {
			font-size: 7.8vw;
			line-height: 7.8vw;
			margin-bottom: 5.6vw;
		}

@media (min-width: 768px) {

.site-hero--about .site-hero__subtitle {
				font-size: 2.5vw;
				line-height: 2.6vw;
				margin-bottom: 1.4vw
		}
	}

.site-hero--content-marketing {

		padding-top: 28.5vw;
	}

@media (min-width: 768px) {

.site-hero--content-marketing {
			padding-top: 11.5vw
	}
	}

.site-hero--content-marketing .site-hero__content {

			width: 87.5%;
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__content {
				width: 42%
		}
	}

.site-hero--content-marketing .site-hero__headline {
			font-size: 9.9vw;
			line-height: 10.4vw;
			margin-bottom: 3.2vw;
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__headline {
				font-size: 2.8vw;
				line-height: 2.9vw;
				margin-bottom: 1vw
		}
	}

.site-hero--content-marketing .site-hero__subtitle {
			font-size: 6.6vw;
			line-height: 6.9vw;
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__subtitle {
				font-size: 2.7vw;
				line-height: 2.8vw;
				margin-bottom: 1.4vw
		}
	}

.site-hero--content-marketing .site-hero__correction-text {
			top: 37vw;
			left: 82.5%;
			z-index: 1;
			-webkit-transform: rotate(-5deg);
			        transform: rotate(-5deg);
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__correction-text {
				font-size: 2vw;
				top: 9vw;
				left: 63%;
				-webkit-transform: rotate(0);
				        transform: rotate(0)
		}
	}

.site-hero--content-marketing .site-hero__correction-text-two {
			-webkit-transform: rotate(-20deg);
			        transform: rotate(-20deg);
			top: 44vw;
			left: 4%;
			z-index: 1;
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__correction-text-two {
				font-size: 2vw;
				top: 14.5vw;
				left: 28.5%
		}
	}

.site-hero--content-marketing .site-hero__correction-text-three {
			top: 68vw;
			left: 12%;
			z-index: 1;
		}

@media (min-width: 768px) {

.site-hero--content-marketing .site-hero__correction-text-three {
				font-size: 2vw;
				top: 15vw;
				left: 68.5%;
				-webkit-transform: rotate(-15deg);
				        transform: rotate(-15deg)
		}
	}

.site-hero--animation {

		padding-top: 38.2vw;
	}

@media (min-width: 768px) {

.site-hero--animation {
			padding-top: 12.1vw
	}
	}

.site-hero--animation .site-hero__content {

			width: 93%;

		}

@media (min-width: 768px) {

.site-hero--animation .site-hero__content {
				width: 34%

		}
	}

.site-hero--animation .site-hero__headline {
			font-size: 7.5vw;
			line-height: 7.9vw;
			margin-bottom: 3.2vw;
		}

@media (min-width: 768px) {

.site-hero--animation .site-hero__headline {
				font-size: 2.4vw;
				line-height: 2.6vw;
				margin-bottom: 1vw
		}
	}

.site-hero--animation .site-hero__subtitle {
			font-size: 7.6vw;
			line-height: 8vw;
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.site-hero--animation .site-hero__subtitle {
				font-size: 2.3vw;
				line-height: 2.4vw;
				margin-bottom: 1.2vw
		}
	}

.site-hero--thank-you-proposal,
	.site-hero--thank-you-subscription {
		padding-top: 31.5vw;
		height: 87.7vw;
		background-image: url('../images/hero-background-thank-you-mobile.svg');
	}

@media (min-width: 768px) {

.site-hero--thank-you-proposal,
	.site-hero--thank-you-subscription {
			background-image: url('../images/hero-background-main-without-planets.svg');
			height: 40vw;
			padding-top: 16vw
	}
	}

.site-hero--thank-you-proposal .site-hero__content, .site-hero--thank-you-subscription .site-hero__content {

			width: 83.5%;
		}

@media (min-width: 768px) {

.site-hero--thank-you-proposal .site-hero__content, .site-hero--thank-you-subscription .site-hero__content {
				width: 27.8%
		}
	}

.site-hero--thank-you-proposal .site-hero__headline, .site-hero--thank-you-subscription .site-hero__headline {
			font-size: 9.8vw;
			line-height: 10.3vw;
			margin-bottom: 0;
		}

@media (min-width: 768px) {

.site-hero--thank-you-proposal .site-hero__headline, .site-hero--thank-you-subscription .site-hero__headline {
				font-size: 3.5vw;
				line-height: 3.7vw
		}
	}

.site-hero--default .site-hero__content {

			width: 88.5%;
		}

@media (min-width: 768px) {

.site-hero--default .site-hero__content {
				width: 44%
		}
	}

.site-hero--default .site-hero__subtitle {
			width: 80%;
			margin: 0 auto;
		}

/*! Page Home */

.page-home {
	background-image: url('../images/background-home-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-home {
		background-image: url('../images/background-home-main.svg')
}
	}

/*! Captivation */

.captivation {

	padding-top: 12.5vw;
}

@media (min-width: 768px) {

.captivation {
		padding-top: 4vw
}
	}

.captivation__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.captivation__wrapper {
			width: 76vw
	}
	}

.captivation__card {
		margin: 8vw auto 0 auto;
		width: 100%;
	}

@media (min-width: 768px) {

.captivation__card {
			margin: 3.6vw auto 0 auto;
			width: 26.6vw
	}
	}

.captivation__card a:hover img {
			-webkit-transform: scale(1.05);
			        transform: scale(1.05);
		}

.captivation__card img {
			width: 38vw;
			display: block;
			margin: 0 auto;
			-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		}

@media (min-width: 768px) {

.captivation__card img {
				width: 10vw
		}
	}

.captivation__card h4 {
			margin-top: 4vw;
			color: #ff6666;
		}

@media (min-width: 768px) {

.captivation__card h4 {
				margin-top: 1.2vw
		}
	}

.captivation__card p {
			font-size: 4vw;
			color: #fff;
			margin-top: 2.2vw;
			line-height: 4.5vw;
		}

@media (min-width: 768px) {

.captivation__card p {
				font-size: 1.25vw;
				margin-top: 1.1vw;
				line-height: 1.4vw
		}
	}

.presence {

	padding-top: 14.4vw;
}

@media (min-width: 768px) {

.presence {
		padding-top: 5.9vw
}
	}

.presence__wrapper {
 		width: 92vw;
 		margin: 0 auto;
 		text-align: center;
 	}

@media (min-width: 768px) {

.presence__wrapper {
 			width: 30vw
 	}
	}

.presence__text {
		font-size: 4.5vw;
 		color: #fff;
 		line-height: 5vw;
 }

@media (min-width: 768px) {

.presence__text {
 			margin: 0 auto;
 			font-size: 1.5vw;
 			width: 32.3vw;
 			line-height: 2vw
 }
	}

.presence__text p {
 		margin-top: 6vw;
 	}

@media (min-width: 768px) {

.presence__text p {
 			margin-top: 2vw
 	}
	}

/*! Button */

.button {
	font-family: 'Montserrat';
	font-size: 3.7vw;
	line-height: 3.9vw;
	color: #fff;
	font-weight: 600;
	background-color: #ec3033;
	display: inline-block;
	padding: 3vw 3vw;
	border: .5vw solid #ec3033;
	border-radius: .8vw;
	-webkit-transition: background-color .3s ease, color 2s ease;
	transition: background-color .3s ease, color 2s ease;
}

@media (min-width: 768px) {

.button {
		font-size: 1.25vw;
		line-height: 1.25vw;
		padding: 1vw 0.9vw;
		border-radius: .4vw;
		border: .15vw solid #ec3033
}
	}

.button:visited {
		color: #fff;
	}

.button:hover {
		color: #fff;
	}

.button--presence {
		padding-left: 5vw;
		padding-right: 5vw;
		margin-top: 6.5vw;
	}

@media (min-width: 768px) {

.button--presence {
			padding-left: 2.6vw;
			padding-right: 2.6vw;
			margin-top: 2vw
	}
	}

.button--latest-insights,
	.button--art-gallery {
		margin-top: -1.3vw;
	}

@media (min-width: 768px) {

.button--latest-insights,
	.button--art-gallery {
			margin-top: 1.9vw
	}
	}

.button--archive-middle {
		font-size: 1.1vw;
		line-height: 1.1vw;
		padding: .6vw 1.8vw;
	}

.button--blog-hero {
		font-size: 3.5vw;
		line-height: 3.5vw;
		padding: 2.2vw 5.7vw;
	}

@media (min-width: 768px) {

.button--blog-hero {
			font-size: 1.1vw;
			line-height: 1.1vw;
			padding: .6vw 1.8vw
	}
	}

.button--archive-mob {
		font-size: 3.5vw;
		line-height: 3.5vw;
		padding: 2.2vw 5vw;
	}

.button--blog-pagination {
		font-size: 3.5vw;
		line-height: 3.5vw;
		padding: 3.5vw 4.8vw;
	}

@media (min-width: 768px) {

.button--blog-pagination {
			font-size: 1.1vw;
			line-height: 1.1vw;
			padding: 1.1vw 1.5vw
	}
	}

.button--error {
		font-size: 4vw;
		line-height: 4vw;
		letter-spacing: .1vw;
		padding: 1.6vw 3.6vw;
		font-weight: 700;
		text-transform: uppercase;
	}

@media (min-width: 768px) {

.button--error {
			font-size: 1.5vw;
			line-height: 1.5vw;
			letter-spacing: .05vw;
			padding: .8vw 1.8vw
	}
	}

.button--author {
		font-size: 3.5vw;
		line-height: 3.5vw;
		padding: 2.2vw 5vw;
	}

@media (min-width: 768px) {

.button--author {
			font-size: 1.1vw;
			line-height: 1.1vw;
			padding: .6vw 1.8vw
	}
	}

/*! Partners */

.partners {
	position: relative;
	z-index: 1;
}

.partners--home {
		margin-top: -33vw;
	}

@media (min-width: 768px) {

.partners--home {
			margin-top: -2.8vw
	}
	}

.partners--about {
		margin-top: -23vw;
	}

@media (min-width: 768px) {

.partners--about {
			margin-top: -4vw
	}
	}

.partners--content-marketing,
	.partners--animation {
		margin-top: -21vw;
	}

@media (min-width: 768px) {

.partners--content-marketing,
	.partners--animation {
			margin-top: -3.5vw
	}
	}

.partners--thank-you-proposal,
	.partners--thank-you-subscription {
		margin-top: -17vw;
	}

@media (min-width: 768px) {

.partners--thank-you-proposal,
	.partners--thank-you-subscription {
			margin-top: -10.5vw
	}
	}

.partners__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.partners__wrapper {
			width: 100%
	}
	}

.partners .width-first {
		width: 22.2vw;
		height: auto;
	}

@media (min-width: 768px) {

.partners .width-first {
			width: 12vw
	}
	}

.partners .height-first {
		height: 15.2vw;
		width: auto;
	}

@media (min-width: 768px) {

.partners .height-first {
			height: 7vw
	}
	}

.partners img:nth-child(1), .partners img:nth-child(2), .partners img:nth-child(3) {
		margin: 0 4vw 1.5vw 4vw;
	}

@media (min-width: 768px) {

.partners img:nth-child(1), .partners img:nth-child(2), .partners img:nth-child(3) {
			margin: 0 1.8vw
	}
	}

.partners img:nth-child(4), .partners img:nth-child(5) {
		margin: 1.5vw 4vw 0 4vw;
	}

@media (min-width: 768px) {

.partners img:nth-child(4), .partners img:nth-child(5) {
			margin: 0 1.8vw
	}
	}

/*! Row */

.row {
	
	display: -webkit-box;
	
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.row__1 {
		width: 8.33%;
	}

.row__1-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__1-small {
			width: 8.33%
	}
	}

.row__2 {
		width: 16.66%;
	}

.row__2-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__2-small {
			width: 16.66%
	}
	}

.row__3 {
		width: 25%;
	}

.row__3-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__3-small {
			width: 25%
	}
	}

.row__4 {
		width: 33.33%;
	}

.row__4-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__4-small {
			width: 33.33%
	}
	}

.row__5 {
		width: 41.66%;
	}

.row__5-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__5-small {
			width: 41.66%
	}
	}

.row__6 {
		width: 50%;
	}

.row__6-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__6-small {
			width: 50%
	}
	}

.row__7 {
		width: 58.33%;
	}

.row__7-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__7-small {
			width: 58.33%
	}
	}

.row__8 {
		width: 66.66%;
	}

.row__8-small {
		width: 100%;
	}

@media (min-width: 768px) {

.row__8-small {
			width: 66.66%
	}
	}

.row__12 {
		width: 100%;
	}

.row__post-sidebar-left {
		width: 100%;
		margin-top: -20vw;
		position: relative;
	}

@media (min-width: 768px) {

.row__post-sidebar-left {
			width: 14.1%;
			margin-top: 0
	}
	}

.row__post-main {
		width: 100%;
	}

@media (min-width: 768px) {

.row__post-main {
			width: 56.3%;
			margin-left: calc((100% - 56.3%)/2 - 14.1%)
	}
	}

.row__author-post-img {
		width: 100%;
	}

@media (min-width: 768px) {

.row__author-post-img {
			width: 54%
	}
	}

.row__author-post-content {
		width: 100%;
	}

@media (min-width: 768px) {

.row__author-post-content {
			width: 46%
	}
	}

.row--align-center {
		-webkit-box-align: center;
		        align-items: center;
	}

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

.row--justify-end {
		-webkit-box-pack: end;
		        justify-content: flex-end;
	}

.row--justify-center {
		-webkit-box-pack: center;
		        justify-content: center;
	}

.row--justify-space-between {
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

.row__order-one-until-small {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}

@media (min-width: 768px) {

.row__order-one-until-small {
			-webkit-box-ordinal-group: 1;
			        order: 0
	}
	}

.row__order-two-until-small {
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}

@media (min-width: 768px) {

.row__order-two-until-small {
			-webkit-box-ordinal-group: 1;
			        order: 0
	}
	}

.row__order-three-until-small {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}

@media (min-width: 768px) {

.row__order-three-until-small {
			-webkit-box-ordinal-group: 1;
			        order: 0
	}
	}

/*! Intro */

.intro {
	
	padding-top: 14vw;
	text-align: center;
}

@media (min-width: 768px) {

.intro {
		padding-top: 4.4vw
}
	}

.intro__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.intro__wrapper {
			width: 75.4%
	}
	}

.intro__wrapper > div {
		margin-bottom: 6.9vw;
	}

@media (min-width: 768px) {

.intro__wrapper > div {
			margin-bottom: 2.6vw
	}
	}

.intro .videoplayer-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

.intro .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.intro .videoplayer-wrapper .plyr {
			width: 100%;
		}

@media (min-width: 768px) {

.intro .videoplayer-wrapper .plyr {
				width: 34.7vw;
				margin-left: 2.6vw
		}
	}

.intro__text {
		font-size: 4.2vw;
		position: relative;
		text-align: center;
		line-height: 4.2vw;
		margin-top: 6.3vw;
		color: #fff;
	}

@media (min-width: 768px) {

.intro__text {
			font-size: 1.5vw;
			padding-right: 4.2vw;
			line-height: 1.5vw;
			margin-top: 0
	}
	}

.intro__text p {
			margin-bottom: 5.3vw;
		}

@media (min-width: 768px) {

.intro__text p {
				margin-bottom: 1.9vw
		}
	}

.intro__text p:last-child {
			margin: 0;
		}

/*! Plyr */

/************************************
 * plyr.css
 */

@-webkit-keyframes plyr-progress{to{background-position:25px 0}}

@keyframes plyr-progress{to{background-position:25px 0}}

@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}

@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}

@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}

@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}

.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease}

.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}

.plyr button{font:inherit;line-height:inherit;width:auto}

.plyr:focus{outline:0}

.plyr--full-ui{box-sizing:border-box}

.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}

.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}

.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}

.plyr--full-ui ::-webkit-media-text-track-container{display:none}

.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}

.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}

.plyr__captions .plyr__caption div{display:inline}

.plyr__captions span:empty{display:none}

@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}

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

.plyr--captions-active .plyr__captions{display:block}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(-40px);transform:translateY(-40px)}

.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}

.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}

.plyr__control:focus{outline:0}

.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}

a.plyr__control{text-decoration:none}

a.plyr__control::after,a.plyr__control::before{display:none}

.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}

.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}

.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}

.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}

.plyr__control--overlaid svg{left:2px;position:relative}

.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}

.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}

.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}

.plyr--full-ui ::-webkit-media-controls{display:none}

.plyr__controls{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;text-align:center}

.plyr__controls .plyr__progress__container{-webkit-box-flex:1;flex:1;min-width:0}

.plyr__controls .plyr__controls__item{margin-left:2.5px}

.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}

.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}

.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}

.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}

.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}

.plyr__controls:empty{display:none}

.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}

.plyr--video .plyr__controls{background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}

@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}

.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}

.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}

.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}

.plyr__menu{display:-webkit-box;display:flex;position:relative}

.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}

.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}

.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}

.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}

.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}

.plyr__menu__container [role=menu]{padding:7px}

.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}

.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}

.plyr__menu__container .plyr__control{-webkit-box-align:center;align-items:center;color:#4a5764;display:-webkit-box;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}

.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;align-items:inherit;display:-webkit-box;display:flex;width:100%}

.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr__menu__container .plyr__control--forward{padding-right:28px}

.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}

.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}

.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}

.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}

.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}

.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}

.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}

.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}

.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;width:100%}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear,left top, right top,from(currentColor),to(transparent));background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}

.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}

.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}

.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px}

.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}

.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}

.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}

.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}

.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;margin-top:0}

.plyr--full-ui input[type=range]::-ms-tooltip{display:none}

.plyr--full-ui input[type=range]:focus{outline:0}

.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}

.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}

.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}

.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}

.plyr__time{font-size:14px}

.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}

@media (max-width:767px){.plyr__time+.plyr__time{display:none}}

.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}

.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;-webkit-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}

.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}

.plyr .plyr__control:hover .plyr__tooltip{z-index:3}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}

.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);transform:translateX(50%)}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}

.plyr--video{background:#000;overflow:hidden}

.plyr--video.plyr--menu-open{overflow:visible}

.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}

.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}

.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}

.plyr__progress{left:6.5px;margin-right:13px;position:relative}

.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}

.plyr__progress input[type=range]{position:relative;z-index:2}

.plyr__progress .plyr__tooltip{font-size:14px;left:0}

.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}

.plyr__progress__buffer::-webkit-progress-bar{background:0 0}

.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr__progress__buffer::-ms-fill{border-radius:100px;-webkit-transition:width .2s ease;transition:width .2s ease}

.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}

.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}

.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}

.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}

.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}

.plyr__volume{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;position:relative}

.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}

@media (min-width:480px){.plyr__volume{max-width:90px}}

@media (min-width:768px){.plyr__volume{max-width:110px}}

.plyr--is-ios .plyr__volume{display:none!important}

.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}

.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:-webkit-full-screen video{height:100%}

.plyr:-ms-fullscreen video{height:100%}

.plyr:fullscreen video{height:100%}

.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}

.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}

.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}

.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}

.plyr:fullscreen.plyr--hide-controls{cursor:none}

@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}

.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:-webkit-full-screen video{height:100%}

.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}

@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}

.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:-moz-full-screen video{height:100%}

.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}

@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}

.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}

.plyr:-ms-fullscreen video{height:100%}

.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}

@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}

.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}

.plyr--fullscreen-fallback video{height:100%}

.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}

.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}

@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}

.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}

.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}

.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}

.plyr__ads::after:empty{display:none}

.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}

.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;z-index:2}

.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}

.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}

.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}

.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}

.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}

.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}

.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}

.plyr__preview-scrubbing--is-shown{opacity:1}

.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}

.plyr--no-transition{-webkit-transition:none!important;transition:none!important}

.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}

.plyr [hidden]{display:none!important}

/************************************
 * Customizations
 */

.videoplayer,
.plyr {
	visibility: hidden;
}

.plyr--ready {
	visibility: visible;
}

.plyr__control--overlaid {
	background-color: rgba(255,102,102, .8);
}

.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(255,102,102, .5);
}

.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, 
.plyr--video .plyr__control[aria-expanded=true] {
	background-color: #ff6666;
}

button.plyr__control--overlaid:focus, 
button.plyr__control--overlaid:hover {
	background-color: #ff6666;
	box-shadow: none;
}

.plyr--full-ui input[type=range] {
	color: #ff6666;
}

/*! Site Title */

.site-title {
	color: #ff6666;
	margin: 0 auto;
}

.site-title--captivation {
		width: 80vw;
	}

@media (min-width: 768px) {

.site-title--captivation {
			width: 31vw
	}
	}

.site-title--presence {
		width: 78.4vw;
	}

@media (min-width: 768px) {

.site-title--presence {
			width: auto
	}
	}

.site-title--crafting {
		width: 62vw;
		text-align: center;
	}

@media (min-width: 768px) {

.site-title--crafting {
			width: 25vw
	}
	}

.site-title--wonders {
		width: 100%;
		margin-bottom: 7vw;
	}

@media (min-width: 768px) {

.site-title--wonders {
			width: 35vw;
			margin-bottom: 3.1vw
	}
	}

.site-title--review {
		width: 42vw;
		margin-bottom: 4.8vw;
	}

@media (min-width: 768px) {

.site-title--review {
			width: 16vw;
			margin-bottom: 1.6vw
	}
	}

.site-title--idea-driven,
	.site-title--optimize-create {
		width: 100%;
	}

@media (min-width: 768px) {

.site-title--idea-driven,
	.site-title--optimize-create {
			width: 32vw
	}
	}

.site-title--intro-animation {
		font-size: 5.6vw;
		line-height: 6.5vw;
		width: 64vw;
	}

@media (min-width: 768px) {

.site-title--intro-animation {
			font-size: 1.9vw;
			line-height: 2.2vw;
			width: 23vw
	}
	}

.site-title--marketing-goals {
		width: 100%;
	}

@media (min-width: 768px) {

.site-title--marketing-goals {
			width: 40.8vw
	}
	}

/*! Crafting */

.crafting {
	
	padding-top: 75vw;
	position: relative;
}

@media (min-width: 768px) {

.crafting {
		padding-top: 4.4vw
}
	}

.crafting::after {
		content: "";
		position: absolute;
		left: -1vw;
		top: -2.4vw;
		width: 94.3vw;
		height: 85.5vw;
		background-image: url('../images/olym-telescope.svg');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
		z-index: -1;
	}

@media (min-width: 768px) {

.crafting::after {
			top: -14.4vw
	}
	}

.crafting__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.crafting__wrapper {
			width: 37.7vw
	}
	}

/*! Accordion */

.accordion {
	
	margin-top: 8vw;
}

@media (min-width: 768px) {

.accordion {
		margin-top: 2vw
}
	}

.accordion__button {
		background: none;
		font-family: 'Avenir Next LT Pro';
		font-size: 4.5vw;
		font-weight: 700;
		color: #fff;
		padding: 1vw 0 1vw 1vw;
		display: block;
		border: none;
		border-bottom: 1px solid #ff6666;
		border-radius: 0;
		width: 100%;
		text-align: left;
		cursor: pointer;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
	}

@media (min-width: 768px) {

.accordion__button {
			font-size: 1.8vw;
			padding: .5vw 0 .5vw .5vw
	}
	}

.accordion__button--active {
			background-color: rgba(255,102,102, .5);
		}

.accordion__button:active,
		.accordion__button:focus,
		.accordion__button:hover {
			box-shadow: none;
			border-bottom: 1px solid #ff6666;
		}

.accordion__button:hover,
		.accordion__button:active {
			background-color: rgba(255,102,102, .5);
		}

.accordion__button::before {
			position: absolute;
			content: "";
			width: 3.8vw;
			height: .8vw;
			background-color: #fff;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			right: 1.25vw;
		}

@media (min-width: 768px) {

.accordion__button::before {
				width: 1.14vw;
				height: .26vw
		}
	}

.accordion__button::after {
			position: absolute;
			content: "";
			width: 3.8vw;
			height: .8vw;
			background-color: #fff;
			top: 50%;
			-webkit-transform: translateY(-50%) rotate(-90deg);
			        transform: translateY(-50%) rotate(-90deg);
			right: 1.25vw;
			-webkit-transition: -webkit-transform .3s ease;
			transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
			transition: transform .3s ease, -webkit-transform .3s ease;
		}

@media (min-width: 768px) {

.accordion__button::after {
				width: 1.14vw;
				height: .26vw
		}
	}

.accordion__button--active::after {
			-webkit-transform: rotate(0) translateY(-50%);
			        transform: rotate(0) translateY(-50%);
		}

.accordion__panel {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .4s ease;
		transition: height .4s ease;
	}

.accordion__panel > :first-child {
			margin-top: 6vw;
		}

@media (min-width: 768px) {

.accordion__panel > :first-child {
				margin-top: 1.2vw
		}
	}

.accordion__panel h1, .accordion__panel h2, .accordion__panel h3, .accordion__panel h4, .accordion__panel h5, .accordion__panel h6, .accordion__panel p, .accordion__panel blockquote, .accordion__panel span, .accordion__panel pre {
			color: #fff;
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.accordion__panel h1, .accordion__panel h2, .accordion__panel h3, .accordion__panel h4, .accordion__panel h5, .accordion__panel h6, .accordion__panel p, .accordion__panel blockquote, .accordion__panel span, .accordion__panel pre {
				margin-bottom: 1.4vw
		}
	}

.accordion__panel h4 {
			font-size: 3.7vw;
			line-height: 3.7vw;
			font-weight: 700;
			letter-spacing: .15vw;
		}

@media (min-width: 768px) {

.accordion__panel h4 {
				font-size: 1.2vw;
				line-height: 1.2vw;
				letter-spacing: .05vw
		}
	}

.accordion__panel h5 {
			font-size: 3vw;
			line-height: 3vw;
			font-weight: 700;
		}

@media (min-width: 768px) {

.accordion__panel h5 {
				font-size: 1.1vw;
				line-height: 1.1vw
		}
	}

.accordion__panel h6 {
			font-size: 2.5vw;
			line-height: 2.5vw;
			font-weight: 700;
		}

@media (min-width: 768px) {

.accordion__panel h6 {
				font-size: 1vw;
				line-height: 1vw
		}
	}

.accordion__panel p, .accordion__panel span, .accordion__panel pre {
			font-size: 3.7vw;
			font-weight: 300;
			line-height: 4vw;
			color: #fff;
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.accordion__panel p, .accordion__panel span, .accordion__panel pre {
				font-size: 1.2vw;
				line-height: 1.8vw;
				margin-bottom: 1.4vw
		}
	}

.accordion__panel a {
			font-size: 3.7vw;
			font-weight: 300;
			line-height: 4vw;
			color: #ff6666;
			margin-bottom: 5vw;
			text-decoration: underline;
		}

@media (min-width: 768px) {

.accordion__panel a {
				font-size: 1.2vw;
				line-height: 1.9vw;
				margin-bottom: 1.4vw
		}
	}

.accordion__panel a:visited {
				color: #ff6666;
			}

.accordion__panel pre {
			font-size: 3.2vw;
			background-color: #41375a;
			color: #fff;
		}

@media (min-width: 768px) {

.accordion__panel pre {
				font-size: 1.2vw
		}
	}

.accordion__panel ul, .accordion__panel ol {
			color: white;
			font-size: 3.7vw;
			font-weight: 300;
			margin-bottom: 5vw;
			padding: 0 0 0 4.3vw;
			line-height: 4vw;
			list-style: none;
		}

@media (min-width: 768px) {

.accordion__panel ul, .accordion__panel ol {
				font-size: 1.2vw;
				margin-bottom: 1.7vw;
				padding: 0 0 0 1.4vw;
				line-height: 1.9vw
		}
	}

.accordion__panel ul li::before {
				content: "\2022";
			  color: #ff6666;
			  font-weight: bold;
			  display: inline-block;
			  width: 1em;
			  margin-left: -1em;
			}

.accordion__panel ul li:not(last-child) {
				margin-bottom: 3vw;
			}

@media (min-width: 768px) {

.accordion__panel ul li:not(last-child) {
					margin-bottom: 0
			}
	}

.accordion__panel ul ol, .accordion__panel ul ul {
				margin: 0;
				padding-bottom: 0;
			}

.accordion ol {
		counter-reset: li;
	}

.accordion ol li::before {
			content: counter(li) ".";
			color: #ff6666;
			font-weight: bold;
			display: inline-block; 
			width: 1em;
  		margin-left: -1em
		}

.accordion ol li {
			counter-increment: li;
		}

.accordion ol li:not(last-child) {
			margin-bottom: 3vw;
		}

@media (min-width: 768px) {

.accordion ol li:not(last-child) {
				margin-bottom: 0
		}
	}

.accordion ol ol, .accordion ol ul {
			margin: 0;
			padding-bottom: 0;
		}

/*! Wonders */

.wonders {

	padding-top: 17vw;
}

@media (min-width: 768px) {

.wonders {
		padding-top: 4.7vw
}
	}

.wonders__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.wonders__wrapper {
			width: 57.4vw
	}
	}

.wonders__wrapper > div {
		margin-bottom: 8.7vw;
	}

@media (min-width: 768px) {

.wonders__wrapper > div {
			margin-bottom: 2.6vw
	}
	}

.wonders__card {
		
		width: 61vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.wonders__card {
			width: 16.5vw
	}
	}

.wonders__card h4 {
			font-size: 5.3vw;
			line-height: 5.3vw;
			color: #ff6666;
			margin-top: 4vw;
		}

@media (min-width: 768px) {

.wonders__card h4 {
				font-size: 1.3vw;
				line-height: 1.3vw;
				margin-top: 1vw
		}
	}

.wonders__card ul {
			list-style-type: none;
			margin: 1vw auto 0 auto;
			font-size: 3.5vw;
			color: #fff;
			padding: 0;
			line-height: 4vw;
		}

@media (min-width: 768px) {

.wonders__card ul {
				font-size: 1vw;
				line-height: 1.2vw;
				margin: 1vw auto 0 auto
		}
	}

.wonders__card li {
			margin-top: 4vw;
		}

@media (min-width: 768px) {

.wonders__card li {
				margin-top: .5vw
		}
	}

.wonders__card li::before {
			  content: "";
			  display: inline-block;
			  height: 3.5vw;
			  width: 3.5vw;
			  background-size: 3.5vw;
			  background-image: url("../images/tick.svg");
			  background-repeat: no-repeat;
			  margin-right: .9vw;
			}

@media (min-width: 768px) {

.wonders__card li::before {
			  	height: 1vw;
			  	width: 1vw;
			  	background-size: 1vw;
			  	margin-right: .25vw
			}
	}

.wonders__icon {
		
		display: block;
	}

@media (min-width: 768px) {

.wonders__icon {
			height: 4.6vw
	}
	}

.wonders__icon--bar-graph {
			margin: 0 auto;
			width: 28vw;
		}

@media (min-width: 768px) {

.wonders__icon--bar-graph {
				width: 5vw
		}
	}

.wonders__icon--support {
			margin: 7vw auto 0 auto;
			width: 21vw;
		}

@media (min-width: 768px) {

.wonders__icon--support {
				width: 3.8vw;
				margin: 0 auto
		}
	}

.wonders__icon--hand-shake {
			margin: 7vw auto 0 auto;
			width: 24vw;
		}

@media (min-width: 768px) {

.wonders__icon--hand-shake {
				width: 12vw;
				margin: 0 auto
		}
	}

/*! Review */

.review {

	padding-top: 14.2vw;
}

@media (min-width: 768px) {

.review {
		padding-top: 4.5vw
}
	}

.review__wrapper {
		width: 82vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.review__wrapper {
			width: 43vw
	}
	}

.review__author-img {
		width: 30vw;
		display: block;
		margin: 0 auto 3vw auto;
		border-radius: 50%;
	}

@media (min-width: 768px) {

.review__author-img {
			width: 9.8vw;
			margin: 0 auto .6vw auto
	}
	}

.review__quote {
		font-size: 3.9vw;
		font-weight: 300;
		color: #fff;
		line-height: 4.3vw;
		margin-bottom: 4vw;
	}

@media (min-width: 768px) {

.review__quote {
			font-size: 1.5vw;
			line-height: 1.6vw;
			margin-bottom: 1.3vw
	}
	}

.review__author {
		font-size: 4.5vw;
		font-weight: 600;
		color: #ff6666;
		line-height: 4.5vw;
		margin-bottom: 1.5vw;
	}

@media (min-width: 768px) {

.review__author {
			font-size: 1.4vw;
			line-height: 1.4vw;
			margin-bottom: .5vw
	}
	}

.review__author-position {
		font-size: 3.5vw;
		line-height: 3.5vw;
		margin-bottom: .5vw;
		color: #fff;
	}

@media (min-width: 768px) {

.review__author-position {
			font-size: 1.3vw;
			line-height: 1.3vw;
			margin-bottom: .2vw
	}
	}

/*! Slider */

.slider {

	position: relative;
	z-index: 1;
}

.slider__slide {
		display: none;
		overflow: hidden;
	}

.slider__slide--active {
			display: block;
		}

.slider__dots {
		line-height: 1.8vw;
		margin-top: 5vw;
	}

@media (min-width: 768px) {

.slider__dots {
			line-height: .4vw;
			margin-top: 1.1vw
	}
	}

.slider__dot {
		display: inline-block;
		width: 1.8vw;
		height: 1.8vw;
		background-color: #fff;
		border-radius: 50%;
		cursor: pointer;
		margin: 0 .6vw;
		-webkit-transition: background-color .4s ease;
		transition: background-color .4s ease;
	}

@media (min-width: 768px) {

.slider__dot {
			width: .4vw;
			height: .4vw;
			margin: 0 .13vw
	}
	}

.slider__dot--active,
		.slider__dot:hover {
			background-color: #ff6666;
		}

.slider__nav {
		position: absolute;
		height: 100%;
		background-color: rgba(21,1,92, 0);
		width: 10vw;
		display: -webkit-box;
		display: flex;
		top: 0;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		cursor: pointer;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}

.slider__nav i {
			color: #ff6666;
			font-size: 4vw;
		}

.slider__nav:hover {
			background-color: rgba(21,1,92, .5);
		}

@media (min-width: 768px) {

.slider__nav {
			width: 5vw
	}

			.slider__nav i {
				font-size: 2vw;
			}
	}

.slider__nav--prev {
		left: -10vw;
	}

@media (min-width: 768px) {

.slider__nav--prev {
			left: -5vw
	}
	}

.slider__nav--next {
		right: -10vw;
	}

@media (min-width: 768px) {

.slider__nav--next {
			right: -5vw
	}
	}

.slider--review .slider__slide--active .review__author-img {
				-webkit-animation: slide-in-up .9s ease-in-out both;
				        animation: slide-in-up .9s ease-in-out both;
			}

.slider--review .slider__slide--active .review__quote {
				-webkit-animation: slide-in-up .9s ease-in-out .2s both;
				        animation: slide-in-up .9s ease-in-out .2s both;
			}

.slider--review .slider__slide--active .review__author {
				-webkit-animation: slide-in-up .9s ease-in-out .5s both;
				        animation: slide-in-up .9s ease-in-out .5s both;
			}

.slider--review .slider__slide--active .review__author-position {
				-webkit-animation: slide-in-up .9s ease-in-out .6s both;
				        animation: slide-in-up .9s ease-in-out .6s both;
			}

/*! Latest Insights */

.latest-insights {

	padding-top: 12.5vw;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.latest-insights {
		padding-top: 4vw
}
	}

.latest-insights__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.latest-insights__wrapper {
			width: 78.7vw
	}
	}

.latest-insights__subheading {
		font-size: 5vw;
		font-weight: 500;
		color: #fff;
		line-height: 5.4vw;
		margin: 2.9vw auto 4.7vw auto;
		width: 75.2vw;
	}

@media (min-width: 768px) {

.latest-insights__subheading {
			font-size: 1.4vw;
			line-height: 1.8vw;
			margin: 1vw 0 1.5vw 0;
			width: auto
	}
	}

.latest-insights__card {
		width: 92vw;
		height: 54.56vw;
		background-color: #13073F;
		position: relative;
		overflow: hidden;
		margin: 0 0 8vw 0;
	}

@media (min-width: 768px) {

.latest-insights__card {
			width: 23.44vw;
			height: 13.9vw;
			margin: 0 auto
	}
	}

.latest-insights__card img {
			position: absolute;
			width: 100%;
			height: auto;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) scale(1);
			        transform: translate(-50%, -50%) scale(1);
			-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		}

.latest-insights__card:hover img {
			-webkit-transform: translate(-50%, -50%) scale(1.1);
			        transform: translate(-50%, -50%) scale(1.1);
		}

.latest-insights__meta {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(21,1,92, .5);
		padding: 1.6vw 1.6vw 8vw 1.6vw;
	}

@media (min-width: 768px) {

.latest-insights__meta {
			padding: .4vw .4vw 2vw .4vw
	}
	}

.latest-insights__title,
	.latest-insights__author,
	.latest-insights__category {
		color: #fff;
	}

.latest-insights__title {
		font-size: 4.25vw;
		font-weight: bold;
		line-height: 5.5vw;
	}

@media (min-width: 768px) {

.latest-insights__title {
			font-size: 1.2vw;
			line-height: 1.45vw
	}
	}

.latest-insights__author {
		font-size: 3.1vw;
		line-height: 3.1vw;
		position: absolute;
		left: 1.6vw;
		bottom: 1.6vw;
	}

@media (min-width: 768px) {

.latest-insights__author {
			font-size: 1vw;
			line-height: 1vw;
			left: .4vw;
			bottom: .4vw
	}
	}

.latest-insights__author::before {
			content: "by";
			margin-right: .8vw;
		}

@media (min-width: 768px) {

.latest-insights__author::before {
				margin-right: .2vw
		}
	}

.latest-insights__category {
		font-size: 2.5vw;
		line-height: 3.1vw;
		position: absolute;
		right: 1.6vw;
		bottom: 1.6vw;
	}

@media (min-width: 768px) {

.latest-insights__category {
			font-size: .8vw;
			line-height: 1vw;
			right: .4vw;
			bottom: .4vw
	}
	}

.latest-insights--post {
		padding-top: 7.7vw;
	}

@media (min-width: 768px) {

.latest-insights--post {
			padding-top: 4vw
	}
	}

.latest-insights--thank-you-proposal,
	.latest-insights--thank-you-subscription {
		padding-top: 9.3vw;
	}

@media (min-width: 768px) {

.latest-insights--thank-you-proposal,
	.latest-insights--thank-you-subscription {
			padding-top: 7.2vw
	}
	}

.latest-insights--thank-you-proposal .site-title,
		.latest-insights--thank-you-proposal .latest-insights__subheading,
		.latest-insights--thank-you-subscription .site-title,
		.latest-insights--thank-you-subscription .latest-insights__subheading {
			display: none;
		}

@media (min-width: 768px) {

.latest-insights--thank-you-proposal .site-title,
		.latest-insights--thank-you-proposal .latest-insights__subheading,
		.latest-insights--thank-you-subscription .site-title,
		.latest-insights--thank-you-subscription .latest-insights__subheading {
				display: block
		}
	}

/*! Keyframes */

@-webkit-keyframes slide-in-up {
  from {
		-webkit-transform: translateY(150%);
		        transform: translateY(150%);
  	opacity: 0;
  }
  to {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
  	opacity: 1;
  }
}

@keyframes slide-in-up {
  from {
		-webkit-transform: translateY(150%);
		        transform: translateY(150%);
  	opacity: 0;
  }
  to {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
  	opacity: 1;
  }
}

@-webkit-keyframes mobile-menu-show {
  0% {
  	-webkit-transform: translateX(100%);
  	        transform: translateX(100%);
  }
  100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
  }
}

@keyframes mobile-menu-show {
  0% {
  	-webkit-transform: translateX(100%);
  	        transform: translateX(100%);
  }
  100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
  }
}

@-webkit-keyframes mobile-menu-hide {
  0% {
  	-webkit-transform: translateX(0);
  	        transform: translateX(0);
  }
  100% {
  	-webkit-transform: translateX(100%);
  	        transform: translateX(100%);
  }
}

@keyframes mobile-menu-hide {
  0% {
  	-webkit-transform: translateX(0);
  	        transform: translateX(0);
  }
  100% {
  	-webkit-transform: translateX(100%);
  	        transform: translateX(100%);
  }
}

@-webkit-keyframes planet-without-rings {
  0% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

@keyframes planet-without-rings {
  0% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

@-webkit-keyframes planet-swirl {
  0% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
  50% {
    -webkit-transform: translateY(.5vw);
            transform: translateY(.5vw);
  }
  100% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
}

@keyframes planet-swirl {
  0% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
  50% {
    -webkit-transform: translateY(.5vw);
            transform: translateY(.5vw);
  }
  100% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
}

@-webkit-keyframes shooting-star {
  0% {
    -webkit-transform: translate(11vw, -11vw) scale(1);
            transform: translate(11vw, -11vw) scale(1);
  }
  25% {
    -webkit-transform: translate(-20vw, 20vw) scale(0);
            transform: translate(-20vw, 20vw) scale(0);
  }
  100% {
    -webkit-transform: translate(-20vw, 20vw) scale(0);
            transform: translate(-20vw, 20vw) scale(0);
  }
}

@keyframes shooting-star {
  0% {
    -webkit-transform: translate(11vw, -11vw) scale(1);
            transform: translate(11vw, -11vw) scale(1);
  }
  25% {
    -webkit-transform: translate(-20vw, 20vw) scale(0);
            transform: translate(-20vw, 20vw) scale(0);
  }
  100% {
    -webkit-transform: translate(-20vw, 20vw) scale(0);
            transform: translate(-20vw, 20vw) scale(0);
  }
}

@-webkit-keyframes shooting-star-two {
  0% {
    -webkit-transform: translate(15vw, -15vw) scale(1);
            transform: translate(15vw, -15vw) scale(1);
  }
  25% {
    -webkit-transform: translate(-15vw, 15vw) scale(0);
            transform: translate(-15vw, 15vw) scale(0);
  }
  100% {
    -webkit-transform: translate(-15vw, 15vw) scale(0);
            transform: translate(-15vw, 15vw) scale(0);
  }
}

@keyframes shooting-star-two {
  0% {
    -webkit-transform: translate(15vw, -15vw) scale(1);
            transform: translate(15vw, -15vw) scale(1);
  }
  25% {
    -webkit-transform: translate(-15vw, 15vw) scale(0);
            transform: translate(-15vw, 15vw) scale(0);
  }
  100% {
    -webkit-transform: translate(-15vw, 15vw) scale(0);
            transform: translate(-15vw, 15vw) scale(0);
  }
}

@-webkit-keyframes shooting-star-burst {
   0% {
    -webkit-transform: translate(11vw, -11vw) scale(0);
            transform: translate(11vw, -11vw) scale(0);
  }
  25% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
  }
  28% {
    -webkit-transform: translate(-17vw, 17vw) scale(1);
            transform: translate(-17vw, 17vw) scale(1);
    background-color: #fff;
    box-shadow: 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -webkit-transform: translate(-17vw, 17vw) scale(.75);
            transform: translate(-17vw, 17vw) scale(.75);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 1vw 1vw #fff;
  }
  32% {
    -webkit-transform: translate(-17vw, 17vw) scale(.5);
            transform: translate(-17vw, 17vw) scale(.5);
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 2vw 1vw #fff;
  }
  33% {
    -webkit-transform: translate(-17vw, 17vw) scale(.25);
            transform: translate(-17vw, 17vw) scale(.25);
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 2vw 1vw #fff, 0 0 10vw 4vw #ff6666;
  }
  34% {
    -webkit-transform: translate(-17vw, 17vw) scale(.1);
            transform: translate(-17vw, 17vw) scale(.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  35% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  100% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
}

@keyframes shooting-star-burst {
   0% {
    -webkit-transform: translate(11vw, -11vw) scale(0);
            transform: translate(11vw, -11vw) scale(0);
  }
  25% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
  }
  28% {
    -webkit-transform: translate(-17vw, 17vw) scale(1);
            transform: translate(-17vw, 17vw) scale(1);
    background-color: #fff;
    box-shadow: 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -webkit-transform: translate(-17vw, 17vw) scale(.75);
            transform: translate(-17vw, 17vw) scale(.75);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 1vw 1vw #fff;
  }
  32% {
    -webkit-transform: translate(-17vw, 17vw) scale(.5);
            transform: translate(-17vw, 17vw) scale(.5);
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 2vw 1vw #fff;
  }
  33% {
    -webkit-transform: translate(-17vw, 17vw) scale(.25);
            transform: translate(-17vw, 17vw) scale(.25);
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 2vw 1vw #fff, 0 0 10vw 4vw #ff6666;
  }
  34% {
    -webkit-transform: translate(-17vw, 17vw) scale(.1);
            transform: translate(-17vw, 17vw) scale(.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  35% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  100% {
    -webkit-transform: translate(-17vw, 17vw) scale(0);
            transform: translate(-17vw, 17vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
}

@-webkit-keyframes shooting-star-burst-two {
   0% {
    -webkit-transform: translate(15vw, -15vw) scale(0);
            transform: translate(15vw, -15vw) scale(0);
  }
  25% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
  }
  28% {
    -webkit-transform: translate(-12vw, 12vw) scale(1);
            transform: translate(-12vw, 12vw) scale(1);
    background-color: #fff;
    box-shadow: 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -webkit-transform: translate(-12vw, 12vw) scale(.75);
            transform: translate(-12vw, 12vw) scale(.75);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 1vw 1vw #fff;
  }
  32% {
    -webkit-transform: translate(-12vw, 12vw) scale(.5);
            transform: translate(-12vw, 12vw) scale(.5);
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 2vw 1vw #fff;
  }
  33% {
    -webkit-transform: translate(-12vw, 12vw) scale(.25);
            transform: translate(-12vw, 12vw) scale(.25);
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 2vw 1vw #fff, 0 0 10vw 4vw #ff6666;
  }
  34% {
    -webkit-transform: translate(-12vw, 12vw) scale(.1);
            transform: translate(-12vw, 12vw) scale(.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  35% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  100% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
}

@keyframes shooting-star-burst-two {
   0% {
    -webkit-transform: translate(15vw, -15vw) scale(0);
            transform: translate(15vw, -15vw) scale(0);
  }
  25% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
  }
  28% {
    -webkit-transform: translate(-12vw, 12vw) scale(1);
            transform: translate(-12vw, 12vw) scale(1);
    background-color: #fff;
    box-shadow: 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -webkit-transform: translate(-12vw, 12vw) scale(.75);
            transform: translate(-12vw, 12vw) scale(.75);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 1vw 1vw #fff;
  }
  32% {
    -webkit-transform: translate(-12vw, 12vw) scale(.5);
            transform: translate(-12vw, 12vw) scale(.5);
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 2vw 1vw #fff;
  }
  33% {
    -webkit-transform: translate(-12vw, 12vw) scale(.25);
            transform: translate(-12vw, 12vw) scale(.25);
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 2vw 1vw #fff, 0 0 10vw 4vw #ff6666;
  }
  34% {
    -webkit-transform: translate(-12vw, 12vw) scale(.1);
            transform: translate(-12vw, 12vw) scale(.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  35% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  100% {
    -webkit-transform: translate(-12vw, 12vw) scale(0);
            transform: translate(-12vw, 12vw) scale(0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
}

@-webkit-keyframes star {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  62% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  78% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes star {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  62% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  78% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes newsletter-logo {
  0% {
    -webkit-transform: translateY(.6vw);
            transform: translateY(.6vw);
  }
  40% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
  100% {
    -webkit-transform: translateY(.6vw);
            transform: translateY(.6vw);
  }
}

@keyframes newsletter-logo {
  0% {
    -webkit-transform: translateY(.6vw);
            transform: translateY(.6vw);
  }
  40% {
    -webkit-transform: translateY(-.5vw);
            transform: translateY(-.5vw);
  }
  100% {
    -webkit-transform: translateY(.6vw);
            transform: translateY(.6vw);
  }
}

@-webkit-keyframes proposal-lightbox-open {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes proposal-lightbox-open {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@-webkit-keyframes proposal-lightbox-content-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes proposal-lightbox-content-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes proposal-lightbox-close-button-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes proposal-lightbox-close-button-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes proposal-lightbox-close-button-after-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.12vw);
            transform: rotate(-90deg) translate(.12vw);
  }
}

@keyframes proposal-lightbox-close-button-after-open {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.12vw);
            transform: rotate(-90deg) translate(.12vw);
  }
}

@-webkit-keyframes proposal-lightbox-close-button-after-open-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.2vw);
            transform: rotate(-90deg) translate(.2vw);
  }
}

@keyframes proposal-lightbox-close-button-after-open-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.2vw);
            transform: rotate(-90deg) translate(.2vw);
  }
}

@-webkit-keyframes proposal-lightbox-close {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes proposal-lightbox-close {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes proposal-lightbox-content-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

@keyframes proposal-lightbox-content-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
}

@-webkit-keyframes proposal-lightbox-success-msg-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2vw) translateX(-50%);
            transform: translateY(2vw) translateX(-50%);
  }
}

@keyframes proposal-lightbox-success-msg-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2vw) translateX(-50%);
            transform: translateY(2vw) translateX(-50%);
  }
}

@-webkit-keyframes proposal-lightbox-close-button-close {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes proposal-lightbox-close-button-close {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes proposal-lightbox-close-button-after-close {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.1vw);
            transform: rotate(-90deg) translate(.1vw);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes proposal-lightbox-close-button-after-close {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate(.1vw);
            transform: rotate(-90deg) translate(.1vw);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes load {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*! Site Footer */

.site-footer {
	width: 100%;
	height: 211vw;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {

.site-footer {
		height: 121.4vw;
		padding-top: 69vw;
		margin-top: -69vw
}
	}

.site-footer__logo-type {
		position: absolute;
		left: 50%;
		bottom: 25vw;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 1;
	}

@media (min-width: 768px) {

.site-footer__logo-type {
			bottom: 1.4vw
	}
	}

.site-footer__logo-type img {
			width: 45.8vw;
		}

@media (min-width: 768px) {

.site-footer__logo-type img {
				width: 8.9vw
		}
	}

.site-footer .mountain-layer-one,
	.site-footer .tree-layer-one,
	.site-footer .footer-layer-two,
	.site-footer .tree-layer-two,
	.site-footer .footer-layer-three,
	.site-footer .olym-animation,
	.site-footer .plants-animation,
	.site-footer .front-tree {
		position: absolute;
	}

.site-footer .mountain-layer-one {
		background-image: url(../images/footer-background-mountain-layer-one.svg);
		background-repeat: no-repeat;
		width: 178%;
		height: 100%;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

@media (min-width: 768px) {

.site-footer .mountain-layer-one {
			width: 100%
	}
	}

.site-footer .tree-layer-one {
		width: 146%;
		height: auto;
		left: 50%;
		bottom: 17vw;
		-webkit-transform: translate(-50%);
		        transform: translate(-50%);
	}

@media (min-width: 768px) {

.site-footer .tree-layer-one {
			width: 100%;
			bottom: 0
	}
	}

.site-footer .footer-layer-two {
		background-image: url(../images/footer-background-layer-two.svg);
		background-repeat: no-repeat;
		width: 178%;
		height: 100%;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

@media (min-width: 768px) {

.site-footer .footer-layer-two {
			width: 100%
	}
	}

.site-footer .tree-layer-two {
		width: 178%;
		height: auto;
		left: 50%;
		bottom: -4vw;
		-webkit-transform: translate(-50%);
		        transform: translate(-50%);
	}

@media (min-width: 768px) {

.site-footer .tree-layer-two {
			width: 100%;
			bottom: 0
	}
	}

.site-footer .footer-layer-three {
		background-image: url(../images/footer-background-layer-three-mobile.svg);
		background-repeat: no-repeat;
		width: 178%;
		height: 100%;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

@media (min-width: 768px) {

.site-footer .footer-layer-three {
			background-image: url(../images/footer-background-layer-three.svg);
			width: 100%;
			bottom: -.2vw
	}
	}

.site-footer .olym-animation {
		width: 178%;
		height: auto;
		left: 60%;
		bottom: -4vw;
		-webkit-transform: translate(-50%);
		        transform: translate(-50%);
	}

@media (min-width: 768px) {

.site-footer .olym-animation {
			left: 50%;
			width: 100%;
			bottom: 0
	}
	}

.site-footer .plants-animation {
		width: 178%;
		height: auto;
		left: 41%;
		bottom: -4vw;
		-webkit-transform: translate(-50%);
		        transform: translate(-50%);
	}

@media (min-width: 768px) {

.site-footer .plants-animation {
			left: 50%;
			width: 100%;
			bottom: -.5vw
	}
	}

.site-footer .front-tree {
		background-image: url(../images/footer-background-front-tree.svg);
		background-repeat: no-repeat;
		width: 178%;
		height: 100%;
		left: 54%;
		bottom: -.2vw;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

@media (min-width: 768px) {

.site-footer .front-tree {
			left: 50%;
			width: 100%
	}
	}

.site-footer--blog {
		background-image: url(../images/footer-background-blog-mobile.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 211vw;
		margin-top: 40.5vw;
		overflow: visible;
	}

@media (min-width: 768px) {

.site-footer--blog {
			background-image: url(../images/footer-background-blog.svg);
			height: 82vw;
			padding-top: 38vw;
			margin-top: -38vw
	}
	}

.site-footer--blog .fire-animation {
			width: 45vw;
			height: 45vw;
			position: absolute;
			left: 28vw;
			bottom: 48.7vw;
		}

@media (min-width: 768px) {

.site-footer--blog .fire-animation {
				width: 25vw;
				height: 25vw;
				left: 43.5vw;
				bottom: 9.2vw
		}
	}

.site-footer--thank-you-proposal,
	.site-footer--thank-you-subscription {
		background-image: url(../images/footer-background-main-mobile.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 211vw;
		margin-top: 1vw;
		overflow: visible;
	}

@media (min-width: 768px) {

.site-footer--thank-you-proposal,
	.site-footer--thank-you-subscription {
			background-image: url(../images/footer-background-thank-you-main.svg);
			height: 82.2vw;
			padding-top: 29vw;
			margin-top: -29vw
	}
	}

/*! Newsletter Signup */

.newsletter-signup {

	padding-top: 19vw;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.newsletter-signup {
		padding-top: 5vw
}
	}

.newsletter-signup__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.newsletter-signup__wrapper {
			width: 47.3vw
	}
	}

.newsletter-signup__logo-mark {
		width: 30.9vw;
	}

@media (min-width: 768px) {

.newsletter-signup__logo-mark {
			width: 9.5vw;
			-webkit-animation: newsletter-logo 3s ease-in-out infinite;
			        animation: newsletter-logo 3s ease-in-out infinite
	}
	}

.newsletter-signup__title {
		font-size: 4.5vw;
		line-height: 5vw;
		color: #fff;
		font-weight: 800;
		width: 74.9vw;
		margin: 3.5vw auto 3.5vw auto;
	}

@media (min-width: 768px) {

.newsletter-signup__title {
			font-size: 1.7vw;
			line-height: 2vw;
			width: 31vw;
			margin: 1vw auto 1.5vw auto
	}
	}

.newsletter-signup__form {
		position: relative;
	}

.newsletter-signup #name-of-user-nl {
		display: none;
	}

.newsletter-signup__input {
		width: 100%;
		height: 11vw;
		font-size: 4vw;
		padding: 2.3vw;
		font-weight: 600;
		color: #ff6666;
		display: block;
		border-radius: 1.5vw;
	}

@media (min-width: 768px) {

.newsletter-signup__input {
			width: 34vw;
			height: 2.4vw;
			font-size: 1.1vw;
			padding: .8vw;
			display: inline-block;
			vertical-align: middle;
			border-radius: .3vw
	}
	}

.newsletter-signup__input:focus {
			color: #ff6666;
			box-shadow: inset 0 0 1vw .5vw rgba(0, 0, 0, .5);
			border: none;
		}

@media (min-width: 768px) {

.newsletter-signup__input:focus {
				box-shadow: inset 0 0 .2vw .1vw rgba(0, 0, 0, .5)
		}
	}

.newsletter-signup__input::-webkit-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.newsletter-signup__input::-moz-placeholder {
  		color: rgba(255,102,102, .7);
		}

.newsletter-signup__input:-ms-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.newsletter-signup__input::-ms-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.newsletter-signup__input::placeholder {
  		color: rgba(255,102,102, .7);
		}

.newsletter-signup__submit {
		width: 100%;
		height: 11vw;
		background: #ec3033;
		font-family: 'Montserrat';
		font-size: 4.3vw;
		padding: 0;
		border: none;
		color: #fff;
		font-weight: 700;
		vertical-align: middle;
		cursor: pointer;
		margin-top: 4vw;
		border-radius: 1.5vw;
	}

@media (min-width: 768px) {

.newsletter-signup__submit {
			width: 12.6vw;
			height: 2.4vw;
			font-size: 1.3vw;
			margin-top: 0;
			border-radius: .3vw
	}
	}

.newsletter-signup__submit:active {
			outline: none;
		}

@media (min-width: 768px) {

.newsletter-signup__submit:active {
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw)
		}
	}

.newsletter-signup__success-message {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 11vw;
		background-color: #00e863;
		font-size: 5vw;
		font-weight: 500;
		color: #fff;
		line-height: 11vw;
		visibility: hidden;
	}

@media (min-width: 768px) {

.newsletter-signup__success-message {
			width: 34.4vw;
			height: 2.4vw;
			font-size: 1.5vw;
			line-height: 2.4vw
	}
	}

/*! Footer Navigation & Contact */

.footer-nav-contact {
	
	position: relative;
	z-index: 1;
	margin-top: 15.4vw;
}

@media (min-width: 768px) {

.footer-nav-contact {
		margin-top: 7.4vw
}
	}

.footer-nav-contact__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.footer-nav-contact__wrapper {
			width: 76vw
	}
	}

.footer-nav-contact__nav-wrapper {
		
		width: 42vw;
		margin: 19vw auto 0 auto;
	}

@media (min-width: 768px) {

.footer-nav-contact__nav-wrapper {
			width: 14.5vw;
			margin: 0
	}
	}

.footer-nav-contact__nav-wrapper ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

.footer-nav-contact__nav-wrapper li, .footer-nav-contact__nav-wrapper a {
			font-size: 4.5vw;
			line-height: 5.2vw;
		}

@media (min-width: 768px) {

.footer-nav-contact__nav-wrapper li, .footer-nav-contact__nav-wrapper a {
				font-size: 1.4vw;
				line-height: 1.6vw
		}
	}

.footer-nav-contact__nav-wrapper a {
			color: #fff;
			font-weight: 700;
			position: relative;
			z-index: 1;
		}

.footer-nav-contact__nav-wrapper a::before {
			position: absolute;
			left: 0;
			bottom: 0;
			content: "";
			width: 100%;
			height: .6vw;
			background-color: #ff6666;
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
			-webkit-transition: -webkit-transform .3s ease;
			transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
			transition: transform .3s ease, -webkit-transform .3s ease;
			z-index: -1;
		}

@media (min-width: 768px) {

.footer-nav-contact__nav-wrapper a::before {
				height: .2vw
		}
	}

.footer-nav-contact__nav-wrapper a:hover::before {
			-webkit-transform: scaleX(1);
			        transform: scaleX(1);
		}

.footer-nav-contact__nav-wrapper a:visited,
			.footer-nav-contact__nav-wrapper a:hover {
			color: #fff;
		}

.footer-nav-contact__contact-wrapper {
		width: 57.8vw;
		margin-left: auto;
		margin-right: auto;
	}

@media (min-width: 768px) {

.footer-nav-contact__contact-wrapper {
			width: 20vw;
			margin-right: 0
	}
	}

.footer-nav-contact__contacts {
		margin: .4vw auto 0 auto;
	}

@media (min-width: 768px) {

.footer-nav-contact__contacts {
			width: 18.7vw;
			margin: 0 auto
	}
	}

.footer-nav-contact__contacts > div:not(:last-child) {
			margin: 3vw 0 3vw 0;
		}

@media (min-width: 768px) {

.footer-nav-contact__contacts > div:not(:last-child) {
				margin: .8vw 0 .8vw 0
		}
	}

.footer-nav-contact__contacts > div:first-child {
			margin: 4vw 0 3vw 0;
		}

@media (min-width: 768px) {

.footer-nav-contact__contacts > div:first-child {
				margin: .8vw 0 .8vw 0
		}
	}

.footer-nav-contact__contacts i {
			display: none;
		}

@media (min-width: 768px) {

.footer-nav-contact__contacts i {
				font-size: 1.1vw;
				color: #ff6666;
				margin-right: .8vw;
				display: block
		}
	}

.footer-nav-contact__contacts p {
			font-size: 4vw;
			font-weight: 600;
			line-height: 4.6vw;
			color: #fff;
			text-align: center;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
			width: 100%;
		}

@media (min-width: 768px) {

.footer-nav-contact__contacts p {
				font-size: 1.1vw;
				line-height: 1.1vw;
				width: 89%
		}
	}

.footer-nav-contact__title {
		font-size: 5.6vw;
		font-weight: 800;
		line-height: 5.6vw;
		color: #ff6666;
		margin-bottom: 1.5vw;
	}

@media (min-width: 768px) {

.footer-nav-contact__title {
			font-size: 2vw;
			line-height: 2vw;
			margin-bottom: .5vw
	}
	}

.footer-nav-contact__title--contact {
			width: 26.4vw;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 4vw;
		}

@media (min-width: 768px) {

.footer-nav-contact__title--contact {
				width: 9.8vw;
				margin-bottom: .5vw
		}
	}

.footer-nav-contact__subtitle {
		font-size: 4.3vw;
		font-weight: 700;
		line-height: 5vw;
		color: #fff;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.footer-nav-contact__subtitle {
			font-size: 1.3vw;
			line-height: 1.5vw;
			width: 19vw
	}
	}

/*! Footer Bottom Bar */

.footer-bottom-bar {

	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}

@media (min-width: 768px) {

.footer-bottom-bar {
		bottom: .6vw;
		text-align: left
}
	}

.footer-bottom-bar__wrapper {
		width: 71.6vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.footer-bottom-bar__wrapper {
			width: 89vw
	}
	}

.footer-bottom-bar__wrapper .row > div:first-child {
			padding-left: 0;
		}

@media (min-width: 768px) {

.footer-bottom-bar__wrapper .row > div:first-child {
				padding-left: 1vw
		}
	}

.footer-bottom-bar p,
	.footer-bottom-bar a {
		font-size: 4vw;
		line-height: 5.5vw;
		font-weight: 600;
		color: #fff;
	}

@media (min-width: 768px) {

.footer-bottom-bar p,
	.footer-bottom-bar a {
			font-size: .9vw;
			line-height: 1.2vw
	}
	}

.footer-bottom-bar a {
		display: inline-block;
		margin: 3vw 1vw;
		line-height: 3vw;
	}

@media (min-width: 768px) {

.footer-bottom-bar a {
			margin: 0 .5vw;
			float: right;
			line-height: 1.2vw
	}
	}

.footer-bottom-bar a:visited,
		.footer-bottom-bar a:hover {
		color: #fff;
	}

/*! Star */

.star {
	display: none;
}

@media (min-width: 768px) {

.star {
		position: absolute;
		display: block;
		background-image: url('../images/star.svg');
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: -1;
		-webkit-animation: star 1.5s infinite both;
		        animation: star 1.5s infinite both
}
	}

/*! Proposal Lightbox */

.proposal-lightbox {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 11;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	visibility: hidden;
}

.proposal-lightbox__wrapper {
		width: 90%;
		height: 95vh;
		background-image: url('../images/proposal-lightbox-bg-mobile.svg');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		opacity: 0;
	}

@media (min-width: 768px) {

.proposal-lightbox__wrapper {
			width: 33.33%;
			height: 36.5vw;
			background-image: url('../images/proposal-lightbox-bg-main.svg');
			box-shadow: 0 0 1.5vw .5vw rgba(0,0,0, .8)
	}
	}

@media (max-width: 767px) and (orientation: landscape) {

.proposal-lightbox__wrapper {
			overflow-y: scroll;
			padding-top: 18vw
	}
	}

.proposal-lightbox__content {
		width: 100%;
		height: 119vw;
		background-color: rgba(19,7,63, .6);
		padding-top: 5.6vw;
		text-align: center;
		position: relative;
		border-radius: 2vw;
		margin-top: -5vw;
	}

@media (min-width: 768px) {

.proposal-lightbox__content {
			width: 27.5vw;
			height: 25.1vw;
			padding-top: 1.5vw;
			border-radius: .4vw;
			margin-top: 2vw
	}
	}

.proposal-lightbox__logo-mark {
		display: block;
		width: 19.2vw;
		margin: 0 auto;
		opacity: 0;
	}

@media (min-width: 768px) {

.proposal-lightbox__logo-mark {
			display: none
	}
	}

.proposal-lightbox__titel {
		font-size: 5.5vw;
		font-weight: 800;
		line-height: 5.5vw;
		color: #fff;
		margin: 5.6vw 0 5.6vw 0;
		opacity: 0;
	}

@media (min-width: 768px) {

.proposal-lightbox__titel {
			font-size: 1.9vw;
			line-height: 1.9vw;
			margin: 0 0 1.5vw 0
	}
	}

.proposal-lightbox__form {
		width: 84vw;
		height: 93.8vw;
		margin: 0 auto;
		opacity: 0;
	}

.proposal-lightbox__form::after {
		content: "";
		clear: both;
		display: table;
	}

@media (min-width: 768px) {

.proposal-lightbox__form {
			width: 22.2vw;
			height: 18.9vw
	}
	}

.proposal-lightbox__input, 
	.proposal-lightbox__textarea {
		width: 100%;
		font-family: 'Avenir Next LT Pro';
		font-size: 3.2vw;
		font-weight: bold;
		padding: 1.5vw 1.5vw;
		color: #000;
		border: none;
		border-radius: 2vw;
		display: block;
		margin: 0;
	}

@media (min-width: 768px) {

.proposal-lightbox__input, 
	.proposal-lightbox__textarea {
			font-size: .9vw;
			padding: .4vw .4vw;
			border-radius: .4vw
	}
	}

.proposal-lightbox__input:focus, .proposal-lightbox__textarea:focus {
			color: #000;
			box-shadow: inset 0 0 .2vw .05vw rgba(0, 0, 0, .5);
			border: none;
		}

.proposal-lightbox__input::-webkit-input-placeholder, .proposal-lightbox__textarea::-webkit-input-placeholder {
  		color: rgba(0,0,0, .6);
		}

.proposal-lightbox__input::-moz-placeholder, .proposal-lightbox__textarea::-moz-placeholder {
  		color: rgba(0,0,0, .6);
		}

.proposal-lightbox__input:-ms-input-placeholder, .proposal-lightbox__textarea:-ms-input-placeholder {
  		color: rgba(0,0,0, .6);
		}

.proposal-lightbox__input::-ms-input-placeholder, .proposal-lightbox__textarea::-ms-input-placeholder {
  		color: rgba(0,0,0, .6);
		}

.proposal-lightbox__input::placeholder, .proposal-lightbox__textarea::placeholder {
  		color: rgba(0,0,0, .6);
		}

.proposal-lightbox__input:-webkit-autofill, .proposal-lightbox__textarea:-webkit-autofill {
		  -webkit-text-fill-color: #000 !important;
		}

.proposal-lightbox__input {
		height: 8.3vw;
		margin-bottom: 4.2vw;
	}

@media (min-width: 768px) {

.proposal-lightbox__input {
			height: 1.8vw;
			margin-bottom: .8vw
	}
	}

@media (min-width: 768px) {

.proposal-lightbox #mce-FNAME,
	.proposal-lightbox #mce-EMAIL {
			width: 48%;
			float: left
	}
	}

@media (min-width: 768px) {

.proposal-lightbox #mce-FNAME {
			margin-right: .8vw
	}
	}

.proposal-lightbox #mce-SBJCT {
		display: none;
	}

@media (min-width: 768px) {

.proposal-lightbox #mce-SBJCT {
			display: block
	}
	}

.proposal-lightbox__textarea {
		height: 34vw;
		resize: none;
	}

@media (min-width: 768px) {

.proposal-lightbox__textarea {
			height: 6.9vw
	}
	}

.proposal-lightbox__submit {
		width: 36vw;
		height: 9.5vw;
		background: #ec3033;
		font-family: 'Montserrat';
		font-size: 3.8vw;
		padding: 0;
		border: none;
		color: #fff;
		font-weight: 600;
		vertical-align: middle;
		cursor: pointer;
		margin-top: 8vw;
		opacity: 0;
	}

@media (min-width: 768px) {

.proposal-lightbox__submit {
			width: 12vw;
			height: 3.4vw;
			font-size: 1.2vw;
			margin-top: 1vw
	}
	}

.proposal-lightbox__submit:active {
			outline: none;
		}

.proposal-lightbox__success-message {
		width: 84vw;
		height: 75vw;
		position: absolute;
		top: 43vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		font-size: 4vw;
		font-weight: 600;
		color: #00e863;
		background-color: #13073F;
		visibility: hidden;
	}

@media (min-width: 768px) {

.proposal-lightbox__success-message {
			width: 22.2vw;
			height: 18.9vw;
			top: 11.5vw;
			font-size: 1.1vw
	}
	}

.proposal-lightbox__success-message hr {
			margin: 4vw 0;
			background-color: rgba(255,255,255, .5);
		}

@media (min-width: 768px) {

.proposal-lightbox__success-message hr {
				margin: 1vw 0
		}
	}

.proposal-lightbox__close-button {
		width: 6vw;
		height: 6vw;
		position: absolute;
		top: 3.5vw;
		right: 4.5vw;
		cursor: pointer;
	}

@media (min-width: 768px) {

.proposal-lightbox__close-button {
			width: 2vw;
			height: 2vw;
			top: .5vw;
			right: .5vw
	}
	}

.proposal-lightbox__close-button__first,
		.proposal-lightbox__close-button__first::after {
			width: 6vw;
			height: .6vw;
			position: absolute;
			background-color: #13073F;
			left: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			opacity: 0;
		}

@media (min-width: 768px) {

.proposal-lightbox__close-button__first,
		.proposal-lightbox__close-button__first::after {
				width: 2vw;
				height: .2vw
		}
	}

.proposal-lightbox__close-button__first {
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

.proposal-lightbox__close-button__first::after {
			content: "";
			-webkit-transform: rotate(-90deg) translate(.2vw);
			        transform: rotate(-90deg) translate(.2vw);
		}

@media (min-width: 768px) {

.proposal-lightbox__close-button__first::after {
				-webkit-transform: rotate(-90deg) translate(.12vw);
				        transform: rotate(-90deg) translate(.12vw)
		}
	}

.proposal-lightbox--open {
		
		-webkit-animation: proposal-lightbox-open .1s ease-in-out both;
		
		        animation: proposal-lightbox-open .1s ease-in-out both;
	}

.proposal-lightbox--open .proposal-lightbox__wrapper {
			-webkit-animation: proposal-lightbox-content-open .3s ease-in-out .2s both;
			        animation: proposal-lightbox-content-open .3s ease-in-out .2s both;
		}

.proposal-lightbox--open .proposal-lightbox__logo-mark {
			-webkit-animation: proposal-lightbox-content-open .3s ease-in-out .3s both;
			        animation: proposal-lightbox-content-open .3s ease-in-out .3s both;
		}

.proposal-lightbox--open .proposal-lightbox__titel {
			-webkit-animation: proposal-lightbox-content-open .3s ease-in-out .4s both;
			        animation: proposal-lightbox-content-open .3s ease-in-out .4s both;
		}

.proposal-lightbox--open .proposal-lightbox__form {
			-webkit-animation: proposal-lightbox-content-open .3s ease-in-out .5s both;
			        animation: proposal-lightbox-content-open .3s ease-in-out .5s both;
		}

.proposal-lightbox--open .proposal-lightbox__submit {
			-webkit-animation: proposal-lightbox-content-open .3s ease-in-out .6s both;
			        animation: proposal-lightbox-content-open .3s ease-in-out .6s both;
		}

.proposal-lightbox--open .proposal-lightbox__close-button__first {
			-webkit-animation: proposal-lightbox-close-button-open .2s ease-in-out 1.1s both;
			        animation: proposal-lightbox-close-button-open .2s ease-in-out 1.1s both;
		}

.proposal-lightbox--open .proposal-lightbox__close-button__first::after {
			-webkit-animation: proposal-lightbox-close-button-after-open-mobile .2s ease-in-out 1.1s both;
			        animation: proposal-lightbox-close-button-after-open-mobile .2s ease-in-out 1.1s both;
		}

@media (min-width: 768px) {
			.proposal-lightbox--open .proposal-lightbox__close-button__first::after {
				-webkit-animation: proposal-lightbox-close-button-after-open .2s ease-in-out 1.1s both;
				        animation: proposal-lightbox-close-button-after-open .2s ease-in-out 1.1s both;
			}
	}

.proposal-lightbox--close {

		-webkit-animation: proposal-lightbox-close .1s ease-in-out .9s both;

		        animation: proposal-lightbox-close .1s ease-in-out .9s both;
	}

.proposal-lightbox--close .proposal-lightbox__close-button__first {
			-webkit-animation: proposal-lightbox-close-button-close .2s ease-in-out both;
			        animation: proposal-lightbox-close-button-close .2s ease-in-out both;
		}

.proposal-lightbox--close .proposal-lightbox__close-button__first::after {
			-webkit-animation: proposal-lightbox-close-button-after-close .2s ease-in-out both;
			        animation: proposal-lightbox-close-button-after-close .2s ease-in-out both;
		}

.proposal-lightbox--close .proposal-lightbox__submit {
			-webkit-animation: proposal-lightbox-content-close .3s ease-in-out .4s both;
			        animation: proposal-lightbox-content-close .3s ease-in-out .4s both;
		}

.proposal-lightbox--close .proposal-lightbox__form {
			-webkit-animation: proposal-lightbox-content-close .3s ease-in-out .5s both;
			        animation: proposal-lightbox-content-close .3s ease-in-out .5s both;
		}

.proposal-lightbox--close .proposal-lightbox__success-message {
			-webkit-animation: proposal-lightbox-success-msg-close .3s ease-in-out .5s both;
			        animation: proposal-lightbox-success-msg-close .3s ease-in-out .5s both;
		}

.proposal-lightbox--close .proposal-lightbox__titel {
			-webkit-animation: proposal-lightbox-content-close .3s ease-in-out .6s both;
			        animation: proposal-lightbox-content-close .3s ease-in-out .6s both;
		}

.proposal-lightbox--close .proposal-lightbox__logo-mark {
			-webkit-animation: proposal-lightbox-content-close .3s ease-in-out .7s both;
			        animation: proposal-lightbox-content-close .3s ease-in-out .7s both;
		}

.proposal-lightbox--close .proposal-lightbox__wrapper {
			-webkit-animation: proposal-lightbox-content-close .3s ease-in-out .8s both;
			        animation: proposal-lightbox-content-close .3s ease-in-out .8s both;
		}

/*! Page Our Team */

.page-our-team {
	background-image: url('../images/background-about-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-our-team {
		background-image: url('../images/background-about-main.svg')
}
	}

/*! Who we are */

.who-we-are {

	padding-top: 14vw;
}

@media (min-width: 768px) {

.who-we-are {
		padding-top: 3.4vw
}
	}

.who-we-are__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.who-we-are__wrapper {
			width: 83.8vw
	}
	}

.who-we-are__wrapper .row > div:not(:last-child) {
			margin-bottom: 6.9vw;
		}

@media (min-width: 768px) {

.who-we-are__wrapper .row > div:not(:last-child) {
				margin-bottom: 0
		}
	}

.who-we-are__subtitle {
		font-size: 3.5vw;
		font-weight: 600;
		line-height: 3.9vw;
		color: #fff;
		width: 34.7vw;
		margin: 1.5vw auto 5.5vw auto;
	}

@media (min-width: 768px) {

.who-we-are__subtitle {
			font-size: 1.6vw;
			line-height: 1.8vw;
			width: 16vw;
			margin: 1.5vw auto 1.5vw auto
	}
	}

.who-we-are__card {
		width: 57vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.who-we-are__card {
			width: 22vw;
			margin: 0 auto
	}
	}

.who-we-are__card img {
			display: block;
			width: 39vw;
			margin: 0 auto 2.3vw auto;
		}

@media (min-width: 768px) {

.who-we-are__card img {
				width: 9.9vw;
				margin: 0 auto 1.2vw auto
		}
	}

.who-we-are__card h5 {
			color: #ff6666;
			margin-bottom: 1.3vw;
		}

@media (min-width: 768px) {

.who-we-are__card h5 {
				margin-bottom: .6vw
		}
	}

.who-we-are__card p {
			font-size: 4vw;
			line-height: 4.5vw;
			color: #fff;
		}

@media (min-width: 768px) {

.who-we-are__card p {
				font-size: 1.6vw;
				line-height: 1.8vw
		}
	}

/*! Founder Message */

.founder-message {

	padding-top: 12vw;
}

@media (min-width: 768px) {

.founder-message {
		padding-top: 5vw
}
	}

.founder-message__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.founder-message__wrapper {
			width: 45.5vw
	}
	}

.founder-message__title {
		font-family: 'Montserrat';
		font-size: 5vw;
		font-weight: 700;
		line-height: 5vw;
		color: #ff6666;
	}

@media (min-width: 768px) {

.founder-message__title {
			font-size: 1.7vw;
			font-weight: 700
	}
	}

.founder-message__subtitle {
		font-family: 'Montserrat';
		font-size: 4vw;
		font-weight: 600;
		line-height: 4vw;
		color: #fff;
		margin: 3.5vw 0 4vw 0;
	}

@media (min-width: 768px) {

.founder-message__subtitle {
			font-size: 1.3vw;
			line-height: 1.3vw;
			margin: .4vw 0 2vw 0
	}
	}

.founder-message__quote {
		font-size: 4.5vw;
		font-weight: 400;
		line-height: 4.5vw;
		color: #fff;
	}

@media (min-width: 768px) {

.founder-message__quote {
			font-size: 1.7vw;
			line-height: 1.9vw
	}
	}

.founder-message__quote p {
			margin-bottom: 4.5vw;
		}

@media (min-width: 768px) {

.founder-message__quote p {
				margin-bottom: 1.5vw
		}
	}

.founder-message__quote--reveal {
		overflow: hidden;
		-webkit-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out;
	}

.founder-message__reveal-button {
		background: #ec3033;
		font-family: 'Montserrat';
		font-size: 3.7vw;
		padding: 0;
		border: none;
		color: #fff;
		font-weight: 600;
		vertical-align: middle;
		cursor: pointer;
		border-radius: 1.5vw;
		width: 38.7vw;
		height: 11.2vw;
		margin-bottom: 8.7vw;
	}

@media (min-width: 768px) {

.founder-message__reveal-button {
			font-size: 1.3vw;
			border-radius: .5vw;
			width: 14.9vw;
			height: 3.7vw;
			margin-bottom: 2.7vw
	}
	}

.founder-message__reveal-button:active {
			outline: none;
		}

.founder-message__reveal-button i {
			font-size: 3.4vw;
			line-height: 3.4vw;
			margin-left: 1vw;
			display: none;
		}

@media (min-width: 768px) {

.founder-message__reveal-button i {
				font-size: 1.2vw;
				line-height: 1.2vw;
				margin-left: .5vw
		}
	}

/*! Team */

.team {

	padding-top: 11.2vw;
}

@media (min-width: 768px) {

.team {
		padding-top: 3vw
}
	}

.team__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.team__wrapper {
			width: 67vw
	}
	}

.team__wrapper .row > div {
			margin-bottom: 12vw;
		}

@media (min-width: 768px) {

.team__wrapper .row > div {
				margin-bottom: 3vw
		}
	}

.team h3 {
		margin-bottom: 4.5vw;
		width: 80vw;
	}

@media (min-width: 768px) {

.team h3 {
			margin-bottom: 3.5vw;
			width: 36vw
	}
	}

.team__card {

		-webkit-transition: -webkit-transform .3s;

		transition: -webkit-transform .3s;

		transition: transform .3s;

		transition: transform .3s, -webkit-transform .3s;
	}

.team__card img {
			display: block;
			width: 51.2vw;
			margin: 0 auto 3vw auto;
		}

@media (min-width: 768px) {

.team__card img {
				width: 10vw;
				margin: 0 auto 1vw auto
		}
	}

.team__card__name {
			font-size: 4.8vw;
			font-weight: 700;
			line-height: 4.8vw;
			color: #fff;
		}

@media (min-width: 768px) {

.team__card__name {
				font-size: 1.8vw;
				line-height: 1.8vw
		}
	}

.team__card__position {
			font-size: 4.8vw;
			font-weight: 500;
			line-height: 4.8vw;
			color: #ff6666;
			margin: .8vw 0 1.8vw 0;
		}

@media (min-width: 768px) {

.team__card__position {
				font-size: 1.6vw;
				line-height: 1.6vw;
				margin: .2vw 0 .4vw 0
		}
	}

.team__card__attribute {
			font-size: 3.9vw;
			line-height: 3.9vw;
			color: #fff;
		}

@media (min-width: 768px) {

.team__card__attribute {
				font-size: 1.1vw;
				line-height: 1.1vw
		}
	}

.team a:hover .team__card {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}

/*! Protagonists */

.protagonists {

	padding-top: 7vw;
}

@media (min-width: 768px) {

.protagonists {
		padding-top: 2vw
}
	}

.protagonists__wrapper {

		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.protagonists__wrapper {
			width: 86vw
	}
	}

.protagonists__subtitle {
		font-size: 4.3vw;
		font-weight: 400;
		line-height: 4.7vw;
		color: #fff;
		width: 60vw;
		margin: 3.7vw auto 6.1vw auto;
		font-weight: bold;
	}

@media (min-width: 768px) {

.protagonists__subtitle {
			font-size: 1.5vw;
			line-height: 1.7vw;
			width: 25vw;
			margin: 1.3vw auto .7vw auto
	}
	}

.protagonists img {
		display: block;
		margin: 0 auto 8vw auto;
		width: 83vw;
	}

@media (min-width: 768px) {

.protagonists img {
			width: 36vw;
			margin: 0 auto
	}
	}

.protagonists .videoplayer-wrapper {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

.protagonists .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.protagonists .videoplayer-wrapper .plyr {
			width: 100%;
			margin: 0 auto;
		}

@media (min-width: 768px) {

.protagonists .videoplayer-wrapper .plyr {
				width: 41vw
		}
	}

.protagonists__text {
		width: 100%;
		margin: 6.9vw auto 4.5vw auto;
		font-size: 4.5vw;
		line-height: 4.8vw;
		color: #fff;
	}

@media (min-width: 768px) {

.protagonists__text {
			width: 58vw;
			margin: 4.2vw auto 1.9vw auto;
			font-size: 1.6vw;
			line-height: 1.8vw
	}
	}

.protagonists__text p:not(:last-child) {
			margin-bottom: 2.7vw;
		}

@media (min-width: 768px) {

.protagonists__text p:not(:last-child) {
				margin-bottom: 1.9vw
		}
	}

/*! Button Proposal */

.button-proposal {
	background: #ec3033;
	font-family: 'Montserrat';
	font-size: 3.7vw;
	padding: 0;
	border: none;
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 1.5vw;
}

@media (min-width: 768px) {

.button-proposal {
		font-size: 1.3vw;
		border-radius: .5vw
}
	}

.button-proposal:active {
		outline: none;
		-webkit-transform: translate(.1vw, .1vw);
		        transform: translate(.1vw, .1vw);
	}

.button-proposal--founder-message {
		width: 38.7vw;
		height: 11.2vw;
		overflow: hidden;
	}

@media (min-width: 768px) {

.button-proposal--founder-message {
			width: 14.9vw;
			height: 3.7vw
	}
	}

.button-proposal--founder-message-reveal {
		width: 41.7vw;
		height: 11.2vw;
		margin-left: .3vw;
	}

@media (min-width: 768px) {

.button-proposal--founder-message-reveal {
			width: 15.5vw;
			height: 3.7vw
	}
	}

.button-proposal--founder-message-reveal i {
		margin-left: 1vw;
	}

@media (min-width: 768px) {

.button-proposal--founder-message-reveal i {
			margin-left: .3vw
	}
	}

.button-proposal--protagonists {
		width: 38.7vw;
		height: 11.2vw;
	}

@media (min-width: 768px) {

.button-proposal--protagonists {
			width: 14vw;
			height: 3.7vw
	}
	}

.button-proposal--site-hero,
	.button-proposal--intro,
	.button-proposal--wonders {
		width: 39vw;
		height: 11vw;
		font-size: 3.7vw;
		border-radius: 1vw;
	}

@media (min-width: 768px) {

.button-proposal--site-hero,
	.button-proposal--intro,
	.button-proposal--wonders {
			width: 13vw;
			height: 3.6vw;
			font-size: 1.25vw;
			border-radius: .4vw
	}
	}

.button-proposal--idea-driven,
	.button-proposal--optimize-create {
		width: 38.5vw;
		height: 11.2vw;
		text-align: center;
	}

@media (min-width: 768px) {

.button-proposal--idea-driven,
	.button-proposal--optimize-create {
			width: 12.5vw;
			height: 3.7vw
	}
	}

.button-proposal--animation {
		width: 38.5vw;
		height: 11.2vw;
	}

@media (min-width: 768px) {

.button-proposal--animation {
			width: 13.2vw;
			height: 3.7vw
	}
	}

.button-proposal--art-gallery {
		width: 38.5vw;
		height: 11.2vw;
	}

@media (min-width: 768px) {

.button-proposal--art-gallery {
			width: 13.2vw;
			height: 3.7vw;
			margin-top: 1.9vw
	}
	}

/*! Art Gallery */

.art-gallery {

	padding-top: 14.5vw;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.art-gallery {
		padding-top: 4vw
}
	}

.art-gallery__wrapper {
		width: 92vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.art-gallery__wrapper {
			width: 78.7vw
	}
	}

.art-gallery .videoplayer-wrapper {
		position: relative;
	}

.art-gallery .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.art-gallery .videoplayer-wrapper .plyr {
			width: 92vw;
			margin: 0 0 8vw 0;
		}

@media (min-width: 768px) {

.art-gallery .videoplayer-wrapper .plyr {
				width: 23.44vw;
				margin: 0 auto
		}
	}

.art-gallery__subheading {
		font-size: 5vw;
		font-weight: 500;
		color: #fff;
		line-height: 5.4vw;
		margin: 2.9vw auto 4.7vw auto;
		width: 58vw;
	}

@media (min-width: 768px) {

.art-gallery__subheading {
			font-size: 1.4vw;
			line-height: 1.8vw;
			margin: 1vw 0 1.5vw 0;
			width: auto
	}
	}

/*! Single Post */

.single-post {
	background-image: url('../images/background-post-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.single-post {
		background-image: url('../images/background-post-main.svg')
}
	}

/*! Post Header */

.post-header {
	width: 100%;
	height: 140.3vw;
	background-color: #13073F;
	text-align: center;
	position: relative;
	padding-top: 30vw;
	overflow: hidden;
}

@media (min-width: 768px) {

.post-header {
		height: 40vw;
		padding-top: 10.7vw
}
	}

.post-header .wp-post-image,
	.post-header .wp-post-image-mobile {
		position: absolute;
		max-width: none;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

.post-header .wp-post-image {
		display: none;
	}

@media (min-width: 768px) {

.post-header .wp-post-image {
			display: block
	}
	}

.post-header .wp-post-image-mobile {
		display: block;
	}

@media (min-width: 768px) {

.post-header .wp-post-image-mobile {
			display: none
	}
	}

.post-header__content {
		width: 92vw;
		margin: 0 auto;
		padding: 5vw 0 5vw 0;
		background-color: rgba(19,7,63, .6);
		position: relative;
	}

@media (min-width: 768px) {

.post-header__content {
			width: 56vw;
			padding: 2.5vw 0 2.4vw 0
	}
	}

.post-header p {
			color: #fff;
	}

.post-header__author {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		flex-wrap: wrap;
	}

@media (min-width: 768px) {

.post-header__author {
			-webkit-box-pack: end;
			        justify-content: flex-end
	}
	}

.post-header__author img {
			width: 13.3vw;
			border-radius: 6.7vw;
		}

@media (min-width: 768px) {

.post-header__author img {
				width: 2.6vw;
				border-radius: 1.3vw
		}
	}

.post-header__meta-text {
		font-size: 3.7vw;
		line-height: 3.7vw;
		width: 100%;
		font-weight: 300;
	}

@media (min-width: 768px) {

.post-header__meta-text {
			font-size: 1.3vw;
			line-height: 1.3vw;
			width: auto
	}
	}

.post-header__meta-text a {
			color: #fff;
			text-decoration: underline;
		}

.post-header .row > div:first-child p {
		margin-left: 0;
		margin-right: 0;
		margin-top: 2.4vw;
	}

@media (min-width: 768px) {

.post-header .row > div:first-child p {
			margin-left: 1vw;
			margin-right: 1.3vw;
			margin-top: 0
	}
	}

.post-header .row > div:last-child p {
		margin-top: 0.3vw;
		margin-left: 0;
		text-align: center;
	}

@media (min-width: 768px) {

.post-header .row > div:last-child p {
			margin-top: 0.69vw;
			margin-left: 1.3vw;
			text-align: left
	}
	}

.post-header__headline {
		font-size: 6vw;
		line-height: 6vw;
		font-weight: 700;
		margin: 0 auto 3vw auto;
		width: 85vw;
		position: relative;
		z-index: 1;
		color: #fff;
	}

@media (min-width: 768px) {

.post-header__headline {
			font-size: 2.4vw;
			line-height: 2.9vw;
			margin: 0 auto .97vw auto;
			width: 47.7vw
	}
	}

.post-header__subtitle {
		font-size: 4.3vw;
		font-weight: 600;
		line-height: 4.5vw;
		width: 82vw;
		margin: 3.7vw auto 0 auto;
	}

@media (min-width: 768px) {

.post-header__subtitle {
			font-size: 1.5vw;
			line-height: 2.2vw;
			width: 41vw;
			margin: 1vw auto 0 auto
	}
	}

.post-content {
	
	padding-top: 4vw;
	padding-bottom: 4vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.post-content {
		padding-top: 1.8vw;
		padding-bottom: 2vw
}
	}

.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a, .post-content h5 a, .post-content h6 a, .post-content p a, .post-content ul a, .post-content ol a, .post-content blockquote a, .post-content span a, .post-content li a {
		font-size: inherit;
	}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content a {
		color: #ff6666;
		overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
	}

.post-content h1 {
		padding: 2vw 0 4vw 0;
	}

@media (min-width: 768px) {

.post-content h1 {
			padding: .7vw 0 1.4vw 0
	}
	}

.post-content h2 {
		font-size: 9vw;
		line-height: 9vw;
		padding: 2vw 0 3.7vw 0;
	}

@media (min-width: 768px) {

.post-content h2 {
			font-size: 3.3vw;
			line-height: 3.3vw;
			padding: .7vw 0 1.3vw 0
	}
	}

.post-content h3 {
		font-size: 7.1vw;
		line-height: 8vw;
		padding: 2vw 0 3.5vw 0;
	}

@media (min-width: 768px) {

.post-content h3 {
			font-size: 2.4vw;
			line-height: 2.7vw;
			padding: .7vw 0 1.2vw 0
	}
	}

.post-content p, .post-content ul, .post-content ol, .post-content blockquote, .post-content span {
		color: #fff;
	}

.post-content h4 {
		font-size: 6vw;
		line-height: 6.9vw;
		padding: 2vw 0 3.1vw 0;
	}

@media (min-width: 768px) {

.post-content h4 {
			font-size: 2.05vw;
			line-height: 2.25vw;
			padding: .7vw 0 1.1vw 0
	}
	}

.post-content h5 {
		font-size: 5.1vw;
		line-height: 5.7vw;
		padding: 2vw 0 2.9vw 0;
	}

@media (min-width: 768px) {

.post-content h5 {
			font-size: 1.7vw;
			line-height: 1.9vw;
			padding: .7vw 0 1vw 0
	}
	}

.post-content h6 {
		font-size: 4.4vw;
		line-height: 5vw;
		padding: 2vw 0 2vw 0;
	}

@media (min-width: 768px) {

.post-content h6 {
			font-size: 1.45vw;
			line-height: 1.65vw;
			padding: .7vw 0 .7vw 0
	}
	}

.post-content p, .post-content a {
		font-size: 4vw;
		line-height: 5.1vw;
		padding-bottom: 3.5vw;
	}

@media (min-width: 768px) {

.post-content p, .post-content a {
			font-size: 1.25vw;
			line-height: 1.8vw;
			padding-bottom: 1.2vw
	}
	}

.post-content span {
		font-size: 4vw;
		line-height: 5.1vw;
	}

@media (min-width: 768px) {

.post-content span {
			font-size: 1.25vw;
			line-height: 1.8vw
	}
	}

.post-content a {
		text-decoration: underline;
	}

.post-content pre {
		font-size: 3.2vw;
		background-color: #41375a;
		color: #fff;
	}

@media (min-width: 768px) {

.post-content pre {
			font-size: 1.1vw
	}
	}

.post-content hr {
		background-color: rgba(255,102,102, .5);
		line-height: 1em;
	}

.post-content hr.is-style-default {
			width: 25%;
		}

.post-content hr.is-style-dots::before {
				color: #ff6666;
				font-size: 8vw;
			}

@media (min-width: 768px) {

.post-content hr.is-style-dots::before {
					font-size: 3vw
			}
	}

.post-content ul {
		font-size: 4vw;
		line-height: 5.1vw;
		padding: 0 0 3.5vw 6vw;
		list-style: none;
	}

@media (min-width: 768px) {

.post-content ul {
			font-size: 1.25vw;
			line-height: 1.8vw;
			padding: 0 0 1.2vw 3vw
	}
	}

.post-content ul li::before {
			content: "\2022";
		  color: #ff6666;
		  font-weight: bold;
		  display: inline-block;
		  width: 1em;
		  margin-left: -1em;
		}

.post-content ul li:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.post-content ul li:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.post-content ul li:last-child {
			margin-bottom: 0;
		}

.post-content ul ul, .post-content ul ol {
			margin: 0;
			padding-bottom: 0;
		}

.post-content ul ul li, .post-content ul ol li {
				margin-top: 2.1vw;
			}

@media (min-width: 768px) {

.post-content ul ul li, .post-content ul ol li {
					margin-top: .8vw
			}
	}

.post-content ol {
		font-size: 4vw;
		line-height: 5.1vw;
		padding: 0 0 3.5vw 6vw;
		list-style: none;
		counter-reset: li;
	}

@media (min-width: 768px) {

.post-content ol {
			font-size: 1.25vw;
			line-height: 1.8vw;
			padding: 0 0 1.2vw 3vw
	}
	}

.post-content ol li::before {
			content: counter(li) ".";
			color: #ff6666;
			font-weight: bold;
			display: inline-block; 
			width: 1em;
  		margin-left: -1em
		}

.post-content ol li {
			counter-increment: li;
		}

.post-content ol li:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.post-content ol li:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.post-content ol li:last-child {
			margin-bottom: 0;
		}

.post-content ol ol, .post-content ol ul {
			margin: 0;
			padding-bottom: 0;
		}

.post-content ol ol li, .post-content ol ul li {
				margin-top: 2.1vw;
			}

@media (min-width: 768px) {

.post-content ol ol li, .post-content ol ul li {
					margin-top: .8vw
			}
	}

.post-content ol ul li::before {
			content: "\2022";
		  font-weight: bold;
		}

/*! Post Main */

.post-main {
	width: 92vw;
	margin: 0 auto;
}

@media (min-width: 768px) {

.post-main {
		width: auto;
		margin: 0 0
}
	}

.post-main .wp-block-latest-comments {

		padding-left: 0;
		padding-bottom: 0;
	}

.post-main .wp-block-latest-comments img {
			width: 9vw;
			height: 9vw;
			border-radius: 50%;
			margin-right: 2vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-latest-comments img {
				width: 2.5vw;
				height: 2.5vw;
				margin-right: .5vw
		}
	}

.post-main .wp-block-latest-comments li {
			margin-bottom: 0;
		}

.post-main .wp-block-latest-comments li::before {
			display: none;
		}

.post-main .wp-block-latest-comments footer,
		.post-main .wp-block-latest-comments footer a,
		.post-main .wp-block-latest-comments footer time {
			font-size: 3vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-latest-comments footer,
		.post-main .wp-block-latest-comments footer a,
		.post-main .wp-block-latest-comments footer time {
				font-size: 1.1vw
		}
	}

.post-main .wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
		.post-main .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
			margin-left: 12vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
		.post-main .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
				margin-left: 3.5vw
		}
	}

.post-main .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
			padding-bottom: 0;
			margin-bottom: 2vw;
		}

.post-main .wp-block-archives li::before, .post-main .wp-block-categories li::before, .post-main .wp-block-latest-posts li::before, .post-main .wp-block-rss li::before {
		  color: #fff;
		}

.post-main .wp-block-rss li > div {
		display: inline-block;
	}

.post-main table {
		font-family: 'Montserrat';
		color: #fff;
		border-color: transparent;
		padding-bottom: 3.5vw;
		margin-bottom: 0;
		border-spacing: .25vw;
	}

@media (min-width: 768px) {

.post-main table {
			border-spacing: .15vw;
			padding-bottom: 1.2vw
	}
	}

.post-main table tbody {
			background-color: #41375a;
		}

.post-main table th {
			background-color: #ff6666;
			text-align: center;
			font-size: 3.2vw;
			text-transform: uppercase;
			letter-spacing: .2vw;
			padding: 2vw 4vw;
			border-radius: 1.5vw 1.5vw 0 0;
		}

@media (min-width: 768px) {

.post-main table th {
				font-size: 1.2vw;
				letter-spacing: .1vw;
				padding: 1.4vw 2.5vw;
				border-radius: .5vw .5vw 0 0
		}
	}

.post-main table td {
			font-size: 2.7vw;
			font-weight: 500;
			padding: 2vw 4vw;
		}

@media (min-width: 768px) {

.post-main table td {
				font-size: 1vw;
				padding: 1vw 2.5vw
		}
	}

.post-main table.is-style-stripes {
			color: #000;
			border-color: transparent;
			border-width: 0;
	}

.post-main table.is-style-stripes tr {
				background-color: #EFEFEF;
			}

.post-main table.is-style-stripes tr:nth-child(even) {
				background-color: #fff;
			}

.post-main .wp-block-calendar table {
			border-color: transparent;
		}

.post-main .wp-block-calendar caption {
			font-family: 'Avenir Next LT Pro';
			font-size: 4vw;
			line-height: 4.5vw;
			padding: 1vw 0;
			font-weight: 800;
			color: #fff;
			text-align: right;
		}

@media (min-width: 768px) {

.post-main .wp-block-calendar caption {
				font-size: 1.5vw;
				line-height: 1.7vw;
				padding: .3vw 0
		}
	}

.post-main .wp-block-calendar th {
			border-radius: 0;
			padding: 2vw 4vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-calendar th {
				padding: 1.4vw 2.5vw
		}
	}

.post-main .wp-block-calendar tr {
			color: #fff;
		}

.post-main .wp-block-calendar tr a {
				text-decoration: none;
			}

.post-main .wp-block-calendar tfoot td {
				padding: 1vw;
			}

@media (min-width: 768px) {

.post-main .wp-block-calendar tfoot td {
					padding: .5vw
			}
	}

.post-main .wp-block-calendar tfoot a {
				font-family: 'Avenir Next LT Pro';
				color: #ff6666;
				font-weight: 600;
				font-size: 3vw;
			}

@media (min-width: 768px) {

.post-main .wp-block-calendar tfoot a {
					font-size: 1vw
			}
	}

.post-main .wp-block-file {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.post-main .wp-block-file {
			padding-bottom: 1.2vw
	}
	}

.post-main .wp-block-file a {
			font-size: 3.2vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-file a {
				font-size: 1.2vw
		}
	}

.post-main .wp-block-file a.wp-block-file__button {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 2.9vw;
			padding: 1.3vw 2.6vw;
			border: none;
			color: #fff;
			font-weight: 600;
			display: inline-block;
		}

@media (min-width: 768px) {

.post-main .wp-block-file a.wp-block-file__button {
				font-size: 1.1vw;
				padding: .5vw 1vw
		}
	}

.post-main .wp-block-file a.wp-block-file__button:active {
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.post-main .wp-block-file a.wp-block-file__button:active, .post-main .wp-block-file a.wp-block-file__button:focus, .post-main .wp-block-file a.wp-block-file__button:hover {
				opacity: 1;
			}

.post-main .wp-block-button {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.post-main .wp-block-button {
			padding-bottom: 1.2vw
	}
	}

.post-main .wp-block-button a {
			font-family: 'Montserrat';
			font-size: 3.1vw;
			line-height: 3.1vw;
			padding: 2vw 2.2vw;
			color: #fff;
			font-weight: 600;
			background-color: #ec3033;
			display: inline-block;
			border: .5vw solid #ec3033;
			border-radius: 2vw;
			text-decoration: none;
			-webkit-transition: background-color .3s ease, color 2s ease;
			transition: background-color .3s ease, color 2s ease;
		}

@media (min-width: 768px) {

.post-main .wp-block-button a {
				font-size: 1.25vw;
				line-height: 1.25vw;
				padding: .8vw .9vw;
				border-radius: .8vw;
				border: .15vw solid #ec3033
		}
	}

.post-main .wp-block-button a:visited {
				color: #fff;
			}

.post-main .wp-block-button a:hover{
				background-color: #fff;
				color: #ec3033;
			}

.post-main .wp-block-media-text {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.post-main .wp-block-media-text {
			padding-bottom: 1.2vw
	}
	}

.post-main .wp-block-media-text .has-small-font-size {
			font-size: 3.4vw;
			line-height: 4.2vw;
			padding-bottom: 2.3vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-media-text .has-small-font-size {
				font-size: 1.2vw;
				line-height: 1.5vw;
				padding-bottom: .9vw
		}
	}

.post-main .wp-block-media-text .has-medium-font-size {
			font-size: 5.2vw;
			line-height: 6.5vw;
			padding-bottom: 3.6vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-media-text .has-medium-font-size {
				font-size: 2vw;
				line-height: 2.5vw;
				padding-bottom: 1.4vw
		}
	}

.post-main .wp-block-media-text .has-large-font-size {
			font-size: 6.5vw;
			line-height: 7.8vw;
			padding-bottom: 4.4vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-media-text .has-large-font-size {
				font-size: 2.5vw;
				line-height: 3vw;
				padding-bottom: 1.7vw
		}
	}

.post-main .wp-block-media-text .has-huge-font-size {
			font-size: 7.8vw;
			line-height: 9.6vw;
			padding-bottom: 5.2vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-media-text .has-huge-font-size {
				font-size: 3vw;
				line-height: 3.7vw;
				padding-bottom: 2vw
		}
	}

.post-main .is-stacked-on-mobile figure {
			padding-bottom: 2vw;
		}

.post-main .page-links {

		color: #fff; 
	}

.post-main .page-links a {
			font-size: 4vw;
			line-height: 5.1vw;
			padding: .7vw 1.3vw;
			color: #fff;
			text-decoration: none;
		}

@media (min-width: 768px) {

.post-main .page-links a {
				font-size: 1.2vw;
				line-height: 1.8vw;
				padding: .25vw .5vw
		}
	}

.post-main .page-links a:hover {
				background-color: #ec3033;
			}

.post-main .page-links .current {
			padding: .7vw 1.3vw;
			background-color: #ec3033;
		}

@media (min-width: 768px) {

.post-main .page-links .current {
				padding: .25vw .5vw
		}
	}

.post-main .wp-block-search {

		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.post-main .wp-block-search {
			padding-bottom: 1.2vw
	}
	}

.post-main .wp-block-search label {
			font-family: 'Avenir Next LT Pro';
			font-size: 4vw;
			line-height: 4.5vw;
			padding: .8vw 0 .8vw 0;
			font-weight: 800;
			color: #fff;
		}

@media (min-width: 768px) {

.post-main .wp-block-search label {
				font-size: 1.5vw;
				line-height: 1.7vw;
				padding: .3vw 0 .3vw 0
		}
	}

.post-main .wp-block-search input {
			font-family: 'Avenir Next LT Pro';
			font-size: 2.7vw;
			font-weight: 600;
			padding: 1vw;
			color: #ff6666;
			border-radius: .8vw;
			width: 100%;
			border: none;
		}

@media (min-width: 768px) {

.post-main .wp-block-search input {
				font-size: 1vw;
				padding: .4vw;
				border-radius: .3vw;
				width: auto
		}
	}

.post-main .wp-block-search input:focus {
			color: #ff6666;
			box-shadow: inset 0 0 1vw .2vw rgba(0, 0, 0, .5);
			border: none;
		}

@media (min-width: 768px) {

.post-main .wp-block-search input:focus {
				box-shadow: inset 0 0 .4vw .08vw rgba(0, 0, 0, .5)
		}
	}

.post-main .wp-block-search button {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 3.2vw;
			padding: 0;
			border: none;
			color: #fff;
			font-weight: 600;
			vertical-align: middle;
			width: 18.7vw;
			height: 6.7vw;
			cursor: pointer;
			border-radius: .8vw;
			margin: 1vw 0 0 0;
		}

@media (min-width: 768px) {

.post-main .wp-block-search button {
				font-size: 1.2vw;
				width: 7vw;
				height: 2.5vw;
				border-radius: .3vw;
				margin: 0 0 0 .5vw
		}
	}

.post-main .wp-block-search button:active {
				outline: none;
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.post-main .wp-block-pullquote,
	.post-main .wp-block-quote {

		margin-bottom: 3.5vw;
		margin-top: 3.5vw;
		font-family: 'Avenir Next LT Pro';
	}

@media (min-width: 768px) {

.post-main .wp-block-pullquote,
	.post-main .wp-block-quote {
			margin-top: 1.2vw;
			margin-bottom: 1.2vw
	}
	}

.post-main .wp-block-pullquote blockquote p, .post-main .wp-block-quote blockquote p {
				font-size: 4vw;
				line-height: 5.1vw;
				padding-bottom: 3.5vw;
			}

@media (min-width: 768px) {

.post-main .wp-block-pullquote blockquote p, .post-main .wp-block-quote blockquote p {
					font-size: 1.2vw;
					line-height: 1.8vw;
					padding-bottom: 1.2vw
			}
	}

.post-main .wp-block-pullquote blockquote cite, .post-main .wp-block-quote blockquote cite {
				font-size: 3vw;
				line-height: 1vw;
			}

@media (min-width: 768px) {

.post-main .wp-block-pullquote blockquote cite, .post-main .wp-block-quote blockquote cite {
					font-size: 1vw;
					line-height: 1.5vw
			}
	}

.post-main .wp-block-quote {
		padding-left: 4vw;
		border-left: .8vw solid #ff6666;
	}

@media (min-width: 768px) {

.post-main .wp-block-quote {
			padding-left: 2vw;
			border-left: .2vw solid #ff6666
	}
	}

.post-main .wp-block-quote.is-style-large p {
			font-size: 6.75vw;
			line-height: 8.4vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-quote.is-style-large p {
				font-size: 2.6vw;
				line-height: 3.1vw
		}
	}

.post-main .wp-block-quote.is-style-large cite {
			font-size: 4vw;
			line-height: 5.1vw;
		}

@media (min-width: 768px) {

.post-main .wp-block-quote.is-style-large cite {
				font-size: 1.6vw;
				line-height: 2.3vw
		}
	}

.post-main__social-bar {

		text-align: center;
		border-top: .3vw solid #ff6666;
		border-bottom: .3vw solid #ff6666;
		margin-top: 8vw;
		padding: 4.8vw 0;
	}

@media (min-width: 768px) {

.post-main__social-bar {
			border-top: .05vw solid #ff6666;
			border-bottom: .05vw solid #ff6666;
			margin-top: 3.2vw;
			padding: 1.2vw 0
	}
	}

.post-main__social-bar .fab, 
		.post-main__social-bar .fas {
			font-size: 5.5vw;
			color: #fff;
			width: 11.2vw;
			height: 11.2vw;
			background-color: #ff6666;
			border-radius: 50%;
			padding-top: 2.85vw;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			text-align: center;
			margin: 0 2.1vw;
		}

@media (min-width: 768px) {

.post-main__social-bar .fab, 
		.post-main__social-bar .fas {
				font-size: 1.2vw;
				width: 2.7vw;
				height: 2.7vw;
				padding-top: .75vw;
				margin: 0 .5vw
		}
	}

.post-main__social-bar .fab:hover, .post-main__social-bar .fas:hover {
				background-color: #fff;
				color: #ff6666;
			}

.post-main__social-bar button {
			padding: 0;
			border: none;
			background-color: transparent;
			cursor: pointer;
			display: none;
		}

.post-main__get-ebook {
		background-color: #15015C;
		padding: 7.4vw 8.7vw 7.4vw 10vw;
		margin-top: 6vw;
		text-align: center;
	}

@media (min-width: 768px) {

.post-main__get-ebook {
			padding: 2.8vw 3.3vw 2.8vw 3.8vw;
			margin-top: 3.2vw;
			text-align: left
	}
	}

.post-main__get-ebook p, .post-main__get-ebook a {
			font-size: 5.8vw;
			line-height: 6.3vw;
			padding: 0;
		}

@media (min-width: 768px) {

.post-main__get-ebook p, .post-main__get-ebook a {
				font-size: 2vw;
				line-height: 2.2vw
		}
	}

.post-main__get-ebook p {
			width: 100%;
			display: inline;
		}

@media (min-width: 768px) {

.post-main__get-ebook p {
				width: 25.6vw
		}
	}

.post-main__get-ebook__image-link {
			margin: 4vw auto 0 auto;
		}

@media (min-width: 768px) {

.post-main__get-ebook__image-link {
				margin: 0
		}
	}

.post-main__get-ebook img {
			display: block;
			width: 30vw;
		}

@media (min-width: 768px) {

.post-main__get-ebook img {
				width: 15.3vw
		}
	}

.post-main .post-table-of-contents-chapter-anchor {
		position: relative;
		top: -14vw;
	}

@media (min-width: 768px) {

.post-main .post-table-of-contents-chapter-anchor {
			top: -4vw
	}
	}

/*! Sidebar */

.sidebar {
	
	padding: 0;
	overflow: hidden;
}

@media (min-width: 768px) {

.sidebar {
		top: 5vw;
		padding: .7vw 3vw
}
	}

.sidebar__social-bar {

		width: 56.5vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.sidebar__social-bar {
			width: 3.5vw;
			text-align: initial
	}
	}

.sidebar__social-bar a {
			text-decoration: none;
		}

.sidebar__social-bar .fab,
		.sidebar__social-bar .fas {
			font-size: 5.5vw;
			color: #fff;
			width: 11.2vw;
			height: 11.2vw;
			background-color: #ff6666;
			border-radius: 50%;
			padding-top: 2.85vw;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			margin: 0 1vw;
			text-align: center;
			display: inline-block;
		}

@media (min-width: 768px) {

.sidebar__social-bar .fab,
		.sidebar__social-bar .fas {
				font-size: 2vw;
				width: 3.5vw;
				height: 3.5vw;
				padding-top: .75vw;
				margin: 1vw 0;
				display: block
		}
	}

.sidebar__social-bar .fab:hover, .sidebar__social-bar .fas:hover {
				background-color: #fff;
				color: #ff6666;
			}

.sidebar__social-bar .fa-twitter {
			margin-top: 0;
		}

.sidebar__social-bar button {
			padding: 0;
			border: none;
			background-color: transparent;
			cursor: pointer;
			width: 11.2vw;
			height: 11.2vw;
			margin: 0 1vw;
			display: none;
		}

@media (min-width: 768px) {

.sidebar__social-bar button {
				width: 3.5vw;
				height: 3.5vw;
				margin: 0
		}
	}

.sidebar__social-bar button .fas {
				margin: 0;
			}

.sidebar .widget h1, .sidebar .widget h2, .sidebar .widget h3, .sidebar .widget h4, .sidebar .widget h5, .sidebar .widget h6, .sidebar .widget p, .sidebar .widget a, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget table, .sidebar .widget span {
			font-family: 'Avenir Next LT Pro';
		}

.sidebar .widget h1, .sidebar .widget h2, .sidebar .widget h3, .sidebar .widget h4, .sidebar .widget h4 a, .sidebar .widget h5, .sidebar .widget h6 {
			color: #ff6666;
			padding-top: 0;
			font-weight: 700;
		}

.sidebar .widget h4, .sidebar .widget h4 a {
			font-size: 5.8vw;
			line-height: 6.7vw;
			padding-bottom: 3.1vw;
		}

@media (min-width: 768px) {

.sidebar .widget h4, .sidebar .widget h4 a {
				font-size: 2.2vw;
				line-height: 2.2vw;
				padding-bottom: .8vw
		}
	}

.sidebar .widget p, .sidebar .widget a, .sidebar .widget a strong, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget span {
			color: #fff;
			font-size: 4.5vw;
			line-height: 5.6vw;
		}

@media (min-width: 768px) {

.sidebar .widget p, .sidebar .widget a, .sidebar .widget a strong, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget span {
				font-size: 1.3vw;
				line-height: 1.5vw
		}
	}

.sidebar .widget p {
			padding-bottom: 3.5vw;
		}

@media (min-width: 768px) {

.sidebar .widget p {
				padding-bottom: .9vw
		}
	}

.sidebar .widget a {
			text-decoration: none;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}

.sidebar .widget a::after {
		content: "";
		clear: both;
		display: table;
	}

.sidebar .widget a:hover {
				color: #ff6666;
			}

.sidebar .widget ul, .sidebar .widget ol {
			padding-left: .1vw;
			padding-bottom: 0;
		}

.sidebar .widget ul li, .sidebar .widget ol li {
				margin-bottom: 0;
			}

.sidebar .widget ul li::before, .sidebar .widget ol li::before {
				display: none;
			}

.sidebar .widget ul ul, .sidebar .widget ul ol, .sidebar .widget ol ul, .sidebar .widget ol ol {
				padding-left: 3vw;
			}

@media (min-width: 768px) {

.sidebar .widget ul ul, .sidebar .widget ul ol, .sidebar .widget ol ul, .sidebar .widget ol ol {
					padding-left: 2vw
			}
	}

.sidebar .widget table {
			color: #fff;
			border-color: transparent;
			border-spacing: .25vw;
		}

@media (min-width: 768px) {

.sidebar .widget table {
				border-spacing: .15vw
		}
	}

.sidebar .widget table tbody {
				background-color: #41375a;
			}

.sidebar .widget table th {
				background-color: #ff6666;
				text-align: center;
				font-size: 3.2vw;
				text-transform: uppercase;
				letter-spacing: .2vw;
				padding: 2vw 4vw;
				border-radius: 1.5vw 1.5vw 0 0;
			}

@media (min-width: 768px) {

.sidebar .widget table th {
					font-size: 1vw;
					letter-spacing: .1vw;
					padding: .5vw .7vw;
					border-radius: .3vw .3vw 0 0
			}
	}

.sidebar .widget table td {
				font-size: 2.7vw;
				font-weight: 500;
				padding: 2vw 4vw;
			}

@media (min-width: 768px) {

.sidebar .widget table td {
					font-size: .9vw;
					padding: .5vw 1vw
			}
	}

.sidebar .widget_recent_entries ul li:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.sidebar .widget_recent_entries ul li:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.sidebar .widget_recent_entries a {
			font-weight: 300;
			text-decoration: underline;
		}

.sidebar .widget_akismet_widget a {
			background-image: none;
			background-color: transparent;
			border: solid .5vw #ff6666;
			padding: 1.6vw 0 2vw 0;
		}

@media (min-width: 768px) {

.sidebar .widget_akismet_widget a {
				border: solid .1vw #ff6666;
				padding: .3vw 0 .4vw 0
		}
	}

.sidebar .widget_akismet_widget a:hover {
			background-image: none;
		}

.sidebar .widget_search input {
			font-family: 'Avenir Next LT Pro';
			font-size: 2.7vw;
			font-weight: bold;
			padding: 1vw;
			border-radius: .8vw;
			width: 100%;
			color: #ff6666;
			vertical-align: middle;
			border: none;
		}

@media (min-width: 768px) {

.sidebar .widget_search input {
				font-size: 1vw;
				padding: .4vw;
				border-radius: .3vw;
				width: auto
		}
	}

.sidebar .widget_search input::-webkit-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.sidebar .widget_search input::-moz-placeholder {
  		color: rgba(255,102,102, .7);
		}

.sidebar .widget_search input:-ms-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.sidebar .widget_search input::-ms-input-placeholder {
  		color: rgba(255,102,102, .7);
		}

.sidebar .widget_search input::placeholder {
  		color: rgba(255,102,102, .7);
		}

.sidebar .widget_search input[type="search"]:focus {
			color: #ff6666;
			box-shadow: inset 0 0 1vw .2vw rgba(0, 0, 0, .5);
		}

@media (min-width: 768px) {

.sidebar .widget_search input[type="search"]:focus {
				box-shadow: inset 0 0 .4vw .08vw rgba(0, 0, 0, .5)
		}
	}

.sidebar .widget_search input[type="submit"] {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 2.9vw;
			padding: 0;
			border: none;
			color: #fff;
			font-weight: 600;
			width: 18vw;
			height: 5.8vw;
			margin-top: 1vw;
			border-radius: .8vw;
			cursor: pointer;
		}

@media (min-width: 768px) {

.sidebar .widget_search input[type="submit"] {
				font-size: 1vw;
				width: 6vw;
				height: 2.3vw;
				border-radius: .3vw;
				margin-top: 0
		}
	}

.sidebar .widget_search input[type="submit"]:active {
				outline: none;
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.sidebar .widget_text ul {
			list-style: none;
			margin-left: 4vw;
			padding-bottom: 3.5vw;
		}

@media (min-width: 768px) {

.sidebar .widget_text ul {
				margin-left: 1.2vw;
				padding-bottom: .9vw
		}
	}

.sidebar .widget_text ul li::before {
				content: "\2022";
			  color: #ff6666;
			  font-weight: bold;
			  display: inline-block;
			  width: 1em;
			}

.sidebar .widget_text ul li:not(:last-child) {
				margin-bottom: 1.2vw;
			}

@media (min-width: 768px) {

.sidebar .widget_text ul li:not(:last-child) {
					margin-bottom: .4vw
			}
	}

.sidebar .widget_text ul ul, .sidebar .widget_text ul ol {
				padding-bottom: 0;
			}

@media (min-width: 768px) {

.sidebar .widget_text ul ul, .sidebar .widget_text ul ol {
					padding-left: .1vw;
					padding-bottom: 0;
					margin-top: .4vw
			}
	}

.sidebar .widget_text ul ul li {
				margin-top: 0;
			}

.sidebar .widget_text ol {
			margin-left: 4vw;
			padding-bottom: 3.5vw;
		}

@media (min-width: 768px) {

.sidebar .widget_text ol {
				margin-left: 1.2vw;
				padding-bottom: .9vw
		}
	}

.sidebar .widget_text ol li {
				counter-increment: li;
			}

.sidebar .widget_text ol li::before {
				content: counter(li) ".";
			  color: #ff6666;
			  font-weight: bold;
			  display: inline-block;
			  width: 1em;
			}

.sidebar .widget_text ol li:not(:last-child) {
				margin-bottom: 1.2vw;
			}

@media (min-width: 768px) {

.sidebar .widget_text ol li:not(:last-child) {
					margin-bottom: .4vw
			}
	}

.sidebar .widget_text ol ul, .sidebar .widget_text ol ol {
				padding-bottom: 0;
			}

@media (min-width: 768px) {

.sidebar .widget_text ol ul, .sidebar .widget_text ol ol {
					padding-left: .1vw;
					padding-bottom: 0;
					margin-top: .4vw
			}
	}

.sidebar .widget_text ol ol li {
				margin-top: 0;
			}

.sidebar .widget_calendar td {
			text-align: center;
		}

.sidebar .widget_calendar a {
			font-size: 2.7vw;
			color: #ff6666;
		}

@media (min-width: 768px) {

.sidebar .widget_calendar a {
				font-size: .9vw
		}
	}

.sidebar .widget_calendar tfoot td {
			padding: 1vw 2vw;
		}

@media (min-width: 768px) {

.sidebar .widget_calendar tfoot td {
				padding: .5vw 1vw
		}
	}

.sidebar .widget_calendar tfoot a {
			font-size: 3vw;
		}

@media (min-width: 768px) {

.sidebar .widget_calendar tfoot a {
				font-size: 1vw
		}
	}

.sidebar .widget_recent_comments .recentcomments:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.sidebar .widget_recent_comments .recentcomments:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.sidebar .widget_recent_comments a {
			text-decoration: underline;
			font-weight: 300;
		}

.sidebar .widget_rss li a {
			text-decoration: underline;
		}

.sidebar .widget_rss cite {
			font-size: 3.8vw;
			line-height: 3.8vw;
			color: rgba(255,255,255, .7);
		}

@media (min-width: 768px) {

.sidebar .widget_rss cite {
				font-size: 1.1vw;
				line-height: 1.1vw
		}
	}

.sidebar .widget_rss .rss-date {
			color: rgba(255,255,255, .7);
		}

.sidebar .widget_media_gallery figure {
			margin: .5vw 0;
		}

.sidebar--left {
		
		position: static;
	}

@media (min-width: 768px) {

.sidebar--left {
			position: -webkit-sticky;
			position: sticky;
			top: 6vw
	}
	}

/*! Article Footer */

.article-footer {

	background-color: #15015C;
	margin-top: 6.1vw;
	padding: 10vw 0 11.7vw 0;

}

@media (min-width: 768px) {

.article-footer {
		margin-top: 2.3vw;
		padding: 2.7vw 0 3.5vw 0

}
	}

.article-footer__author-box {
		text-align: center;
		width: 81.6vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.article-footer__author-box {
			width: 36.7vw
	}
	}

.article-footer__author-box img {
			width: 35vw;
			border-radius: 50%;
			-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		}

@media (min-width: 768px) {

.article-footer__author-box img {
				width: 8vw
		}
	}

.article-footer__author-box img:hover {
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
			}

.article-footer__author-box h3 {
			font-size: 5vw;
			line-height: 5vw;
			font-weight: 700;
			margin: 1.7vw 0 3.8vw 0;
			padding: 0;
		}

@media (min-width: 768px) {

.article-footer__author-box h3 {
				font-size: 2.2vw;
				line-height: 2.2vw;
				margin: .6vw 0 .7vw 0
		}
	}

.article-footer__author-box p {
			font-size: 4.5vw;
			line-height: 4.6vw;
			margin-bottom: 8.4vw;
			padding: 0;
		}

@media (min-width: 768px) {

.article-footer__author-box p {
				font-size: 1.7vw;
				line-height: 1.8vw;
				margin-bottom: .9vw
		}
	}

.article-footer__author-socials a, .article-footer__author-socials i {
			font-size: 6vw;
			line-height: 6vw;
		}

@media (min-width: 768px) {

.article-footer__author-socials a, .article-footer__author-socials i {
				font-size: 1.6vw;
				line-height: 1.6vw
		}
	}

.article-footer__author-socials a:first-child {
			margin-right: 4vw;
		}

@media (min-width: 768px) {

.article-footer__author-socials a:first-child {
				margin-right: 1vw
		}
	}

.article-footer__author-socials a:hover i {
			color: #fff;
		}

.article-footer__author-socials i {
			color: #ff6666;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}

.post-comments {
	padding: 7.5vw 4vw 0 4vw;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.post-comments {
		padding: 4vw 29.6% 0 14.1%
}
	}

.post-comments__title {
		font-size: 7vw;
		line-height: 7vw;
		padding: 3.5vw 1.2vw;
		margin-bottom: 4.8vw;
		color: #ff6666;
		border-top: .3vw solid #ff6666;
		border-bottom: .3vw solid #ff6666;
	}

@media (min-width: 768px) {

.post-comments__title {
			font-size: 1.8vw;
			line-height: 1.8vw;
			padding: 1.5vw .3vw;
			margin-bottom: 2.5vw;
			border-top: .05vw solid #ff6666;
			border-bottom: .05vw solid #ff6666
	}
	}

.post-comments__title small {
			font-size: 5vw;
			line-height: 5vw;
			font-weight: 500;
			color: #fff;
		}

@media (min-width: 768px) {

.post-comments__title small {
				font-size: 1.3vw;
				line-height: 1.3vw
		}
	}

.post-comments__list {
		list-style-type: none;
		padding-left: 1.2vw;
	}

@media (min-width: 768px) {

.post-comments__list {
			padding-left: .3vw
	}
	}

.post-comments__list li {
			overflowX: hidden;
		}

.post-comments__list li:not(:last-child) {
			margin-bottom: 4.2vw;
		}

@media (min-width: 768px) {

.post-comments__list li:not(:last-child) {
				margin-bottom: 1.6vw
		}
	}

.post-comments__list .comment-body {
			padding: 0 1.2vw;
		}

@media (min-width: 768px) {

.post-comments__list .comment-body {
				padding: 0 .3vw
		}
	}

.post-comments__list .comment-avatar {

			margin-right: 3vw;
		}

@media (min-width: 768px) {

.post-comments__list .comment-avatar {
				margin-right: 1.2vw
		}
	}

.post-comments__list .comment-avatar img {
				width: 15vw;
				border-radius: 50%;
			}

@media (min-width: 768px) {

.post-comments__list .comment-avatar img {
					width: 5vw
			}
	}

.post-comments__list .comment-inner {
			width: calc(100% - 15vw - 3vw); 
		}

@media (min-width: 768px) {

.post-comments__list .comment-inner {
				width: calc(100% - 5vw - 1.2vw) 
		}
	}

.post-comments__list .comment-inner__meta {

				margin-top: 3.5vw;
			}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta {
					margin-top: 1.7vw
			}
	}

.post-comments__list .comment-inner__meta b,
				.post-comments__list .comment-inner__meta b a {
					color: #ff6666;
					font-size: 4vw;
					line-height: 4vw;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta b,
				.post-comments__list .comment-inner__meta b a {
						font-size: 1.2vw;
						line-height: 1.2vw
				}
	}

.post-comments__list .comment-inner__meta b {
					margin-right: 1vw;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta b {
						margin-right: .7vw
				}
	}

.post-comments__list .comment-inner__meta time {
					color: rgba(255,255,255, .5);
					font-size: 2.5vw;
					line-height: 2.5vw;
					display: block;
					margin-top: .2vw;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta time {
						font-size: 1.1vw;
						line-height: 1.1vw;
						display: inline;
						margin-top: 0
				}
	}

.post-comments__list .comment-inner__meta time::before {
					content: '\00B7';
					font-weight: bold;
					margin-right: .9vw;
					display: none;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta time::before {
						margin-right: .5vw;
						display: inline
				}
	}

.post-comments__list .comment-inner__meta .edit-link {
					font-size: 2.7vw;
					text-decoration: underline;
					margin-left: 1vw;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__meta .edit-link {
						font-size: 1vw;
						margin-left: .5vw
				}
	}

.post-comments__list .comment-inner__meta .edit-link a {
						color: #fff;
					}

.post-comments__list .comment-inner__content {
				margin: 2vw 0;
				font-size: 4.2vw;
				font-weight: 300;
				line-height: 4.9vw;
				color: #fff;
			}

@media (min-width: 768px) {

.post-comments__list .comment-inner__content {
					margin: 1vw 0;
					font-size: 1.25vw;
					line-height: 1.45vw
			}
	}

.post-comments__list .comment-inner__content p {
					padding: 1vw 0;
				}

@media (min-width: 768px) {

.post-comments__list .comment-inner__content p {
						padding: .5vw 0
				}
	}

.post-comments__list .bypostauthor,
		.post-comments__list .byadmin {
			padding: 3vw;
			border: .6vw solid rgba(255,255,255, .3);
			border-radius: 2.5vw;
		}

@media (min-width: 768px) {

.post-comments__list .bypostauthor,
		.post-comments__list .byadmin {
				padding: 1vw;
				border: .2vw solid rgba(255,255,255, .3);
				border-radius: .5vw
		}
	}

.post-comments__list .bypostauthor .comment-inner__meta b::after, .post-comments__list .byadmin .comment-inner__meta b::after {
				background-color: #ec3033;
				margin-left: 1.5vw;
				padding: .4vw 1.1vw;
				font-size: 2.2vw;
				line-height: 2.2vw;
				color: #fff;
				border-radius: .5vw;
				vertical-align: middle;
			}

@media (min-width: 768px) {

.post-comments__list .bypostauthor .comment-inner__meta b::after, .post-comments__list .byadmin .comment-inner__meta b::after {
					margin-left: .6vw;
					padding: .1vw .25vw;
					font-size: .8vw;
					line-height: .8vw;
					border-radius: .1vw
			}
	}

.post-comments__list .byadmin .comment-inner__meta b::after {
				content: "admin";
			}

.post-comments__list .bypostauthor .comment-inner__meta b::after {
				content: "author";
			}

.post-comments__list .comment-awaiting-moderation {
			display: block;
			color: rgba(255,255,255, .5);
			padding: 1vw 0;
		}

@media (min-width: 768px) {

.post-comments__list .comment-awaiting-moderation {
				padding: .5vw 0
		}
	}

.post-comments__list .comment-reply-link,
		.post-comments__list .comment-reply-login {
			font-size: 4.2vw;
			line-height: 4.2vw;
			color: #ff6666;
			text-transform: uppercase;
		}

@media (min-width: 768px) {

.post-comments__list .comment-reply-link,
		.post-comments__list .comment-reply-login {
				font-size: 1.25vw;
				line-height: 1.25vw
		}
	}

.post-comments__list .children {
			list-style-type: none;
			padding-left: 2.6vw;
			margin: 1.5vw 0 0 0;
			border-left: .05vw solid #ff6666;
		}

.post-comments .comment-respond {
		margin-top: 11vw;
		position: relative;
		z-index: 1;
	}

@media (min-width: 768px) {

.post-comments .comment-respond {
			margin-top: 3vw;
			padding: 3.1vw 3.1vw 2vw 3.1vw;
			background-color: #15015C
	}
	}

.post-comments .comment-respond h3 {
			font-size: 4.3vw;
			line-height: 4.3vw;
			color: #ff6666;
		}

@media (min-width: 768px) {

.post-comments .comment-respond h3 {
				font-size: 1.9vw;
				line-height: 1.9vw
		}
	}

.post-comments .comment-respond h3 small {
				font-size: 2.7vw;
				text-decoration: underline;
			}

@media (min-width: 768px) {

.post-comments .comment-respond h3 small {
					font-size: 1.2vw
			}
	}

.post-comments .comment-respond h3 small a {
				color: #fff;
			}

.post-comments .comment-respond .comment-form-comment-notes {
			font-size: 3.5vw;
			line-height: 3.6vw;
			margin: 2.5vw 0;
			color: #fff;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-comment-notes {
				font-size: 1.25vw;
				line-height: 1.3vw;
				margin: .8vw 0
		}
	}

.post-comments .comment-respond label {
			font-family: 'Avenir Next LT Pro';
			font-size: 3.5vw;
			line-height: 3.5vw;
			display: inline-block;
			margin-bottom: 1.5vw;
			color: #fff;
		}

@media (min-width: 768px) {

.post-comments .comment-respond label {
				font-size: 1.5vw;
				line-height: 1.5vw;
				margin-bottom: .5vw
		}
	}

.post-comments .comment-respond textarea {
			font-family: 'Avenir Next LT Pro';
			font-size: 4.3vw;
			line-height: 5vw;
			font-weight: bold;
			height: 38vw;
			padding: 1.1vw;
			color: #ff6666;
			border-radius: 1.3vw;
			border: none;
			resize: none;
			margin-bottom: 2.5vw;
		}

@media (min-width: 768px) {

.post-comments .comment-respond textarea {
				font-size: 1vw;
				line-height: 1.3vw;
				height: 10vw;
				padding: .5;
				border-radius: .6vw;
				margin-bottom: 1.6vw
		}
	}

.post-comments .comment-respond textarea:focus {
				color: #ff6666;
				box-shadow: inset 0 0 .5vw .15vw rgba(0, 0, 0, .5);
				border: none;
			}

@media (min-width: 768px) {

.post-comments .comment-respond textarea:focus {
					box-shadow: inset 0 0 .2vw .05vw rgba(0, 0, 0, .5)
			}
	}

.post-comments .comment-respond .comment-form-author,
		.post-comments .comment-respond .comment-form-email {
			display: inline-block;
			width: 100%;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-author,
		.post-comments .comment-respond .comment-form-email {
				width: 48%
		}
	}

.post-comments .comment-respond .comment-form-author input, .post-comments .comment-respond .comment-form-email input {
				font-family: 'Avenir Next LT Pro';
				display: block;
				width: 100%;
				height: 6.6vw;
				font-size: 4.3vw;
				font-weight: bold;
				padding: 1.3;
				color: #ff6666;
				border-radius: .7vw;
				border: none;
				margin-bottom: 2.5vw;
			}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-author input, .post-comments .comment-respond .comment-form-email input {
					height: 2.4vw;
					font-size: 1vw;
					padding: .5vw;
					border-radius: .3vw;
					margin-bottom: 0
			}
	}

.post-comments .comment-respond .comment-form-author input:focus, .post-comments .comment-respond .comment-form-email input:focus {
					color: #ff6666;
					box-shadow: inset 0 0 .5vw .15vw rgba(0, 0, 0, .5);
					border: none;
				}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-author input:focus, .post-comments .comment-respond .comment-form-email input:focus {
						box-shadow: inset 0 0 .2vw .05vw rgba(0, 0, 0, .5)
				}
	}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-email {
				margin-left: 1.5vw
		}
	}

.post-comments .comment-respond .comment-form-url {
			margin: 0 0 2.5vw 0;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-url {
				margin: 1.5vw 0
		}
	}

.post-comments .comment-respond .comment-form-url input {
				font-family: 'Avenir Next LT Pro';
				display: block;
				width: 100%;
				height: 6.6vw;
				font-size: 4.3vw;
				font-weight: bold;
				padding: 1.3;
				color: #ff6666;
				border-radius: .7vw;
				border: none;
			}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-url input {
					height: 2.4vw;
					font-size: 1vw;
					padding: .5vw;
					border-radius: .3vw
			}
	}

.post-comments .comment-respond .comment-form-url input:focus {
					color: #ff6666;
					box-shadow: inset 0 0 .5vw .15vw rgba(0, 0, 0, .5);
					border: none;
				}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-url input:focus {
						box-shadow: inset 0 0 .2vw .05vw rgba(0, 0, 0, .5)
				}
	}

.post-comments .comment-respond .comment-form-cookies-consent {
			margin-bottom: 2.5vw;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-cookies-consent {
				margin-bottom: 1.5vw
		}
	}

.post-comments .comment-respond .comment-form-cookies-consent label {
				font-size: 2.3vw;
				line-height: 2.3vw;
				margin: 0 0 0 1.1vw;
				height: 2.3vw;
				vertical-align: middle;
			}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-cookies-consent label {
					font-size: 1vw;
					line-height: 1vw;
					margin: 0 0 0 .5vw;
					height: 1vw
			}
	}

.post-comments .comment-respond .comment-form-cookies-consent input {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				background-color: transparent;
				border: .25vw solid #fff;
				border-radius: .45vw;
				display: inline-block;
				position: relative;
				height: 2.3vw;
				width: 2.3vw;
				vertical-align: middle;
			}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-cookies-consent input {
					border: .1vw solid #fff;
					border-radius: .2vw;
					height: 1vw;
					width: 1vw
			}
	}

.post-comments .comment-respond .comment-form-cookies-consent input:checked::after {
					content: '\2714';
					font-size: 1.6vw;
					line-height: 1.6vw;
					font-weight: bold;
					position: absolute;
					top: .13vw;
					left: .22vw;
					color: #ff6666;
				}

@media (min-width: 768px) {

.post-comments .comment-respond .comment-form-cookies-consent input:checked::after {
						top: .15vw;
						font-size: .6vw;
						line-height: .6vw;
						left: .15vw
				}
	}

.post-comments .comment-respond .submit {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 3.5vw;
			width: 35.3vw;
			height: 9.7vw;
			padding: 0;
			border: none;
			color: #fff;
			font-weight: 600;
			vertical-align: middle;
			cursor: pointer;
			display: block;
			margin: 0 auto 0 auto;
			border-radius: .8vw;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .submit {
				font-size: 1.3vw;
				width: 13.1vw;
				height: 3.6vw;
				border-radius: .3vw
		}
	}

.post-comments .comment-respond .submit:active {
				outline: none;
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.post-comments .comment-respond .must-log-in {
			font-size: 3.2vw;
			line-height: 3.2vw;
			color: #fff;
			margin: 1vw 0;
		}

@media (min-width: 768px) {

.post-comments .comment-respond .must-log-in {
				font-size: 1.2vw;
				line-height: 1.2vw;
				margin: .5vw 0
		}
	}

.post-comments .comment-respond .must-log-in a {
				color: #ff6666;
			}

.post-comments .logged-in-as {
		margin: 2vw 0;
		font-size: 2.3vw;
		line-height: 2.3vw;
	}

@media (min-width: 768px) {

.post-comments .logged-in-as {
			margin: 1vw 0;
			font-size: 1vw;
			line-height: 1vw
	}
	}

.post-comments .logged-in-as a {
			font-size: 2.3vw;
			line-height: 2.3vw;
			color: #fff;
			text-decoration: underline;
		}

@media (min-width: 768px) {

.post-comments .logged-in-as a {
				font-size: 1vw;
				line-height: 1vw
		}
	}

.post-comments .comment-navigation .nav-links {

			margin: 4.6vw 0;
		}

.post-comments .comment-navigation .nav-links::after {
		content: "";
		clear: both;
		display: table;
	}

@media (min-width: 768px) {

.post-comments .comment-navigation .nav-links {
				margin: 2vw 0
		}
	}

.post-comments .comment-navigation a {
			font-family: 'Montserrat';
			font-size: 2.3vw;
			line-height: 2.3vw;
			color: #fff;
			font-weight: 600;
			background-color: #ec3033;
			padding: 1.1vw 2.3vw;
			border: .4vw solid #ec3033;
			border-radius: .9vw;
			-webkit-transition: background-color .3s ease, color 2s ease;
			transition: background-color .3s ease, color 2s ease;
		}

@media (min-width: 768px) {

.post-comments .comment-navigation a {
				font-size: 1vw;
				line-height: 1vw;
				padding: .5vw 1vw;
				border: .1vw solid #ec3033;
				border-radius: .4vw
		}
	}

.post-comments .comment-navigation a:visited {
				color: #fff;
			}

.post-comments .comment-navigation a:hover{
				background-color: #fff;
				color: #ec3033;
			}

.footer-blog-content {
	padding-bottom: 2.4vw;
	margin-top: -21.9vw;
}

@media (min-width: 768px) {

.footer-blog-content {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		        align-items: flex-end;
		height: 100%;
		margin-top: 0
}
	}

.footer-blog-content .row > div {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		        align-items: flex-end;
	}

.footer-blog-content__nav-wrapper {
		width: 42vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper {
			width: 25vw;
			margin: 0 0 0 5.9vw
	}
	}

.footer-blog-content__nav-wrapper ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper ul {
				display: -webkit-box;
				display: flex;
				flex-wrap: wrap;
				-webkit-box-pack: center;
				        justify-content: center;
				padding: .4vw;
				background-color: #ff6666
		}
	}

.footer-blog-content__nav-wrapper li {

			font-size: 4.5vw;
			line-height: 5.2vw;
		}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper li {
				padding: 0 .5vw;
				font-size: 1.2vw;
				line-height: 1.5vw
		}
	}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper li:not(:last-child) {
				border-right: .15vw solid #fff
		}
	}

.footer-blog-content__nav-wrapper a {
			color: #fff;
			font-size: 4.5vw;
			line-height: 5.2vw;
			font-weight: 700;
			position: relative;
		}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper a {
				font-size: 1.2vw;
				line-height: 1.2vw;
				text-decoration: underline
		}
	}

.footer-blog-content__nav-wrapper a::before {
				position: absolute;
				left: 0;
				bottom: 0;
				content: "";
				width: 100%;
				height: .5vw;
				background-color: #ff6666;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transition: -webkit-transform .3s ease;
				transition: -webkit-transform .3s ease;
				transition: transform .3s ease;
				transition: transform .3s ease, -webkit-transform .3s ease;
			}

@media (min-width: 768px) {

.footer-blog-content__nav-wrapper a::before {
					display: none
			}
	}

.footer-blog-content__nav-wrapper a:hover::before {
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
			}

.footer-blog-content__nav-wrapper:visited,
		.footer-blog-content__nav-wrapper:hover {
			color: #fff;
		}

.footer-blog-content__nav-title {
		width: 30vw;
		font-size: 5.6vw;
		line-height: 5.6vw; 
		font-weight: 800;
		color: #ff6666;
		margin: 0 auto 1.5vw auto;
	}

@media (min-width: 768px) {

.footer-blog-content__nav-title {
			width: 18.2vw;
			font-size: 1.8vw;
			line-height: 2.5vw;
			margin: 0 auto .4vw auto;
			background-color: #ff6666;
			color: #fff
	}
	}

.footer-blog-content__right-wrapper {
		text-align: center;
		width: 82vw;
		margin: 0 auto 16vw auto;
	}

@media (min-width: 768px) {

.footer-blog-content__right-wrapper {
			width: 26.3vw;
			margin: 0 0 0 auto
	}
	}

.footer-blog-content__right-wrapper img {
			width: 30.9vw;
			display: block;
			margin: 0 auto;
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.footer-blog-content__right-wrapper img {
				width: 9.5vw;
				margin-bottom: 1.7vw
		}
	}

.social-bar-hor {
	width: 73vw;
	margin: 6vw auto 0 auto;
}

@media (min-width: 768px) {

.social-bar-hor {
		width: 24vw;
		margin: 1.3vw auto 0 auto
}
	}

.social-bar-hor .fab {
		font-size: 6.2vw;
		color: #fff;
		width: 11vw;
		height: 11vw;
		background-color: #ff6666;
		border-radius: 50%;
		padding-top: 2.4vw;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		margin: 0 1vw;
	}

@media (min-width: 768px) {

.social-bar-hor .fab {
			font-size: 1.8vw;
			width: 3.4vw;
			height: 3.4vw;
			padding-top: .8vw;
			margin: 0 .4vw
	}
	}

.social-bar-hor .fab:hover {
			background-color: #fff;
			color: #ff6666;
		}

/*! Page Blog */

.page-blog {
	background-image: url('../images/background-blog-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-blog {
		background-image: url('../images/background-blog-main.svg')
}
	}

/*! Blog Hero */

.blog-hero {
	width: 100%;
	height: 114.3vw;
	background-image: url('../images/hero-background-archive-mobile.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 24vw;
}

@media (min-width: 768px) {

.blog-hero {
		background-image: url('../images/hero-background-archive.svg');
		height: 43.8vw;
		padding-top: 9.8vw
}
	}

.blog-hero__content {
		width: 92vw;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		padding-top: 6vw;
		position: relative;
		z-index: 1;
	}

@media (min-width: 768px) {

.blog-hero__content {
			width: 48vw;
			padding-top: 2vw
	}
	}

.blog-hero__featured-title {
		text-transform: uppercase;
		font-size: 5vw;
		color: #ff6666;
		letter-spacing: .6vw;
		font-weight: 800;
	}

@media (min-width: 768px) {

.blog-hero__featured-title {
			font-size: 1.4vw;
			letter-spacing: .2vw
	}
	}

.blog-hero__featured-headline {
		font-size: 7.3vw;
		line-height: 7.3vw;
		font-weight: 700;
		margin: 1vw 0 1.5vw 0;
	}

@media (min-width: 768px) {

.blog-hero__featured-headline {
			font-size: 2.4vw;
			line-height: 2.9vw;
			margin: .4vw 0 .6vw 0
	}
	}

.blog-hero__featured-date,
	.blog-hero__featured-subtitle {
		font-size: 4vw;
		font-weight: 300;
	}

@media (min-width: 768px) {

.blog-hero__featured-date,
	.blog-hero__featured-subtitle {
			font-size: 1.5vw
	}
	}

.blog-hero__featured-date {
		display: none;
	}

@media (min-width: 768px) {

.blog-hero__featured-date {
			display: inline-block;
			margin-bottom: .6vw
	}
	}

.blog-hero__featured-date-mobile {
		margin-bottom: 1.5vw;
		display: block;
		font-size: 3.5vw;
		font-weight: 300;
	}

@media (min-width: 768px) {

.blog-hero__featured-date-mobile {
			display: none
	}
	}

.blog-hero__featured-subtitle {
		width: 95%;
		margin: 0 auto 3.5vw auto;
		line-height: 4.5vw;
	}

@media (min-width: 768px) {

.blog-hero__featured-subtitle {
			width: 38.5vw;
			line-height: 2vw;
			margin: 0 auto 1.3vw auto
	}
	}

/*! Search and Categories List Bar */

.search-categories-bar {

	width: 100%;
	padding: 3vw 4vw 3vw 4vw;
	border-top: .25vw solid #ff6666;
	border-bottom: .25vw solid #ff6666;
	position: relative;
	z-index: 2;
}

.search-categories-bar::after {
		content: "";
		clear: both;
		display: table;
	}

@media (min-width: 768px) {

.search-categories-bar {
		padding: 1.1% 2.98% 1.1% 4.96%;
		border-top: .05vw solid #ff6666;
		border-bottom: .05vw solid #ff6666
}
	}

.search-categories-bar__search {
		float: left;
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}

.search-categories-bar__search i {
			font-size: 7vw;
			color: #fff;
			-webkit-transform: rotate(90deg);
			        transform: rotate(90deg);
			cursor: pointer;
		}

@media (min-width: 768px) {

.search-categories-bar__search i {
				font-size: 2vw
		}
	}

.search-categories-bar__search-term {
		font-family: 'Avenir Next LT Pro';
		font-size: 4vw;
		font-weight: bold;
		color: #ff6666;
		width: 80vw;
		height: 7vw;
		border-radius: 1.2vw;
		margin-left: 2.5vw;
		padding: 1.8vw;
		vertical-align: middle;
		-webkit-transform-origin: 0 50%;
		        transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

@media (min-width: 768px) {

.search-categories-bar__search-term {
			font-size: 1.2vw;
			width: 30vw;
			height: 2.1vw;
			border-radius: .3vw;
			margin-left: .9vw;
			padding: .5vw
	}
	}

.search-categories-bar__search-term--shown {
			-webkit-transform: scaleX(1);
			        transform: scaleX(1);
		}

.search-categories-bar__search-results {
		position: absolute;
		top: 90%;
		left: 0;
		background-color: rgba(19,7,63, .8);
		width: 100%;
		height: 60vh;
		border-bottom: .25vw solid #ff6666;
		padding: 2vw 0;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

@media (min-width: 768px) {

.search-categories-bar__search-results {
			left: 7.9vw;
			width: 30vw;
			height: 20vw;
			border-bottom: .05vw solid #ff6666;
			padding: .5vw 0
	}
	}

.search-categories-bar__search-results p {
			line-height: 4vw;
			font-size: 4vw;
			padding: 1.8vw 3.5vw;
			color: #fff;
		}

@media (min-width: 768px) {

.search-categories-bar__search-results p {
				line-height: 1.1vw;
				font-size: 1.1vw;
				padding: .5vw 1vw
		}
	}

.search-categories-bar__search-results a {
			display: block;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

.search-categories-bar__search-results a:hover {
				background-color: #ff6666;
			}

.search-categories-bar__search-results a:visited {
				color: #fff;
			}

.search-categories-bar__search-results--shown {
			top: calc(100% + .25vw);
			visibility: visible;
			opacity: 1;
		}

@media (min-width: 768px) {

.search-categories-bar__search-results--shown {
				top: calc(100% + .05vw)
		}
	}

.search-categories-bar__categories {
		display: none;
	}

@media (min-width: 768px) {

.search-categories-bar__categories {
			display: -webkit-box;
			display: flex;
			float: right;
			-webkit-box-align: center;
			        align-items: center;
			padding-top: .2vw
	}
	}

.search-categories-bar__categories-list {
		display: none;
	}

@media (min-width: 768px) {

.search-categories-bar__categories-list {
			display: block;
			list-style: none;
			padding: 0;
			position: absolute;
			right: 2.98%;
			width: auto;
			background-color: rgba(19,7,63, .8);
			opacity: 0;
			padding: .5vw 0;
			border-top: .1vw solid #ff6666;
			top: 100%;
			visibility: hidden;
			-webkit-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out
	}
				.search-categories-bar__categories-list li a {
					line-height: 1.1vw;
					font-size: 1.1vw;
					padding: .3vw 1vw;
					color: #fff;
					-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
					display: block;
				}

				.search-categories-bar__categories-list li a:hover {
					background-color: #ff6666;
					color: #fff;
				}

				.search-categories-bar__categories-list li a:visited {
					color: #fff;
				}

			.search-categories-bar__categories-list::before {
				content: "";
				position: absolute;
				left: 50%;
				-webkit-transform: translateX(-50%);
				        transform: translateX(-50%);
				top: -.5vw;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 .5vw .5vw .5vw;
				border-color: transparent transparent #ff6666 transparent;
			}
	}

.search-categories-bar__categories-list--shown {
		visibility: visible;
		top: calc(100% + .05vw + .5vw);
		opacity: 1;
	}

.search-categories-bar__menu-button {
		width: 2vw;
		height: 1.7vw;
		display: inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 1.2vw;
	}

.search-categories-bar__menu-button__middle {
			position: absolute;
			top: .695vw;
			right: 0;
			width: 2vw;
			height: 0.32vw;
			border-radius: 0.3vw;
			background-color: #fff;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}

.search-categories-bar__menu-button::before,
		.search-categories-bar__menu-button::after {
			content: "";
			position: absolute;
			width: 2vw;
			height: 0.32vw;
			border-radius: 0.3vw;
			background-color: #fff;
			-webkit-transform-origin: 0 0;
			        transform-origin: 0 0;
			-webkit-transition: -webkit-transform .3s ease;
			transition: -webkit-transform .3s ease;
			transition: transform .3s ease;
			transition: transform .3s ease, -webkit-transform .3s ease;
		}

.search-categories-bar__menu-button::before {
			top: 0;
			-webkit-transform-origin: 0 0;
			        transform-origin: 0 0;
		}

.search-categories-bar__menu-button::after {
			bottom: 0vw;
			-webkit-transform-origin: 0 100%;
			        transform-origin: 0 100%;
		}

.search-categories-bar__menu-button--close-x .search-categories-bar__menu-button__middle {
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
			opacity: 0;
		}

.search-categories-bar__menu-button--close-x::before {
			-webkit-transform: rotate(45deg) scaleX(1.03);
			        transform: rotate(45deg) scaleX(1.03);
		}

.search-categories-bar__menu-button--close-x::after {
			-webkit-transform: rotate(-45deg) scaleX(1.03);
			        transform: rotate(-45deg) scaleX(1.03);
		}

.search-categories-bar__text {
		font-size: 4vw;
		display: inline-block;
		color: #fff;
	}

@media (min-width: 768px) {

.search-categories-bar__text {
			font-size: 1.2vw
	}
	}

.search-categories-bar__text--search {
			position: absolute;
			left: 9.5vw;
			top: 50%;
			-webkit-transform: translateY(-50%);
			        transform: translateY(-50%);
			z-index: 0;
		}

@media (min-width: 768px) {

.search-categories-bar__text--search {
				left: 3vw
		}
	}

/*! Blog Content */

.blog-content {
	display: none;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.blog-content {
		display: block;
		width: 83.33%;
		margin: 0 auto
}
	}

.blog-content > div:first-child {
		margin-bottom: 4.8vw;
	}

.blog-content__post-top {
		width: 25vw;
	}

.blog-content div.row__4:nth-child(2) .blog-content__post-top {
		margin: 0 auto;
	}

.blog-content div.row__4:last-child .blog-content__post-top {
		margin-left: auto;
	}

.blog-content__post-img-link {
		width: 25vw;
		height: 14vw;
		position: relative;
		background-color: #15015C;
		overflow: hidden;
	}

.blog-content__post-img-link img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) scale(1);
			        transform: translate(-50%, -50%) scale(1);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

.blog-content__post-img-link:hover .button--blog-post-top {
			top: 50%;
			opacity: 1;
			visibility: visible;
		}

.blog-content__post-img-link:hover img {
			-webkit-transform: translate(-50%, -50%) scale(1.1);
			        transform: translate(-50%, -50%) scale(1.1);
		}

.blog-content__post-category {
		font-size: 1vw;
		line-height: 1vw;
		letter-spacing: .2vw;
		font-weight: 700;
		text-transform: lowercase;
		color: #ff6666;
	}

.blog-content__post-category--top {
			margin: .8vw 0 .5vw 0;
			padding-left: .2vw;
		}

.blog-content__post-category--middle,
		.blog-content__post-category--subsequent {
			font-size: 1.15vw;
			line-height: 1.15vw;
		}

.blog-content__post-title {
		font-size: 1.4vw;
		line-height: 1.8vw;
		font-weight: 700;
		color: #fff;
	}

.blog-content__post-title--top {
			padding: 0 .2vw;
		}

.blog-content__post-title--middle {
			font-size: 2.1vw;
			line-height: 2.3vw;
			margin: .6vw 0 .6vw 0;
		}

.blog-content__post-title--subsequent {
			font-size: 2vw;
			line-height: 2.4vw;
			margin: 1vw 0 .8vw 0;
		}

.blog-content__post-title a {
			color: #fff;
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.blog-content__post-title a:hover {
			color: #ff6666;
		}

.blog-content__post-middle {
		margin-bottom: 5.1vw;
	}

.blog-content__post-middle .row__5 {
			display: -webkit-box;
			display: flex;
			-webkit-box-align: center;
			        align-items: center;	
		}

.blog-content__post-middle--second {
		text-align: right;
	}

.blog-content__post-img-wrapper {
		background-color: #15015C;
		overflow: hidden;
		position: relative;
	}

.blog-content__post-img-wrapper img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.blog-content__post-img-wrapper--middle {
			width: 47vw;
			height: 23vw;
		}

.blog-content__post-img-wrapper--subsequent {
			width: 31vw;
			height: 17vw;
		}

.blog-content__post-img-wrapper--second {
			margin-left: auto;
		}

.blog-content__post-middle-content {
		width: 40vw;
	}

.blog-content__post-middle-content--first {
			margin-left: auto;
		}

.blog-content__post-date {
		font-size: 1.25vw;
		line-height: 1.25vw;
		font-weight: 300;
		color: #ff6666;
	}

.blog-content__post-excerpt {
		font-size: 1.35vw;
		line-height: 1.9vw;
		font-weight: 300;
		color: #fff;
		margin: .4vw 0 1.2vw 0;
	}

.blog-content__post-subsequent {
		margin-bottom: 3.5vw;
	}

.blog-content__post-subsequent .row__7 {
			display: -webkit-box;
			display: flex;
			-webkit-box-align: center;
			        align-items: center;
		}

.blog-content__post-subsequent-content {
		width: 45vw;
	}

.blog-content__post-meta {
		font-size: 1.25vw;
		line-height: 1.7vw;
		font-weight: 300;
		color: #fff;
	}

.blog-content__read-more-link {
		font-size: 1.25vw;
		line-height: 1.7vw;
		font-weight: 300;
		color: #ff6666;
		font-style: italic;
		position: relative;
	}

.blog-content__read-more-link::before {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			width: 100%;
			height: .1vw;
			background-color: #ff6666;
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
			-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		}

.blog-content__read-more-link:hover {
			color: #ff6666;
		}

.blog-content__read-more-link:hover::before {
			-webkit-transform: scaleX(1);
			        transform: scaleX(1);
		}

.blog-content__read-more-link:visited {
			color: #ff6666;
		}

/*! Blog Content Mobile*/

.blog-content-mob {
	padding-top: 3.2vw;
	width: 92vw;
	margin: 0 auto;
	display: block;
}

@media (min-width: 768px) {

.blog-content-mob {
		display: none
}
	}

.blog-content-mob__post {
		margin-bottom: 9vw;
		text-align: center;
	}

.blog-content-mob__post-category {
		font-size: 3.7vw;
		line-height: 3.7vw;
		letter-spacing: .6vw;
		font-weight: 700;
		text-transform: lowercase;
		color: #ff6666;
		margin-bottom: 3.2vw;
		text-align: left;
	}

.blog-content-mob__post-img-title-link,
	.blog-content-mob__post-img-wrapper {
		width: 100%;
		height: 51.2vw;
		background-color: #15015C;
		overflow: hidden;
		position: relative;
	}

.blog-content-mob__post-img-title-link img, .blog-content-mob__post-img-wrapper img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.blog-content-mob__post-img-title-link h2 {
			position: absolute;
			bottom: 0;
			left: 0;
			font-size: 4.5vw;
			line-height: 5.3vw;
			padding: 4.5vw;
			font-weight: 700;
			width: 100%;
			color: #fff;
			background-color: rgba(21,1,92, .5);
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.blog-content-mob__post-img-title-link:hover h2 {
			color: #ff6666;
		}

.blog-content-mob__post-title {
		font-size: 6.4vw;
		line-height: 6.8vw;
		font-weight: 700;
		color: #fff;
		margin: 4vw 0 3.2vw 0;
	}

.blog-content-mob__post-title a {
			color: #fff;
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.blog-content-mob__post-title a:hover {
			color: #ff6666;
		}

.blog-content-mob__post-date,
	.blog-content-mob__post-excerpt {
		font-size: 4vw;
		font-weight: 300;
	}

.blog-content-mob__post-date {
		line-height: 4vw;
		display: block;
		color: #ff6666;	
	}

.blog-content-mob__post-excerpt {
		line-height: 5vw;
		color: #fff;
		margin: 3.2vw 0;
	}

/*! Spinner Loader */

.spinner-loader {
	position: absolute;
	top: calc(45% - 5vw);
	left: calc(50% - 5vw);
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  border: 1.3vw solid rgba(255,255,255, 0.2);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@media (min-width: 768px) {

.spinner-loader {
    width: 1.5vw;
    height: 1.5vw;
    border: .2vw solid rgba(255,255,255, 0.2);
    border-top-color: #fff;
    top: calc(45% - .75vw);
    left: calc(50% - .75vw)
}
	}

/*! Body No Scroll */

.body-no-scroll {
	overflow: hidden;
}

/*! Blog Pagination*/

.blog-pagination {
	margin: 0 auto;
	width: 92vw;
	position: relative;
	z-index: 1;
}

.blog-pagination::after {
		content: "";
		clear: both;
		display: table;
	}

@media (min-width: 768px) {

.blog-pagination {
		width: 83.33%
}
	}

.blog-pagination__previous {
		float: left;
	}

.blog-pagination__next {
		float: right;
	}

/*! Archive */

.archive {
	background-image: url('../images/background-archive-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.archive {
		background-image: url('../images/background-archive-main.svg')
}
	}

/*! Archive Hero */

.archive-hero {
	width: 100%;
	height: 114vw;
	background-image: url('../images/hero-background-archive-mobile.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 24vw;
}

@media (min-width: 768px) {

.archive-hero {
		background-image: url('../images/hero-background-archive.svg');
		height: 42.7vw;
		padding-top: 9.8vw
}
	}

.archive-hero__content {
		width: 79vw;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}

@media (min-width: 768px) {

.archive-hero__content {
			width: 48vw
	}
	}

.archive-hero__title {
		color: #fff;
		font-size: 6.5vw;
		line-height: 6.5vw;
		margin: 4vw 0 1.8vw 0;
		font-weight: 700;
	}

@media (min-width: 768px) {

.archive-hero__title {
			font-size: 2.6vw;
			line-height: 2.6vw;
			margin: 1.4vw 6.5vw 1vw 6.5vw;
			border-bottom: .05vw solid #ff6666;
			padding-bottom: .8vw
	}
	}

.archive-hero__description {
		color: #fff;
		font-size: 4.8vw;
		line-height: 5.3vw;
		font-weight: 300;
	}

@media (min-width: 768px) {

.archive-hero__description {
			font-size: 1.6vw;
			line-height: 1.8vw
	}
	}

/*! Breadcrumb */

.breadcrumb {
	padding: 3vw 4vw 3vw 4vw;
}

@media (min-width: 768px) {

.breadcrumb {
		padding: 1.1% 2.98% 1.1% 4.96%
}
	}

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

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

.breadcrumb li,
	.breadcrumb li a {
		font-size: 3vw;
		line-height: 3vw;
		font-weight: 700;
		color: #ff6666;
	}

@media (min-width: 768px) {

.breadcrumb li,
	.breadcrumb li a {
			font-size: 1.2vw;
			line-height: 1.2vw
	}
	}

.breadcrumb li {
		float: left;
	}

.breadcrumb li:not(:first-child) {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}

.breadcrumb li:not(:first-child)::before {
			content: '';
			display: inline-block;
			width: 1.25vw;
			height: 1.25vw;
			border-radius: 50%;
			background-color: #ff6666;
			margin: 0 2.5vw;
		}

@media (min-width: 768px) {

.breadcrumb li:not(:first-child)::before {
				width: .5vw;
				height: .5vw;
				margin: 0 1vw
		}
	}

/*! Archive Content */

.archive-content {
	display: none;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.archive-content {
		display: block;
		width: 83.33%;
		margin: -2.9vw auto 0 auto
}
	}

.archive-content > div:first-child {
		margin-bottom: 4.8vw;
	}

.archive-content__post-top {
		width: 25vw;
	}

.archive-content div.row__4:nth-child(2) .archive-content__post-top {
		margin: 0 auto;
	}

.archive-content div.row__4:last-child .archive-content__post-top {
		margin-left: auto;
	}

.archive-content__post-img-link {
		display: block;
		width: 25vw;
		height: 14vw;
		position: relative;
		background-color: #15015C;
		overflow: hidden;
	}

.archive-content__post-img-link img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%) scale(1);
			        transform: translate(-50%, -50%) scale(1);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

.archive-content__post-img-link:hover .button--archive-post-top {
			top: 50%;
			opacity: 1;
			visibility: visible;
		}

.archive-content__post-img-link:hover img {
			-webkit-transform: translate(-50%, -50%) scale(1.1);
			        transform: translate(-50%, -50%) scale(1.1);
		}

.archive-content__post-title {
		font-size: 1.4vw;
		line-height: 1.8vw;
		font-weight: 700;
		color: #fff;
	}

.archive-content__post-title--top {
			padding: 0 .2vw;
			margin: .8vw 0 .5vw 0;
		}

.archive-content__post-title--middle {
			font-size: 2.1vw;
			line-height: 2.3vw;
			margin: .6vw 0 .6vw 0;
		}

.archive-content__post-title--subsequent {
			font-size: 2vw;
			line-height: 2.4vw;
			margin: 1vw 0 .8vw 0;
		}

.archive-content__post-title a {
			color: #fff;
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.archive-content__post-title a:hover {
			color: #ff6666;
		}

.archive-content__post-middle {
		margin-bottom: 5.1vw;
	}

.archive-content__post-middle .row__6 {
			display: -webkit-box;
			display: flex;
			-webkit-box-align: center;
			        align-items: center;	
		}

.archive-content__post-img-wrapper {
		background-color: #15015C;
		overflow: hidden;
		position: relative;
	}

.archive-content__post-img-wrapper img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.archive-content__post-img-wrapper--middle {
			width: 40vw;
			height: 23vw;
		}

.archive-content__post-img-wrapper--subsequent {
			width: 31vw;
			height: 17vw;
		}

.archive-content__post-img-wrapper--second {
			margin-left: auto;
		}

.archive-content__post-middle-content {
		width: 40vw;
	}

.archive-content__post-middle-content--first {
			margin-left: auto;
		}

.archive-content__post-date {
		font-size: 1.25vw;
		line-height: 1.25vw;
		font-weight: 300;
		color: #ff6666;
	}

.archive-content__post-excerpt {
		font-size: 1.35vw;
		line-height: 1.9vw;
		font-weight: 300;
		color: #fff;
		margin: .4vw 0 1.2vw 0;
	}

.archive-content__post-subsequent {
		margin-bottom: 3.5vw;
	}

.archive-content__post-subsequent .row__7 {
			display: -webkit-box;
			display: flex;
			-webkit-box-align: center;
			        align-items: center;	
		}

.archive-content__post-subsequent-content {
		width: 45vw;
	}

.archive-content__post-meta {
		font-size: 1.25vw;
		line-height: 1.7vw;
		font-weight: 300;
		color: #fff;
	}

.archive-content__read-more-link {
		font-size: 1.25vw;
		line-height: 1.7vw;
		font-weight: 300;
		color: #ff6666;
		font-style: italic;
		position: relative;
	}

.archive-content__read-more-link::before {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			width: 100%;
			height: .1vw;
			background-color: #ff6666;
			-webkit-transform: scaleX(0);
			        transform: scaleX(0);
			-webkit-transition: -webkit-transform .3s ease-in-out;
			transition: -webkit-transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		}

.archive-content__read-more-link:hover {
			color: #ff6666;
		}

.archive-content__read-more-link:hover::before {
			-webkit-transform: scaleX(1);
			        transform: scaleX(1);
		}

.archive-content__read-more-link:visited {
			color: #ff6666;
		}

/*! Archive Content Mobile*/

.archive-content-mob {
	padding-top: 3.2vw;
	width: 92vw;
	margin: 0 auto;
	display: block;

	/*&__post {
		margin-bottom: 9vw;
		text-align: center;
	}

	&__post-category {
		font-size: 3.7vw;
		line-height: 3.7vw;
		letter-spacing: .6vw;
		font-weight: 700;
		text-transform: lowercase;
		color: $mainRed;
		margin-bottom: 3.2vw;
		text-align: left;
	}

	&__post-img-title-link {
		width: 100%;
		height: 51.2vw;
		background-color: $midDarkBlue;
		overflow: hidden;
		position: relative;

		& img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		& h2 {
			position: absolute;
			bottom: 0;
			left: 0;
			font-size: 4.5vw;
			line-height: 5.3vw;
			padding: 4.5vw;
			font-weight: 700;
			width: 100%;
			color: #fff;
			background-color: rgba($midDarkBlue, .5);
			transition: color .3s ease-in-out;
		}

		&:hover h2 {
			color: $mainRed;
		}
	}*/
}

@media (min-width: 768px) {

.archive-content-mob {
		display: none
}
	}

.archive-content-mob__post {
		margin-bottom: 9vw;
		text-align: center;
	}

.archive-content-mob__post-img-title-link,
	.archive-content-mob__post-img-wrapper {
		width: 100%;
		height: 51.2vw;
		background-color: #15015C;
		overflow: hidden;
		position: relative;
	}

.archive-content-mob__post-img-title-link img, .archive-content-mob__post-img-wrapper img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.archive-content-mob__post-img-title-link h2 {
			position: absolute;
			bottom: 0;
			left: 0;
			font-size: 4.5vw;
			line-height: 5.3vw;
			padding: 4.5vw;
			font-weight: 700;
			width: 100%;
			color: #fff;
			background-color: rgba(21,1,92, .5);
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.archive-content-mob__post-img-title-link:hover h2 {
			color: #ff6666;
		}

.archive-content-mob__post-title {
		font-size: 6.4vw;
		line-height: 6.8vw;
		font-weight: 700;
		color: #fff;
		margin: 4vw 0 3.2vw 0;
	}

.archive-content-mob__post-title a {
			color: #fff;
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.archive-content-mob__post-title a:hover {
			color: #ff6666;
		}

.archive-content-mob__post-date,
	.archive-content-mob__post-excerpt {
		font-size: 4vw;
		font-weight: 300;
	}

.archive-content-mob__post-date {
		line-height: 4vw;
		display: block;
		color: #ff6666;	
	}

.archive-content-mob__post-excerpt {
		line-height: 5vw;
		color: #fff;
		margin: 3.2vw 0;
	}

/*! Page Content Marketing */

.page-content-marketing {
	background-image: url('../images/background-content-marketing-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-content-marketing {
		background-image: url('../images/background-content-marketing-main.svg')
}
	}

/*! Intro Content Marketing */

.intro-content-marketing {
	
	padding-top: 12.2vw; 
}

@media (min-width: 768px) {

.intro-content-marketing {
		padding-top: 3.96vw 
}
	}

.intro-content-marketing__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.intro-content-marketing__wrapper {
			width: 78.4%
	}
	}

.intro-content-marketing .videoplayer-wrapper {
		position: relative;
	}

.intro-content-marketing .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.intro-content-marketing .row > div:first-child {
		text-align: center;
	}

@media (min-width: 768px) {

.intro-content-marketing .row > div:first-child {
			text-align: left;
			padding-right: 3.9vw
	}
	}

.intro-content-marketing .row > div:first-child .videoplayer-wrapper {
			display: block;
		}

@media (min-width: 768px) {

.intro-content-marketing .row > div:first-child .videoplayer-wrapper {
				display: none
		}
	}

.intro-content-marketing .row > div:first-child .videoplayer-wrapper .plyr {
				width: 100%;
				margin: 4vw 0;
			}

.intro-content-marketing .row > div:nth-child(2) {
		display: none;
	}

@media (min-width: 768px) {

.intro-content-marketing .row > div:nth-child(2) {
			display: block
	}

			.intro-content-marketing .row > div:nth-child(2) .videoplayer-wrapper {
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}

				.intro-content-marketing .row > div:nth-child(2) .videoplayer-wrapper .plyr {
					width: 34.7vw;
					margin-left: auto;
				}
	}

.intro-content-marketing p {
		color: #fff;
		font-size: 4vw;
		line-height: 4.5vw;
	}

@media (min-width: 768px) {

.intro-content-marketing p {
			font-size: 1.2vw;
			line-height: 1.5vw
	}
	}

@media (min-width: 768px) {

.intro-content-marketing p:not(.intro-content-marketing__subtitle) {
			width: 33vw
	}
	}

p.intro-content-marketing__subtitle {
		font-size: 4vw;
		line-height: 4.5vw;
	}

@media (min-width: 768px) {

p.intro-content-marketing__subtitle {
			font-size: 1.5vw;
			line-height: 1.9vw;
			margin: .5vw 0
	}
	}

.intro-content-marketing h4 {
		font-size: 5.2vw;
		color: #ff6666;
		margin: 3.6vw 0 .6vw 0;
	}

@media (min-width: 768px) {

.intro-content-marketing h4 {
			font-size: 1.9vw;
			margin: .5vw 0 .5vw 0
	}
	}

/*! Idea Driven */

.idea-driven {
	
	padding-top: 14.9vw;
	text-align: center;
}

@media (min-width: 768px) {

.idea-driven {
		padding-top: 4.1vw
}
	}

.idea-driven__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.idea-driven__wrapper {
			width: 42.6vw
	}
	}

.idea-driven p {
		color: #fff;
		font-size: 4.5vw;
		line-height: 5.2vw;
	}

@media (min-width: 768px) {

.idea-driven p {
			font-size: 1.6vw;
			line-height: 2vw
	}
	}

.idea-driven p:not(.idea-driven__subtitle) {
		margin-bottom: 3.5vw;
	}

@media (min-width: 768px) {

.idea-driven p:not(.idea-driven__subtitle) {
			margin-bottom: 1.3vw
	}
	}

p.idea-driven__subtitle {
		width: 100%;
		margin: 3vw 0;
		font-size: 4vw;
		line-height: 4.5vw;
	}

@media (min-width: 768px) {

p.idea-driven__subtitle {
			width: 37vw;
			font-size: 1.6vw;
			line-height: 2vw;
			margin: .8vw auto
	}
	}

/*! Optimize Create */

.optimize-create {
	
	text-align: center;
	padding-top: 15vw;
}

@media (min-width: 768px) {

.optimize-create {
		padding-top: 3.9vw
}
	}

.optimize-create__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.optimize-create__wrapper {
			width: 47.5%
	}
	}

.optimize-create p, .optimize-create a, .optimize-create ul, .optimize-create ol
	{
		color: #fff;
		font-size: 4.5vw;
		line-height: 5.2vw;
	}

@media (min-width: 768px) {

.optimize-create p, .optimize-create a, .optimize-create ul, .optimize-create ol
	{
			font-size: 1.6vw;
			line-height: 2vw
	}
	}

.optimize-create p {
		margin-bottom: 4.3vw;
	}

@media (min-width: 768px) {

.optimize-create p {
			margin-bottom: 1.3vw
	}
	}

.optimize-create .videoplayer-wrapper {
		position: relative;
	}

.optimize-create .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.optimize-create .videoplayer-wrapper .plyr {
			width: 100%;
			margin: 4vw 0;
		}

@media (min-width: 768px) {

.optimize-create .videoplayer-wrapper .plyr {
				width: 34.7vw;
				margin: 1.3vw auto
		}
	}

/*! E-book */

.ebook {
	
	padding-top: 17vw;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

.ebook {
		padding-top: 4.3vw
}
	}

.ebook__wrapper {
		background-color: #15015C;
		padding: 7.4vw 8.7vw 7.4vw 10vw;
		margin: 0 auto;
		text-align: center;
	}

@media (min-width: 768px) {

.ebook__wrapper {
			padding: 2.4vw 2.8vw 2.4vw 3.2vw;
			width: 45.8vw;
			text-align: left
	}
	}

.ebook__wrapper .row > div:first-child {
			padding: 0 5vw 0 5vw;
			display: -webkit-box;
			display: flex;
			-webkit-box-align: center;
			        align-items: center;
		}

@media (min-width: 768px) {

.ebook__wrapper .row > div:first-child {
				padding: 0 2vw 0 0
		}
	}

.ebook__wrapper .row > div:last-child img {
			margin: 0 auto 6.4vw auto;
		}

@media (min-width: 768px) {

.ebook__wrapper .row > div:last-child img {
				margin: 0 0 0 auto
		}
	}

.ebook__wrapper p, .ebook__wrapper a {
			font-size: 4.5vw;
			line-height: 5vw;
		}

@media (min-width: 768px) {

.ebook__wrapper p, .ebook__wrapper a {
				font-size: 1.6vw;
				line-height: 1.8vw
		}
	}

.ebook__wrapper p {
			color: #fff;
		}

.ebook__wrapper a {
			color: #ff6666;
			text-decoration: underline;
		}

.ebook__wrapper a:visited {
				color: #ff6666;
			}

.ebook__wrapper img {
			display: block;
			width: 67.2vw;
		}

@media (min-width: 768px) {

.ebook__wrapper img {
				width: 13.1vw
		}
	}

/*! Page Animation */

.page-animation {
	background-image: url('../images/background-animation-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-animation {
		background-image: url('../images/background-animation-main.svg')
}
	}

/*! Intro Content Marketing */

.intro-animation {
	padding-top: 14.2vw;
}

@media (min-width: 768px) {

.intro-animation {
		padding-top: 4.75vw
}
	}

.intro-animation__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.intro-animation__wrapper {
			width: 62.3%
	}
	}

.intro-animation .videoplayer-wrapper {
		position: relative;
	}

.intro-animation .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.intro-animation .row > div:first-child {
		text-align: center;
		padding-right: .5vw;
	}

.intro-animation .row > div:first-child .videoplayer-wrapper {
			display: block;
		}

@media (min-width: 768px) {

.intro-animation .row > div:first-child .videoplayer-wrapper {
				display: none
		}
	}

.intro-animation .row > div:first-child .videoplayer-wrapper .plyr {
				width: 100%;
				margin: 4vw 0;
			}

.intro-animation .row > div:nth-child(2) {
		display: none;
	}

@media (min-width: 768px) {

.intro-animation .row > div:nth-child(2) {
			display: block
	}

			.intro-animation .row > div:nth-child(2) .videoplayer-wrapper {
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
			}

				.intro-animation .row > div:nth-child(2) .videoplayer-wrapper .plyr {
					width: 27.6vw;
					margin-left: auto;
				}
	}

.intro-animation p {
		color: #fff;
		font-size: 5vw;
		line-height: 5.8vw;
		margin: 0 0 4vw 0;
	}

@media (min-width: 768px) {

.intro-animation p {
			font-size: 1.6vw;
			line-height: 2vw;
			margin: .5vw 0 1.3vw 0
	}
	}

/*! Marketing Goals */

.marketing-goals {
	
	padding-top: 13vw;
	text-align: center;
}

@media (min-width: 768px) {

.marketing-goals {
		padding-top: 5vw
}
	}

.marketing-goals__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.marketing-goals__wrapper {
			width: 45.4%
	}
	}

.marketing-goals__subtitle {
		font-size: 5vw;
		line-height: 5.8vw;
		margin: 2vw auto 5vw auto;
		width: 88vw;
		color: #fff;
	}

@media (min-width: 768px) {

.marketing-goals__subtitle {
			font-size: 1.4vw;
			line-height: 1.8vw;
			margin: .6vw auto 1.4vw auto;
			width: 40.8vw
	}
	}

.marketing-goals .row {
		margin-bottom: 5.8vw;
	}

@media (min-width: 768px) {

.marketing-goals .row {
			margin-bottom: .7vw
	}
	}

.marketing-goals .row > div:not(:last-child) {
		margin-bottom: 8.5vw;
	}

@media (min-width: 768px) {

.marketing-goals .row > div:not(:last-child) {
			margin-bottom: 1vw
	}
	}

.marketing-goals__img-wrapper {
		width: 79.7vw;
		height: 46.7vw;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.marketing-goals__img-wrapper {
			width: 14vw;
			height: 8.2vw
	}
	}

.marketing-goals__img-wrapper img {
			position: absolute;
			width: 100%;
			height: auto;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%)
		}

.marketing-goals .row > div {
		padding: 0;
	}

@media (min-width: 768px) {

.marketing-goals .row > div {
			padding: 0 .5vw
	}
	}

.marketing-goals .row > div p {
			color: #ff6666;
			font-size: 5.3vw;
			line-height: 5.3vw;
			margin-top: 2.4vw;
			font-weight: 800;
		}

@media (min-width: 768px) {

.marketing-goals .row > div p {
				font-size: 1.5vw;
				line-height: 1.5vw;
				margin-top: .5vw
		}
	}

/*! Ditch Cheap */

.ditch-cheap {
	
	padding-top: 15.2vw;
	text-align: center;
}

@media (min-width: 768px) {

.ditch-cheap {
		padding-top: 4vw
}
	}

.ditch-cheap__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.ditch-cheap__wrapper {
			width: 41%
	}
	}

.ditch-cheap .videoplayer-wrapper {
		position: relative;
	}

.ditch-cheap .videoplayer-wrapper .loader {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.ditch-cheap .videoplayer-wrapper .plyr {
			width: 100%;
			margin: 3.2vw auto 0 auto;
		}

@media (min-width: 768px) {

.ditch-cheap .videoplayer-wrapper .plyr {
				width: 33vw;
				margin: 0 auto 1.8vw auto
		}
	}

.ditch-cheap__text {
		width: 100%;
		margin: 5vw auto 5vw auto;
	}

@media (min-width: 768px) {

.ditch-cheap__text {
			width: 40vw;
			margin: 1vw auto 1.8vw auto
	}
	}

.ditch-cheap__text p {
			color: #fff;
			font-size: 5vw;
			line-height: 5.8vw;
		}

@media (min-width: 768px) {

.ditch-cheap__text p {
				font-size: 1.6vw;
				line-height: 1.9vw
		}
	}

.ditch-cheap__text p:not(:last-child) {
			margin-bottom: 5vw;
		}

@media (min-width: 768px) {

.ditch-cheap__text p:not(:last-child) {
				margin-bottom: 2vw
		}
	}

/*! Simple Route */

.simple-route {
	
	padding-top: 14.6vw;
}

@media (min-width: 768px) {

.simple-route {
		padding-top: 3.5vw
}
	}

.simple-route__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.simple-route__wrapper {
			width: 38vw
	}
	}

.simple-route h3 {
		text-align: center;
		width: 62.4vw;
	}

@media (min-width: 768px) {

.simple-route h3 {
			width: 19.5vw
	}
	}

.simple-route .wysiwyg-simple {
		width: 80vw;
		margin: 2vw auto 0 auto;
	}

@media (min-width: 768px) {

.simple-route .wysiwyg-simple {
			width: 34vw;
			margin: .5vw auto 0 auto
	}
	}

.simple-route .wysiwyg-simple p, .simple-route .wysiwyg-simple a, .simple-route .wysiwyg-simple ul, .simple-route .wysiwyg-simple ol {
		color: #fff;
		font-size: 5vw;
		line-height: 5.8vw;
		}

@media (min-width: 768px) {

.simple-route .wysiwyg-simple p, .simple-route .wysiwyg-simple a, .simple-route .wysiwyg-simple ul, .simple-route .wysiwyg-simple ol {
				font-size: 1.6vw;
				line-height: 1.9vw
		}
	}

/*! Page Thank You Proposal*/

.page-thank-you-proposal {
	background-image: url('../images/background-thank-you-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-thank-you-proposal {
		background-image: url('../images/background-thank-you-main.svg')
}
	}

/*! Page Thank You Subscription*/

.page-thank-you-subscription {
	background-image: url('../images/background-thank-you-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-thank-you-subscription {
		background-image: url('../images/background-thank-you-main.svg')
}
	}

/*! Thank You */

.thank-you {
	padding-top: 11.5vw;
}

@media (min-width: 768px) {

.thank-you {
		padding-top: 9vw
}
	}

.thank-you__wrapper {
		width: 83.7vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.thank-you__wrapper {
			width: 60.9%
	}
	}

.thank-you .row {
		width: 100%;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.thank-you .row {
			width: 48.4vw
	}
	}

.thank-you .row > div:first-child img {
			width: 100%;
			display: block;
			margin-left: 0;
		}

@media (min-width: 768px) {

.thank-you .row > div:first-child img {
				width: 26vw;
				margin-left: 2.1vw
		}
	}

.thank-you .row > div:nth-child(2) {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
	}

@media (min-width: 768px) {

.thank-you .row > div:nth-child(2) {
			-webkit-box-align: end;
			        align-items: flex-end;
			-webkit-box-pack: start;
			        justify-content: flex-start
	}
	}

.thank-you__message {
		font-size: 5.6vw;
		line-height: 5.6vw;
		color: #ff6666;
		font-weight: 800;
		margin-left: 0;
		margin-top: 3.7vw;
	}

@media (min-width: 768px) {

.thank-you__message {
			font-size: 1.6vw;
			line-height: 1.6vw;
			margin-left: -2.1vw;
			margin-top: 0
	}
	}

.thank-you__time-being {
		text-align: center;
		font-size: 4.8vw;
		line-height: 4.8vw;
		margin-top: 9.3vw;
		color: #fff;
	}

@media (min-width: 768px) {

.thank-you__time-being {
			font-size: 1.5vw;
			line-height: 1.5vw;
			margin-top: 4.3vw
	}
	}

.thank-you--thank-you-subscription .row > div:first-child img {
				margin-left: 0;
			}

@media (min-width: 768px) {

.thank-you--thank-you-subscription .row > div:first-child img {
					margin-left: 1.6vw
			}
	}

.thank-you--thank-you-subscription .thank-you__message {
			margin-left: 0;
		}

@media (min-width: 768px) {

.thank-you--thank-you-subscription .thank-you__message {
				margin-left: -2.6vw
		}
	}

/*! Page Error */

.error404 {
	height: 100vh;
	width: 100%;
	background-image: url('../images/background-error-mobile.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 768px) {

.error404 {
		background-image: url('../images/background-error-main.svg')
}
	}

/*! Error Content */

.error-content {
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.error-content__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.error-content__wrapper {
			width: 51vw
	}
	}

.error-content h1 {
		font-size: 6.9vw;
		line-height: 6.9vw;
		color: #ff6666;
	}

@media (min-width: 768px) {

.error-content h1 {
			font-size: 3.5vw;
			line-height: 3.5vw
	}
	}

.error-content p {
		font-size: 8vw;
		line-height: 8vw;
		font-weight: 800;
		color: #fff;
	}

@media (min-width: 768px) {

.error-content p {
			font-size: 4.4vw;
			line-height: 4.6vw
	}
	}

.error-content p:first-of-type {
		margin: 3vw 0 2vw 0;
	}

@media (min-width: 768px) {

.error-content p:first-of-type {
			margin: 1.5vw 0 1vw 0
	}
	}

.error-content p:nth-of-type(2) {
		margin-bottom: 3vw;
	}

@media (min-width: 768px) {

.error-content p:nth-of-type(2) {
			margin-bottom: 1.5vw
	}
	}

/*! Page Default */

.page-default {
	background-image: url('../images/background-page-default-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-default {
		background-image: url('../images/background-page-default-main.svg')
}
	}

/*! Page Content */

.page-content {
	position: relative;
	z-index: 1;
	padding-top: 4vw;
}

@media (min-width: 768px) {

.page-content {
		padding-top: 1.8vw
}
	}

.page-content__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.page-content__wrapper {
			width: 78.7vw
	}
	}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content a {
		color: #ff6666;
	}

.page-content h1 {
		padding: 2vw 0 4vw 0;
	}

@media (min-width: 768px) {

.page-content h1 {
			padding: .7vw 0 1.4vw 0
	}
	}

.page-content h2 {
		font-size: 9.6vw;
		line-height: 9.6vw;
		padding: 2vw 0 3.7vw 0;
	}

@media (min-width: 768px) {

.page-content h2 {
			font-size: 3.3vw;
			line-height: 3.3vw;
			padding: .7vw 0 1.3vw 0
	}
	}

.page-content h3 {
		font-size: 6.7vw;
		line-height: 7.6vw;
		padding: 2vw 0 3.5vw 0;
	}

@media (min-width: 768px) {

.page-content h3 {
			font-size: 2.3vw;
			line-height: 2.6vw;
			padding: .7vw 0 1.2vw 0
	}
	}

.page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content span {
		color: #fff;
	}

.page-content h4 {
		font-size: 6.2vw;
		line-height: 7.1vw;
		padding: 2vw 0 3.1vw 0;
	}

@media (min-width: 768px) {

.page-content h4 {
			font-size: 2vw;
			line-height: 2.1vw;
			padding: .7vw 0 1.1vw 0
	}
	}

.page-content h5 {
		font-size: 5vw;
		line-height: 5.6vw;
		padding: 2vw 0 2.9vw 0;
	}

@media (min-width: 768px) {

.page-content h5 {
			font-size: 1.7vw;
			line-height: 1.9vw;
			padding: .7vw 0 1vw 0
	}
	}

.page-content h6 {
		font-size: 4.4vw;
		line-height: 5vw;
		padding: 2vw 0 2vw 0;
	}

@media (min-width: 768px) {

.page-content h6 {
			font-size: 1.5vw;
			line-height: 1.7vw;
			padding: .7vw 0 .7vw 0
	}
	}

.page-content p, .page-content a {
		font-size: 4vw;
		line-height: 5.1vw;
		padding-bottom: 3.5vw;
	}

@media (min-width: 768px) {

.page-content p, .page-content a {
			font-size: 1.6vw;
			line-height: 2vw;
			padding-bottom: 1.2vw
	}
	}

.page-content span {
		font-size: 4vw;
		line-height: 5.1vw;
	}

@media (min-width: 768px) {

.page-content span {
			font-size: 1.6vw;
			line-height: 2vw
	}
	}

.page-content a {
		text-decoration: underline;
	}

.page-content pre {
		font-size: 3.2vw;
		background-color: #41375a;
		color: #fff;
	}

@media (min-width: 768px) {

.page-content pre {
			font-size: 1.1vw
	}
	}

.page-content hr {
		background-color: rgba(255,102,102, .5);
		line-height: 1em;
	}

.page-content hr.is-style-default {
			width: 25%;
		}

.page-content hr.is-style-dots::before {
				color: #ff6666;
				font-size: 8vw;
			}

@media (min-width: 768px) {

.page-content hr.is-style-dots::before {
					font-size: 3vw
			}
	}

.page-content ul {
		font-size: 4vw;
		line-height: 5.1vw;
		padding: 0 0 3.5vw 6vw;
		list-style: none;
	}

@media (min-width: 768px) {

.page-content ul {
			font-size: 1.6vw;
			line-height: 2vw;
			padding: 0 0 1.2vw 3vw
	}
	}

.page-content ul li::before {
			content: "\2022";
		  color: #ff6666;
		  font-weight: bold;
		  display: inline-block;
		  width: 1em;
		  margin-left: -1em;
		}

.page-content ul li:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.page-content ul li:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.page-content ul li:last-child {
			margin-bottom: 0;
		}

.page-content ul ul, .page-content ul ol {
			margin: 0;
			padding-bottom: 0;
		}

.page-content ul ul li, .page-content ul ol li {
				margin-top: 2.1vw;
			}

@media (min-width: 768px) {

.page-content ul ul li, .page-content ul ol li {
					margin-top: .8vw
			}
	}

.page-content ol {
		font-size: 4vw;
		line-height: 5.1vw;
		padding: 0 0 3.5vw 6vw;
		list-style: none;
		counter-reset: li;
	}

@media (min-width: 768px) {

.page-content ol {
			font-size: 1.6vw;
			line-height: 2vw;
			padding: 0 0 1.2vw 3vw
	}
	}

.page-content ol li::before {
			content: counter(li) ".";
			color: #ff6666;
			font-weight: bold;
			display: inline-block; 
			width: 1em;
  		margin-left: -1em
		}

.page-content ol li {
			counter-increment: li;
		}

.page-content ol li:not(:last-child) {
			margin-bottom: 2.1vw;
		}

@media (min-width: 768px) {

.page-content ol li:not(:last-child) {
				margin-bottom: .8vw
		}
	}

.page-content ol li:last-child {
			margin-bottom: 0;
		}

.page-content ol ol, .page-content ol ul {
			margin: 0;
			padding-bottom: 0;
		}

.page-content ol ol li, .page-content ol ul li {
				margin-top: 2.1vw;
			}

@media (min-width: 768px) {

.page-content ol ol li, .page-content ol ul li {
					margin-top: .8vw
			}
	}

.page-content ol ul li::before {
			content: "\2022";
		  font-weight: bold;
		}

.page-content .wp-block-latest-comments {

		padding-left: 0;
		padding-bottom: 0;
	}

.page-content .wp-block-latest-comments img {
			width: 9vw;
			height: 9vw;
			border-radius: 50%;
			margin-right: 2vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-latest-comments img {
				width: 2.5vw;
				height: 2.5vw;
				margin-right: .5vw
		}
	}

.page-content .wp-block-latest-comments li {
			margin-bottom: 0;
		}

.page-content .wp-block-latest-comments li::before {
			display: none;
		}

.page-content .wp-block-latest-comments footer,
		.page-content .wp-block-latest-comments footer a,
		.page-content .wp-block-latest-comments footer time {
			font-size: 3vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-latest-comments footer,
		.page-content .wp-block-latest-comments footer a,
		.page-content .wp-block-latest-comments footer time {
				font-size: 1.1vw
		}
	}

.page-content .wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
		.page-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
			margin-left: 12vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
		.page-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
				margin-left: 3.5vw
		}
	}

.page-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
			padding-bottom: 0;
			margin-bottom: 2vw;
		}

.page-content .wp-block-archives li::before, .page-content .wp-block-categories li::before, .page-content .wp-block-latest-posts li::before, .page-content .wp-block-rss li::before {
		  color: #fff;
		}

.page-content .wp-block-rss li > div {
		display: inline-block;
	}

.page-content table {
		font-family: 'Montserrat';
		color: #fff;
		border-color: transparent;
		padding-bottom: 3.5vw;
		margin-bottom: 0;
		border-spacing: .25vw;
	}

@media (min-width: 768px) {

.page-content table {
			border-spacing: .15vw;
			padding-bottom: 1.2vw
	}
	}

.page-content table tbody {
			background-color: #41375a;
		}

.page-content table th {
			background-color: #ff6666;
			text-align: center;
			font-size: 3.2vw;
			text-transform: uppercase;
			letter-spacing: .2vw;
			padding: 2vw 4vw;
			border-radius: 1.5vw 1.5vw 0 0;
		}

@media (min-width: 768px) {

.page-content table th {
				font-size: 1.2vw;
				letter-spacing: .1vw;
				padding: 1.4vw 2.5vw;
				border-radius: .5vw .5vw 0 0
		}
	}

.page-content table td {
			font-size: 2.7vw;
			font-weight: 500;
			padding: 2vw 4vw;
		}

@media (min-width: 768px) {

.page-content table td {
				font-size: 1vw;
				padding: 1vw 2.5vw
		}
	}

.page-content table.is-style-stripes {
			color: #000;
			border-color: transparent;
			border-width: 0;
	}

.page-content table.is-style-stripes tr {
				background-color: #EFEFEF;
			}

.page-content table.is-style-stripes tr:nth-child(even) {
				background-color: #fff;
			}

.page-content .wp-block-calendar table {
			border-color: transparent;
		}

.page-content .wp-block-calendar caption {
			font-family: 'Avenir Next LT Pro';
			font-size: 4vw;
			line-height: 4.5vw;
			padding: 1vw 0;
			font-weight: bold;
			color: #fff;
			text-align: right;
		}

@media (min-width: 768px) {

.page-content .wp-block-calendar caption {
				font-size: 1.5vw;
				line-height: 1.7vw;
				padding: .3vw 0
		}
	}

.page-content .wp-block-calendar th {
			border-radius: 0;
			padding: 2vw 4vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-calendar th {
				padding: 1.4vw 2.5vw
		}
	}

.page-content .wp-block-calendar tr {
			color: #fff;
		}

.page-content .wp-block-calendar tr a {
				text-decoration: none;
			}

.page-content .wp-block-calendar tfoot td {
				padding: 1vw;
			}

@media (min-width: 768px) {

.page-content .wp-block-calendar tfoot td {
					padding: .5vw
			}
	}

.page-content .wp-block-calendar tfoot a {
				font-family: 'Avenir Next LT Pro';
				color: #ff6666;
				font-weight: 600;
				font-size: 3vw;
			}

@media (min-width: 768px) {

.page-content .wp-block-calendar tfoot a {
					font-size: 1vw
			}
	}

.page-content .wp-block-file {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.page-content .wp-block-file {
			padding-bottom: 1.2vw
	}
	}

.page-content .wp-block-file a {
			font-size: 3.2vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-file a {
				font-size: 1.2vw
		}
	}

.page-content .wp-block-file a.wp-block-file__button {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 2.9vw;
			padding: 1.3vw 2.6vw;
			border: none;
			color: #fff;
			font-weight: 600;
			display: inline-block;
		}

@media (min-width: 768px) {

.page-content .wp-block-file a.wp-block-file__button {
				font-size: 1.1vw;
				padding: .5vw 1vw
		}
	}

.page-content .wp-block-file a.wp-block-file__button:active {
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.page-content .wp-block-file a.wp-block-file__button:active, .page-content .wp-block-file a.wp-block-file__button:focus, .page-content .wp-block-file a.wp-block-file__button:hover {
				opacity: 1;
			}

.page-content .wp-block-button {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.page-content .wp-block-button {
			padding-bottom: 1.2vw
	}
	}

.page-content .wp-block-button a {
			font-family: 'Montserrat';
			font-size: 3.1vw;
			line-height: 3.1vw;
			padding: 2vw 2.2vw;
			color: #fff;
			font-weight: 600;
			background-color: #ec3033;
			display: inline-block;
			border: .5vw solid #ec3033;
			border-radius: 2vw;
			text-decoration: none;
			-webkit-transition: background-color .3s ease, color 2s ease;
			transition: background-color .3s ease, color 2s ease;
		}

@media (min-width: 768px) {

.page-content .wp-block-button a {
				font-size: 1.25vw;
				line-height: 1.25vw;
				padding: .8vw .9vw;
				border-radius: .8vw;
				border: .15vw solid #ec3033
		}
	}

.page-content .wp-block-button a:visited {
				color: #fff;
			}

.page-content .wp-block-button a:hover{
				background-color: #fff;
				color: #ec3033;
			}

.page-content .wp-block-media-text {
		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.page-content .wp-block-media-text {
			padding-bottom: 1.2vw
	}
	}

.page-content .wp-block-media-text .has-small-font-size {
			font-size: 3.4vw;
			line-height: 4.2vw;
			padding-bottom: 2.3vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-media-text .has-small-font-size {
				font-size: 1.3vw;
				line-height: 1.6vw;
				padding-bottom: .9vw
		}
	}

.page-content .wp-block-media-text .has-medium-font-size {
			font-size: 5.2vw;
			line-height: 6.5vw;
			padding-bottom: 3.6vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-media-text .has-medium-font-size {
				font-size: 2vw;
				line-height: 2.5vw;
				padding-bottom: 1.4vw
		}
	}

.page-content .wp-block-media-text .has-large-font-size {
			font-size: 6.5vw;
			line-height: 7.8vw;
			padding-bottom: 4.4vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-media-text .has-large-font-size {
				font-size: 2.5vw;
				line-height: 3vw;
				padding-bottom: 1.7vw
		}
	}

.page-content .wp-block-media-text .has-huge-font-size {
			font-size: 7.8vw;
			line-height: 9.6vw;
			padding-bottom: 5.2vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-media-text .has-huge-font-size {
				font-size: 3vw;
				line-height: 3.7vw;
				padding-bottom: 2vw
		}
	}

.page-content .is-stacked-on-mobile figure {
			padding-bottom: 2vw;
		}

.page-content .page-links {

		color: #fff; 
	}

.page-content .page-links a {
			font-size: 4vw;
			line-height: 5.1vw;
			padding: .7vw 1.3vw;
			color: #fff;
			text-decoration: none;
		}

@media (min-width: 768px) {

.page-content .page-links a {
				font-size: 1.6vw;
				line-height: 2vw;
				padding: .25vw .5vw
		}
	}

.page-content .page-links a:hover {
				background-color: #ec3033;
			}

.page-content .page-links .current {
			padding: .7vw 1.3vw;
			background-color: #ec3033;
		}

@media (min-width: 768px) {

.page-content .page-links .current {
				padding: .25vw .5vw
		}
	}

.page-content .wp-block-search {

		padding-bottom: 3.5vw;
		margin-bottom: 0;
	}

@media (min-width: 768px) {

.page-content .wp-block-search {
			padding-bottom: 1.2vw
	}
	}

.page-content .wp-block-search label {
			font-family: 'Avenir Next LT Pro';
			font-size: 4vw;
			line-height: 4.5vw;
			padding: .8vw 0 .8vw 0;
			font-weight: bold;
			color: #fff;
		}

@media (min-width: 768px) {

.page-content .wp-block-search label {
				font-size: 1.5vw;
				line-height: 1.7vw;
				padding: .3vw 0 .3vw 0
		}
	}

.page-content .wp-block-search input {
			font-family: 'Avenir Next LT Pro';
			font-size: 2.7vw;
			font-weight: bold;
			padding: 1vw;
			color: #ff6666;
			border-radius: .8vw;
			width: 100%;
			border: none;
		}

@media (min-width: 768px) {

.page-content .wp-block-search input {
				font-size: 1vw;
				padding: .4vw;
				border-radius: .3vw;
				width: auto
		}
	}

.page-content .wp-block-search input:focus {
			color: #ff6666;
			box-shadow: inset 0 0 1vw .2vw rgba(0, 0, 0, .5);
			border: none;
		}

@media (min-width: 768px) {

.page-content .wp-block-search input:focus {
				box-shadow: inset 0 0 .4vw .08vw rgba(0, 0, 0, .5)
		}
	}

.page-content .wp-block-search button {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 3.2vw;
			padding: 0;
			border: none;
			color: #fff;
			font-weight: 600;
			vertical-align: middle;
			width: 18.7vw;
			height: 6.7vw;
			cursor: pointer;
			border-radius: .8vw;
			margin: 1vw 0 0 0;
		}

@media (min-width: 768px) {

.page-content .wp-block-search button {
				font-size: 1.2vw;
				width: 7vw;
				height: 2.5vw;
				border-radius: .3vw;
				margin: 0 0 0 .5vw
		}
	}

.page-content .wp-block-search button:active {
				outline: none;
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

.page-content .wp-block-pullquote,
	.page-content .wp-block-quote {

		margin-bottom: 3.5vw;
		margin-top: 3.5vw;
		font-family: 'Avenir Next LT Pro';
	}

@media (min-width: 768px) {

.page-content .wp-block-pullquote,
	.page-content .wp-block-quote {
			margin-top: 1.2vw;
			margin-bottom: 1.2vw
	}
	}

.page-content .wp-block-pullquote blockquote p, .page-content .wp-block-quote blockquote p {
				font-size: 4vw;
				line-height: 5.1vw;
				padding-bottom: 3.5vw;
			}

@media (min-width: 768px) {

.page-content .wp-block-pullquote blockquote p, .page-content .wp-block-quote blockquote p {
					font-size: 1.6vw;
					line-height: 2vw;
					padding-bottom: 1.2vw
			}
	}

.page-content .wp-block-pullquote blockquote cite, .page-content .wp-block-quote blockquote cite {
				font-size: 3vw;
				line-height: 1vw;
			}

@media (min-width: 768px) {

.page-content .wp-block-pullquote blockquote cite, .page-content .wp-block-quote blockquote cite {
					font-size: 1.1vw;
					line-height: 1.6vw
			}
	}

.page-content .wp-block-quote {
		padding-left: 4vw;
		border-left: .8vw solid #ff6666;
	}

@media (min-width: 768px) {

.page-content .wp-block-quote {
			padding-left: 2vw;
			border-left: .2vw solid #ff6666
	}
	}

.page-content .wp-block-quote.is-style-large p {
			font-size: 6.75vw;
			line-height: 8.4vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-quote.is-style-large p {
				font-size: 2.6vw;
				line-height: 3.1vw
		}
	}

.page-content .wp-block-quote.is-style-large cite {
			font-size: 4vw;
			line-height: 5.1vw;
		}

@media (min-width: 768px) {

.page-content .wp-block-quote.is-style-large cite {
				font-size: 1.6vw;
				line-height: 2.3vw
		}
	}

/*! Page Search */

.page-search {
	background-image: url('../images/background-page-default-mobile.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 768px) {

.page-search {
		background-image: url('../images/background-page-default-main.svg')
}
	}

/*! Search Header */

.search-header {
	padding-top: 22vw;
}

@media (min-width: 768px) {

.search-header {
		padding-top: 10vw
}
	}

.search-header__wrapper {
		background: rgb(21,1,92);
		background: -webkit-gradient(linear, left bottom, left top, from(#15015C), to(#13073F));
		background: linear-gradient(to top, #15015C 0%, #13073F 100%);
	}

.search-header h1 {
		text-align: center;
		color: #ff6666;
		padding: 5vw 2vw;
		font-size: 8vw;
		line-height: 9vw;
	}

@media (min-width: 768px) {

.search-header h1 {
			padding: 3vw 1vw;
			font-size: 4vw;
			line-height: 4.2vw
	}
	}

/*! Search Result */

.search-result {
	padding-top: 4.5vw;
	position: relative;
	z-index: 1;
}

.search-result__wrapper {
		width: 92vw;
		margin: 0 auto;
	}

@media (min-width: 768px) {

.search-result__wrapper {
			width: 78.7vw
	}
	}

.search-result__result {
		width: 92vw;
		height: 54.6vw;
		position: relative;
		overflow: hidden;
	}

@media (min-width: 768px) {

.search-result__result {
			width: 36.5vw;
			height: 21.6vw
	}
	}

.search-result a:hover img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		        transform: translate(-50%, -50%) scale(1.1);
	}

.search-result img {
		position: absolute;
		width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) scale(1);
		        transform: translate(-50%, -50%) scale(1);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

.search-result__date-title {
		width: 100%;
		position: absolute;
		z-index: 1;
		color: #fff;
		background: rgba(19,7,63, .8);
		bottom: 0;
		padding: 3vw 3vw 4vw 3vw;
	}

@media (min-width: 768px) {

.search-result__date-title {
			padding: 1.5vw 1.5vw 2vw 1.5vw
	}
	}

.search-result__date-title p {
			font-size: 2.4vw;
			line-height: 2.4vw;
			margin-bottom: 1vw;
			color: #ff6666;
		}

@media (min-width: 768px) {

.search-result__date-title p {
				font-size: 1.2vw;
				line-height: 1.2vw;
				margin-bottom: .5vw
		}
	}

.search-result__date-title h2 {
			font-size: 4.5vw;
			line-height: 4.75vw;
		}

@media (min-width: 768px) {

.search-result__date-title h2 {
				font-size: 2vw;
				line-height: 2.1vw
		}
	}

.search-result .row > div {
		margin-bottom: 5.8vw;
	}

@media (min-width: 768px) {

.search-result .row > div {
			margin-bottom: 2.9vw
	}
	}

.search-result__none {
		width: 92vw;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 0;
	}

@media (min-width: 768px) {

.search-result__none {
			width: 80%;
			padding-bottom: 50vh
	}
	}

.search-result__none p {
			font-size: 6vw;
			line-height: 7vw;
			color: #fff;
			margin-bottom: 4vw;
		}

@media (min-width: 768px) {

.search-result__none p {
				font-size: 2vw;
				line-height: 2.3vw;
				margin-bottom: 2vw
		}
	}

.search-result__none .search-form input {
				font-family: 'Avenir Next LT Pro';
				font-size: 2.7vw;
				font-weight: bold;
				padding: 1vw;
				color: #ff6666;
				border-radius: .8vw;
				width: 100%;
				border: none;
				vertical-align: middle;
			}

@media (min-width: 768px) {

.search-result__none .search-form input {
					font-size: 1vw;
					padding: .4vw;
					border-radius: .3vw;
					width: 50%;
					height: 2.5vw
			}
	}

.search-result__none .search-form input::-webkit-input-placeholder {
  			color: rgba(255,102,102, .7);
			}

.search-result__none .search-form input::-moz-placeholder {
  			color: rgba(255,102,102, .7);
			}

.search-result__none .search-form input:-ms-input-placeholder {
  			color: rgba(255,102,102, .7);
			}

.search-result__none .search-form input::-ms-input-placeholder {
  			color: rgba(255,102,102, .7);
			}

.search-result__none .search-form input::placeholder {
  			color: rgba(255,102,102, .7);
			}

.search-result__none .search-form input:focus:not(.search-submit) {
				color: #ff6666;
				box-shadow: inset 0 0 1vw .2vw rgba(0, 0, 0, .5);
				border: none;
			}

@media (min-width: 768px) {

.search-result__none .search-form input:focus:not(.search-submit) {
					box-shadow: inset 0 0 .4vw .08vw rgba(0, 0, 0, .5)
			}
	}

.search-result__none .search-form .search-submit {
				background: #ec3033;
				font-family: 'Montserrat';
				font-size: 3.2vw;
				padding: 0;
				border: none;
				color: #fff;
				font-weight: 600;
				vertical-align: middle;
				width: 92vw;
				height: 6.7vw;
				cursor: pointer;
				border-radius: .8vw;
				margin: 1vw 0 0 0;
			}

@media (min-width: 768px) {

.search-result__none .search-form .search-submit {
					font-size: 1.2vw;
					width: 7vw;
					height: 2.5vw;
					border-radius: .3vw;
					margin: 0 0 0 .5vw
			}
	}

.search-result__none .search-form .search-submit:active {
					outline: none;
					-webkit-transform: translate(.1vw, .1vw);
					        transform: translate(.1vw, .1vw);
				}

/*! Content None */

.content-none {
	padding: 20vh 4vw 0 4vw;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media (min-width: 768px) {

.content-none {
		padding: 40vh 6vw 60vh 6vw
}
	}

.content-none p {
		font-size: 6vw;
		line-height: 7vw;
		color: #fff;
		margin-bottom: 4vw;
	}

@media (min-width: 768px) {

.content-none p {
			font-size: 2.5vw;
			line-height: 3vw;
			margin-bottom: 2vw
	}
	}

.content-none a {
		color: #ff6666;
		text-decoration: underline;
	}

.content-none .search-form input {
			font-family: 'Avenir Next LT Pro';
			font-size: 2.7vw;
			font-weight: bold;
			padding: 1vw;
			color: #ff6666;
			border-radius: .8vw;
			width: 100%;
			border: none;
			vertical-align: middle;
		}

@media (min-width: 768px) {

.content-none .search-form input {
				font-size: 1vw;
				padding: .4vw;
				border-radius: .3vw;
				width: 50%;
				height: 2.5vw
		}
	}

.content-none .search-form input::-webkit-input-placeholder {
			color: rgba(255,102,102, .7);
		}

.content-none .search-form input::-moz-placeholder {
			color: rgba(255,102,102, .7);
		}

.content-none .search-form input:-ms-input-placeholder {
			color: rgba(255,102,102, .7);
		}

.content-none .search-form input::-ms-input-placeholder {
			color: rgba(255,102,102, .7);
		}

.content-none .search-form input::placeholder {
			color: rgba(255,102,102, .7);
		}

.content-none .search-form input:focus:not(.search-submit) {
			color: #ff6666;
			box-shadow: inset 0 0 1vw .2vw rgba(0, 0, 0, .5);
			border: none;
		}

@media (min-width: 768px) {

.content-none .search-form input:focus:not(.search-submit) {
				box-shadow: inset 0 0 .4vw .08vw rgba(0, 0, 0, .5)
		}
	}

.content-none .search-form .search-submit {
			background: #ec3033;
			font-family: 'Montserrat';
			font-size: 3.2vw;
			padding: 0;
			border: none;
			color: #fff;
			font-weight: 600;
			vertical-align: middle;
			width: 92vw;
			height: 6.7vw;
			cursor: pointer;
			border-radius: .8vw;
			margin: 1vw 0 0 0;
		}

@media (min-width: 768px) {

.content-none .search-form .search-submit {
				font-size: 1.2vw;
				width: 7vw;
				height: 2.5vw;
				border-radius: .3vw;
				margin: 0 0 0 .5vw
		}
	}

.content-none .search-form .search-submit:active {
				outline: none;
				-webkit-transform: translate(.1vw, .1vw);
				        transform: translate(.1vw, .1vw);
			}

/*! Policy Hero */

.policy-hero {
	width: 100%;
	height: 51.5vw;
	background-image: url('../images/hero-background-policy-mobile.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	padding-top: 37vw;
	overflow-x: hidden;
}

@media (min-width: 768px) {

.policy-hero {
		background-image: url('../images/hero-background-policy.svg');
		height: 19.5vw;
		padding-top: 13vw
}
	}

.policy-hero h1 {
		font-size: 7.2vw;
		color: #fff;
	}

@media (min-width: 768px) {

.policy-hero h1 {
			font-size: 2.8vw
	}
	}

/*! Signup Button */

.signup-button-form {
	width: 82vw;
	height: 11.9vw;
	margin: 4vw auto 0 auto;
	background-color: rgba(236,48,51, 1);
	border-radius: 6vw;
	border: .7vw solid #ec3033;
	position: relative;
	-webkit-transition: background-color .1s ease, border-radius .3s ease;
	transition: background-color .1s ease, border-radius .3s ease;
}

@media (min-width: 768px) {

.signup-button-form {
		width: 21.8vw;
		height: 3.75vw;
		margin: 2vw auto 0 auto;
		border-radius: 2vw;
		border: .2vw solid #ec3033
}
	}

.signup-button-form__text {
		font-family: 'Montserrat';
		text-align: center;
		position: absolute;
		color: #fff;
		font-size: 3.8vw;
		line-height: 11vw;
		font-weight: 600;
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 1;
		border-radius: 6vw;
		background-color: #ec3033;
		cursor: pointer;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

@media (min-width: 768px) {

.signup-button-form__text {
			font-size: 1.2vw;
			line-height: 3.4vw;
			border-radius: 2vw
	}
	}

.signup-button-form__email {
		width: 80%;
		height: 100%;
		font-family: 'Avenir Next LT Pro';
		font-size: 3.5vw;
		padding: 0 3vw;
		font-weight: 600;
		color: #fff;
		position: absolute;
		left: 0;
		background-color: transparent;
		border: none;
		opacity: 0;
		-webkit-transition: opacity .3s ease .2s;
		transition: opacity .3s ease .2s;
	}

@media (min-width: 768px) {

.signup-button-form__email {
			font-size: 1.1vw;
			padding: 0 .8vw
	}
	}

.signup-button-form__email:focus {
			color: #fff;
		}

.signup-button-form__email::-webkit-input-placeholder {
  		color: rgba(255,255,255, .7);
		}

.signup-button-form__email::-moz-placeholder {
  		color: rgba(255,255,255, .7);
		}

.signup-button-form__email:-ms-input-placeholder {
  		color: rgba(255,255,255, .7);
		}

.signup-button-form__email::-ms-input-placeholder {
  		color: rgba(255,255,255, .7);
		}

.signup-button-form__email::placeholder {
  		color: rgba(255,255,255, .7);
		}

.signup-button-form__email:-webkit-autofill {
		  -webkit-text-fill-color: #fff !important;
		}

.signup-button-form__email:-webkit-autofill,
		.signup-button-form__email:-webkit-autofill:hover,
		.signup-button-form__email:-webkit-autofill:focus,
		.signup-button-form__email:-webkit-autofill:active  {
		  -webkit-transition-delay: 99999s;
		}

.signup-button-form__submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
		height: 100%;
		border: none;
		padding: 0;
		background-color: transparent;
		background-image: url('../images/arrow-right-long-white.svg');
    background-size: 65% auto;
    background-position: center .3vw;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
	}

@media (min-width: 768px) {

.signup-button-form__submit {
    	background-position: center 60%
	}
	}

.signup-button-form--focused {
		background-color: rgba(236,48,51, 0);
		border-radius: 0;
	}

.signup-button-form--focused .signup-button-form__text {
			opacity: 0;
			visibility: hidden;
			border-radius: 0;
		}

.signup-button-form--focused .signup-button-form__email {
			opacity: 1;
		}

.signup-button-form--focused .signup-button-form__submit {
			opacity: 1;
			visibility: visible;
		}

/*! Loader */

.loader {
  color: #ff6666;
  font-size: 3vw;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load 1.3s infinite linear;
          animation: load 1.3s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media (min-width: 768px) {

.loader {
    font-size: 1vw
}
	}

.loader--hidden {
    display: none;
  }

/*! Post Table Of Contents */

.post-table-of-contents {
	text-align: center;
	margin: 5vw 0;
}

@media (min-width: 768px) {

.post-table-of-contents {
		margin: 2vw 0
}
	}

.post-table-of-contents h2 {
		margin-bottom: 3vw;
	}

@media (min-width: 768px) {

.post-table-of-contents h2 {
			margin-bottom: 1vw
	}
	}

.post-table-of-contents a {
		display: inline-block;
		text-decoration: none;
	}

.post-table-of-contents a:hover > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}

.post-table-of-contents a:hover .post-table-of-contents__chapter__title {
		color: #fff;
	}

.post-table-of-contents__chapter {
		padding: 5vw 7vw 0 7vw;
	}

@media (min-width: 768px) {

.post-table-of-contents__chapter {
			padding: 1vw 1.5vw 0 1.5vw
	}
	}

.post-table-of-contents__chapter img {
			display: block;
			width: 51.2vw;
			margin: 0 auto 4vw auto;
			-webkit-transition: -webkit-transform .2s ease-in-out;
			transition: -webkit-transform .2s ease-in-out;
			transition: transform .2s ease-in-out;
			transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
		}

@media (min-width: 768px) {

.post-table-of-contents__chapter img {
				width: 10vw;
				margin: 0 auto 1vw auto
		}
	}

p.post-table-of-contents__chapter__title {
			font-size: 5.5vw;
			font-weight: 600;
			line-height: 5.5vw;
			padding-bottom: 3vw;
			color: #ff6666;
			-webkit-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
		}

@media (min-width: 768px) {

p.post-table-of-contents__chapter__title {
				font-size: 1.4vw;
				line-height: 1.6vw;
				padding-bottom: .8vw
		}
	}

p.post-table-of-contents__chapter__content-title {
			font-size: 4vw;
			line-height: 4.5vw;
		}

@media (min-width: 768px) {

p.post-table-of-contents__chapter__content-title {
				font-size: 1.2vw;
				line-height: 1.6vw
		}
	}

/*! Scroll Top */

.scroll-top {

	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	position: fixed;
	left: -5vw;
	bottom: 3vw;
	z-index: 1;
	cursor: pointer;
	background-color: #ff6666;
	border: none;
	font-size: .8vw;
	font-weight: 800;
	color: #fff;
	padding: 0 .5vw .4vw .5vw;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
	display: none;
}

@media (min-width: 768px) {

.scroll-top {
		display: block
}
	}

.scroll-top span {
		display: inline-block;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

.scroll-top i {
		font-size: 1.6vw;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

.scroll-top:hover span {
			-webkit-transform: scale(0);
			        transform: scale(0);
		}

.scroll-top:hover i {
			-webkit-transform: translateY(.9vw) scale(1.8) rotate(720deg);
			        transform: translateY(.9vw) scale(1.8) rotate(720deg);
		}

.scroll-top--show {
		left: 5vw;
	}

/*! Author Hero */

.author-hero {
	width: 100%;
	height: 140.3vw;
	background-image: url('../images/hero-background-main-mobile.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 24vw;
}

@media (min-width: 768px) {

.author-hero {
		background-image: url('../images/hero-background-blog.svg');
		height: 53.8vw;
		padding-top: 9.8vw
}
	}

.author-hero__author-box {
		text-align: center;
		width: 81.6vw;
		margin: 6vw auto 0 auto;
		padding: 6vw 6vw;
		position: relative;
		z-index: 1;
		background-color: rgba(19,7,63, .6);
	}

@media (min-width: 768px) {

.author-hero__author-box {
			width: 52vw;
			margin: 2.5vw auto 0 auto;
			padding: 2vw 3vw
	}
	}

.author-hero__author-box img {
			width: 30vw;
			border-radius: 50%;
		}

@media (min-width: 768px) {

.author-hero__author-box img {
				width: 10vw
		}
	}

.author-hero__author-box h1 {
			font-size: 7vw;
			line-height: 7vw;
			font-weight: 700;
			margin: 1.7vw 0 3.8vw 0;
			padding: 0;
			color: #ff6666;
			text-transform: lowercase;
		}

@media (min-width: 768px) {

.author-hero__author-box h1 {
				font-size: 3.2vw;
				line-height: 3.2vw;
				margin: .4vw 0 1.2vw 0
		}
	}

.author-hero__author-box p {
			font-size: 4vw;
			line-height: 4.4vw;
			margin-bottom: 6.4vw;
			padding: 0;
			color: #fff;
		}

@media (min-width: 768px) {

.author-hero__author-box p {
				font-size: 1.6vw;
				line-height: 1.7vw;
				margin-bottom: 1.4vw
		}
	}

.author-hero__author-socials a, .author-hero__author-socials i {
			font-size: 5vw;
			line-height: 5vw;
		}

@media (min-width: 768px) {

.author-hero__author-socials a, .author-hero__author-socials i {
				font-size: 1.6vw;
				line-height: 1.6vw
		}
	}

.author-hero__author-socials a:first-child {
			margin-right: 3vw;
		}

@media (min-width: 768px) {

.author-hero__author-socials a:first-child {
				margin-right: 1vw
		}
	}

.author-hero__author-socials a:hover i {
			color: #fff;
		}

.author-hero__author-socials i {
			color: #ff6666;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}

/*! Author Content */

.author-content {
	position: relative;
	z-index: 1;
	width: 92vw;
	margin: 3.2vw auto 0 auto;
}

@media (min-width: 768px) {

.author-content {
		width: 83.33%;
		margin-top: -2.9vw
}
	}

.author-content > div {
		margin-bottom: 9vw;
	}

@media (min-width: 768px) {

.author-content > div {
			margin-bottom: 4.8vw
	}
	}

.author-content > div .row__author-post-content {
			text-align: center;
		}

.author-content > div:nth-child(2n) .row__author-post-content {
			padding-right: 1vw;
		}

@media (min-width: 768px) {

.author-content > div:nth-child(2n) .row__author-post-content {
				text-align: right
		}
	}

.author-content > div:nth-child(2n + 1) .row__author-post-content {
			padding-left: 1vw;
		}

@media (min-width: 768px) {

.author-content > div:nth-child(2n + 1) .row__author-post-content {
				text-align: left
		}
	}

.author-content__post-img-wrapper {
		background-color: #15015C;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 37.4vw;
		margin-bottom: 3vw;
	}

@media (min-width: 768px) {

.author-content__post-img-wrapper {
			height: 18.12vw;
			margin-bottom: 0
	}
	}

.author-content__post-img-wrapper img {
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

.author-content__post-category {
		font-size: 2.8vw;
		line-height: 2.8vw;
		color: #ff6666;
		font-weight: 700;
		letter-spacing: 1vw;
		text-transform: lowercase;
	}

@media (min-width: 768px) {

.author-content__post-category {
			font-size: 1vw;
			line-height: 1vw;
			letter-spacing: .3vw
	}
	}

.author-content__post-category:visited {
			color: #ff6666;
		}

.author-content__post-title {
		font-size: 5.4vw;
		line-height: 5.8vw;
		margin: 2vw 0 2.2vw 0;
		font-weight: 700;
	}

@media (min-width: 768px) {

.author-content__post-title {
			font-size: 1.9vw;
			line-height: 2.1vw;
			margin: .4vw 0 1vw 0
	}
	}

.author-content__post-title a {
			color: #fff;
			-webkit-transition: color .3s ease-in-out;
			transition: color .3s ease-in-out;
		}

.author-content__post-title a:hover {
			color: #ff6666;
		}

.author-content__post-date {
		font-size: 3.3vw;
		line-height: 3.3vw;
		font-weight: 300;
		color: #ff6666;
	}

@media (min-width: 768px) {

.author-content__post-date {
			font-size: 1.15vw;
			line-height: 1.15vw
	}
	}

.author-content__post-excerpt {
		font-size: 3.3vw;
		line-height: 4.75vw;
		font-weight: 300;
		color: #fff;
		margin: 1vw 0 3vw 0;
	}

@media (min-width: 768px) {

.author-content__post-excerpt {
			font-size: 1.25vw;
			line-height: 1.8vw;
			margin: .4vw 0 1.2vw 0
	}
	}