@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Kalam:300,400,700&display=swap&subset=devanagari,latin-ext);

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	word-wrap: break-word
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin: 1rem 0;
	text-align: left
}

a {
	max-width: 100%
}

[role=button],
[type=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

textarea {
	overflow: auto;
	resize: vertical
}

input::-ms-clear {
	display: none
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

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

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

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

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.block {
	display: block !important
}

.inline-block {
	display: inline-block !important
}

.flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.margin-none {
	margin: 0 !important
}

.margin-left-none {
	margin-left: 0 !important
}

.margin-right-none {
	margin-right: 0 !important
}

.margin-bottom-none {
	margin-bottom: 0 !important
}

.margin-bottom-text {
	margin-bottom: 1.5rem !important
}

.margin-bottom-1 {
	margin-bottom: 1rem !important
}

.margin-bottom-2 {
	margin-bottom: 2rem !important
}

.margin-bottom-half {
	margin-bottom: .5rem !important
}

.margin-top-none {
	margin-top: 0 !important
}

.margin-top-text {
	margin-top: 1.5rem !important
}

.margin-top-1 {
	margin-top: 1rem !important
}

.margin-top-half {
	margin-top: .5rem !important
}

.margin-top-small {
	margin-top: .25rem !important
}

.margin-right-1 {
	margin-right: 1rem !important
}

.padding-none {
	padding: 0 !important
}

.padding-top-none {
	padding-top: 0 !important
}

.padding-bottom-none {
	padding-bottom: 0 !important
}

.padding-bottom-gap-mini {
	padding-bottom: 5px !important
}

.padding-wide {
	padding: 0 1.5rem !important
}

.align-center {
	text-align: center !important
}

@media (min-width:570px) {
	.align-center-md {
		text-align: center !important
	}
}

.align-left {
	text-align: left !important
}

@media (min-width:570px) {
	.align-left-md {
		text-align: left !important
	}
}

.align-right {
	text-align: right !important
}

@media (min-width:570px) {
	.align-right-md {
		text-align: right !important
	}
}

.float-left {
	float: left !important
}

@media (min-width:570px) {
	.float-left-md {
		float: left !important
	}
}

.float-right {
	float: right !important
}

@media (min-width:570px) {
	.float-right-md {
		float: right !important
	}
}

.float-none {
	float: none !important
}

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

.width-100 {
	width: 100%
}

.max-width-100 {
	max-width: 100%
}

.height-100 {
	height: 100%
}

.min-height-100 {
	min-height: 100%
}

.color-inherit {
	color: inherit !important
}

.color-white {
	color: #fff !important
}

.color-black {
	color: #333 !important
}

.color-info {
	color: #6495ed !important
}

.background-light {
	background: #fff !important
}

.background-dark {
	background: #2b2b2b !important
}

.background-dec-contrast {
	background: #b3b4ff !important
}

.background-none {
	background: none !important
}

.font-title {
	font-family: inherit !important
}

.font-body {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important
}

.reset-font {
	font-family: initial !important
}

.font-size-body-small,
.font-size-body-small>p {
	font-size: 1rem !important
}

.font-size-min {
	font-size: .75rem !important
}

.font-size-mini {
	font-size: .6875rem !important
}

.reset-font-size {
	font-size: inherit !important
}

.h1 {
	font-weight: 300
}

@media screen and (min-width:570px) {
	.h1 {
		font-size: calc(2.5rem + 30*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h1 {
		font-size: 4.375rem
	}
}

@media screen and (max-width:570px) {
	.h1 {
		font-size: 2.5rem
	}
}

@media screen and (min-width:570px) {
	.h1-size {
		font-size: calc(2.5rem + 30*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h1-size {
		font-size: 4.375rem
	}
}

@media screen and (max-width:570px) {
	.h1-size {
		font-size: 2.5rem
	}
}

.h2 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	.h2 {
		font-size: calc(1.5rem + 8*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h2 {
		font-size: 2rem
	}
}

@media screen and (max-width:570px) {
	.h2 {
		font-size: 1.5rem
	}
}

@media screen and (min-width:570px) {
	.h2-size {
		font-size: calc(1.5rem + 8*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h2-size {
		font-size: 2rem
	}
}

@media screen and (max-width:570px) {
	.h2-size {
		font-size: 1.5rem
	}
}

.h3 {
	font-weight: 600
}

@media screen and (min-width:570px) {
	.h3 {
		font-size: calc(1.125rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h3 {
		font-size: 1.5rem
	}
}

@media screen and (max-width:570px) {
	.h3 {
		font-size: 1.125rem
	}
}

@media screen and (min-width:570px) {
	.h3-size {
		font-size: calc(1.125rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h3-size {
		font-size: 1.5rem
	}
}

@media screen and (max-width:570px) {
	.h3-size {
		font-size: 1.125rem
	}
}

.h4 {
	font-weight: 500
}

@media screen and (min-width:570px) {
	.h4 {
		font-size: calc(.9375rem + 5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h4 {
		font-size: 1.25rem
	}
}

@media screen and (max-width:570px) {
	.h4 {
		font-size: .9375rem
	}
}

@media screen and (min-width:570px) {
	.h4-size {
		font-size: calc(.9375rem + 5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h4-size {
		font-size: 1.25rem
	}
}

@media screen and (max-width:570px) {
	.h4-size {
		font-size: .9375rem
	}
}

.h5 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	.h5 {
		font-size: calc(.84375rem + 4.5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h5 {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.h5 {
		font-size: .84375rem
	}
}

@media screen and (min-width:570px) {
	.h5-size {
		font-size: calc(.84375rem + 4.5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h5-size {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.h5-size {
		font-size: .84375rem
	}
}

.h6 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	.h6 {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h6 {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.h6 {
		font-size: .75rem
	}
}

@media screen and (min-width:570px) {
	.h6-size {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.h6-size {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.h6-size {
		font-size: .75rem
	}
}

.weight-light {
	font-weight: 300
}

.weight-normal {
	font-weight: 400
}

.weight-medium {
	font-weight: 500 !important
}

.weight-semibold {
	font-weight: 600
}

.weight-bolder {
	font-weight: bolder
}

.weight-bold {
	font-weight: 700
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.capitalize {
	text-transform: capitalize
}

.reset-line-height {
	line-height: 1
}

.line-height-normal {
	line-height: 1.5
}

.decoration-none {
	text-decoration: none
}

.letter-spacing-small {
	letter-spacing: .025em
}

.letter-spacing-medium {
	letter-spacing: .05em
}

.borders {
	border: 1px solid rgba(0, 0, 0, .2)
}

.border-top {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.border-left {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.border-right {
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.border-radius-100 {
	border-radius: 100%
}

.border-none {
	border: none !important
}

.display-none {
	display: none !important
}

@media (max-width:320px) {
	.display-none-small {
		display: none !important
	}
}

@media (max-width:570px) {
	.display-none-small-medium {
		display: none !important
	}
}

@media (min-width:570px) {
	.display-none-medium {
		display: none !important
	}
}

@media (min-width:900px) {
	.display-none-large {
		display: none !important
	}
}

@media (max-width:1070px) {
	.display-none-to-huge {
		display: none !important
	}
}

@media (min-width:1070px) {
	.display-none-huge {
		display: none !important
	}
}

@media (max-width:1370px) {
	.display-none-to-wide {
		display: none !important
	}
}

.opacity-half {
	opacity: .5
}

.overflow-hidden {
	overflow: hidden !important
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

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

.clearfix:after,
.sass-variable {
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.sass-variable {
	position: fixed;
	left: -100000px;
	top: -100000px;
	pointer-events: none
}

.sass-variable.burger-max-width:after {
	content: "900px"
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: .5em;
	color: #383a42;
	background: #fafafa
}

.hljs-comment,
.hljs-quote {
	color: #a0a1a7;
	font-style: italic
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
	color: #a626a4
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
	color: #e45649
}

.hljs-literal {
	color: #0184bb
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
	color: #50a14f
}

.hljs-built_in,
.hljs-class .hljs-title {
	color: #c18401
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
	color: #986801
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
	color: #4078f2
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: 700
}

.hljs-link {
	text-decoration: underline
}

.palette-dark .hljs {
	display: block;
	overflow-x: auto;
	padding: .5em;
	color: #abb2bf;
	background: #282c34
}

.palette-dark .hljs-comment,
.palette-dark .hljs-quote {
	color: #5c6370;
	font-style: italic
}

.palette-dark .hljs-doctag,
.palette-dark .hljs-formula,
.palette-dark .hljs-keyword {
	color: #c678dd
}

.palette-dark .hljs-deletion,
.palette-dark .hljs-name,
.palette-dark .hljs-section,
.palette-dark .hljs-selector-tag,
.palette-dark .hljs-subst {
	color: #e06c75
}

.palette-dark .hljs-literal {
	color: #56b6c2
}

.palette-dark .hljs-addition,
.palette-dark .hljs-attribute,
.palette-dark .hljs-meta-string,
.palette-dark .hljs-regexp,
.palette-dark .hljs-string {
	color: #98c379
}

.palette-dark .hljs-built_in,
.palette-dark .hljs-class .hljs-title {
	color: #e6c07b
}

.palette-dark .hljs-attr,
.palette-dark .hljs-number,
.palette-dark .hljs-selector-attr,
.palette-dark .hljs-selector-class,
.palette-dark .hljs-selector-pseudo,
.palette-dark .hljs-template-variable,
.palette-dark .hljs-type,
.palette-dark .hljs-variable {
	color: #d19a66
}

.palette-dark .hljs-bullet,
.palette-dark .hljs-link,
.palette-dark .hljs-meta,
.palette-dark .hljs-selector-id,
.palette-dark .hljs-symbol,
.palette-dark .hljs-title {
	color: #61aeee
}

.palette-dark .hljs-emphasis {
	font-style: italic
}

.palette-dark .hljs-strong {
	font-weight: 700
}

.palette-dark .hljs-link {
	text-decoration: underline
}

body {
	font-family: Open Sans, sans-serif;
	color: #333;
	background: #fff;
	height: 100%
}

h1 {
	font-weight: 300
}

@media screen and (min-width:570px) {
	h1 {
		font-size: calc(2.5rem + 30*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h1 {
		font-size: 4.375rem
	}
}

@media screen and (max-width:570px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	h2 {
		font-size: calc(1.5rem + 8*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h2 {
		font-size: 2rem
	}
}

@media screen and (max-width:570px) {
	h2 {
		font-size: 1.5rem
	}
}

h3 {
	font-weight: 600
}

@media screen and (min-width:570px) {
	h3 {
		font-size: calc(1.125rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h3 {
		font-size: 1.5rem
	}
}

@media screen and (max-width:570px) {
	h3 {
		font-size: 1.125rem
	}
}

h4 {
	font-weight: 500
}

@media screen and (min-width:570px) {
	h4 {
		font-size: calc(.9375rem + 5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h4 {
		font-size: 1.25rem
	}
}

@media screen and (max-width:570px) {
	h4 {
		font-size: .9375rem
	}
}

h5 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	h5 {
		font-size: calc(.84375rem + 4.5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h5 {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	h5 {
		font-size: .84375rem
	}
}

h6 {
	font-weight: 700
}

@media screen and (min-width:570px) {
	h6 {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	h6 {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	h6 {
		font-size: .75rem
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	line-height: 1.2;
	color: #a8a8a8
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
	margin-bottom: 1.5rem
}

p {
	font-weight: 300
}

@media screen and (min-width:570px) {
	p {
		font-size: calc(1rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	p {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	p {
		font-size: 1rem
	}
}

p:not(:last-child) {
	margin-bottom: 1.5rem
}

a {
	color: #b3b4ff
}

a.has-border {
	text-decoration: none;
	border-bottom: 1px solid
}

a.no-decoration {
	text-decoration: none;
	border: none
}

strong {
	font-weight: bolder
}

em {
	font-style: italic
}

::-moz-selection {
	background: #b3b4ff;
	color: #fff
}

::selection {
	background: #b3b4ff;
	color: #fff
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast
}

table {
	width: 100%
}

table:not(:last-child) {
	margin-bottom: 1.5rem
}

@media (max-width:570px) {
	table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap
	}

	table tbody th {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		background: #fff;
		background-clip: padding-box
	}
}

table tbody th {
	text-align: left
}

table th {
	font-weight: bolder
}

table td,
table th {
	padding: .5em 1em
}

table.no-offset td:first-child,
table.no-offset th:first-child {
	padding-left: 0
}

table.no-offset td:last-child,
table.no-offset th:last-child {
	padding-right: 0
}

table:not(.no-hover) tr:hover {
	background: rgba(0, 0, 0, .05)
}

table tr:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

code,
pre {
	font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	background: rgba(0, 0, 0, .05)
}

code {
	padding: .2em .5em;
	border-radius: 2px
}

pre {
	padding: 2em;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

pre:not(:last-child) {
	margin-bottom: 1.5rem
}

mark {
	position: relative;
	background: none;
	color: #b3b4ff
}

mark:after {
	content: "";
	background: rgba(228, 101, 110, .3);
	position: absolute;
	left: -.08em;
	right: -.08em;
	bottom: 0;
	height: 44%
}

abbr {
	text-decoration: none
}

hr.short {
	max-width: 70px
}

.column-item {
	height: 100%
}

.column-item.is-block {
	padding: 1.5rem;
	background: none;
	border: 1px solid rgba(0, 0, 0, .2)
}

.column {
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: 1.5rem
}

.column.full-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.column.full-height>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.columns.is-mobile>.column.is-narrow {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: auto
}

.columns.is-mobile>.column.is-full {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 66.6666%
}

.columns.is-mobile>.column.is-half {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%
}

.columns.is-mobile>.column.is-one-third {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 25%
}

.columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
	margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%
}

.columns.is-mobile>.column.is-1 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 8.33333333%
}

.columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333333%
}

.columns.is-mobile>.column.is-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 16.66666667%
}

.columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66666667%
}

.columns.is-mobile>.column.is-3 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 33.33333333%
}

.columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333333%
}

.columns.is-mobile>.column.is-5 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 41.66666667%
}

.columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66666667%
}

.columns.is-mobile>.column.is-6 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 58.33333333%
}

.columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333333%
}

.columns.is-mobile>.column.is-8 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 66.66666667%
}

.columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66666667%
}

.columns.is-mobile>.column.is-9 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 83.33333333%
}

.columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333333%
}

.columns.is-mobile>.column.is-11 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 91.66666667%
}

.columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66666667%
}

.columns.is-mobile>.column.is-12 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%
}

@media (max-width:570px) {
	.column.is-narrow-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto
	}

	.column.is-full-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-three-quarters-mobile {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%
	}

	.column.is-offset-half-mobile {
		margin-left: 50%
	}

	.column.is-offset-one-third-mobile {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-mobile {
		margin-left: 25%
	}

	.column.is-1-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333333%
	}

	.column.is-offset-1-mobile {
		margin-left: 8.33333333%
	}

	.column.is-2-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666667%
	}

	.column.is-offset-2-mobile {
		margin-left: 16.66666667%
	}

	.column.is-3-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-mobile {
		margin-left: 25%
	}

	.column.is-4-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333333%
	}

	.column.is-offset-4-mobile {
		margin-left: 33.33333333%
	}

	.column.is-5-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666667%
	}

	.column.is-offset-5-mobile {
		margin-left: 41.66666667%
	}

	.column.is-6-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-mobile {
		margin-left: 50%
	}

	.column.is-7-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333333%
	}

	.column.is-offset-7-mobile {
		margin-left: 58.33333333%
	}

	.column.is-8-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666667%
	}

	.column.is-offset-8-mobile {
		margin-left: 66.66666667%
	}

	.column.is-9-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-mobile {
		margin-left: 75%
	}

	.column.is-10-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333333%
	}

	.column.is-offset-10-mobile {
		margin-left: 83.33333333%
	}

	.column.is-11-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666667%
	}

	.column.is-offset-11-mobile {
		margin-left: 91.66666667%
	}

	.column.is-12-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-mobile {
		margin-left: 100%
	}
}

@media (min-width:570px) {

	.column.is-narrow,
	.column.is-narrow-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto
	}

	.column.is-full,
	.column.is-full-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters,
	.column.is-three-quarters-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds,
	.column.is-two-thirds-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half,
	.column.is-half-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third,
	.column.is-one-third-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter,
	.column.is-one-quarter-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-three-quarters,
	.column.is-offset-three-quarters-tablet {
		margin-left: 75%
	}

	.column.is-offset-two-thirds,
	.column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%
	}

	.column.is-offset-half,
	.column.is-offset-half-tablet {
		margin-left: 50%
	}

	.column.is-offset-one-third,
	.column.is-offset-one-third-tablet {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter,
	.column.is-offset-one-quarter-tablet {
		margin-left: 25%
	}

	.column.is-1,
	.column.is-1-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333333%
	}

	.column.is-offset-1,
	.column.is-offset-1-tablet {
		margin-left: 8.33333333%
	}

	.column.is-2,
	.column.is-2-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666667%
	}

	.column.is-offset-2,
	.column.is-offset-2-tablet {
		margin-left: 16.66666667%
	}

	.column.is-3,
	.column.is-3-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3,
	.column.is-offset-3-tablet {
		margin-left: 25%
	}

	.column.is-4,
	.column.is-4-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333333%
	}

	.column.is-offset-4,
	.column.is-offset-4-tablet {
		margin-left: 33.33333333%
	}

	.column.is-5,
	.column.is-5-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666667%
	}

	.column.is-offset-5,
	.column.is-offset-5-tablet {
		margin-left: 41.66666667%
	}

	.column.is-6,
	.column.is-6-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6,
	.column.is-offset-6-tablet {
		margin-left: 50%
	}

	.column.is-7,
	.column.is-7-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333333%
	}

	.column.is-offset-7,
	.column.is-offset-7-tablet {
		margin-left: 58.33333333%
	}

	.column.is-8,
	.column.is-8-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666667%
	}

	.column.is-offset-8,
	.column.is-offset-8-tablet {
		margin-left: 66.66666667%
	}

	.column.is-9,
	.column.is-9-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9,
	.column.is-offset-9-tablet {
		margin-left: 75%
	}

	.column.is-10,
	.column.is-10-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333333%
	}

	.column.is-offset-10,
	.column.is-offset-10-tablet {
		margin-left: 83.33333333%
	}

	.column.is-11,
	.column.is-11-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666667%
	}

	.column.is-offset-11,
	.column.is-offset-11-tablet {
		margin-left: 91.66666667%
	}

	.column.is-12,
	.column.is-12-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12,
	.column.is-offset-12-tablet {
		margin-left: 100%
	}
}

@media (min-width:900px) {
	.column.is-narrow-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto
	}

	.column.is-full-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-three-quarters-desktop {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%
	}

	.column.is-offset-half-desktop {
		margin-left: 50%
	}

	.column.is-offset-one-third-desktop {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-desktop {
		margin-left: 25%
	}

	.column.is-1-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333333%
	}

	.column.is-offset-1-desktop {
		margin-left: 8.33333333%
	}

	.column.is-2-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666667%
	}

	.column.is-offset-2-desktop {
		margin-left: 16.66666667%
	}

	.column.is-3-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-desktop {
		margin-left: 25%
	}

	.column.is-4-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333333%
	}

	.column.is-offset-4-desktop {
		margin-left: 33.33333333%
	}

	.column.is-5-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666667%
	}

	.column.is-offset-5-desktop {
		margin-left: 41.66666667%
	}

	.column.is-6-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-desktop {
		margin-left: 50%
	}

	.column.is-7-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333333%
	}

	.column.is-offset-7-desktop {
		margin-left: 58.33333333%
	}

	.column.is-8-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666667%
	}

	.column.is-offset-8-desktop {
		margin-left: 66.66666667%
	}

	.column.is-9-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-desktop {
		margin-left: 75%
	}

	.column.is-10-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333333%
	}

	.column.is-offset-10-desktop {
		margin-left: 83.33333333%
	}

	.column.is-11-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666667%
	}

	.column.is-offset-11-desktop {
		margin-left: 91.66666667%
	}

	.column.is-12-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-desktop {
		margin-left: 100%
	}
}

@media (min-width:1070px) {
	.column.is-narrow-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto
	}

	.column.is-full-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-three-quarters-widescreen {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%
	}

	.column.is-offset-half-widescreen {
		margin-left: 50%
	}

	.column.is-offset-one-third-widescreen {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-widescreen {
		margin-left: 25%
	}

	.column.is-1-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333333%
	}

	.column.is-offset-1-widescreen {
		margin-left: 8.33333333%
	}

	.column.is-2-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666667%
	}

	.column.is-offset-2-widescreen {
		margin-left: 16.66666667%
	}

	.column.is-3-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-widescreen {
		margin-left: 25%
	}

	.column.is-4-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333333%
	}

	.column.is-offset-4-widescreen {
		margin-left: 33.33333333%
	}

	.column.is-5-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666667%
	}

	.column.is-offset-5-widescreen {
		margin-left: 41.66666667%
	}

	.column.is-6-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-widescreen {
		margin-left: 50%
	}

	.column.is-7-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333333%
	}

	.column.is-offset-7-widescreen {
		margin-left: 58.33333333%
	}

	.column.is-8-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666667%
	}

	.column.is-offset-8-widescreen {
		margin-left: 66.66666667%
	}

	.column.is-9-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-widescreen {
		margin-left: 75%
	}

	.column.is-10-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333333%
	}

	.column.is-offset-10-widescreen {
		margin-left: 83.33333333%
	}

	.column.is-11-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666667%
	}

	.column.is-offset-11-widescreen {
		margin-left: 91.66666667%
	}

	.column.is-12-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-widescreen {
		margin-left: 100%
	}
}

.columns {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-top: -1.5rem
}

.columns:last-child {
	margin-bottom: -1.5rem
}

.columns:not(:last-child) {
	margin-bottom: 1.5rem
}

.columns.is-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.columns.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.columns.is-gapless:last-child {
	margin-bottom: 0
}

.columns.is-gapless:not(:last-child) {
	margin-bottom: 3rem
}

.columns.is-gapless>.column {
	margin: 0;
	padding: 0
}

@media (max-width:570px) {
	.columns.is-vgapless {
		margin-top: 0
	}

	.columns.is-vgapless:last-child {
		margin-bottom: 0
	}

	.columns.is-vgapless:not(:last-child) {
		margin-bottom: 3rem
	}

	.columns.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width:570px) {
	.columns.is-grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.columns.is-grid>.column {
		max-width: 33.3333%;
		padding: 1.5rem;
		width: 33.3333%
	}

	.columns.is-grid>.column+.column {
		margin-left: 0
	}
}

.columns.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.columns.is-multiline {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.columns.is-vcentered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.columns.is-spaced {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

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

.columns.is-spaced-evenly {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.columns.has-separator-big>.column:not(:last-child),
.columns.has-separator>.column:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.columns.has-separator-big>.column>.column-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.columns.has-vseparator {
	position: relative
}

.columns.has-vseparator:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #fff
}

.columns.has-vseparator>.column {
	border-right: 1px solid rgba(0, 0, 0, .2)
}

@media (min-width:570px) {
	.columns:not(.is-desktop) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:1070px) {
	.columns.is-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.columns.is-gap-small {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem
}

.columns.is-gap-small>.column {
	padding: .75rem
}

.columns.is-gap-small:last-child {
	margin-bottom: -.75rem
}

.columns.is-gap-small:not(:last-child) {
	margin-bottom: .75rem
}

.columns.is-gap-small.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.columns.is-gap-small.is-gapless:last-child {
	margin-bottom: 0
}

.columns.is-gap-small.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem
}

.columns.is-gap-small.is-gapless>.column {
	margin: 0;
	padding: 0
}

@media (max-width:570px) {
	.columns.is-gap-small.is-vgapless {
		margin-top: 0
	}

	.columns.is-gap-small.is-vgapless:last-child {
		margin-bottom: 0
	}

	.columns.is-gap-small.is-vgapless:not(:last-child) {
		margin-bottom: 1.5rem
	}

	.columns.is-gap-small.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width:570px) {
	.columns.is-gap-small.is-grid>.column {
		padding: .75rem
	}

	.columns.is-gap-small.is-grid>.column+.column {
		margin-left: 0
	}
}

.columns.is-gap-small.has-separator-big>.column>.column-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.columns.is-gap-mini {
	margin-left: -2.5px;
	margin-right: -2.5px;
	margin-top: -2.5px
}

.columns.is-gap-mini>.column {
	padding: 2.5px
}

.columns.is-gap-mini:last-child {
	margin-bottom: -2.5px
}

.columns.is-gap-mini:not(:last-child) {
	margin-bottom: 2.5px
}

.columns.is-gap-mini.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.columns.is-gap-mini.is-gapless:last-child {
	margin-bottom: 0
}

.columns.is-gap-mini.is-gapless:not(:last-child) {
	margin-bottom: 5px
}

.columns.is-gap-mini.is-gapless>.column {
	margin: 0;
	padding: 0
}

@media (max-width:570px) {
	.columns.is-gap-mini.is-vgapless {
		margin-top: 0
	}

	.columns.is-gap-mini.is-vgapless:last-child {
		margin-bottom: 0
	}

	.columns.is-gap-mini.is-vgapless:not(:last-child) {
		margin-bottom: 5px
	}

	.columns.is-gap-mini.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width:570px) {
	.columns.is-gap-mini.is-grid>.column {
		padding: 2.5px
	}

	.columns.is-gap-mini.is-grid>.column+.column {
		margin-left: 0
	}
}

.columns.is-gap-mini.has-separator-big>.column>.column-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.logo a {
	font-weight: 400;
	display: block;
	font-family: Kalam, cursive;
	text-decoration: none;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -.05em;
	font-weight: 700;
	margin-bottom: 0
}

@media screen and (min-width:570px) {
	.logo a {
		font-size: calc(1.25rem + 22*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.logo a {
		font-size: 2.625rem
	}
}

@media screen and (max-width:570px) {
	.logo a {
		font-size: 1.25rem
	}
}

.logo a img,
.logo a svg {
	display: block;
	margin-bottom: 0
}

@media (min-width:901px) {

	.logo a img,
	.logo a svg {
		margin: 0 auto
	}
}

.logo a:not(:only-child) {
	margin-bottom: 0
}

.has-bg .logo a {
	color: #fff
}

@media screen and (min-width:570px) {
	.logo.small a {
		font-size: calc(1rem + 15.5*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.logo.small a {
		font-size: 1.96875rem
	}
}

@media screen and (max-width:570px) {
	.logo.small a {
		font-size: 1rem
	}
}

.tagline {
	font-weight: 400;
	line-height: 1.5;
	color: #fff
}

@media screen and (min-width:570px) {
	.tagline {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.tagline {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.tagline {
		font-size: .75rem
	}
}

@media (min-width:901px) {
	.menu-container {
		width: 100%
	}
}

@media (max-width:900px) {
	.menu-container {
		background: #b3b4ff;
		max-width: 100%;
		width: 100%;
		z-index: 10;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.menu-container.off-canvas-right {
		position: fixed;
		top: -100px;
		bottom: -100px;
		padding: 100px 0;
		right: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.menu-container.off-canvas-right.is-active {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	.menu-container:before {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
		width: 100vw;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s;
		transition: opacity .3s
	}

	.menu-container.is-active:before {
		opacity: 1;
		pointer-events: all;
		cursor: pointer
	}

	.menu-container-wrap {
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 4rem 6rem
	}
}

@media (max-width:900px) and (max-width:570px) {
	.menu-container-wrap {
		padding-left: 4rem;
		padding-right: 4rem
	}
}

@media (max-width:900px) and (max-width:400px) {
	.menu-container-wrap {
		padding-left: 5%
	}
}

@media (max-width:900px) {
	.menu-container-wrap>:last-child {
		margin-bottom: 1.5rem
	}
}

.menu {
	font-size: 0
}

.menu-item {
	display: block;
	font-size: 1rem;
	text-align: center
}

@media (max-width:900px) {
	.menu-item:not(:last-child) {
		margin: 0 0 1rem
	}
}

.menu-item a {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
	padding: calc(.6rem + .5vw) 0;
	text-transform: uppercase;
	letter-spacing: .1em
}

@media (max-width:400px) {
	.menu-item a {
		text-align: left
	}
}

.menu-item.has-active>a .link,
.menu-item.is-active>a .link {
	color: #fff;
	position: relative
}

.menu-item.has-active>a .link:after,
.menu-item.is-active>a .link:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -20px;
	left: 50%;
	bottom: calc(-1*(.6rem + .5vw - 6px))
}

@media (max-width:400px) {

	.menu-item.has-active>a .link:after,
	.menu-item.is-active>a .link:after {
		margin-left: 0;
		left: 0
	}
}

.menu-item.more {
	position: relative;
	font-size: 1rem
}

.menu-item.more .more-toggle {
	text-align: center;
	cursor: pointer
}

.menu-item.more .more-toggle .link {
	display: inline-block
}

.menu-item.more .more-toggle .link:before {
	display: block;
	content: attr(data-text);
	font-weight: 700;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0
}

.menu-item.more .more-toggle:after {
	content: "";
	display: inline-block;
	margin-left: .4em;
	border: .3em solid transparent;
	border-top-color: currentcolor
}

.menu-item.more .more-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 1em;
	min-width: 200px;
	max-width: 300px;
	padding: 1em 0;
	background: #e87b82;
	border: 1px solid rgba(0, 0, 0, .2);
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: none;
	transition: none
}

.menu-item.more .more-menu li {
	display: block;
	margin: 0 1.5rem;
	padding: .25em 0;
	opacity: 0;
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transition: all .3s;
	transition: all .3s
}

.menu-item.more .more-menu a,
.menu-item.more .more-menu a * {
	color: #fff
}

.menu-item.more.is-active>.more-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s;
	transition: all .2s
}

.menu-item.more.is-active>.more-menu li {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s, opacity .3s .1s;
	transition: all .2s, opacity .3s .1s
}

@media (min-width:901px) {
	.has-bg .menu>.menu-item:not(.more) a {
		color: #fff
	}
}

.menu-toggle {
	position: relative;
	z-index: 11;
	padding: 1rem 0;
	margin-left: auto;
	font-size: 20px;
	text-decoration: none;
	color: #fff
}

.menu-toggle,
.menu-toggle.has-active,
.menu-toggle.has-active .icon {
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.menu-toggle.has-active .icon {
	background: transparent
}

.menu-toggle.has-active .icon:before {
	-webkit-transform: translate(0) rotate(45deg);
	transform: translate(0) rotate(45deg);
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.menu-toggle.has-active .icon:after {
	-webkit-transform: translate(0) rotate(-45deg);
	transform: translate(0) rotate(-45deg);
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in
}

@media (min-width:901px) {
	.menu-toggle {
		display: none
	}
}

.menu-toggle .icon {
	display: block;
	position: relative;
	width: 2rem;
	height: 2px;
	background: #fff
}

.menu-toggle .icon:after,
.menu-toggle .icon:before {
	content: "";
	position: absolute;
	display: block;
	width: 2rem;
	height: 2px;
	background: #fff;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in
}

.menu-toggle .icon:before {
	-webkit-transform: translateY(-.5rem);
	transform: translateY(-.5rem)
}

.menu-toggle .icon:after {
	-webkit-transform: translateY(.5rem);
	transform: translateY(.5rem)
}

.content {
	font-weight: 300;
	line-height: 1.75
}

@media screen and (min-width:570px) {
	.content {
		font-size: calc(1rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.content {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.content {
		font-size: 1rem
	}
}

.content *> {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}

.content:not(:last-child) {
	margin-bottom: 1.5rem
}

.content>p:last-child {
	margin-bottom: 0
}

.content.narrow {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto
}

.content .heading-dec {
	font-family: inherit;
	font-weight: 700
}

@media screen and (min-width:570px) {
	.content .heading-dec {
		font-size: calc(.75rem + 36*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.content .heading-dec {
		font-size: 3rem
	}
}

@media screen and (max-width:570px) {
	.content .heading-dec {
		font-size: .75rem
	}
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #222
}

.content h1 strong em,
.content h2 strong em,
.content h3 strong em,
.content h4 strong em,
.content h5 strong em,
.content h6 strong em {
	font-family: Kalam, cursive;
	font-style: normal;
	font-size: 140%;
	letter-spacing: -.05em
}

.content h3+h5 {
	margin-top: -.75rem
}

.content a:not([class^=btn]) {
	color: #b3b4ff;
	text-decoration: none;
	font-weight: 400;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .05s ease-in;
	transition: all .05s ease-in
}

.content a:not([class^=btn]):active,
.content a:not([class^=btn]):focus,
.content a:not([class^=btn]):hover {
	border-bottom: 1px solid;
	-webkit-transition: all .05s ease-in;
	transition: all .05s ease-in
}

.content .btn {
	font-weight: 600
}

.content img {
	vertical-align: top;
	max-height: 80vh;
	height: auto;
	width: auto
}

@media (max-width:570px) {
	.content img {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.content img:not(:last-child) {
	margin-bottom: 1.5rem
}

.content img[class^=align] {
	display: block
}

.content img.align-center {
	margin-left: auto;
	margin-right: auto
}

.content img.align-right {
	margin-left: auto
}

.content ol,
.content ul {
	padding-left: 1.2rem
}

.content ol:not(:last-child),
.content ul:not(:last-child) {
	margin-bottom: 1.5rem
}

.content ol li,
.content ul li {
	display: list-item;
	margin-bottom: .8rem
}

.content ul {
	list-style-type: disc
}

.content ul .content ul {
	padding-left: 1em
}

.content ol {
	list-style-type: decimal
}

.content ol .content ol {
	padding-left: 1em
}

.content hr {
	max-width: 70px
}

.content hr:only-child {
	margin: 0
}

.content blockquote,
.content q {
	font-style: italic;
	font-weight: 400;
	padding: 0 1.5rem;
	color: #333;
	border-left: 5px solid #b3b4ff
}

@media screen and (min-width:570px) {

	.content blockquote,
	.content q {
		font-size: calc(.75rem + 10*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {

	.content blockquote,
	.content q {
		font-size: 1.375rem
	}
}

@media screen and (max-width:570px) {

	.content blockquote,
	.content q {
		font-size: .75rem
	}
}

.content .ql-embed:not(:last-child),
.content blockquote:not(:last-child),
.content q:not(:last-child) {
	margin-bottom: 1.5rem
}

.content .ql-embed>* {
	max-width: 100%
}

.content .ql-embed.align-center>* {
	margin-left: auto;
	margin-right: auto
}

.content .ql-embed.align-right>* {
	margin-left: auto
}

.background-image {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	image-rendering: -webkit-optimize-contrast
}

.background-image.small {
	min-height: 300px
}

.is-loading.btn,
.is-loading.btn-ghost,
.is-loading.btn-link {
	position: relative
}

.is-loading.btn-ghost:after,
.is-loading.btn-link:after,
.is-loading.btn:after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	border: 3px solid hsla(0, 0%, 100%, .2);
	border-top-color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn,
.btn-ghost,
.btn-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 30px;
	max-width: 100%;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-weight: 300;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .3s;
	cursor: pointer;
	transition: all .3s;
	text-transform: uppercase
}

@media screen and (min-width:570px) {

	.btn,
	.btn-ghost,
	.btn-link {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {

	.btn,
	.btn-ghost,
	.btn-link {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {

	.btn,
	.btn-ghost,
	.btn-link {
		font-size: .75rem
	}
}

.btn-ghost:focus,
.btn-link:focus,
.btn:focus {
	outline: none
}

.small.btn,
.small.btn-ghost,
.small.btn-link {
	padding: 8px 15px;
	font-size: .74375rem
}

@media (max-width:570px) {

	.small-sm.btn,
	.small-sm.btn-ghost,
	.small-sm.btn-link {
		padding: 8px 15px;
		font-size: .74375rem
	}
}

.large.btn,
.large.btn-ghost,
.large.btn-link {
	padding: 18px 45px
}

@media screen and (min-width:570px) {

	.large.btn,
	.large.btn-ghost,
	.large.btn-link {
		font-size: calc(.75rem + 4.1*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {

	.large.btn,
	.large.btn-ghost,
	.large.btn-link {
		font-size: 1.00625rem
	}
}

@media screen and (max-width:570px) {

	.large.btn,
	.large.btn-ghost,
	.large.btn-link {
		font-size: .75rem
	}
}

@media (min-width:570px) {

	.large-md.btn,
	.large-md.btn-ghost,
	.large-md.btn-link {
		padding: 18px 45px
	}
}

@media screen and (min-width:570px) and (min-width:570px) {

	.large-md.btn,
	.large-md.btn-ghost,
	.large-md.btn-link {
		font-size: calc(.75rem + 4.1*(100vw - 570px)/500)
	}
}

@media screen and (min-width:570px) and (min-width:1070px) {

	.large-md.btn,
	.large-md.btn-ghost,
	.large-md.btn-link {
		font-size: 1.00625rem
	}
}

@media screen and (min-width:570px) and (max-width:570px) {

	.large-md.btn,
	.large-md.btn-ghost,
	.large-md.btn-link {
		font-size: .75rem
	}
}

@media (min-width:1070px) {

	.large-hg.btn,
	.large-hg.btn-ghost,
	.large-hg.btn-link {
		padding: 18px 45px
	}
}

@media screen and (min-width:1070px) and (min-width:570px) {

	.large-hg.btn,
	.large-hg.btn-ghost,
	.large-hg.btn-link {
		font-size: calc(.75rem + 4.1*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) and (min-width:1070px) {

	.large-hg.btn,
	.large-hg.btn-ghost,
	.large-hg.btn-link {
		font-size: 1.00625rem
	}
}

@media screen and (min-width:1070px) and (max-width:570px) {

	.large-hg.btn,
	.large-hg.btn-ghost,
	.large-hg.btn-link {
		font-size: .75rem
	}
}

.btn-ghost .btn-wrap,
.btn-link .btn-wrap,
.btn .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-ghost .btn-wrap>:not(:last-child),
.btn-link .btn-wrap>:not(:last-child),
.btn .btn-wrap>:not(:last-child) {
	margin-right: 1em
}

.has-toggle.btn,
.has-toggle.btn-ghost,
.has-toggle.btn-link {
	padding-right: calc(30px + 1.8em)
}

.has-toggle.btn-ghost:after,
.has-toggle.btn-link:after,
.has-toggle.btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	margin-top: -.14em;
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent
}

.btn-ghost .arrow,
.btn-link .arrow,
.btn .arrow {
	font-family: initial;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.btn-ghost .arrow:after,
.btn-link .arrow:after,
.btn .arrow:after {
	content: "\2192"
}

.btn-ghost .arrow.left:after,
.btn-link .arrow.left:after,
.btn .arrow.left:after {
	content: "\2190"
}

.btn-ghost:hover .arrow,
.btn-link:hover .arrow,
.btn:hover .arrow {
	-webkit-transform: translate3d(20%, 0, 0);
	transform: translate3d(20%, 0, 0)
}

.btn-ghost:hover .arrow.left,
.btn-link:hover .arrow.left,
.btn:hover .arrow.left {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0)
}

@media (max-width:570px) {

	.btn-ghost:not(.narrow),
	.btn-link:not(.narrow),
	.btn:not(.narrow) {
		display: block;
		width: 100%
	}
}

.is-loading.btn,
.is-loading.btn-ghost,
.is-loading.btn-link {
	pointer-events: none;
	color: transparent !important
}

.btn-ghost {
	background: none;
	border: 1px solid #b3b4ff
}

.btn-link {
	background: none;
	border: none
}

.btn:disabled {
	opacity: .8;
	cursor: default;
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.btn {
	background: #b3b4ff
}

.btn,
.btn * {
	color: #fff
}

.btn:hover {
	background: #db545e
}

.btn.has-active,
.btn.is-active,
.btn:active {
	background: #d1454f
}

.btn.has-active,
.btn.has-active *,
.btn.is-active,
.btn.is-active *,
.btn:active,
.btn:active * {
	color: #fff
}

.btn.text {
	background: #333
}

.btn.text,
.btn.text * {
	color: #fff
}

.btn.text:hover {
	background: #262626
}

.btn.text.has-active,
.btn.text.is-active,
.btn.text:active {
	background: #1a1919
}

.btn.text.has-active,
.btn.text.has-active *,
.btn.text.is-active,
.btn.text.is-active *,
.btn.text:active,
.btn.text:active * {
	color: #fff
}

.btn.positive {
	background: #3cb371
}

.btn.positive,
.btn.positive * {
	color: #fff
}

.btn.positive:hover {
	background: #3b9b66
}

.btn.positive.has-active,
.btn.positive.is-active,
.btn.positive:active {
	background: #39835a
}

.btn.positive.has-active,
.btn.positive.has-active *,
.btn.positive.is-active,
.btn.positive.is-active *,
.btn.positive:active,
.btn.positive:active * {
	color: #fff
}

.btn.negative {
	background: #cd5c5c
}

.btn.negative,
.btn.negative * {
	color: #fff
}

.btn.negative:hover {
	background: #c14e4e
}

.btn.negative.has-active,
.btn.negative.is-active,
.btn.negative:active {
	background: #b04646
}

.btn.negative.has-active,
.btn.negative.has-active *,
.btn.negative.is-active,
.btn.negative.is-active *,
.btn.negative:active,
.btn.negative:active * {
	color: #fff
}

.btn.attention {
	background: #ffdead
}

.btn.attention,
.btn.attention * {
	color: #a87b38
}

.btn.attention:hover {
	background: #fcd396
}

.btn.attention.has-active,
.btn.attention.is-active,
.btn.attention:active {
	background: #f8c881
}

.btn.attention.has-active,
.btn.attention.has-active *,
.btn.attention.is-active,
.btn.attention.is-active *,
.btn.attention:active,
.btn.attention:active * {
	color: #a87b38
}

.btn.info {
	background: #6495ed
}

.btn.info,
.btn.info * {
	color: #fff
}

.btn.info:hover {
	background: #5287e5
}

.btn.info.has-active,
.btn.info.is-active,
.btn.info:active {
	background: #4279dc
}

.btn.info.has-active,
.btn.info.has-active *,
.btn.info.is-active,
.btn.info.is-active *,
.btn.info:active,
.btn.info:active * {
	color: #fff
}

.btn.white {
	background: #fff
}

.btn.white,
.btn.white * {
	color: #333
}

.btn.white:hover {
	background: #f2f2f2
}

.btn.white.has-active,
.btn.white.is-active,
.btn.white:active {
	background: #e6e5e5
}

.btn.white.has-active,
.btn.white.has-active *,
.btn.white.is-active,
.btn.white.is-active *,
.btn.white:active,
.btn.white:active * {
	color: #333
}

.btn.cta {
	background: #b3b4ff
}

.btn.cta,
.btn.cta * {
	color: #fff
}

.btn.cta:hover {
	background: #db545e
}

.btn.cta.has-active,
.btn.cta.is-active,
.btn.cta:active {
	background: #d1454f
}

.btn.cta.has-active,
.btn.cta.has-active *,
.btn.cta.is-active,
.btn.cta.is-active *,
.btn.cta:active,
.btn.cta:active * {
	color: #fff
}

.btn-ghost {
	padding: 14px 29px
}

.btn-ghost.small {
	padding: 7px 14px
}

@media (max-width:570px) {
	.btn-ghost.small-sm {
		padding: 7px 14px
	}
}

.btn-ghost.large {
	padding: 17px 44px
}

@media (min-width:570px) {
	.btn-ghost.large-md {
		padding: 17px 44px
	}
}

@media (min-width:1070px) {
	.btn-ghost.large-hg {
		padding: 17px 44px
	}
}

.btn-ghost:disabled {
	opacity: .8;
	cursor: default;
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.btn-ghost {
	border-color: currentColor
}

.btn-ghost,
.btn-ghost * {
	color: #b3b4ff
}

.btn-ghost.is-loading {
	border-color: #b3b4ff
}

.btn-ghost.is-loading:after {
	border-color: #b3b4ff rgba(228, 101, 110, .2) rgba(228, 101, 110, .2)
}

.btn-ghost:hover {
	background: #b3b4ff;
	border-color: #b3b4ff
}

.btn-ghost:hover,
.btn-ghost:hover * {
	color: #fff
}

.btn-ghost.has-active,
.btn-ghost.is-active,
.btn-ghost:active {
	background: #d72632;
	border-color: #d72632
}

.btn-ghost.has-active,
.btn-ghost.has-active *,
.btn-ghost.is-active,
.btn-ghost.is-active *,
.btn-ghost:active,
.btn-ghost:active * {
	color: #fff
}

.btn-ghost.text {
	border-color: currentColor
}

.btn-ghost.text,
.btn-ghost.text * {
	color: #333
}

.btn-ghost.text.is-loading {
	border-color: #333
}

.btn-ghost.text.is-loading:after {
	border-color: #333 rgba(51, 51, 51, .2) rgba(51, 51, 51, .2)
}

.btn-ghost.text:hover {
	background: #333;
	border-color: #333
}

.btn-ghost.text:hover,
.btn-ghost.text:hover * {
	color: #fff
}

.btn-ghost.text.has-active,
.btn-ghost.text.is-active,
.btn-ghost.text:active {
	background: #0d0d0d;
	border-color: #0d0d0d
}

.btn-ghost.text.has-active,
.btn-ghost.text.has-active *,
.btn-ghost.text.is-active,
.btn-ghost.text.is-active *,
.btn-ghost.text:active,
.btn-ghost.text:active * {
	color: #fff
}

.btn-ghost.positive {
	border-color: currentColor
}

.btn-ghost.positive,
.btn-ghost.positive * {
	color: #3cb371
}

.btn-ghost.positive.is-loading {
	border-color: #3cb371
}

.btn-ghost.positive.is-loading:after {
	border-color: #3cb371 rgba(60, 179, 113, .2) rgba(60, 179, 113, .2)
}

.btn-ghost.positive:hover {
	background: #3cb371;
	border-color: #3cb371
}

.btn-ghost.positive:hover,
.btn-ghost.positive:hover * {
	color: #fff
}

.btn-ghost.positive.has-active,
.btn-ghost.positive.is-active,
.btn-ghost.positive:active {
	background: #297a4d;
	border-color: #297a4d
}

.btn-ghost.positive.has-active,
.btn-ghost.positive.has-active *,
.btn-ghost.positive.is-active,
.btn-ghost.positive.is-active *,
.btn-ghost.positive:active,
.btn-ghost.positive:active * {
	color: #fff
}

.btn-ghost.negative {
	border-color: currentColor
}

.btn-ghost.negative,
.btn-ghost.negative * {
	color: #cd5c5c
}

.btn-ghost.negative.is-loading {
	border-color: #cd5c5c
}

.btn-ghost.negative.is-loading:after {
	border-color: #cd5c5c rgba(205, 92, 92, .2) rgba(205, 92, 92, .2)
}

.btn-ghost.negative:hover {
	background: #cd5c5c;
	border-color: #cd5c5c
}

.btn-ghost.negative:hover,
.btn-ghost.negative:hover * {
	color: #fff
}

.btn-ghost.negative.has-active,
.btn-ghost.negative.is-active,
.btn-ghost.negative:active {
	background: #a93434;
	border-color: #a93434
}

.btn-ghost.negative.has-active,
.btn-ghost.negative.has-active *,
.btn-ghost.negative.is-active,
.btn-ghost.negative.is-active *,
.btn-ghost.negative:active,
.btn-ghost.negative:active * {
	color: #fff
}

.btn-ghost.attention {
	border-color: currentColor
}

.btn-ghost.attention,
.btn-ghost.attention * {
	color: #ffdead
}

.btn-ghost.attention.is-loading {
	border-color: #ffdead
}

.btn-ghost.attention.is-loading:after {
	border-color: #ffdead rgba(255, 222, 173, .2) rgba(255, 222, 173, .2)
}

.btn-ghost.attention:hover {
	background: #ffdead;
	border-color: #ffdead
}

.btn-ghost.attention:hover,
.btn-ghost.attention:hover * {
	color: #fff
}

.btn-ghost.attention.has-active,
.btn-ghost.attention.is-active,
.btn-ghost.attention:active {
	background: #ffbf61;
	border-color: #ffbf61
}

.btn-ghost.attention.has-active,
.btn-ghost.attention.has-active *,
.btn-ghost.attention.is-active,
.btn-ghost.attention.is-active *,
.btn-ghost.attention:active,
.btn-ghost.attention:active * {
	color: #fff
}

.btn-ghost.info {
	border-color: currentColor
}

.btn-ghost.info,
.btn-ghost.info * {
	color: #6495ed
}

.btn-ghost.info.is-loading {
	border-color: #6495ed
}

.btn-ghost.info.is-loading:after {
	border-color: #6495ed rgba(100, 149, 237, .2) rgba(100, 149, 237, .2)
}

.btn-ghost.info:hover {
	background: #6495ed;
	border-color: #6495ed
}

.btn-ghost.info:hover,
.btn-ghost.info:hover * {
	color: #fff
}

.btn-ghost.info.has-active,
.btn-ghost.info.is-active,
.btn-ghost.info:active {
	background: #1f66e5;
	border-color: #1f66e5
}

.btn-ghost.info.has-active,
.btn-ghost.info.has-active *,
.btn-ghost.info.is-active,
.btn-ghost.info.is-active *,
.btn-ghost.info:active,
.btn-ghost.info:active * {
	color: #fff
}

.btn-ghost.white {
	border-color: currentColor
}

.btn-ghost.white,
.btn-ghost.white * {
	color: #fff
}

.btn-ghost.white.is-loading {
	border-color: #fff
}

.btn-ghost.white.is-loading:after {
	border-color: #fff hsla(0, 0%, 100%, .2) hsla(0, 0%, 100%, .2)
}

.btn-ghost.white:hover {
	background: #fff;
	border-color: #fff
}

.btn-ghost.white:hover,
.btn-ghost.white:hover * {
	color: #fff
}

.btn-ghost.white.has-active,
.btn-ghost.white.is-active,
.btn-ghost.white:active {
	background: #d9d9d9;
	border-color: #d9d9d9
}

.btn-ghost.white.has-active,
.btn-ghost.white.has-active *,
.btn-ghost.white.is-active,
.btn-ghost.white.is-active *,
.btn-ghost.white:active,
.btn-ghost.white:active * {
	color: #fff
}

.btn-ghost.cta {
	border-color: currentColor
}

.btn-ghost.cta,
.btn-ghost.cta * {
	color: #b3b4ff
}

.btn-ghost.cta.is-loading {
	border-color: #b3b4ff
}

.btn-ghost.cta.is-loading:after {
	border-color: #b3b4ff rgba(228, 101, 110, .2) rgba(228, 101, 110, .2)
}

.btn-ghost.cta:hover {
	background: #b3b4ff;
	border-color: #b3b4ff
}

.btn-ghost.cta:hover,
.btn-ghost.cta:hover * {
	color: #fff
}

.btn-ghost.cta.has-active,
.btn-ghost.cta.is-active,
.btn-ghost.cta:active {
	background: #d72632;
	border-color: #d72632
}

.btn-ghost.cta.has-active,
.btn-ghost.cta.has-active *,
.btn-ghost.cta.is-active,
.btn-ghost.cta.is-active *,
.btn-ghost.cta:active,
.btn-ghost.cta:active * {
	color: #fff
}

.btn-link:disabled {
	opacity: .8;
	cursor: default;
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.btn-link,
.btn-link * {
	color: #b3b4ff
}

.btn-link.is-loading {
	border-color: currentColor
}

.btn-link.is-loading:after {
	border-color: #b3b4ff rgba(228, 101, 110, .2) rgba(228, 101, 110, .2)
}

.btn-link:hover {
	background: #b3b4ff;
	border-color: #b3b4ff
}

.btn-link:hover,
.btn-link:hover * {
	color: #fff
}

.btn-link.has-active,
.btn-link.is-active,
.btn-link:active {
	background: #d72632;
	border-color: #b3b4ff;
	color: #fff
}

.btn-link.text,
.btn-link.text * {
	color: #333
}

.btn-link.text.is-loading {
	border-color: currentColor
}

.btn-link.text.is-loading:after {
	border-color: #333 rgba(51, 51, 51, .2) rgba(51, 51, 51, .2)
}

.btn-link.text:hover {
	background: #333;
	border-color: #333
}

.btn-link.text:hover,
.btn-link.text:hover * {
	color: #fff
}

.btn-link.text.has-active,
.btn-link.text.is-active,
.btn-link.text:active {
	background: #0d0d0d;
	border-color: #333;
	color: #fff
}

.btn-link.positive,
.btn-link.positive * {
	color: #3cb371
}

.btn-link.positive.is-loading {
	border-color: currentColor
}

.btn-link.positive.is-loading:after {
	border-color: #3cb371 rgba(60, 179, 113, .2) rgba(60, 179, 113, .2)
}

.btn-link.positive:hover {
	background: #3cb371;
	border-color: #3cb371
}

.btn-link.positive:hover,
.btn-link.positive:hover * {
	color: #fff
}

.btn-link.positive.has-active,
.btn-link.positive.is-active,
.btn-link.positive:active {
	background: #297a4d;
	border-color: #3cb371;
	color: #fff
}

.btn-link.negative,
.btn-link.negative * {
	color: #cd5c5c
}

.btn-link.negative.is-loading {
	border-color: currentColor
}

.btn-link.negative.is-loading:after {
	border-color: #cd5c5c rgba(205, 92, 92, .2) rgba(205, 92, 92, .2)
}

.btn-link.negative:hover {
	background: #cd5c5c;
	border-color: #cd5c5c
}

.btn-link.negative:hover,
.btn-link.negative:hover * {
	color: #fff
}

.btn-link.negative.has-active,
.btn-link.negative.is-active,
.btn-link.negative:active {
	background: #a93434;
	border-color: #cd5c5c;
	color: #fff
}

.btn-link.attention,
.btn-link.attention * {
	color: #ffdead
}

.btn-link.attention.is-loading {
	border-color: currentColor
}

.btn-link.attention.is-loading:after {
	border-color: #ffdead rgba(255, 222, 173, .2) rgba(255, 222, 173, .2)
}

.btn-link.attention:hover {
	background: #ffdead;
	border-color: #ffdead
}

.btn-link.attention:hover,
.btn-link.attention:hover * {
	color: #a87b38
}

.btn-link.attention.has-active,
.btn-link.attention.is-active,
.btn-link.attention:active {
	background: #ffbf61;
	border-color: #ffdead;
	color: #a87b38
}

.btn-link.info,
.btn-link.info * {
	color: #6495ed
}

.btn-link.info.is-loading {
	border-color: currentColor
}

.btn-link.info.is-loading:after {
	border-color: #6495ed rgba(100, 149, 237, .2) rgba(100, 149, 237, .2)
}

.btn-link.info:hover {
	background: #6495ed;
	border-color: #6495ed
}

.btn-link.info:hover,
.btn-link.info:hover * {
	color: #fff
}

.btn-link.info.has-active,
.btn-link.info.is-active,
.btn-link.info:active {
	background: #1f66e5;
	border-color: #6495ed;
	color: #fff
}

.btn-link.white,
.btn-link.white * {
	color: #fff
}

.btn-link.white.is-loading {
	border-color: currentColor
}

.btn-link.white.is-loading:after {
	border-color: #fff hsla(0, 0%, 100%, .2) hsla(0, 0%, 100%, .2)
}

.btn-link.white:hover {
	background: #fff;
	border-color: #fff
}

.btn-link.white:hover,
.btn-link.white:hover * {
	color: #333
}

.btn-link.white.has-active,
.btn-link.white.is-active,
.btn-link.white:active {
	background: #d9d9d9;
	border-color: #fff;
	color: #333
}

.btn-link.cta,
.btn-link.cta * {
	color: #b3b4ff
}

.btn-link.cta.is-loading {
	border-color: currentColor
}

.btn-link.cta.is-loading:after {
	border-color: #b3b4ff rgba(228, 101, 110, .2) rgba(228, 101, 110, .2)
}

.btn-link.cta:hover {
	background: #b3b4ff;
	border-color: #b3b4ff
}

.btn-link.cta:hover,
.btn-link.cta:hover * {
	color: #fff
}

.btn-link.cta.has-active,
.btn-link.cta.is-active,
.btn-link.cta:active {
	background: #d72632;
	border-color: #b3b4ff;
	color: #fff
}

.badge {
	display: inline-block;
	vertical-align: top;
	background: false;
	padding: 5px 8px;
	border: 1px solid #b3b4ff;
	border-radius: 2px;
	font-size: 10px;
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}

.badge.positive {
	color: #3cb371;
	border-color: #3cb371
}

.badge.negative {
	color: #cd5c5c;
	border-color: #cd5c5c
}

.badge.attention {
	color: #ffdead;
	border-color: #ffdead
}

.badge.info {
	color: #6495ed;
	border-color: #6495ed
}

.badge.dec {
	color: #b3b4ff;
	border-color: #b3b4ff
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	background: none;
	padding: 10px 15px;
	border: 1px solid #b3b4ff;
	border-radius: 0;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #333
}

@media screen and (min-width:570px) {

	input:not([type=checkbox]):not([type=radio]),
	select,
	textarea {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {

	input:not([type=checkbox]):not([type=radio]),
	select,
	textarea {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {

	input:not([type=checkbox]):not([type=radio]),
	select,
	textarea {
		font-size: .75rem
	}
}

input:required:invalid,
select:required:invalid,
textarea:required:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both
}

@-webkit-keyframes autofill {
	to {
		color: #333;
		background: transparent
	}
}

input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
	border-color: #b3b4ff;
	outline: none
}

.has-error>input:not([type=checkbox]):not([type=radio]),
.has-error>select,
.has-error>textarea,
input:not([type=checkbox]):not([type=radio]).has-error,
select.has-error,
textarea.has-error {
	border-color: #cd5c5c
}

input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
	opacity: 1
}

input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
	opacity: 1
}

input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #333;
	opacity: 1
}

input:not([type=checkbox]):not([type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
	color: #333;
	opacity: 1
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23333'%3E%3Cpath d='M10.006 11.416l4.94-4.955a1 1 0 1 1 1.416 1.413l-5.58 5.597a1.003 1.003 0 0 1-1.482.07.965.965 0 0 1-.062-.067L3.64 7.893a1.001 1.001 0 0 1 1.412-1.417l4.954 4.94z'/%3E%3C/svg%3E");
	background-size: 1.2em;
	background-position: center right 15px;
	background-repeat: no-repeat;
	padding-right: calc(15px + 1.7em)
}

.cta {
	margin-bottom: 1.5rem
}

.cta hr {
	margin: 2rem 0 1.75rem
}

@media (min-width:570px) {
	.cta hr {
		margin: 2.5rem 0 2.25rem
	}
}

.has-bg .cta hr {
	border-color: hsla(0, 0%, 100%, .3)
}

.cta .description {
	font-style: italic;
	line-height: 1.75
}

.cta.btn {
	color: #fff;
	font-weight: 700
}

.page-title {
	width: 100%;
	margin: auto;
	text-align: left
}

@media (max-width:570px) {
	.page-title h1 {
		color: #333
	}
}

.page-title .container {
	padding: 0
}

.page-title .container>*+* {
	margin-top: 1.5rem
}

.page-title .subtitle {
	display: inline-block;
	margin: 0;
	max-width: none;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	text-transform: uppercase
}

.page-title .subtitle:empty {
	display: none
}

.page-title .member-subtitle {
	font-weight: 700;
	color: #b3b4ff;
	line-height: 1.7142857143
}

@media screen and (min-width:570px) {
	.page-title .member-subtitle {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-title .member-subtitle {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.page-title .member-subtitle {
		font-size: .75rem
	}
}

.page-title .date {
	display: inline-block;
	vertical-align: top;
	padding: 2% 3%;
	margin-bottom: -4.5rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .025em;
	background: #b3b4ff;
	color: #fff;
	margin-top: 0;
	border: none
}

.page-title .date .day {
	font-weight: 300;
	line-height: 1;
	margin-right: .5em
}

@media screen and (min-width:570px) {
	.page-title .date .day {
		font-size: calc(1.625rem + 10*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-title .date .day {
		font-size: 2.25rem
	}
}

@media screen and (max-width:570px) {
	.page-title .date .day {
		font-size: 1.625rem
	}
}

.page-title .date .month {
	line-height: 1
}

@media screen and (min-width:570px) {
	.page-title .date .month {
		font-size: calc(.75rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-title .date .month {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.page-title .date .month {
		font-size: .75rem
	}
}

.page-title .date .year {
	line-height: 1;
	letter-spacing: .12em
}

@media screen and (min-width:570px) {
	.page-title .date .year {
		font-size: calc(.75rem + 3*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-title .date .year {
		font-size: .9375rem
	}
}

@media screen and (max-width:570px) {
	.page-title .date .year {
		font-size: .75rem
	}
}

.notification {
	padding: 1em 0;
	border-radius: 2px
}

.notification:not(:last-child) {
	margin-bottom: 1.5rem
}

.notification.big {
	padding: 2em 3em
}

.notification.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	border-radius: 0;
	z-index: 9999
}

.notification {
	background-color: transparent
}

.notification,
.notification .content * {
	color: #b3b4ff
}

.notification.positive {
	background-color: transparent
}

.notification.positive,
.notification.positive .content * {
	color: #3cb371
}

.notification.negative {
	background-color: transparent
}

.notification.negative,
.notification.negative .content * {
	color: #cd5c5c
}

.notification.attention {
	background-color: transparent
}

.notification.attention,
.notification.attention .content * {
	color: #ffdead
}

.notification.info {
	background-color: transparent
}

.notification.info,
.notification.info .content * {
	color: #6495ed
}

.notification.light {
	background-color: transparent
}

.notification.light,
.notification.light .content * {
	color: #fff
}

.notification.dark {
	background-color: transparent
}

.notification.dark,
.notification.dark .content * {
	color: #333
}

.notification.is-hidden {
	display: none
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0;
	height: 100%
}

.card:not(:last-child) {
	margin-bottom: 1.5rem
}

.card:not(.no-border) {
	border: 1px solid rgba(0, 0, 0, .2)
}

.card.outer-padding {
	padding: 2rem
}

.card:not(.no-bg) {
	background: #fff
}

.card:not(.no-bg),
.card:not(.no-bg) .card-section.has-separator {
	border-color: #e6e5e5
}

.card:not(.no-bg),
.card:not(.no-bg) * {
	color: #333
}

.card:not(.no-bg).decorative {
	background: #b3b4ff
}

.card:not(.no-bg).decorative,
.card:not(.no-bg).decorative .card-section.has-separator {
	border-color: #f3bcc0
}

.card:not(.no-bg).decorative,
.card:not(.no-bg).decorative * {
	color: #fff
}

.card:not(.no-bg).dark {
	background: #333
}

.card:not(.no-bg).dark,
.card:not(.no-bg).dark .card-section.has-separator {
	border-color: #666
}

.card:not(.no-bg).dark,
.card:not(.no-bg).dark * {
	color: #fff
}

.card:not(.no-bg).light {
	background: #fff
}

.card:not(.no-bg).light,
.card:not(.no-bg).light .card-section.has-separator {
	border-color: #e6e5e5
}

.card:not(.no-bg).light,
.card:not(.no-bg).light * {
	color: #333
}

.card-section {
	position: relative;
	width: 100%
}

.card-section:not(.no-padding) {
	padding: 1rem 2rem
}

.card-section:first-child:not(.no-padding) {
	padding: 2rem 2rem 1rem
}

.card-section:nth-last-child(2):not(.no-padding) {
	padding-bottom: 2rem
}

.card-section:last-child:not(.no-padding) {
	padding: 0 2rem 2rem
}

.card-section:last-child:not(.no-padding):first-child {
	padding-top: 2rem
}

.card-section:last-child:not(:only-child):not(.no-offset) {
	margin-top: auto
}

.card.no-padding>.card-section:not(.no-padding) {
	padding-left: 0;
	padding-right: 0
}

.card.no-padding>.card-section:not(.no-padding):first-child {
	padding-top: 0
}

.card.no-padding>.card-section:not(.no-padding):last-child {
	padding-bottom: 0
}

.card-section.no-padding+.card-section {
	padding-top: 2rem
}

.card-section+.card-section.no-padding {
	margin-top: 1rem
}

.card-section.has-bg:not(.no-padding) {
	padding: 1rem 2rem;
	background: wheat
}

.card-section.has-bg:not(.no-padding)+.card-section.has-bg:not(.no-padding):last-child {
	padding-bottom: 2rem
}

.card-section.has-separator:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 1rem;
	padding-bottom: 2rem
}

.card-section.has-separator:last-child {
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding-top: 2rem
}

.item {
	position: relative
}

.item:not(:last-child) {
	margin-bottom: 3rem;
	padding-bottom: 3rem
}

.item.has-separator:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.item.has-bg {
	padding: 1.5rem
}

.item.has-bg.dec {
	background: #b3b4ff
}

.item.has-bg.dec,
.item.has-bg.dec * {
	color: #fff
}

.item-image {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .05)
}

.item-image[class*=float] {
	width: auto
}

.item-image[class*=float-left] {
	margin-right: 1.5rem
}

.item-image[class*=float-right] {
	margin-left: 1.5rem
}

.image-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3rem 25px;
	text-align: center;
	text-decoration: none;
	background: #b3b4ff;
	overflow: hidden
}

.image-link>* {
	color: #fff
}

@media (min-width:570px) {
	.image-link {
		padding: 5% 8%;
		min-height: 350px
	}
}

.image-link .background-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s
}

.image-link .background-image.greyscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.image-link .background-image~* {
	position: relative;
	z-index: 1
}

.image-link .arrow-next,
.image-link .arrow-prev {
	-webkit-transition: all .3s;
	transition: all .3s
}

.image-link .arrow-next:after,
.image-link .arrow-prev:after {
	display: block;
	font-family: sans-serif;
	margin-bottom: -1em;
	-webkit-transition: all .3s;
	transition: all .3s
}

.image-link:hover .background-image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.image-link:hover .arrow-prev,
.image-link:hover .arrow-prev:after {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0)
}

.image-link:hover .arrow-next,
.image-link:hover .arrow-next:after {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0)
}

.image-link .arrow-prev:after {
	content: "\2190"
}

.image-link .arrow-next:after {
	content: "\2192"
}

.placeholder-image {
	position: relative;
	background: #b3b4ff;
	width: 100%
}

.placeholder-image:before {
	content: "";
	display: block;
	padding-top: 100%
}

.placeholder-image.avatar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M6.636 12.408A7.222 7.222 0 0 1 4.44 7.2c0-3.977 3.172-7.2 7.085-7.2 3.912 0 7.084 3.223 7.084 7.2a7.226 7.226 0 0 1-2.211 5.223C20.3 14.292 23 18.326 23 23l-2.149-.004c-.004-4.314-2.83-7.952-6.699-9.11a6.925 6.925 0 0 1-2.627.514 6.92 6.92 0 0 1-2.648-.522c-3.883 1.149-6.721 4.79-6.728 9.106C.857 22.987.046 22.992 0 23c0-4.688 2.715-8.731 6.636-10.592zm4.886-10.377c2.809 0 5.087 2.315 5.087 5.17s-2.278 5.169-5.087 5.169c-2.809 0-5.087-2.314-5.087-5.169 0-2.855 2.278-5.17 5.087-5.17z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: 30%;
	background-position: 50%;
	background-repeat: no-repeat
}

.placeholder-image.avatar.dec-color:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M6.636 12.408A7.222 7.222 0 0 1 4.44 7.2c0-3.977 3.172-7.2 7.085-7.2 3.912 0 7.084 3.223 7.084 7.2a7.226 7.226 0 0 1-2.211 5.223C20.3 14.292 23 18.326 23 23l-2.149-.004c-.004-4.314-2.83-7.952-6.699-9.11a6.925 6.925 0 0 1-2.627.514 6.92 6.92 0 0 1-2.648-.522c-3.883 1.149-6.721 4.79-6.728 9.106C.857 22.987.046 22.992 0 23c0-4.688 2.715-8.731 6.636-10.592zm4.886-10.377c2.809 0 5.087 2.315 5.087 5.17s-2.278 5.169-5.087 5.169c-2.809 0-5.087-2.314-5.087-5.169 0-2.855 2.278-5.17 5.087-5.17z' fill='%23b3b4ff'/%3E%3C/svg%3E")
}

.text-separator {
	position: relative
}

.text-separator:not(.dot):after {
	content: "";
	position: relative;
	top: -.08em;
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	border-right: 1px solid;
	padding-left: .5em;
	margin-right: .5em
}

.text-separator.dot:after {
	content: "\B7";
	position: relative;
	top: .05em;
	width: 1em;
	display: inline-block;
	text-align: center
}

.social-icons a:not(.no-decoration) {
	text-decoration: none;
	border-bottom: 1px solid
}

.social-icons a:not(:last-child) {
	margin-right: 1em
}

.social-icons a.only-icon:not(:last-child) {
	margin-right: .5em
}

.social-icons .icon,
.social-icons .text {
	display: inline-block;
	vertical-align: middle
}

.social-icons .icon svg {
	display: block
}

.social-icons .text:not(:only-child) {
	margin: 0 .5em 0 .2em
}

.social-icons.no-icons .text {
	border-bottom: 1px solid
}

.comments {
	padding-top: 0;
	padding-bottom: calc(1rem + 2vw)
}

.comments-container {
	margin-right: 0 !important
}

@media (max-width:1370px) {
	.comments-container {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

@media (min-width:901px) {
	.page-container .comments-container.container {
		max-width: 678px !important
	}
}

.comments:not(.is-animating):not(.is-active) {
	display: none
}

.comments.is-animating {
	overflow: hidden
}

.comments-title>* {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.5rem
}

.comments .count {
	margin-right: .5em;
	line-height: 1;
	background: #b3b4ff;
	color: #fff;
	padding: .4em;
	min-width: 1.8em;
	text-align: center;
	border-radius: 50px;
	font-size: 1rem
}

.comments .add-comment {
	margin-bottom: 1.5rem
}

.comments .comments-list {
	padding-left: 0;
	margin-left: 0
}

.comments .comments-list:not(:last-child) {
	margin-bottom: calc(.8rem + 1.5vw)
}

.comments .comments-list .comment-form:not(.is-animating):not(.is-active) {
	display: none
}

.comments .comments-list>.comment {
	border: 1px solid #e6e5e5;
	padding-top: calc(.5rem + .6vw);
	padding-bottom: calc(.5rem + 1.35vw);
	margin-bottom: .625rem
}

.comments .comment-form {
	overflow: hidden
}

.comments .comment-form-wrap {
	padding: calc(20px + .5vw);
	border: 1px solid #f2f2f2;
	position: relative
}

.comments .comment-form-wrap:before {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	height: 6px;
	background: #b3b4ff
}

.comments .comment-form-wrap .title {
	margin-bottom: 1rem
}

.comments .comment-form-wrap .title h4 {
	font-weight: 600;
	color: #333;
	line-height: 1.4444444444
}

@media screen and (min-width:570px) {
	.comments .comment-form-wrap .title h4 {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comments .comment-form-wrap .title h4 {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.comments .comment-form-wrap .title h4 {
		font-size: 1rem
	}
}

.comments .comment-form-wrap input {
	border: none;
	border-bottom: 1px solid #b3b4ff;
	padding: 6px 15px 6px 0
}

.comments .comment-form-wrap button {
	font-weight: 600;
	min-width: 160px;
	padding-top: .5625rem;
	padding-bottom: .5625rem
}

.comments .comment-form .close {
	font-family: sans-serif;
	cursor: pointer;
	line-height: 1;
	text-decoration: none
}

@media screen and (min-width:570px) {
	.comments .comment-form .close {
		font-size: calc(1.375rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comments .comment-form .close {
		font-size: 1.75rem
	}
}

@media screen and (max-width:570px) {
	.comments .comment-form .close {
		font-size: 1.375rem
	}
}

.comments .comment-form .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comments .comment-form .user .avatar {
	position: relative;
	width: 34px;
	height: 34px;
	margin-right: 17px;
	border-radius: 100%;
	background-color: #fadcde;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M6.636 12.408A7.222 7.222 0 0 1 4.44 7.2c0-3.977 3.172-7.2 7.085-7.2 3.912 0 7.084 3.223 7.084 7.2a7.226 7.226 0 0 1-2.211 5.223C20.3 14.292 23 18.326 23 23l-2.149-.004c-.004-4.314-2.83-7.952-6.699-9.11a6.925 6.925 0 0 1-2.627.514 6.92 6.92 0 0 1-2.648-.522c-3.883 1.149-6.721 4.79-6.728 9.106C.857 22.987.046 22.992 0 23c0-4.688 2.715-8.731 6.636-10.592zm4.886-10.377c2.809 0 5.087 2.315 5.087 5.17s-2.278 5.169-5.087 5.169c-2.809 0-5.087-2.314-5.087-5.169 0-2.855 2.278-5.17 5.087-5.17z' fill='%23b3b4ff'/%3E%3C/svg%3E");
	background-size: 47%;
	background-position: 50%;
	background-repeat: no-repeat;
	border: none
}

.comments .comment-form .user .avatar img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	vertical-align: top
}

.comments .comment-form .user .name {
	font-weight: bolder
}

.comment {
	position: relative;
	display: block;
	margin-bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s;
	transition: all .3s;
	list-style: none
}

.comment:not(:last-child) {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem
}

.comment>*+* {
	margin-top: 1.5rem
}

.comment .replies {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding-top: 1.5rem;
	padding-left: 0
}

.comment .replies .header .avatar {
	width: 35px;
	height: 35px
}

.comment .comment-form-wrap {
	border: none;
	padding-bottom: 0
}

.comment .comment .comment-reply-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -23px;
	top: -15px
}

.comment .comment .comment-reply-icon svg * {
	fill: #b3b4ff
}

.comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.comment-wrap>.header {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	padding-left: 95px !important
}

@media (max-width:500px) {
	.comment-wrap>.header {
		padding-left: 60px !important
	}
}

@media (max-width:300px) {
	.comment-wrap>.header {
		padding-left: 10px !important;
		padding-top: 35px
	}
}

.comment-wrap>.header .title {
	display: inline-block;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: .9375rem
}

@media (max-width:570px) {
	.comment-wrap>.header .title {
		display: block
	}
}

@media (max-width:500px) {
	.comment-wrap>.header .title {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		position: relative
	}
}

.comment-wrap>.header abbr {
	color: #b3b4ff;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
	border-right: 2px solid #f2f2f2;
	padding-right: .5625rem;
	white-space: nowrap;
	margin-right: .5625rem
}

@media screen and (min-width:570px) {
	.comment-wrap>.header abbr {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comment-wrap>.header abbr {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.comment-wrap>.header abbr {
		font-size: .75rem
	}
}

@media (max-width:570px) {
	.comment-wrap>.header abbr {
		display: inline-block
	}
}

@media (max-width:500px) {
	.comment-wrap>.header abbr {
		margin-left: 0;
		border: 0
	}
}

.comment-wrap>.header .avatar {
	position: relative;
	border-radius: 100%;
	background-color: #fadcde;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M6.636 12.408A7.222 7.222 0 0 1 4.44 7.2c0-3.977 3.172-7.2 7.085-7.2 3.912 0 7.084 3.223 7.084 7.2a7.226 7.226 0 0 1-2.211 5.223C20.3 14.292 23 18.326 23 23l-2.149-.004c-.004-4.314-2.83-7.952-6.699-9.11a6.925 6.925 0 0 1-2.627.514 6.92 6.92 0 0 1-2.648-.522c-3.883 1.149-6.721 4.79-6.728 9.106C.857 22.987.046 22.992 0 23c0-4.688 2.715-8.731 6.636-10.592zm4.886-10.377c2.809 0 5.087 2.315 5.087 5.17s-2.278 5.169-5.087 5.169c-2.809 0-5.087-2.314-5.087-5.169 0-2.855 2.278-5.17 5.087-5.17z' fill='%23b3b4ff'/%3E%3C/svg%3E");
	background-size: 30%;
	background-position: 50%;
	background-repeat: no-repeat;
	border: none
}

@media (max-width:699px) {
	.comment-wrap>.header .avatar {
		width: 35px;
		height: 35px
	}
}

@media (min-width:700px) {
	.comment-wrap>.header .avatar {
		width: 50px;
		height: 50px
	}
}

.comment-wrap>.header .avatar img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	vertical-align: top
}

.comment-wrap>.header .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.comment-wrap>.header .user .name {
	font-weight: 600;
	color: #333;
	line-height: 1.625
}

@media screen and (min-width:570px) {
	.comment-wrap>.header .user .name {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comment-wrap>.header .user .name {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.comment-wrap>.header .user .name {
		font-size: 1rem
	}
}

.comment-wrap>.content {
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5714285714;
	margin-left: 95px !important;
	padding-right: 1rem
}

@media screen and (min-width:570px) {
	.comment-wrap>.content {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comment-wrap>.content {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.comment-wrap>.content {
		font-size: .75rem
	}
}

@media (max-width:500px) {
	.comment-wrap>.content {
		margin-left: 60px !important;
		padding-right: .5rem;
		margin-left: 10px !important
	}
}

.comment-wrap>.header .actions {
	display: inline-block;
	margin-left: -.5625rem
}

.comment-wrap>.header .actions.manage-comment {
	margin-left: .5625rem
}

@media (max-width:570px) {
	.comment-wrap>.header .actions {
		display: inline-block
	}
}

.comment-wrap>.header .actions .btn-ghost {
	font-weight: 600 !important;
	line-height: 1.6666666667
}

@media screen and (min-width:570px) {
	.comment-wrap>.header .actions .btn-ghost {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comment-wrap>.header .actions .btn-ghost {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.comment-wrap>.header .actions .btn-ghost {
		font-size: .75rem
	}
}

.comment-wrap .leave-reply {
	font-weight: 600;
	line-height: 1.6666666667;
	border: none;
	background: transparent;
	color: #b3b4ff;
	padding-left: .5625rem;
	padding-right: .5625rem
}

@media screen and (min-width:570px) {
	.comment-wrap .leave-reply {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.comment-wrap .leave-reply {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.comment-wrap .leave-reply {
		font-size: .75rem
	}
}

.comment-wrap .avatar-cover {
	width: 95px;
	position: absolute;
	left: 0
}

@media (max-width:500px) {
	.comment-wrap .avatar-cover {
		width: 60px
	}
}

@media (max-width:300px) {
	.comment-wrap .avatar-cover {
		top: 0
	}
}

.comment-wrap .avatar-cover .avatar {
	margin: 0 auto
}

@media (max-width:500px) {
	.comment-wrap .manage-comment {
		display: block
	}
}

.is-pending.comment .comment-wrap>.actions {
	opacity: 1
}

.is-pending.comment .leave-reply {
	display: none
}

.is-pending.comment.is-animating {
	-webkit-transition: none;
	transition: none
}

.is-pending.comment .manage-comment {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.is-pending.comment .manage-comment a[role=button] {
	border: none;
	font-weight: 600;
	padding: 0 10px;
	line-height: 2
}

.is-pending.comment .manage-comment a[role=button] svg {
	vertical-align: top
}

.is-pending.comment .manage-comment .approve-comment {
	color: #3cb371
}

.is-pending.comment .manage-comment .approve-comment:focus,
.is-pending.comment .manage-comment .approve-comment:hover {
	background: #3cb371
}

.is-pending.comment .manage-comment .approve-comment:focus svg,
.is-pending.comment .manage-comment .approve-comment:hover svg {
	stroke: #fff
}

.is-pending.comment .manage-comment .approve-comment svg {
	stroke: #3cb371
}

.swiper {
	position: relative
}

.swiper-container {
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
	z-index: 1
}

@media (max-width:570px) {
	.swiper-container .columns {
		margin-left: -12.5px;
		margin-right: -12.5px;
		margin-top: -12.5px
	}

	.swiper-container .columns>.column {
		padding: 12.5px
	}

	.swiper-container .columns:last-child {
		margin-bottom: -12.5px
	}

	.swiper-container .columns:not(:last-child) {
		margin-bottom: 12.5px
	}

	.swiper-container .columns.is-gapless {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0
	}

	.swiper-container .columns.is-gapless:last-child {
		margin-bottom: 0
	}

	.swiper-container .columns.is-gapless:not(:last-child) {
		margin-bottom: 25px
	}

	.swiper-container .columns.is-gapless>.column {
		margin: 0;
		padding: 0
	}
}

@media (max-width:570px) and (max-width:570px) {
	.swiper-container .columns.is-vgapless {
		margin-top: 0
	}

	.swiper-container .columns.is-vgapless:last-child {
		margin-bottom: 0
	}

	.swiper-container .columns.is-vgapless:not(:last-child) {
		margin-bottom: 25px
	}

	.swiper-container .columns.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (max-width:570px) and (min-width:570px) {
	.swiper-container .columns.is-grid>.column {
		padding: 12.5px
	}

	.swiper-container .columns.is-grid>.column+.column {
		margin-left: 0
	}
}

@media (max-width:570px) {
	.swiper-container .columns.has-separator-big>.column>.column-item {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
}

.swiper-container:not(.has-overflow) {
	overflow: hidden
}

.swiper-slide {
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

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

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

.swiper-navigation {
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swiper-navigation:not(.absolute) {
	margin-bottom: 1.5rem
}

.swiper-btn-next,
.swiper-btn-prev {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 3;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	min-width: 3em;
	height: 3em;
	background: #222;
	color: #fff
}

.swiper-btn-next:after,
.swiper-btn-prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.absolute>.swiper-btn-next,
.absolute>.swiper-btn-prev {
	position: absolute;
	top: 50%
}

.swiper-btn-next.is-disabled,
.swiper-btn-prev.is-disabled {
	opacity: .5;
	cursor: default
}

.absolute>.swiper-btn-prev {
	left: -2rem;
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0)
}

.swiper-btn-prev:after {
	content: "\2190"
}

.absolute>.swiper-btn-next {
	right: -2rem;
	-webkit-transform: translate3d(100%, -50%, 0);
	transform: translate3d(100%, -50%, 0)
}

.swiper-btn-next:after {
	content: "\2192"
}

.swiper-pagination {
	position: relative;
	margin-top: 1.5rem;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #b3b4ff;
	opacity: .2;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.swiper-pagination-bullet:not(:last-child) {
	margin-right: .8em
}

.swiper-pagination-bullet-active {
	background: #b3b4ff;
	opacity: 1
}

.clipper:not(:last-child) {
	margin-bottom: 1.5rem
}

.clipper [data-clip] {
	margin-bottom: .75rem
}

.clipper [data-clip].is-animating,
.clipper [data-clip].is-clipped {
	overflow: hidden
}

.clipper [data-clip].is-html {
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

.clipper [data-clip].is-html.is-animating,
.clipper [data-clip].is-html.is-clipped {
	-webkit-box-shadow: 0 -20px 20px -30px rgba(0, 0, 0, .1) inset;
	box-shadow: inset 0 -20px 20px -30px rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.clipper>.more {
	display: inline-block;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 408 408'%3E%3Cpath d='M51 153c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51zm306 0c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51zm-153 0c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51z' fill='rgba(51,51,51,0.6)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 45%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	width: 2.3em;
	height: 1.2em;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.clipper>.more:not(.is-enabled) {
	display: none
}

.clipper>.more.is-active,
.clipper>.more:hover {
	background-color: #b3b4ff;
	-webkit-box-shadow: 0 0 0 1px transparent inset;
	box-shadow: inset 0 0 0 1px transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 408 408'%3E%3Cpath d='M51 153c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51zm306 0c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51zm-153 0c-28.05 0-51 22.95-51 51s22.95 51 51 51 51-22.95 51-51-22.95-51-51-51z' fill='%23FFF'/%3E%3C/svg%3E")
}

.masonry-grid-sizer,
.masonry-item {
	width: 100%
}

@media (min-width:570px) {

	.masonry-grid-sizer,
	.masonry-item {
		width: calc(50% - 2.5px)
	}
}

.masonry-gutter-sizer {
	width: 5px
}

.masonry.one-item {
	text-align: center
}

.masonry-item {
	float: left;
	margin-bottom: 5px
}

.one-item .masonry-item {
	position: relative !important;
	float: none;
	display: inline-block;
	width: auto
}

.masonry-item.is-full {
	width: 100%
}

.masonry-item.is-full+.is-full {
	width: calc(50% - 2.5px)
}

.masonry img {
	display: block;
	width: 100%
}

.justified-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -10px
}

.justified-grid-item {
	position: relative;
	margin: 10px;
	background-color: #b3b4ff
}

.no-images .justified-grid-item {
	height: 240px;
	min-height: 40vh
}

@media (min-width:570px) {
	.no-images .justified-grid-item {
		width: calc(50% - 20px)
	}
}

.no-images .justified-grid-item:only-child {
	width: 100%
}

.justified-grid-item.no-image {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.justified-grid img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

@media (max-width:570px) {
	.table.horizontal {
		white-space: normal
	}

	.table.horizontal tbody {
		display: block
	}

	.table.horizontal tbody th {
		display: block;
		padding: 0;
		border: none;
		background: none
	}

	.table.horizontal tbody tr {
		display: block;
		padding: .5em 0
	}

	.table.horizontal tbody tr .table.horizontal:not(.no-offset) {
		padding: .5em 1em
	}

	.table.horizontal tbody td {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin-right: .5em
	}
}

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.pswp__bg {
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.pswp__scroll-wrap {
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	right: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img,
.pswp__item {
	position: absolute;
	left: 0;
	top: 0
}

.pswp__img {
	width: auto;
	height: auto
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: hsla(0, 0%, 100%, .3)
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(/themes/tomtom/img/pswp/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/themes/tomtom/img/pswp/default-skin.svg)
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/themes/tomtom/img/pswp/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

.pswp__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 2.75rem;
	padding-right: 2.75rem;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.pswp__caption:not(.is-active) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.pswp__caption__center {
	margin: auto;
	font-size: .75rem;
	max-width: 600px
}

.pswp__caption__center a {
	color: #fff
}

.pswp__caption--empty {
	opacity: 0;
	pointer-events: none
}

.pswp__caption__toggle {
	position: absolute;
	bottom: calc(100% + 6px);
	right: 6px;
	width: 2.375rem;
	height: 2.375rem;
	opacity: .8;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer
}

.pswp__ui--idle .pswp__caption__toggle:not(.has-active) {
	opacity: 0
}

.pswp__caption__toggle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.pswp__caption__toggle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .75rem;
	height: .75rem;
	-webkit-transform: translate(-50%, -25%) rotate(225deg);
	transform: translate(-50%, -25%) rotate(225deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.pswp__caption__toggle:hover {
	opacity: 1
}

.pswp__caption__toggle.has-active {
	-webkit-transform: translate3d(0, calc(100% + .5625rem), 0);
	transform: translate3d(0, calc(100% + .5625rem), 0)
}

.pswp__caption__toggle.has-active:after {
	-webkit-transform: translate(-50%, -75%) rotate(45deg);
	transform: translate(-50%, -75%) rotate(45deg)
}

.pswp__caption__toggle.has-active:before {
	opacity: 0
}

.dropdown {
	position: relative;
	z-index: 9
}

.dropdown,
.dropdown>.toggle {
	display: inline-block;
	vertical-align: top
}

.dropdown>.toggle {
	color: #b3b4ff
}

.dropdown>.toggle.has-active {
	color: #fff
}

.dropdown>.data {
	position: absolute;
	top: calc(100% + .5rem);
	left: 0;
	max-width: 90vw;
	overflow: hidden;
	opacity: 1;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	max-height: 80vh;
	-webkit-overflow-scrolling: touch
}

.dropdown>.data:not(.is-animating):not(.is-active) {
	opacity: 0;
	pointer-events: none
}

.dropdown>.data:not(.is-animating) {
	overflow-y: auto
}

.dropdown>.data>.data-wrap {
	padding: 1rem 1.25rem
}

.dropdown.center>.data {
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.dropdown.right>.data {
	left: auto;
	right: 0
}

.dropdown.bottom {
	top: auto;
	bottom: calc(100% + .5rem)
}

.dropdown:not(.narrow)>.data {
	width: 250px
}

.contact-icons {
	display: inline-block;
	vertical-align: top
}

.contact-icons .toggle:not(:last-child),
.contact-icons>a:not(:last-child) {
	margin-right: .5em
}

.contact-icons .toggle.has-active,
.contact-icons>a.has-active {
	-webkit-box-shadow: 0 -1px 0 0 #b3b4ff inset;
	box-shadow: inset 0 -1px 0 0 #b3b4ff
}

.contact-icons .icon {
	display: inline-block;
	vertical-align: middle
}

.contact-icons .icon svg {
	display: block
}

.contact-icons li:not(:last-child) {
	padding-bottom: .25em
}

.social-section {
	position: absolute;
	top: calc(1rem + 3vw);
	right: 6.338028169%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-section,
.social-section .social-icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social-section .social-icons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:400px) {
	.social-section .social-icons {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.social-section .social-icons .social-icon:first-child {
		margin-left: 0
	}
}

.social-section .social-icon {
	display: inline;
	margin-left: .78125rem;
	margin-right: .78125rem
}

.social-section .social-icon:last-child {
	margin-right: 0
}

.social-section .social-icon a {
	text-decoration: none;
	border: none
}

.social-section .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.social-section .icon-holder svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #b3b4ff !important
}

.social-section .site-lang-icon {
	margin-left: 1.25rem;
	border: 1px solid #b3b4ff;
	padding: .0625rem .625rem
}

.social-section .site-lang-icon .site-lang {
	color: #b3b4ff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.428571428
}

@media screen and (min-width:570px) {
	.social-section .site-lang-icon .site-lang {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.social-section .site-lang-icon .site-lang {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.social-section .site-lang-icon .site-lang {
		font-size: .75rem
	}
}

.social-section.social-section-menu {
	display: none
}

@media (max-width:900px) {
	.social-section.social-section-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		top: auto;
		right: auto;
		margin-top: calc(2rem + .5vh);
		margin-bottom: 0
	}

	.social-section.social-section-menu .social-icon {
		margin-bottom: .78125rem
	}

	.social-section.social-section-menu svg {
		fill: #fff !important
	}

	.social-section.social-section-menu .site-lang-icon {
		border-color: #fff
	}

	.social-section.social-section-menu .site-lang {
		color: #fff
	}
}

.social-section.social-section-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:900px) {
	.social-section.social-section-nav {
		display: none
	}
}

.little-separator {
	margin: calc(.65rem + .75vw) 0
}

@media (max-width:900px) {
	.little-separator {
		display: none
	}
}

.little-separator * {
	stroke: #fff !important
}

.little-separator-dot {
	fill: #fff
}

#scroll-to-top {
	background: #b3b4ff;
	position: fixed;
	right: 25px;
	bottom: 50px;
	z-index: 10;
	width: 2rem;
	height: 2rem;
	display: none
}

@media (max-width:570px) {
	#scroll-to-top {
		display: none !important
	}
}

#scroll-to-top.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#scroll-to-top svg {
	width: 1.5rem;
	height: 1.5rem
}

#scroll-to-top svg * {
	stroke: #fff !important
}

.link-to-master {
	position: absolute;
	padding: .2rem .8rem;
	top: calc(1rem + 3vw);
	left: 7.5%
}

.link-to-master:active svg *,
.link-to-master:focus svg *,
.link-to-master:hover svg * {
	fill: #fff
}

@media (max-width:570px) {
	.link-to-master {
		left: 25px
	}

	.link-to-master svg {
		top: 2px
	}
}

.link-to-master svg {
	width: 20px;
	position: relative;
	top: 1px
}

.link-to-master svg * {
	fill: #b3b4ff
}

.time-line .time-line-title {
	color: #333;
	font-weight: 600;
	line-height: 1.75
}

@media screen and (min-width:570px) {
	.time-line .time-line-title {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.time-line .time-line-title {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.time-line .time-line-title {
		font-size: .875rem
	}
}

.time-line .time-line-list {
	overflow: hidden
}

@media (max-width:570px) {
	.time-line .time-line-list {
		padding-left: 3px;
		margin-left: -3px
	}
}

.time-line .time-line-list .time-line-item {
	display: block;
	color: #222;
	text-decoration: none
}

.time-line .time-line-list .time-line-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.time-line .time-line-list .time-line-item.current-item {
	color: #b3b4ff
}

.time-line .time-line-list .time-line-item.current-item .item-title {
	position: relative;
	left: -2px;
	padding-left: calc(1rem + .3vw + 2px);
	border-color: transparent
}

.time-line .time-line-list .time-line-item.current-item .item-title:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	background: #b3b4ff;
	left: 0;
	top: 0
}

.time-line .time-line-list .time-line-item.current-item .item-date {
	position: relative
}

@media (max-width:570px) {
	.time-line .time-line-list .time-line-item.current-item .item-date:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 3px;
		background: #b3b4ff;
		left: -2px;
		top: 0
	}
}

.time-line .time-line-list .item-date {
	display: inline-block;
	font-weight: 400;
	font-size: .75rem;
	line-height: 2.5;
	max-width: 140px;
	width: 100%;
	float: left
}

@media (max-width:570px) {
	.time-line .time-line-list .item-date {
		float: none;
		display: block;
		padding-left: calc(1rem + .3vw);
		border-left: 1px solid #e6e5e5
	}
}

.time-line .time-line-list .item-title {
	font-weight: 300;
	width: calc(100% - 140px);
	line-height: 1.875;
	margin-left: auto;
	padding-left: calc(1rem + .3vw);
	border-left: 1px solid #e6e5e5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (min-width:570px) {
	.time-line .time-line-list .item-title {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.time-line .time-line-list .item-title {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.time-line .time-line-list .item-title {
		font-size: .875rem
	}
}

@media (max-width:570px) {
	.time-line .time-line-list .item-title {
		width: 100%
	}
}

.tags {
	margin: 0
}

.tags .tag,
.tags span {
	display: inline-block
}

.tags .tag {
	font-weight: 700;
	text-decoration: none;
	line-height: 1.7142857143;
	position: relative;
	padding-right: .875rem;
	margin-right: .4375rem
}

@media screen and (min-width:570px) {
	.tags .tag {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.tags .tag {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.tags .tag {
		font-size: .75rem
	}
}

.tags .tag:not(:last-child):after {
	position: absolute;
	content: "";
	width: 2px;
	right: 0;
	top: 4px;
	bottom: 4px;
	background: #ddd
}

.page-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 100%;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden
}

@media (max-width:900px) {
	.page-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto
	}
}

.page-container.fullscreen {
	min-height: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

.page-container.fullscreen .main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.page-container.fullscreen .main-container .page-header {
	min-height: 0
}

.page-container.fullscreen .page-header {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:1370px) {
	.page-container.fullscreen .page-header {
		min-height: 100%
	}
}

.page-container.fullscreen .page-header-wrap {
	min-height: 100%
}

@media (min-width:901px) {
	.page-container.small-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.page-container.small-nav .main-container {
		margin: auto;
		width: 100%
	}

	.page-container.small-nav:not(.fullscreen) .main-container {
		margin-top: 0
	}

	.page-container.small-nav .page-nav {
		position: absolute;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: auto;
		height: auto;
		min-width: 260px;
		max-width: 50vw;
		padding-left: 0;
		padding-right: 0;
		background: #f9f9f9;
		background: transparent
	}

	.page-container.small-nav .navbar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 185px;
		padding-left: 50px;
		padding-right: 50px
	}

	.page-container.small-nav .logo {
		margin-bottom: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		display: block;
		width: 100%
	}
}

@media screen and (min-width:901px) and (min-width:570px) {
	.page-container.small-nav .logo a {
		font-size: calc(1.25rem + 26*(100vw - 570px)/500)
	}
}

@media screen and (min-width:901px) and (min-width:1070px) {
	.page-container.small-nav .logo a {
		font-size: 2.875rem
	}
}

@media screen and (min-width:901px) and (max-width:570px) {
	.page-container.small-nav .logo a {
		font-size: 1.25rem
	}
}

@media (min-width:901px) {
	.page-container.small-nav .page-header {
		position: relative
	}

	.page-container.small-nav .page-header:after {
		content: "";
		position: absolute;
		width: 300%;
		height: 100%;
		margin-left: -50%;
		background: #f9f9f9;
		top: 0;
		left: 0;
		z-index: -1
	}

	.page-container.small-nav .page-header-wrap {
		padding-bottom: calc(2rem + 6.25vw) !important;
		padding-top: calc(185px + 5vw)
	}

	.page-container.small-nav .content,
	.page-container.small-nav .page-header .page-title {
		max-width: 730px
	}
}

@media (min-width:1070px) {
	.page-container.small-nav .page-nav {
		position: fixed;
		max-width: 25vw
	}

	.page-container.small-nav .main-container {
		width: 74%;
		margin-right: 0
	}
}

.page-container.small-nav.fullscreen .main-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.page-container.small-nav.fullscreen .page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.page-container.small-nav.fullscreen .page-header-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.page-container .container,
.page-container .content,
.page-container .page-footer-wrap>.legal,
.page-container .page-title {
	margin-left: 0;
	max-width: 920px !important
}

.page-container .content {
	max-width: none
}

@media (max-width:1370px) {
	.page-container:not(.aside-block)[data-hasaside] .page-content .page-content-offset {
		padding-top: 0
	}
}

.page-container:not(.aside-block) .page-content .page-content-offset {
	padding-top: calc(2rem + 3.5vw)
}

.page-container:not(.aside-block) .page-content .page-limit-offset {
	padding-top: 0
}

.page-container:not([data-hasaside]) .page-content .page-content-offset {
	padding-top: calc(2rem + 3.5vw)
}

.page-container[data-simple-homepage]:not(.aside-block) .page-content-offset {
	padding-top: calc(2rem + 3.5vw) !important
}

@media (max-width:1370px) {
	.page-container[data-simple-homepage]:not(.aside-block) .page-content-offset {
		padding-top: 0 !important
	}
}

.page-container[data-album-page] .page-content-offset {
	padding-top: calc(2rem + 3.5vw)
}

@media (max-width:1370px) {
	.page-container[data-album-page] .page-content-offset {
		padding-top: 0
	}
}

[data-hasaside] .container,
[data-hasaside] .content,
[data-hasaside] .page-footer-wrap>.legal,
[data-hasaside] .page-title {
	margin-left: 0
}

[data-hasaside] .page-header-wrap {
	width: auto
}

[data-hasaside] .page-header-wrap,
[data-hasaside] .section .container {
	margin-right: 44.3661971831%;
	padding-right: 0
}

@media (max-width:1370px) {
	[data-hasaside] .page-header-wrap {
		padding-bottom: calc(2rem + 7.05vw);
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:1370px) and (max-width:570px) {
	[data-hasaside] .page-header-wrap {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:1370px) and (min-width:570px) {
	[data-hasaside] .page-header-wrap {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

@media (max-width:1370px) {
	[data-hasaside] .section .container {
		margin: 0
	}
}

@media (max-width:1370px) and (max-width:570px) {
	[data-hasaside] .section .container {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:1370px) and (min-width:570px) {
	[data-hasaside] .section .container {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

[data-hasaside].page-full-width-content:not([small-width-content]) .page-header-wrap,
[data-hasaside].page-full-width-content:not([small-width-content]) .section .container {
	margin-right: 0
}

@media (max-width:570px) {
	[data-hasaside]:not(.aside-block) .simple-aside.not-box {
		display: block
	}
}

.aside-block .page-header-wrap {
	padding-bottom: calc(2rem + 6vw) !important;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:570px) {
	.aside-block .page-header-wrap {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {
	.aside-block .page-header-wrap {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.aside-block .page-header-wrap .page-title {
	max-width: 920px !important
}

.aside-block .section .container {
	margin: 0
}

@media (max-width:570px) {
	.aside-block .section .container {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {
	.aside-block .section .container {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.aside-block .section .container .content {
	max-width: none
}

.aside-block .aside-content.aside-full {
	margin-top: 0 !important
}

@media (max-width:570px) {
	.aside-block .aside-content.aside-full {
		height: auto
	}
}

.aside-block .aside-content-holder {
	margin-top: 0 !important
}

.container,
.container-narrow {
	max-width: 920px
}

.container,
.container-narrow,
.container-wide {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

@media (max-width:570px) {

	.container,
	.container-narrow,
	.container-wide {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {

	.container,
	.container-narrow,
	.container-wide {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.container *,
.container-narrow *,
.container-narrow :after,
.container-narrow :before,
.container-wide *,
.container-wide :after,
.container-wide :before,
.container :after,
.container :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.container-narrow .container,
.container-narrow .container-narrow,
.container-narrow .container-wide,
.container-wide .container,
.container-wide .container-narrow,
.container-wide .container-wide,
.container .container,
.container .container-narrow,
.container .container-wide {
	padding-left: 0;
	padding-right: 0
}

.page-nav {
	background-color: #b3b4ff;
	width: 26.0416666667%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 100;
	padding-left: 2%;
	padding-right: 2%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #ec9097 rgba(0, 0, 0, .15)
}

.page-nav::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, .15);
	width: 10px
}

.page-nav::-webkit-scrollbar-thumb {
	background-color: #ec9097
}

@media (max-width:900px) {
	.page-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: 100%;
		height: auto;
		position: static;
		overflow: initial
	}
}

@media (max-width:900px) and (max-width:570px) {
	.page-nav {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:900px) and (min-width:570px) {
	.page-nav {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.main-container {
	display: block;
	margin-left: auto;
	width: 73.95833%
}

@media (max-width:900px) {
	.main-container {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.main-container .page-content {
	position: relative;
	z-index: 10
}

.asideBlock-wobo .aside-full {
	padding-bottom: 0 !important
}

.privacy-request-form {
	padding-top: 0 !important
}

@media (min-width:901px) {
	.privacy-request-form .request-form {
		max-width: 678px
	}
}

.main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:570px) {
	.simple-aside.simple-hp-has-title .header-image-aside {
		display: block !important
	}
}

.classic-page .aside-content .service-image-aside {
	margin-top: -56px !important
}

@media (max-width:1370px) {
	.classic-page .aside-content .service-image-aside {
		margin-top: 0 !important
	}
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	padding: calc(1.5rem + 2.5vw) 0;
	text-align: center;
	background-color: #b3b4ff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 11
}

@media (max-width:900px) {
	.navbar {
		padding: 1.5rem 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left
	}

	.navbar .tagline {
		display: none
	}
}

.navbar-logo {
	margin-right: 1.5rem
}

@media (min-width:901px) {
	.navbar-logo {
		-ms-flex-preferred-size: 9vw;
		flex-basis: 9vw;
		margin-right: 0
	}
}

.navbar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:901px) {
	.navbar-menu {
		width: 100%
	}
}

.page-header {
	position: relative;
	z-index: 10;
	background: #f9f9f9
}

.page-header[data-header-small-padding] .page-header-wrap {
	padding-bottom: calc(2rem + 2vw)
}

@media (max-width:1370px) {
	.page-header[data-header-small-padding] .page-header-wrap {
		padding-bottom: calc(4rem + 3vw) !important
	}
}

.page-header[data-header-big-padding] .page-header-wrap {
	padding-bottom: calc(2rem + 7.5vw)
}

@media (max-width:1370px) {
	.page-header[data-header-big-padding] .page-header-wrap {
		padding-bottom: calc(4rem + 3vw)
	}
}

.page-header[data-header-classic-padding] .page-header-wrap {
	padding-bottom: calc(2rem + 6vw)
}

@media (max-width:1370px) {
	.page-header[data-header-classic-padding] .page-header-wrap {
		padding-bottom: calc(4rem + 3vw) !important
	}
}

.page-header[data-header-medium-padding] .page-header-wrap {
	padding-bottom: calc(2rem + 4vw)
}

@media (max-width:1370px) {
	.page-header[data-header-medium-padding] .page-header-wrap {
		padding-bottom: calc(4rem + 3vw) !important
	}
}

.page-header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: calc(2rem + 6.5vw);
	padding-bottom: calc(2rem + 4.5vw)
}

@media (max-width:570px) {
	.page-header-wrap {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {
	.page-header-wrap {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

@media (max-width:1370px) {
	.page-header-wrap {
		padding-bottom: calc(4rem + 2vw) !important
	}
}

.page-header .page-nav {
	width: 100%
}

.page-header .header-bg {
	background-position: 50%;
	background-size: cover;
	z-index: -1
}

.page-header .header-bg,
.page-header .header-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.page-header .header-bg:after {
	content: "";
	background: #f9f9f9;
	opacity: .95
}

.page-header .header-bg.header-image-homepage-simple {
	display: none
}

.page-header.has-desc {
	padding-bottom: 8%
}

.page-header.is-cover:not(.no-page-title) .page-header-wrap:not(.has-content) {
	min-height: 80vh
}

.page-header.is-cover .page-title {
	max-width: 920px;
	text-align: left;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.page-header.is-cover .page-title h1 {
	font-weight: 300;
	letter-spacing: .025em;
	line-height: 1.2;
	margin-bottom: .6rem
}

@media (max-width:900px) {
	.page-header.is-cover .page-title h1 {
		line-height: 1.2
	}
}

.page-header.is-cover .page-title>.container {
	padding: 0
}

.page-header.is-cover .subtitle {
	max-width: none
}

.page-header .item-title {
	max-width: 650px
}

.page-header .item-title h1 {
	color: #222;
	line-height: 1.1590909091;
	margin-bottom: calc(.5rem + .2vw)
}

@media screen and (min-width:570px) {
	.page-header .item-title h1 {
		font-size: calc(1.5625rem + 19*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-header .item-title h1 {
		font-size: 2.75rem
	}
}

@media screen and (max-width:570px) {
	.page-header .item-title h1 {
		font-size: 1.5625rem
	}
}

.page-header .item-title .date {
	background: transparent;
	padding: 0;
	margin: 0
}

.page-header .item-title .date span {
	display: inline-block;
	padding: 0;
	color: #b3b4ff;
	font-weight: 600;
	line-height: 1.7142857143;
	text-transform: none;
	letter-spacing: 0;
	margin: 0
}

@media screen and (min-width:570px) {
	.page-header .item-title .date span {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.page-header .item-title .date span {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.page-header .item-title .date span {
		font-size: .75rem
	}
}

.page-header.no-page-title .page-header-wrap {
	min-height: 0;
	height: auto;
	padding-bottom: calc(2rem + 3.5vw) !important
}

.page-header.no-page-title .page-nav .navbar {
	margin-bottom: 0
}

@media (max-width:570px) {

	.type-contact .aside-block .page-header.no-page-title.has-bg,
	.type-page .aside-block .page-header.no-page-title.has-bg,
	[data-simple-homepage].aside-block .page-header.no-page-title.has-bg {
		display: none
	}
}

.page-header.has-bg {
	position: relative
}

.page-container.fullscreen>.page-header.is-cover.has-bg .page-header-wrap,
.page-container.fullscreen>.page-header.is-cover .page-header-wrap,
.page-container.fullscreen>.page-header.is-cover:not(.has-bg) .page-header-wrap {
	min-height: 100%
}

.section {
	margin-bottom: 1.5rem
}

.section header {
	padding: 0 0 4.5rem
}

@media screen and (min-width:570px) {
	.section header {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.section header {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.section header {
		font-size: .75rem
	}
}

.section header.narrow {
	max-width: 920px;
	margin: 0 auto
}

.section header h2 {
	font-weight: 400
}

@media screen and (min-width:570px) {
	.section header h2 {
		font-size: calc(1.5rem + 8*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.section header h2 {
		font-size: 2rem
	}
}

@media screen and (max-width:570px) {
	.section header h2 {
		font-size: 1.5rem
	}
}

.section header .subtitle {
	display: block;
	font-family: inherit;
	font-weight: 300
}

@media screen and (min-width:570px) {
	.section header .subtitle {
		font-size: calc(1.125rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.section header .subtitle {
		font-size: 1.5rem
	}
}

@media screen and (max-width:570px) {
	.section header .subtitle {
		font-size: 1.125rem
	}
}

.section header+.content {
	margin-top: 3rem
}

.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.aside-image-offset {
	padding: 10px 0
}

@media (min-width:571px) {
	.aside-image-offset {
		padding: calc(1rem + 1.85vw) 0
	}

	.not-box .aside-image-offset {
		padding: calc(.5rem + .75vw) 0
	}
}

.no-page-content-offset,
.page-contact-offset,
.privacy-policy-offset,
.section-offset {
	padding: calc(1rem + .7vw) 0
}

@media (max-width:570px) {

	.no-page-content-offset,
	.page-contact-offset,
	.privacy-policy-offset,
	.section-offset {
		padding: 10px 0
	}
}

.full-aside-offset {
	padding: 1rem 0
}

@media (max-width:570px) {
	.full-aside-offset {
		padding: 10px 0
	}
}

.testimonials-aside-offset {
	padding: 2rem 0
}

@media (max-width:570px) {
	.testimonials-aside-offset {
		padding: 10px 0
	}
}

.member-content-offset {
	padding-top: calc(2rem + 3.5vw)
}

.member-container-offset {
	margin-right: 44.3661971831% !important;
	padding-right: 0 !important
}

@media (max-width:1370px) {
	.member-container-offset {
		margin-right: 0 !important;
		padding-left: 7.5% !important;
		padding-right: 7.5% !important
	}
}

@media (max-width:570px) {
	.member-container-offset {
		padding-left: 25px !important;
		padding-right: 25px !important
	}
}

.aside-blog .aside-content-holder,
.aside-gallery .aside-content-holder {
	padding-bottom: 1.25rem
}

.text-content {
	margin-bottom: 1.5rem
}

@media (max-width:1370px) {
	.member-section .member-page-has-image {
		padding-top: 0
	}
}

.gallery .columns {
	margin-left: -2.5px;
	margin-right: -2.5px;
	margin-top: -2.5px
}

.gallery .columns>.column {
	padding: 2.5px
}

.gallery .columns:last-child {
	margin-bottom: -2.5px
}

.gallery .columns:not(:last-child) {
	margin-bottom: 2.5px
}

.gallery .columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.gallery .columns.is-gapless:last-child {
	margin-bottom: 0
}

.gallery .columns.is-gapless:not(:last-child) {
	margin-bottom: 5px
}

.gallery .columns.is-gapless>.column {
	margin: 0;
	padding: 0
}

@media (max-width:570px) {
	.gallery .columns.is-vgapless {
		margin-top: 0
	}

	.gallery .columns.is-vgapless:last-child {
		margin-bottom: 0
	}

	.gallery .columns.is-vgapless:not(:last-child) {
		margin-bottom: 5px
	}

	.gallery .columns.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width:570px) {
	.gallery .columns.is-grid>.column {
		padding: 2.5px
	}

	.gallery .columns.is-grid>.column+.column {
		margin-left: 0
	}
}

.gallery .columns.has-separator-big>.column>.column-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.gallery .tags {
	margin-bottom: 3rem;
	text-transform: capitalize
}

@media (min-width:900px) {
	.gallery .tags {
		margin-bottom: 4%
	}
}

.gallery .tags>.tag {
	margin-right: 1.5em
}

.gallery .medium {
	position: relative;
	display: block;
	height: 100%
}

.gallery .no-image .medium {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gallery .no-image.only-last {
	min-height: 40vh
}

.gallery.homepage .only-last {
	display: none
}

.gallery .medium .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 2rem
}

@media (min-width:570px) {
	.gallery .medium .data {
		padding-left: 5rem;
		padding-right: 5rem
	}
}

.gallery .medium .data,
.gallery .medium .data:not(.overlay),
.gallery .medium .data>* {
	-webkit-transition: all .3s;
	transition: all .3s
}

.gallery .medium .data:not(.overlay) {
	background: #fff;
	border: 1px solid rgba(26, 25, 25, .2);
	padding-top: 4rem;
	padding-bottom: 4rem
}

.gallery .medium .data:not(.overlay):hover {
	background: #b3b4ff
}

.gallery .medium .data:not(.overlay):hover>* {
	color: #fff
}

.gallery .medium .data.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(228, 101, 110, .7);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.gallery .medium .data.overlay>* {
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0)
}

.gallery .medium .data.overlay:hover {
	opacity: 1
}

.gallery .medium .data.overlay:hover>* {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.gallery .medium .title {
	margin: 0 auto;
	width: 20em;
	max-width: 100%;
	max-height: 7.2em;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (min-width:570px) {
	.gallery .medium .title {
		font-size: calc(1.125rem + 14*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.gallery .medium .title {
		font-size: 2rem
	}
}

@media screen and (max-width:570px) {
	.gallery .medium .title {
		font-size: 1.125rem
	}
}

@media screen and (min-width:570px) {
	.gallery .is-full .medium .title {
		font-size: calc(1.125rem + 34*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.gallery .is-full .medium .title {
		font-size: 3.25rem
	}
}

@media screen and (max-width:570px) {
	.gallery .is-full .medium .title {
		font-size: 1.125rem
	}
}

.gallery .too-small .medium .data {
	padding-left: 1em;
	padding-right: 1em
}

@media (min-width:570px) {
	.gallery .too-small .medium .data {
		padding-left: 3em;
		padding-right: 3em
	}
}

.gallery .too-small .medium .title {
	font-size: 1.125rem
}

@media screen and (min-width:570px) and (min-width:570px) {
	.gallery .too-small .medium .title {
		font-size: calc(1.125rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:570px) and (min-width:1070px) {
	.gallery .too-small .medium .title {
		font-size: 1.375rem
	}
}

@media screen and (min-width:570px) and (max-width:570px) {
	.gallery .too-small .medium .title {
		font-size: 1.125rem
	}
}

@media (max-width:570px) {
	.gallery .more {
		padding-top: 3.5rem
	}
}

@media (min-width:570px) {
	.gallery .more {
		padding-top: 6%
	}
}

.aside-gallery .justified-grid {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.aside-gallery-item {
	height: auto;
	min-height: auto;
	overflow: hidden;
	max-width: calc(50% - 20px) !important;
	width: 100%;
	background: #fff
}

.aside-gallery-item:not(.no-image):focus .item-data:after,
.aside-gallery-item:not(.no-image):hover .item-data:after {
	opacity: 1;
	-webkit-transition: all .125s ease-in;
	transition: all .125s ease-in
}

.aside-gallery-item:not(.no-image):focus .item-data .data,
.aside-gallery-item:not(.no-image):hover .item-data .data {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .125s ease-in;
	transition: all .125s ease-in
}

.aside-gallery-item:not(.no-image) .item-data {
	padding-top: 1rem !important
}

.aside-gallery-item:not(.no-image) .item-data:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 27.1428571429%;
	opacity: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent);
	-webkit-transition: all .125s ease-in;
	transition: all .125s ease-in
}

.aside-gallery-item:not(.no-image) .item-data .data {
	position: absolute;
	bottom: 5.4285714286%;
	z-index: 2;
	padding: .5rem;
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: all .125s ease-in;
	transition: all .125s ease-in
}

.aside-gallery-item:not(.no-image) .item-data .title {
	color: #fff;
	text-transform: uppercase
}

@media (max-width:1370px) {
	.aside-gallery-item {
		max-width: calc(33.33333% - 20px) !important
	}
}

@media (max-width:570px) {
	.aside-gallery-item {
		max-width: calc(50% - 20px) !important
	}
}

.aside-gallery-item:before {
	content: "";
	float: left;
	padding-top: 100%
}

.aside-gallery-item.no-image-item {
	border: 3px solid #b3b4ff
}

.aside-gallery-item .item-data {
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.aside-gallery-item .item-data .title {
	color: #222;
	font-weight: 600;
	line-height: 1.375
}

@media screen and (min-width:570px) {
	.aside-gallery-item .item-data .title {
		font-size: calc(.75rem + 4.1*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-gallery-item .item-data .title {
		font-size: 1.00625rem
	}
}

@media screen and (max-width:570px) {
	.aside-gallery-item .item-data .title {
		font-size: .75rem
	}
}

.aside-gallery .bit-items {
	max-width: calc(50% - 20px) !important
}

.aside-gallery .no-images .aside-gallery-item {
	height: auto;
	min-height: 0
}

.aside-gallery.aside-full {
	margin-top: calc(-5% - 10px) !important;
	max-width: calc(1095px + 15%) !important
}

.aside-gallery.aside-full .aside-content-holder {
	margin-top: -80px !important
}

@media (max-width:1370px) {
	.aside-gallery.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.aside-gallery.aside-full .aside-gallery-item {
	max-width: calc(33.33333% - 20px) !important;
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

@media (max-width:570px) {
	.aside-gallery.aside-full .aside-gallery-item {
		max-width: calc(50% - 20px) !important
	}
}

.aside-gallery .more .btn {
	font-weight: 600;
	line-height: 1.375;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width:570px) {
	.aside-gallery .more .btn {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-gallery .more .btn {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.aside-gallery .more .btn {
		font-size: .75rem
	}
}

.aside-gallery .more span {
	margin-top: .9rem
}

.aside-gallery .more svg {
	display: block;
	margin: .625rem auto 0;
	width: 21px
}

.aside-gallery .more svg * {
	fill: #fff
}

.classic-page-data.section {
	margin-top: 0 !important;
	padding-bottom: 0;
	padding-top: 0
}

@media (max-width:1370px) {
	.classic-page-data.section {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.aside-gallery-page {
	height: auto !important;
	max-height: none !important
}

.aside-gallery-page.aside-full {
	margin-top: calc(-8% - 10px) !important;
	max-width: calc(980px + 15%) !important
}

.aside-gallery-page.aside-full .content {
	max-width: none !important
}

.aside-gallery-page.aside-full .aside-content-holder {
	margin-top: -80px !important
}

@media (max-width:1370px) {
	.aside-gallery-page.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

@media (max-width:1370px) {
	.aside-gallery-page.aside-full {
		margin-top: calc(-5% - 10px) !important
	}
}

@media (min-width:400px) {
	.aside-gallery-page.aside-full .lb-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.aside-gallery-page.aside-full .lb-gallery .main-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(65.81633% - 20px);
		flex: 0 0 calc(65.81633% - 20px)
	}

	.aside-gallery-page.aside-full .lb-gallery .images-cover {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 34.18367%;
		flex: 1 1 34.18367%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.aside-gallery-page .aside-content-holder {
	margin-top: -120px !important
}

@media (max-width:1370px) {
	.aside-gallery-page .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.contact .column.is-custom {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

@media (min-width:900px) {
	.contact .column.is-custom {
		min-width: 270px;
		max-width: 350px;
		width: auto
	}
}

.contact .column.is-custom+.column {
	width: auto
}

.contact-details a {
	word-break: break-all
}

.contact-data {
	margin-top: calc(1.5rem + 3vw);
	margin-bottom: 1.5rem
}

.contact-data div:first-child {
	margin-top: 0 !important
}

.contact-data .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:400px) {
	.contact-data .contact-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-data .contact-item .contact-item-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	font-weight: 600;
	font-size: .875rem;
	color: #333;
	line-height: 2.1428571429;
	max-width: 70px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 0
}

@media (max-width:400px) {
	.contact-data .contact-item .contact-item-title {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

.contact-data .contact-item .contact-item-title:after {
	content: ":";
	position: absolute;
	right: 0
}

.contact-data .contact-item .contact-item-value {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 300;
	font-size: .875rem;
	color: #333;
	line-height: 2.1428571429
}

.contact-data .contact-item .phone {
	display: inline-block
}

.contact-data .contact-item .phone a {
	text-decoration: none;
	color: #333
}

.contact-data .contact-item .email {
	display: inline-block
}

.contact-data .contact-item .email a {
	color: #b3b4ff;
	text-decoration: none
}

.contact-data .contact-item .contact-item-separator {
	display: inline-block;
	margin-left: -3px
}

.contact-data .contact-item-other {
	font-weight: 300;
	font-size: .875rem;
	color: #333;
	line-height: 1.7142857143;
	margin-top: 20px
}

.contact-social {
	margin-top: 20px
}

.contact-social a {
	vertical-align: top
}

.contact-social .icon {
	display: inline-block;
	vertical-align: middle
}

.contact-social .icon svg * {
	fill: #b3b4ff
}

.opening-hours-table {
	margin-top: calc(1.75rem + 3vw)
}

.opening-hours {
	max-width: 620px
}

.opening-hours td,
.opening-hours th {
	padding: 0
}

.opening-hours tr:not(:last-child) {
	border-color: #e6e5e5
}

.opening-hours th {
	text-transform: uppercase;
	color: #b3b4ff;
	font-weight: 600;
	font-size: .75rem;
	line-height: 3.3333333333;
	position: relative;
	padding-right: 10px
}

@media (max-width:570px) {
	.opening-hours th {
		line-height: 2
	}
}

.opening-hours th:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	bottom: 7px;
	background: #b3b4ff;
	width: 3px
}

@media (max-width:570px) {
	.opening-hours th:after {
		display: none
	}
}

@media (max-width:570px) {
	.opening-hours tr {
		position: relative;
		padding-left: 1.5rem !important
	}

	.opening-hours tr:after {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		bottom: 8px;
		background: #b3b4ff;
		width: 3px
	}
}

.opening-hours td {
	font-weight: 300;
	font-size: 1rem;
	line-height: 2.5;
	color: #333;
	padding-left: calc(1rem + 1.25vw);
	display: inline-block
}

@media (max-width:570px) {
	.opening-hours td {
		line-height: 2
	}
}

.opening-hours td:last-child {
	padding-left: calc(1.3rem + 2vw)
}

.opening-hours-title {
	font-weight: 600;
	color: #333;
	line-height: 1.4444444444
}

@media screen and (min-width:570px) {
	.opening-hours-title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.opening-hours-title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.opening-hours-title {
		font-size: 1rem
	}
}

.album .data .title {
	margin-right: 8px
}

.album .data .title:after {
	content: ":";
	color: #333
}

.album .page-title {
	margin-bottom: 2rem;
	padding: 0;
	text-align: left
}

@media (max-width:1070px) {
	.album .page-title {
		margin-top: 1rem;
		padding: 3% 0
	}
}

@media screen and (min-width:570px) {
	.album .page-title h1 {
		font-size: calc(1.6875rem + 9*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.album .page-title h1 {
		font-size: 2.25rem
	}
}

@media screen and (max-width:570px) {
	.album .page-title h1 {
		font-size: 1.6875rem
	}
}

.album hr {
	margin: 3rem 0;
	max-width: 80px
}

.album .content {
	margin-bottom: calc(1.5rem + 1.5vw)
}

.album .time-line {
	margin-top: calc(2rem + 3.25vw)
}

.album .time-line .time-line-title {
	margin-bottom: calc(1rem + .8vw)
}

.album .time-line .time-line-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -.3125rem
}

.album .time-line .time-line-list .time-line-item {
	display: inline-block;
	margin: .3125rem;
	width: 80px;
	height: 80px;
	position: relative
}

.album .time-line .time-line-list .time-line-item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0 0 150px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 150px rgba(0, 0, 0, .05);
	top: 0;
	left: 0;
	visibility: visible;
	float: left;
	padding-top: 100%
}

@media (max-width:400px) {
	.album .time-line .time-line-list .time-line-item {
		max-width: calc(33.33% - 10px)
	}
}

.album .time-line .time-line-list .time-line-item img {
	vertical-align: top;
	position: relative
}

.album .time-line .time-line-list .current-item {
	position: relative;
	border: 3px solid #b3b4ff
}

.album .time-line .time-line-list .current-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(228, 101, 110, .4);
	z-index: 2
}

.album .time-line .time-line-list .page-link {
	background: #b3b4ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.album .time-line .time-line-list .page-link:after {
	display: none;
	visibility: hidden
}

.album .time-line .time-line-list .page-link svg {
	stroke: #fff;
	width: 60%;
	height: auto;
	padding: 10%
}

.album .navigation {
	font-size: 0;
	margin-top: 6vw;
	background: #fff
}

.album .navigation>[class^=btn] {
	min-width: calc(50% - 1em);
	vertical-align: top
}

.album .navigation>[class^=btn]:not(:last-child) {
	margin: 0 1em 1em 0
}

@media (max-width:1070px) {
	.album.no-data:not(.no-gallery) .page-title {
		margin-bottom: 0;
		text-align: center
	}

	.album.no-data:not(.no-gallery) .data,
	.album.no-data:not(.no-gallery) .separator {
		display: none
	}

	.album.no-data:not(.no-gallery) .navigation {
		margin-top: 3rem
	}
}

.album.no-sidebar .medium {
	text-align: center;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto
}

.album.no-sidebar .medium .info {
	max-width: 60ch;
	margin-left: auto;
	margin-right: auto
}

.album .medium:not(:last-child) {
	margin-bottom: calc(2.5rem + 1vw)
}

.album .medium>.info:not(:only-child) {
	margin-top: 1.5rem
}

.album .medium img {
	width: auto
}

.lb-gallery {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px !important
}

.lb-gallery,
.lb-gallery .images-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.lb-gallery .images-cover {
	width: 100%
}

@media (max-width:1370px) {
	.lb-gallery {
		max-width: 520px !important
	}
}

.lb-gallery .medium {
	margin: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(50% - 20px);
	flex: 0 1 calc(50% - 20px);
	position: relative
}

.lb-gallery .main-image {
	-ms-flex-preferred-size: calc(100% - 20px);
	flex-basis: calc(100% - 20px)
}

.lb-gallery .lb-item img {
	max-height: none;
	width: 100%;
	margin-bottom: 0
}

.lb-gallery .media-cover {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 250px rgba(0, 0, 0, .15) inset;
	box-shadow: inset 0 0 250px rgba(0, 0, 0, .15)
}

.lb-gallery .lb-item-more img {
	visibility: hidden;
	position: absolute
}

.lb-gallery .lb-item-more .lb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	font-weight: 600;
	height: 100%;
	line-height: 1.375
}

@media screen and (min-width:570px) {
	.lb-gallery .lb-item-more .lb-item {
		font-size: calc(.8125rem + 3*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.lb-gallery .lb-item-more .lb-item {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.lb-gallery .lb-item-more .lb-item {
		font-size: .8125rem
	}
}

.lb-gallery .lb-item-more svg {
	display: block;
	margin: .625rem auto 0;
	width: 21px
}

.lb-gallery .lb-item-more svg * {
	fill: #fff
}

.data .data-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.data .item-price {
	border: 3px solid #b3b4ff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 180px;
	padding-left: 1.25rem;
	padding-right: 1.875rem;
	margin-top: calc(1.5rem + 1.5vw)
}

.data .item-price .title {
	text-transform: uppercase;
	color: #b3b4ff;
	line-height: 1.4285714286
}

.data .item-price .title:after {
	content: ""
}

.data .item-price .value {
	font-weight: 600;
	line-height: 1.8;
	color: #b3b4ff
}

@media screen and (min-width:570px) {
	.data .item-price .value {
		font-size: calc(1.25rem + 10*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.data .item-price .value {
		font-size: 1.875rem
	}
}

@media screen and (max-width:570px) {
	.data .item-price .value {
		font-size: 1.25rem
	}
}

.data .title {
	font-size: .875rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	min-width: 50px;
	position: relative;
	display: inline-block;
	line-height: 2.1428571429;
	padding-right: 5px
}

.data .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0
}

.data .value {
	display: inline-block;
	font-weight: 300;
	font-size: .875rem;
	line-height: 2.1428571429;
	padding-left: .3125rem
}

.data .value a {
	text-decoration: none
}

.album-container.container-offset {
	margin-right: 44.3661971831% !important;
	padding-right: 0 !important
}

@media (max-width:1370px) {
	.album-container.container-offset {
		padding-left: 7.5% !important;
		padding-right: 7.5% !important;
		margin-right: 0 !important
	}
}

@media (max-width:570px) {
	.album-container.container-offset {
		padding-left: 25px !important;
		padding-right: 25px !important
	}
}

.article .thumb {
	position: relative;
	display: block;
	width: 100%;
	background: #b3b4ff
}

.article .thumb.no-image {
	min-height: 215px
}

.has-images .article .thumb.no-image:after {
	content: "";
	display: block;
	padding-top: 100%
}

@media (min-width:900px) {
	.article .thumb.no-bg-large {
		background: none
	}
}

.article .thumb .date {
	position: absolute;
	top: 2vw;
	right: 2vw
}

.article .thumb.no-image .date {
	top: 50%;
	left: 50%;
	right: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.article .date {
	display: inline-block;
	padding: 5% 7.5% 5.5%;
	background: #b3b4ff;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .025em
}

.article .date>* {
	display: block
}

.article .date .day {
	font-weight: 300
}

@media screen and (min-width:570px) {
	.article .date .day {
		font-size: calc(1.125rem + 10*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.article .date .day {
		font-size: 1.75rem
	}
}

@media screen and (max-width:570px) {
	.article .date .day {
		font-size: 1.125rem
	}
}

@media screen and (min-width:570px) {
	.article .date .month {
		font-size: calc(.75rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.article .date .month {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.article .date .month {
		font-size: .75rem
	}
}

@media screen and (min-width:570px) {
	.article .date .year {
		font-size: calc(.75rem + 3*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.article .date .year {
		font-size: .9375rem
	}
}

@media screen and (max-width:570px) {
	.article .date .year {
		font-size: .75rem
	}
}

@media (max-width:900px) {
	.article.first:not(:only-child) {
		margin-bottom: 1.5rem
	}
}

@media (min-width:900px) {
	.article.first:only-child {
		margin-bottom: 6vh
	}
}

.article.first .background-image,
.article.first .thumb:not(.no-image) {
	min-height: 250px
}

@media (min-width:570px) {

	.article.first .background-image,
	.article.first .thumb:not(.no-image) {
		min-height: 550px
	}
}

@media (max-width:570px) {
	.article.first .background-image:after {
		content: "";
		display: block;
		padding-top: 100%
	}
}

@media (min-width:570px) {
	.article.first .thumb:not(.no-image) .date {
		padding: 2.5% 3.75% 2.75%
	}
}

@media (min-width:900px) {
	.article.first .thumb.no-image .date {
		top: 0;
		left: auto;
		right: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		padding: 8% 15% 8.5%
	}
}

.article.first .first-content {
	padding: 2rem
}

@media (min-width:570px) {
	.article.first .first-content {
		padding: 4rem 4.5rem
	}
}

.article.first .btn {
	margin-right: -4.5rem;
	padding-left: 4.5rem;
	padding-right: 4.5rem
}

.post footer {
	margin-top: 2vw
}

.post footer>* {
	margin-bottom: 1.5rem
}

.post footer>:not(:last-child) {
	margin-right: 2.5em
}

.post footer .show-comments {
	margin-top: 4.5%;
	border: 3px solid #b3b4ff;
	text-align: left;
	font-weight: 600;
	margin-bottom: 0
}

@media screen and (min-width:570px) {
	.post footer .show-comments {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.post footer .show-comments {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.post footer .show-comments {
		font-size: .875rem
	}
}

@media (max-width:570px) {
	.post footer .show-comments {
		margin-bottom: 0
	}
}

.post footer .show-comments.has-comments {
	width: 100%;
	max-width: 290px
}

.post footer .show-comments.has-active {
	border-color: #b3b4ff;
	background: #b3b4ff
}

.post footer .show-comments.has-active .comment-count {
	color: #fff
}

.post footer .show-comments .comment-count {
	float: right;
	margin-left: 1rem
}

.post footer .show-comments:not(.has-active) {
	margin-bottom: calc(1rem + 2vw)
}

.post.section .container.container-offset {
	margin-right: 44.3661971831%;
	padding-right: 0
}

@media (max-width:1370px) {
	.post.section .container.container-offset {
		margin-right: 0
	}
}

@media (max-width:1370px) and (max-width:570px) {
	.post.section .container.container-offset {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:1370px) and (min-width:570px) {
	.post.section .container.container-offset {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.time-line.container.container-offset {
	margin-right: 44.3661971831%;
	padding-right: 0
}

@media (max-width:1370px) {
	.time-line.container.container-offset {
		margin-right: 0
	}
}

@media (max-width:1370px) and (max-width:570px) {
	.time-line.container.container-offset {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:1370px) and (min-width:570px) {
	.time-line.container.container-offset {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.post-image-offset .aside-content-holder {
	margin-top: -155px !important
}

@media (max-width:1370px) {
	.post-image-offset .aside-content-holder {
		margin-top: 0 !important
	}
}

.posts-time-line {
	margin-right: 0 !important
}

@media (max-width:1370px) {
	.posts-time-line {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.posts-time-line .time-line-item,
.posts-time-line .time-line-item:focus,
.posts-time-line .time-line-item:hover {
	border-bottom: none !important
}

@media (max-width:570px) {

	.posts-time-line .item-date,
	.posts-time-line .item-title {
		line-height: 1.5 !important
	}

	.posts-time-line .time-line-item {
		margin-bottom: .9375rem !important
	}
}

.post-content {
	font-weight: 300
}

@media screen and (min-width:570px) {
	.post-content {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.post-content {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.post-content {
		font-size: .75rem
	}
}

.post-content .ql-embed,
.post-content blockquote,
.post-content h3,
.post-content h5,
.post-content ol,
.post-content p,
.post-content ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px
}

.post-content h3,
.post-content h5 {
	margin-top: 6%
}

.post-content h3+h3,
.post-content h3+h5,
.post-content h3:first-child,
.post-content h5+h3,
.post-content h5+h5,
.post-content h5:first-child {
	margin-top: 0
}

.post-content img,
.post-content pre {
	margin-left: auto;
	margin-right: auto
}

.post-content img:not(:first-child),
.post-content pre:not(:first-child) {
	margin-top: 3.5em
}

.post-content img:not(:last-child),
.post-content pre:not(:last-child) {
	margin-bottom: 3.5em
}

.post-content blockquote {
	margin-left: auto;
	margin-right: auto
}

.post-content blockquote:not(:first-child) {
	margin-top: 2.5em
}

.post-content blockquote:not(:last-child) {
	margin-bottom: 2.5em
}

.post-content .ql-embed {
	margin-left: auto;
	margin-right: auto
}

.post-content .ql-embed:not(:first-child) {
	margin-top: 3.5em
}

.post-content .ql-embed:not(:last-child) {
	margin-bottom: 3.5em
}

.post-content h5 {
	line-height: 1.5
}

.post-content img {
	display: block
}

.post-content blockquote {
	max-width: 850px
}

.post-content>* {
	margin-left: 0 !important
}

.testimonials {
	padding-bottom: 0;
	margin-bottom: 1.5rem
}

.testimonials .testimonial {
	border: none !important;
	border-left: 6px solid #b3b4ff !important
}

.testimonials .testimonial .content {
	font-style: italic;
	line-height: 1.75
}

.testimonials .testimonial .card-section {
	padding: .1875rem .1875rem .1875rem calc(1rem + 1vw)
}

.testimonials .data .columns {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .75rem
}

.testimonials .data .columns .column {
	padding-top: 0;
	padding-bottom: 0
}

.testimonials .data h4 {
	line-height: 1.75;
	font-weight: 600;
	margin-bottom: 0;
	color: #333
}

@media screen and (min-width:570px) {
	.testimonials .data h4 {
		font-size: calc(.75rem + 6*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.testimonials .data h4 {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.testimonials .data h4 {
		font-size: .75rem
	}
}

.testimonials .data h5 {
	line-height: 1.6666666667;
	font-weight: 600;
	color: #b3b4ff;
	margin-top: -3px
}

@media screen and (min-width:570px) {
	.testimonials .data h5 {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.testimonials .data h5 {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.testimonials .data h5 {
		font-size: .75rem
	}
}

.testimonials .data .avatar {
	min-width: 50px;
	min-height: 50px;
	width: 4vw;
	height: 4vw
}

.testimonials .data .avatar.photo {
	position: relative
}

.testimonials .data .avatar.photo:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 10;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .05)
}

@media (min-width:1200px) {
	.testimonials .data .avatar {
		width: 4vw;
		height: 4vw
	}
}

.testimonials .data .avatar-placeholder {
	background: rgba(228, 101, 110, .2);
	vertical-align: top
}

.testimonials .data .avatar-placeholder * {
	fill: #b3b4ff
}

.testimonials .only-data {
	padding-top: .1875rem !important
}

.testimonials .only-data .columns {
	padding-top: 0 !important
}

.testimonials .items-cover {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}

.testimonials .items-cover>.column {
	padding: 0;
	margin-bottom: calc(1.5rem + 1.9vw);
	max-width: 900px
}

.testimonials .items-cover>.column:last-child {
	margin-bottom: 0
}

.testimonials .column .columns {
	height: 100%
}

.testimonials .column.first {
	width: 100%;
	max-width: 920px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

@media (min-width:1200px) {
	.testimonials .column.first {
		min-width: 400px;
		width: 33.33333333%
	}
}

@media (min-width:1200px) {
	.testimonials .column.first .card {
		padding: 2vw 2vw 1vw
	}
}

@media screen and (min-width:800px) {

	.testimonials .column.first .content,
	.testimonials .column.first .content p {
		font-size: calc(1rem + 8*(100vw - 800px)/1100)
	}
}

@media screen and (min-width:1900px) {

	.testimonials .column.first .content,
	.testimonials .column.first .content p {
		font-size: 1.5rem
	}
}

@media screen and (max-width:800px) {

	.testimonials .column.first .content,
	.testimonials .column.first .content p {
		font-size: 1rem
	}
}

@media (min-width:1200px) {

	.testimonials .column.first+.column,
	.testimonials .column.first+.column .column {
		max-width: 840px
	}
}

.testimonials .row {
	max-width: 916px;
	margin: auto
}

@media (min-width:1200px) {
	.testimonials .row {
		max-width: calc(33.33% + 896px)
	}
}

@media (min-width:900px) {
	.services .title {
		padding-right: 15%
	}
}

@media (max-width:570px) {
	.services.has-custom-images .container {
		text-align: center
	}
}

.services:not(.has-custom-images) svg {
	width: auto;
	height: 35px
}

.services .items {
	width: 100%
}

.services .items>.columns:last-child {
	margin: 0
}

@media (max-width:570px) {
	.services .items>.columns:last-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.services .custom-image .icon {
	display: inline-block;
	margin-top: -.5em;
	vertical-align: top
}

.services .custom-image svg {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #333;
	color: #fff;
	padding: 20px;
	vertical-align: top
}

@media (max-width:570px) {
	.services .custom-image {
		margin-bottom: 1.5rem
	}
}

.services .is-half-desktop .wrap {
	height: 300px
}

.services .wrap {
	height: 200px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #333
}

.services .wrap svg {
	color: #fff;
	width: 50px;
	height: 50px
}

.services .wrap a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.services .wrap a.nodecoration {
	border: none
}

.services .no-excerpt {
	padding: 3rem;
	-ms-flex-line-pack: center;
	align-content: center
}

.services .wrap_icon,
.services .wrap_icon a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.services .wrap_icon a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%
}

.services .wrap_icon a.nodecoration {
	border: none
}

.services .items:not(:last-child) .content {
	position: relative
}

.services .items:not(:last-child) .content:after {
	content: "";
	display: block;
	margin-top: 3rem;
	width: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.services .items:not(:last-child) .content.no-content:after {
	position: absolute;
	left: 0;
	bottom: -3rem;
	margin: 0
}

@media (max-width:570px) {
	.services.has-custom-images .columns:not(:last-child) .content:after {
		margin: 3rem auto 0
	}
}

@media (max-width:570px) {
	.services.has-custom-images .columns:not(:last-child) .content.no-content:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.services.has-custom-images .columns.is-vcentered {
	margin-bottom: 3rem
}

@media (max-width:1370px) {
	.min-services {
		margin: -.625rem
	}
}

@media (max-width:1070px) {
	.min-services {
		margin: 0
	}
}

@media (min-width:1070px) and (max-width:1370px) {
	.min-services .more-link {
		background: #fff;
		position: relative;
		margin-left: .625rem;
		margin-right: .625rem;
		margin-bottom: 1.25rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px)
	}

	.min-services .more-link .btn {
		max-width: 100%;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #b3b4ff;
		padding-left: 206px
	}

	.min-services .more-link .btn svg {
		float: none;
		display: block;
		margin-left: 0
	}

	.min-services .more-link .align-center,
	.min-services .more-link .more {
		height: 100%
	}
}

@media (max-width:1070px) {
	.min-services .more-link {
		margin-left: 0;
		margin-right: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media (max-width:1370px) {
	.min-services .aside-service {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
		margin-left: .625rem;
		margin-right: .625rem
	}
}

@media (max-width:1070px) {
	.min-services .aside-service {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.max-services {
	margin: -.625rem
}

@media (max-width:1070px) {
	.max-services {
		margin: 0
	}
}

.max-services .aside-service {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	margin-left: .625rem;
	margin-right: .625rem
}

@media (max-width:1070px) {
	.max-services .aside-service {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:1070px) {
	.max-services .more-link {
		background: #fff;
		position: relative;
		margin-left: .625rem;
		margin-right: .625rem;
		margin-bottom: 1.25rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px)
	}

	.max-services .more-link .btn {
		max-width: 100%;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 206px
	}

	.max-services .more-link .btn svg {
		float: none;
		display: block;
		margin-left: 0
	}

	.max-services .more-link .align-center,
	.max-services .more-link .more {
		height: 100%
	}
}

.aside-services {
	max-height: none !important;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.aside-services.aside-full {
	margin-top: calc(-5% - 10px) !important;
	max-width: calc(1095px + 15%) !important
}

.aside-services.aside-full .aside-content-holder {
	margin-top: -70px !important
}

@media (max-width:1370px) {
	.aside-services.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

@media (min-width:1070px) and (max-width:1370px) {
	.aside-services .more-link .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: calc(.5rem + 1.4vw) !important;
		padding-right: calc(.5rem + 1.4vw) !important
	}
}

@media (max-width:320px) {
	.aside-services .more-link {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.aside-services.classic-page-data {
	margin-top: 0 !important
}

.aside-service {
	background: #fff;
	position: relative;
	margin-bottom: 1.25rem;
	width: 100%;
	min-height: 110px
}

.aside-service .service-content-cover svg {
	stroke: #333 !important;
	width: 3.125rem;
	height: 3.125rem;
	position: absolute;
	left: 2.8125rem;
	top: 1.875rem
}

@media (max-width:1370px) {
	.aside-service .service-content-cover svg {
		left: calc(.5rem + 1.4vw);
		top: calc(.5rem + 1.5vw)
	}
}

@media (max-width:1070px) {
	.aside-service .service-content-cover svg {
		left: 2.8125rem;
		top: 1.875rem
	}
}

@media (max-width:570px) {
	.aside-service .service-content-cover svg {
		left: calc(.5rem + 1.4vw);
		top: calc(.5rem + 1.5vw)
	}
}

@media (max-width:1370px) {
	.aside-service.service-has-image {
		border-left: 6px solid #b3b4ff
	}
}

@media (max-width:1070px) {
	.aside-service.service-has-image {
		border-left: none
	}
}

@media (max-width:570px) {
	.aside-service.service-has-image {
		border-left: 6px solid #b3b4ff
	}
}

@media (max-width:1370px) {
	.aside-service.service-has-image .service-image {
		position: relative;
		width: 100%;
		height: 220px
	}
}

@media (max-width:1070px) {
	.aside-service.service-has-image .service-image {
		position: absolute;
		height: 100%;
		width: 170px
	}
}

@media (max-width:570px) {
	.aside-service.service-has-image .service-image {
		position: relative;
		width: 100%;
		height: 220px
	}
}

.aside-service.service-has-image .service-box {
	border: 1px solid #e6e5e5;
	border-left: none
}

.aside-service:not(.service-has-content) .service-list-content {
	margin-bottom: 0
}

.aside-service .service-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 100%;
	-webkit-box-shadow: 0 0 150px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 150px rgba(0, 0, 0, .05)
}

.aside-service .service-box {
	margin-left: 170px;
	padding: calc(.5rem + 1.5vw) calc(.5rem + 1.4vw);
	height: 100%
}

@media (max-width:1370px) {
	.aside-service .service-box {
		margin-left: 0 !important;
		border-top: none !important;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		height: auto
	}
}

@media (max-width:1070px) {
	.aside-service .service-box {
		margin-left: 170px !important;
		border-top: 1px solid #e6e5e5 !important
	}
}

@media (max-width:570px) {
	.aside-service .service-box {
		margin-left: 0 !important;
		border-top: none !important
	}
}

@media (max-width:1070px),
(min-width:1370px) {
	.aside-service.v-centered .service-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.aside-service .service-link-cover {
	text-decoration: none;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1
}

.aside-service .service-title {
	font-weight: 600;
	line-height: 1.4444444444;
	color: #333;
	margin-bottom: .8rem
}

@media screen and (min-width:570px) {
	.aside-service .service-title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-service .service-title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.aside-service .service-title {
		font-size: 1rem
	}
}

.aside-service .service-list-content {
	font-weight: 300;
	line-height: 1.5714285714;
	color: #333;
	margin-bottom: calc(.5rem + .7vw)
}

@media screen and (min-width:570px) {
	.aside-service .service-list-content {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-service .service-list-content {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.aside-service .service-list-content {
		font-size: .75rem
	}
}

.aside-service .service-content-cover {
	height: 100%
}

@media (max-width:1370px) {
	.aside-service .service-content-cover {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.aside-service .service-more {
	line-height: 1.6666666667;
	color: #b3b4ff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase
}

@media screen and (min-width:570px) {
	.aside-service .service-more {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-service .service-more {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.aside-service .service-more {
		font-size: .75rem
	}
}

.aside-service:not(.service-has-image) {
	border-left: 6px solid #b3b4ff
}

.aside-service:not(.service-has-image):after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #e6e5e5;
	border-left: none;
	z-index: 0
}

.aside-service:not(.service-has-image) .service-box {
	margin-left: 164px
}

@media (max-width:1370px) {
	.aside-service:not(.service-has-image) .service-box {
		padding-top: calc(.5rem + 1.5vw + 67px)
	}
}

@media (max-width:1070px) {
	.aside-service:not(.service-has-image) .service-box {
		padding-top: calc(.5rem + 1.5vw);
		margin-left: 164px !important
	}
}

@media (max-width:570px) {
	.aside-service:not(.service-has-image) .service-box {
		padding-top: calc(.5rem + 1.5vw + 67px);
		margin-left: 0 !important
	}
}

@media (max-width:1070px) {
	.more-link .btn {
		background: #333;
		padding-top: .8rem;
		padding-bottom: .8rem
	}

	.more-link .btn,
	.more-link .btn * {
		color: #fff
	}

	.more-link .btn svg,
	.more-link .btn svg * {
		fill: currentColor !important
	}
}

.more-link.classic-more {
	display: block;
	width: 100%
}

@media (max-width:1070px),
(min-width:1370px) {
	.more-link.classic-more .btn {
		background: #333;
		padding-top: .8rem;
		padding-bottom: .8rem
	}

	.more-link.classic-more .btn,
	.more-link.classic-more .btn * {
		color: #fff
	}

	.more-link.classic-more .btn svg,
	.more-link.classic-more .btn svg * {
		fill: currentColor !important
	}
}

@media (max-width:1370px) {

	.more-link,
	.more-link.classic-more {
		width: min(290px, 100%)
	}
}

.service .page-header .page-title {
	padding-bottom: 3rem
}

@media (min-width:900px) {
	.service .page-header .page-title {
		padding-bottom: 0
	}
}

.service .page-header .page-title h1 {
	margin-bottom: 1.25em
}

.service .page-header .image {
	line-height: 1
}

@media screen and (min-width:570px) {
	.service .page-header .image {
		font-size: calc(5.625rem + 20*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.service .page-header .image {
		font-size: 6.875rem
	}
}

@media screen and (max-width:570px) {
	.service .page-header .image {
		font-size: 5.625rem
	}
}

.service .page-header .image .icon {
	display: inline-block;
	vertical-align: top;
	overflow: hidden
}

.service .page-header .image svg {
	width: 1em;
	height: 1em;
	background: #333;
	color: #fff;
	padding: .22em;
	vertical-align: top;
	border-radius: 100%
}

@media (min-width:900px) {
	.service .page-header-wrap {
		padding-bottom: 4.5rem
	}
}

.service-item {
	padding-bottom: calc(1.5rem + 2.5vw)
}

.service-item .excerpt {
	font-weight: 600;
	color: #b3b4ff;
	line-height: 1.75;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: calc(1.5rem + 2.5vw);
	margin-bottom: calc(1.5rem + 2.5vw)
}

@media screen and (min-width:570px) {
	.service-item .excerpt {
		font-size: calc(1rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.service-item .excerpt {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.service-item .excerpt {
		font-size: 1rem
	}
}

@media (max-width:570px) {
	.service-item .excerpt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: calc(3rem + 2.5vw)
	}
}

.service-item .excerpt svg {
	color: #333;
	max-width: 85px;
	width: 100%;
	height: 85px;
	margin-right: calc(1rem + 2vw)
}

@media (max-width:570px) {
	.service-item .excerpt svg {
		margin-bottom: 1rem
	}
}

@media (max-width:570px) {
	.service-item .excerpt.small-top-offset {
		margin-top: 10px
	}
}

.service-time-line {
	max-width: 450px;
	margin-top: calc(2rem + 3.25vw)
}

.service-time-line .time-line-list {
	margin: 0;
	padding: 0
}

.service-time-line .time-line-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.service-time-line .time-line-item:not(:last-child) {
	margin-bottom: calc(.8rem + .4vw)
}

.service-time-line .time-line-item:after {
	display: none
}

.service-time-line .time-line-item.current-item .time-line-image-cover {
	border: 3px solid #b3b4ff
}

.service-time-line .time-line-item.current-item .time-line-image-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(228, 101, 110, .4);
	z-index: 2
}

.service-time-line .time-line-image-cover {
	max-width: 38px;
	height: 38px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 38px;
	flex: 1 0 38px;
	margin-right: 20px
}

.service-time-line .time-line-image-cover.item-image-offset {
	margin-top: 6px
}

.service-time-line .time-line-image-cover.item-has-icon {
	border: 1px solid #e6e5e5
}

.service-time-line .time-line-image-cover.item-has-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .05)
}

.service-time-line .time-line-image-cover .time-line-service-image {
	width: 100%;
	height: 100%;
	background-size: cover
}

.service-time-line .time-line-image-cover svg {
	width: 18px;
	height: auto;
	color: #333
}

.service-time-line .service-info-cover {
	text-decoration: none;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: calc(100% - 58px)
}

.service-time-line .time-line-service-title {
	font-weight: 300;
	line-height: 1.875;
	color: #222;
	margin-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media screen and (min-width:570px) {
	.service-time-line .time-line-service-title {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.service-time-line .time-line-service-title {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.service-time-line .time-line-service-title {
		font-size: .875rem
	}
}

.service-time-line .time-line-service-excerpt {
	font-weight: 400;
	color: #b3b4ff;
	line-height: 1.3333333333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media screen and (min-width:570px) {
	.service-time-line .time-line-service-excerpt {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.service-time-line .time-line-service-excerpt {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.service-time-line .time-line-service-excerpt {
		font-size: .75rem
	}
}

.service-container.container-offset {
	margin-right: 44.3661971831% !important;
	padding-right: 0 !important
}

@media (max-width:1370px) {
	.service-container.container-offset {
		padding-left: 7.5% !important;
		padding-right: 7.5% !important;
		margin-right: 0 !important
	}
}

@media (max-width:570px) {
	.service-container.container-offset {
		padding-left: 25px !important;
		padding-right: 25px !important
	}
}

form {
	text-align: left
}

form>:not(:last-child) {
	margin-bottom: 1.25rem
}

form input,
form select,
form textarea {
	width: 100%
}

form .columns {
	margin-left: -.625rem;
	margin-right: -.625rem;
	margin-top: -.625rem
}

form .columns>.column {
	padding: .625rem
}

form .columns:last-child {
	margin-bottom: -.625rem
}

form .columns:not(:last-child) {
	margin-bottom: .625rem
}

form .columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

form .columns.is-gapless:last-child {
	margin-bottom: 0
}

form .columns.is-gapless:not(:last-child) {
	margin-bottom: 1.25rem
}

form .columns.is-gapless>.column {
	margin: 0;
	padding: 0
}

@media (max-width:570px) {
	form .columns.is-vgapless {
		margin-top: 0
	}

	form .columns.is-vgapless:last-child {
		margin-bottom: 0
	}

	form .columns.is-vgapless:not(:last-child) {
		margin-bottom: 1.25rem
	}

	form .columns.is-vgapless>.column {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (min-width:570px) {
	form .columns.is-grid>.column {
		padding: .625rem
	}

	form .columns.is-grid>.column+.column {
		margin-left: 0
	}
}

form .columns.has-separator-big>.column>.column-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

form .control-cover label {
	display: block;
	color: #333;
	font-weight: 300;
	line-height: 1.5714285714;
	margin-top: 1.5625rem;
	margin-bottom: .3125rem
}

@media screen and (min-width:570px) {
	form .control-cover label {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	form .control-cover label {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	form .control-cover label {
		font-size: .75rem
	}
}

.gdpr,
.gdpr a {
	color: #333;
	opacity: 1
}

.gdpr a {
	color: #b3b4ff
}

.request-form .title {
	font-weight: 600;
	color: #333;
	line-height: 1.4444444444;
	margin-bottom: 1.25rem
}

@media screen and (min-width:570px) {
	.request-form .title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.request-form .title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.request-form .title {
		font-size: 1rem
	}
}

.request-form input[type=email] {
	display: inline-block;
	width: calc(100% - 170px)
}

@media (max-width:450px) {
	.request-form input[type=email] {
		display: block;
		width: 100%
	}
}

.request-form button[type=submit] {
	min-height: 40px;
	font-weight: 600;
	min-width: 160px;
	padding-top: .5625rem;
	padding-bottom: .5625rem;
	border: 1px solid #b3b4ff;
	float: right
}

@media (max-width:570px) {
	.request-form button[type=submit] {
		display: inline-block;
		width: auto;
		float: right
	}
}

@media (max-width:450px) {
	.request-form button[type=submit] {
		float: none;
		display: block;
		width: 100%
	}
}

.contact-form {
	padding: calc(20px + .5vw);
	border: 1px solid #f2f2f2;
	position: relative
}

.contact-form:not(.presentation) {
	background: #fff;
	border-color: rgba(26, 25, 25, .2)
}

.contact-form.presentation {
	border: 1px solid #f2f2f2;
	border-top: none;
	position: relative
}

@media (min-width:901px) {
	.contact-form.presentation {
		max-width: 678px
	}
}

.contact-form.presentation:before {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	height: 6px;
	background: #b3b4ff
}

.contact-form.presentation .title {
	font-weight: 600;
	color: #333;
	line-height: 1.4444444444;
	margin-bottom: 1rem
}

@media screen and (min-width:570px) {
	.contact-form.presentation .title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.contact-form.presentation .title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.contact-form.presentation .title {
		font-size: 1rem
	}
}

.contact-form.presentation input {
	border: none;
	border-bottom: 1px solid #b3b4ff;
	padding: 6px 15px 6px 0
}

.contact-form.presentation [type=submit] {
	font-weight: 600;
	min-width: 160px;
	padding-top: .5625rem;
	padding-bottom: .5625rem
}

.cookies-consent {
	background: #fff;
	-webkit-box-shadow: 0 -15px 20px rgba(0, 0, 0, .045);
	box-shadow: 0 -15px 20px rgba(0, 0, 0, .045);
	-webkit-transition: all .3s;
	transition: all .3s
}

@media (min-width:901px) {
	.cookies-consent .container-wide {
		padding: 0 5.5%
	}
}

@media screen and (min-width:570px) {
	.cookies-consent .content p {
		font-size: calc(.75rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.cookies-consent .content p {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.cookies-consent .content p {
		font-size: .75rem
	}
}

[data-hasaside] .cookies-consent .container,
[data-hasaside] .cookies-consent .container-wide {
	margin-left: auto
}

[data-hasaside] .cookies-consent .content {
	margin-left: 0
}

.cookies-consent.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	border-radius: 0;
	z-index: 9999
}

.cookies-consent.fixed:not(.is-active) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	pointer-events: none
}

.cookies-consent.fixed.is-active {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.page-footer {
	margin-top: auto;
	background: transparent
}

.page-footer,
.page-footer * {
	color: #999
}

.page-footer-wrap {
	padding-top: calc(1.5rem + 2.075vw);
	padding-bottom: calc(1.5rem + 2.075vw);
	text-align: center
}

@media (min-width:820px) {
	.page-footer-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left
	}
}

.page-footer .tagline {
	letter-spacing: .05em;
	margin-bottom: .75rem;
	padding: 1.5rem 0;
	text-align: left
}

@media (min-width:820px) {
	.page-footer .tagline {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 250px;
		flex: 1 1 250px;
		margin-right: 3rem;
		max-width: 700px;
		margin-bottom: 0;
		padding: 0
	}
}

.page-footer .tagline .logo {
	letter-spacing: normal;
	line-height: 1.2
}

.page-footer .tagline .logo:not(:only-child) {
	margin-bottom: .25em
}

.page-footer .tagline .logo a {
	color: #999
}

.page-footer .legal {
	font-size: .75rem;
	text-align: left;
	line-height: 2.3333333333;
	display: block;
	max-width: 920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.page-footer .menu {
	margin-left: .2rem
}

.page-footer .menu,
.page-footer .menu:not(:only-child) {
	margin-bottom: .5rem
}

.page-footer .menu .menu-item {
	display: inline-block;
	margin: 0 1em 0 0;
	color: #a8a8a8;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 1em 0 .8571428571em;
	border: none;
	position: relative
}

.page-footer .menu .menu-item:last-child {
	margin-left: 0
}

.page-footer .menu .menu-item,
.page-footer .menu .menu-item a {
	line-height: 1.4285714286;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left
}

@media screen and (min-width:570px) {

	.page-footer .menu .menu-item,
	.page-footer .menu .menu-item a {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {

	.page-footer .menu .menu-item,
	.page-footer .menu .menu-item a {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {

	.page-footer .menu .menu-item,
	.page-footer .menu .menu-item a {
		font-size: .75rem
	}
}

.page-footer .menu .menu-item:after {
	position: absolute;
	content: "";
	width: 2px;
	left: 0;
	top: 1px;
	bottom: 1px;
	background: #b3b4ff
}

.page-footer .menu .menu-item.has-active>a .link,
.page-footer .menu .menu-item.is-active>a .link {
	color: #a8a8a8
}

.page-footer .menu .menu-item.has-active>a .link:after,
.page-footer .menu .menu-item.is-active>a .link:after {
	display: none
}

.page-footer .powered-by {
	color: #b3b4ff
}

.page-footer .powered-by a {
	color: inherit;
	text-decoration: none
}

.aside-content {
	float: right;
	position: relative;
	min-width: 250px;
	width: 35.2112676056%;
	margin-bottom: 1.5rem
}

@media (max-width:1370px) {
	.aside-content {
		float: none;
		display: block;
		width: 100%;
		margin-top: calc(-6.15% - 20px);
		margin-bottom: calc(1rem + 1.5vw)
	}
}

@media (max-width:1370px) and (max-width:570px) {
	.aside-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (max-width:1370px) and (min-width:570px) {
	.aside-content {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

@media (min-width:901px) and (max-width:1370px) {
	.aside-content {
		max-width: calc(650px + 15%)
	}
}

.aside-content-holder {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:1370px) {
	.aside-content-holder {
		top: 0
	}
}

.aside-content.aside-full {
	float: none;
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: -5%;
	position: relative;
	margin-bottom: 1.5rem
}

@media (max-width:570px) {
	.aside-content.aside-full {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {
	.aside-content.aside-full {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

@media (min-width:901px) {
	.aside-content.aside-full {
		max-width: calc(650px + 15%)
	}
}

.aside-content.aside-full .aside-content-holder {
	top: 0
}

@media (min-width:1370px) {
	.aside-content .aside-content-holder {
		margin-top: -155px
	}
}

.aside-content.aside-blog-page,
.aside-content.aside-gallery,
.aside-content.aside-team {
	max-height: none;
	height: auto
}

@media (min-width:1370px) {

	.aside-content.aside-blog-page .aside-content-holder,
	.aside-content.aside-gallery .aside-content-holder,
	.aside-content.aside-team .aside-content-holder {
		margin-top: -165px
	}
}

@media (max-width:570px) {

	.aside-content.aside-gallery,
	.aside-content.aside-services {
		margin-bottom: 0
	}
}

@media (max-width:570px) {
	.no-page-title~.page-content .aside-content.has-image {
		margin: 0;
		padding: 0
	}

	.no-page-title~.page-content .aside-content.has-image .caption-box {
		margin-top: -35px;
		margin-left: 25px;
		margin-right: 25px;
		width: auto
	}
}

.member-aside {
	max-height: none !important;
	max-width: calc(1095px + 15%) !important
}

@media (max-width:1370px) {
	.member-aside .aside-image-offset {
		padding: 0
	}
}

.member-aside .aside-content-holder {
	margin-top: -120px !important
}

@media (max-width:1370px) {
	.member-aside .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.member-aside.aside-full {
	margin-top: calc(-5% - 10px) !important
}

.member-aside.aside-full .aside-content-holder {
	margin-top: -110px !important
}

@media (max-width:1370px) {
	.member-aside.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

@media (max-width:570px) {
	.member-aside .header-image-aside {
		display: block !important;
		max-height: 80vh
	}
}

@media (max-width:570px) {
	.member-aside .caption-box {
		margin-top: -5px
	}
}

.post-aside .aside-content-holder {
	margin-top: -120px !important
}

@media (max-width:1370px) {
	.post-aside .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.header-image {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 675px;
	max-height: 80vh;
	background-size: cover !important;
	background-position: 50% !important
}

.header-image.only-image-section {
	max-height: 390px;
	height: 100%
}

@media (min-width:1370px) {
	.header-image.only-image-section .caption-box {
		width: 55.3846153846%
	}
}

.caption-box {
	border-top: 6px solid #fff;
	background: #333;
	width: 71%;
	max-width: 100%;
	padding: calc(1rem + .65vw) calc(1.2rem + .65vw) calc(1.4rem + .65vw);
	min-height: 80px;
	position: absolute;
	bottom: -60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1370px) {
	.caption-box {
		width: 55.3846153846%
	}
}

@media (max-width:1070px) {
	.caption-box {
		width: 71%
	}
}

@media (max-width:570px) {
	.caption-box {
		width: 100%;
		-webkit-transform: translate(0);
		transform: translate(0);
		min-height: 0;
		position: relative;
		bottom: 0
	}
}

.caption-box .caption-text {
	font-weight: 400;
	line-height: 1.571428571;
	color: #fff
}

@media screen and (min-width:570px) {
	.caption-box .caption-text {
		font-size: calc(.75rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.caption-box .caption-text {
		font-size: .875rem
	}
}

@media screen and (max-width:570px) {
	.caption-box .caption-text {
		font-size: .75rem
	}
}

.caption-box-header {
	display: none;
	width: 100%;
	max-width: 100%
}

@media (max-width:570px) {
	.caption-box-header {
		display: block
	}
}

.caption-box-header .caption-text {
	text-align: center
}

.hp-simple-aside .header-image {
	height: 675px;
	max-height: 80vh
}

.hp-simple-aside.aside-full .aside-content-holder {
	margin-top: -70px !important
}

@media (max-width:1370px) {
	.hp-simple-aside.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

@media (max-width:570px) {
	.no-page-title~.page-content .hp-simple-aside.aside-full .aside-content-holder {
		margin-top: 0 !important
	}
}

.aside-blog {
	max-width: calc(1095px + 15%) !important
}

.aside-blog.aside-full {
	margin-top: calc(-5% - 10px) !important
}

.aside-blog.aside-full .aside-content-holder {
	margin-top: -80px !important;
	margin-left: -.3125rem;
	margin-right: -.3125rem;
	width: auto
}

@media (max-width:1370px) {
	.aside-blog.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

@media (min-width:1070px) {
	.aside-blog.aside-full .aside-content-holder {
		margin-left: -10px;
		margin-right: -10px
	}
}

.aside-blog .more-link .btn {
	background: #333;
	color: #fff
}

.aside-blog.aside-full {
	height: auto;
	min-height: 0;
	max-height: none;
	max-width: calc(1090px + 15%)
}

.aside-blog.aside-full .aside-posts {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:900px) {
	.aside-blog.aside-full .aside-posts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:1070px) {
	.aside-blog.aside-full .aside-posts {
		margin: -.3125rem
	}
}

@media (max-width:1070px) {
	.aside-blog.aside-full .aside-posts .aside-post {
		margin: .3125rem
	}
}

@media (max-width:900px) {
	.aside-blog.aside-full .aside-posts .big-aside-post {
		height: 300px
	}
}

@media (max-width:570px) {
	.aside-blog.aside-full .aside-posts .big-aside-post .aside-post-link .post-box {
		top: auto !important;
		bottom: 0 !important;
		width: 100% !important;
		border-bottom: none;
		border-top: 6px solid #fff
	}
}

.aside-blog.aside-full .aside-posts .big-aside-post:first-child .aside-post-link .post-box {
	top: -1.875rem
}

@media (max-width:1070px) {
	.aside-blog.aside-full .aside-posts .big-aside-post:first-child .aside-post-link .post-box {
		top: 15.5555555556%
	}
}

.aside-blog.aside-full .aside-posts .big-aside-post:last-child .aside-post-link .post-box {
	top: auto;
	bottom: -1.875rem
}

@media (max-width:1070px) {
	.aside-blog.aside-full .aside-posts .big-aside-post:last-child .aside-post-link .post-box {
		bottom: 15.5555555556%
	}
}

.aside-blog.aside-full .aside-posts .posts-teasers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media (max-width:1070px) {
	.aside-blog.aside-full .aside-posts .posts-teasers {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:1071px) and (max-width:1370px) {
	.aside-blog.has-first-image {
		padding-top: 1.875rem
	}

	.aside-blog.has-first-image.aside-full {
		padding-top: .625rem
	}
}

.aside-blog .aside-column-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:1070px) {
	.aside-blog .aside-column-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.aside-blog .aside-column-holder .aside-posts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1070px) {
	.aside-blog .aside-column-holder .aside-posts {
		margin: -.3125rem
	}
}

.aside-blog .aside-posts.main-posts .teaser-image .aside-post-link {
	padding-right: 0;
	padding-left: 0
}

.aside-blog .aside-posts.main-posts .teaser-image .aside-post-link .post-box {
	margin-left: 33.6448598131%;
	border: 1px solid #e6e5e5;
	border-left: none
}

@media (max-width:1370px) {
	.aside-blog .aside-posts.main-posts .teaser-image .aside-post-link .post-box {
		margin-left: 0
	}
}

.aside-blog .aside-posts.main-posts .teaser-image .aside-post-link .post-image-cover {
	left: 0;
	right: auto
}

.aside-blog .only-teasers {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	margin-top: .625rem
}

@media (max-width:1070px) {
	.aside-blog .only-teasers {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		margin-top: 5px !important
	}
}

.aside-blog .only-teasers .posts-teasers {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

@media (max-width:1070px) {
	.aside-blog .only-teasers .posts-teasers {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
}

.aside-blog .only-teasers .posts-teasers .post-teaser {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px)
}

@media (max-width:1370px) {
	.aside-blog .only-teasers .posts-teasers .post-teaser .aside-post-link {
		padding-left: 0
	}
}

.aside-blog .aside-max-posts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.aside-blog .aside-max-posts .aside-posts {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:1070px) {
	.aside-blog .aside-max-posts .aside-posts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.aside-blog .aside-max-posts .aside-posts .big-aside-post {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px)
}

.aside-blog .aside-max-posts .aside-posts .posts-teasers {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.aside-blog .aside-max-posts .aside-posts.aside-left-col .teaser-image .aside-post-link {
	padding-right: 0;
	padding-left: 0
}

.aside-blog .aside-max-posts .aside-posts.aside-left-col .teaser-image .aside-post-link .post-box {
	margin-left: 33.6448598131%;
	border-right: 1px solid #e6e5e5
}

@media (max-width:1370px) {
	.aside-blog .aside-max-posts .aside-posts.aside-left-col .teaser-image .aside-post-link .post-box {
		margin-left: 0
	}
}

.aside-blog .aside-max-posts .aside-posts.aside-left-col .teaser-image .aside-post-link .post-image-cover {
	left: 0;
	right: auto
}

.aside-blog .aside-max-posts .aside-posts.aside-right-col .teaser-image .aside-post-link {
	padding-left: 0;
	padding-right: 33.6448598131%
}

@media (max-width:1370px) {
	.aside-blog .aside-max-posts .aside-posts.aside-right-col .teaser-image .aside-post-link {
		padding-right: 0
	}
}

.aside-blog .aside-max-posts .aside-posts.aside-right-col .teaser-image .aside-post-link .post-box {
	margin-left: 0;
	border: 1px solid #e6e5e5;
	border-right: none
}

@media (max-width:1370px) {
	.aside-blog .aside-max-posts .aside-posts.aside-right-col .teaser-image .aside-post-link .post-box {
		border: 1px solid #e6e5e5;
		border-left: none
	}
}

.aside-blog .aside-max-posts .aside-posts.aside-right-col .teaser-image .aside-post-link .post-image-cover {
	left: auto;
	right: 0
}

.aside-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1370px) {
	.aside-posts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:1070px) {
	.aside-posts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.aside-posts.min-posts.aside-posts .posts-teasers {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media (max-width:1370px) {
	.aside-posts.min-posts.aside-posts .posts-teasers {
		-ms-flex-preferred-size: calc(50% - 20px);
		flex-basis: calc(50% - 20px)
	}
}

.aside-posts.min-posts .aside-post {
	margin: .3125rem
}

@media (max-width:1370px) {
	.aside-posts.min-posts .aside-post {
		margin: .625rem
	}
}

@media (max-width:1070px) {
	.aside-posts.min-posts .aside-post {
		margin: .3125rem
	}
}

.aside-posts.min-posts .aside-post .aside-post-link.thumb {
	height: inherit
}

.aside-posts.min-posts .big-aside-post.post-no-image {
	height: auto
}

.aside-posts.min-posts .big-aside-post.post-no-image .post-box {
	position: relative;
	top: 0 !important
}

.aside-posts .aside-post {
	background: #fff;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 20px);
	flex: 1 1 calc(50% - 20px);
	margin: .625rem
}

@media (max-width:1070px) {
	.aside-posts .aside-post {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.aside-posts .aside-post.post-no-image .aside-post-link {
	border-left: 6px solid #b3b4ff
}

.aside-posts .aside-post.post-no-image .aside-post-link .post-box {
	margin-left: 0
}

.aside-posts .aside-post.post-no-image .aside-post-link .post-box .title {
	color: #333
}

@media (max-width:1070px) {
	.aside-posts .aside-post.post-no-image .aside-post-link .post-box .title {
		font-size: inherit
	}
}

@media (max-width:1070px) {
	.aside-posts .aside-post.post-no-image.big-aside-post {
		height: auto !important
	}
}

.aside-posts .aside-post.post-no-image.big-aside-post .aside-post-link {
	color: #333;
	overflow: hidden
}

.aside-posts .aside-post.post-no-image.big-aside-post .aside-post-link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-top: 1px solid #e6e5e5;
	border-right: 1px solid #e6e5e5;
	border-bottom: 1px solid #e6e5e5;
	z-index: 1
}

.aside-posts .aside-post.post-no-image.big-aside-post .aside-post-link .post-box {
	background: #fff;
	border: none;
	width: 100%;
	top: 15.5555555556% !important
}

@media (max-width:1070px) {
	.aside-posts .aside-post.post-no-image.big-aside-post .aside-post-link .post-box {
		position: relative !important;
		top: 0 !important
	}
}

.aside-posts .aside-post.post-no-image.big-aside-post .aside-post-link .date {
	color: #a8a8a8
}

.aside-posts .big-aside-post {
	height: 450px
}

.aside-posts .big-aside-post:nth-child(2) .aside-post-link .post-box {
	top: auto;
	bottom: 15.5555555556%;
	left: auto;
	right: 0;
	border-top: 6px solid #fff;
	border-bottom: none
}

@media (max-width:1370px) {
	.aside-posts .big-aside-post:nth-child(2) .aside-post-link .post-box {
		bottom: -1.875rem
	}
}

@media (max-width:1070px) {
	.aside-posts .big-aside-post:nth-child(2) .aside-post-link .post-box {
		bottom: 15.5555555556%
	}
}

.aside-posts .big-aside-post .aside-post-link,
.aside-posts .big-aside-post .aside-post-link .post-box .date,
.aside-posts .big-aside-post .aside-post-link .post-box .title {
	color: #fff
}

.aside-posts .big-aside-post .aside-post-link .post-box {
	position: absolute;
	left: 0;
	top: 15.5555555556%;
	width: 72%;
	background: #b3b4ff;
	margin: 0;
	border: none;
	border-bottom: 6px solid #fff;
	padding-left: calc(1rem + 1vw);
	padding-right: calc(1rem + 1vw)
}

@media (max-width:1370px) {
	.aside-posts .big-aside-post .aside-post-link .post-box {
		top: -1.875rem
	}
}

@media (max-width:1070px) {
	.aside-posts .big-aside-post .aside-post-link .post-box {
		top: 15.5555555556%
	}
}

@media (max-width:570px) {
	.aside-posts .big-aside-post .aside-post-link .post-box {
		top: auto !important;
		bottom: 0;
		width: 100%;
		border-bottom: none;
		border-top: 6px solid #fff
	}
}

.aside-posts .big-aside-post .post-image-cover {
	max-width: 100%
}

.aside-posts .post-image-cover {
	max-width: 33.6448598131%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 150px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 150px rgba(0, 0, 0, .05)
}

.aside-posts .posts-teasers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0
}

@media (max-width:1370px) {
	.aside-posts .posts-teasers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px)
	}
}

.aside-posts .posts-teasers .more-link .btn {
	padding-top: .8rem;
	padding-bottom: .8rem
}

@media (max-width:1370px) {
	.aside-posts .posts-teasers .more-link {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: auto;
		min-width: 0
	}
}

@media (max-width:1070px) {
	.aside-posts .posts-teasers .more-link {
		-ms-flex-item-align: start;
		align-self: flex-start;
		min-width: min(290px, calc(100% - 10px))
	}
}

@media (max-width:1370px) {
	.aside-posts .post-teaser .post-image-cover {
		display: none
	}

	.aside-posts .post-teaser .aside-post-link {
		border-left: 6px solid #b3b4ff
	}

	.aside-posts .post-teaser .aside-post-link .post-box {
		margin-left: 0
	}
}

.aside-posts .aside-post-link {
	line-height: 1.4444444444;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	height: 100%
}

@media screen and (min-width:570px) {
	.aside-posts .aside-post-link {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-posts .aside-post-link {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.aside-posts .aside-post-link {
		font-size: 1rem
	}
}

.aside-posts .aside-post-link.thumb {
	height: inherit
}

.aside-posts .aside-post-link.thumb.no-image {
	height: 100%
}

.aside-posts .aside-post-link .post-box {
	border: 1px solid #e6e5e5;
	border-left: none;
	padding: calc(1rem + 1vw);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 33.6448598131%;
	position: relative;
	z-index: 1
}

.aside-posts .aside-post-link .post-box .title {
	color: #333
}

.aside-posts .aside-post-link .date {
	font-weight: 600;
	color: #a8a8a8;
	text-transform: uppercase;
	line-height: 1.6666666667;
	display: block;
	margin-top: calc(.5rem + .5vw)
}

@media screen and (min-width:570px) {
	.aside-posts .aside-post-link .date {
		font-size: calc(.75rem + 0*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.aside-posts .aside-post-link .date {
		font-size: .75rem
	}
}

@media screen and (max-width:570px) {
	.aside-posts .aside-post-link .date {
		font-size: .75rem
	}
}

@media (max-width:1070px) {

	.aside-posts.aside-left-col,
	.aside-posts.aside-right-col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 2rem
	}
}

.aside-posts.aside-left-col .big-aside-post,
.aside-posts.aside-right-col .big-aside-post {
	height: 440px
}

.aside-posts.aside-left-col .aside-post,
.aside-posts.aside-right-col .aside-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.aside-posts.aside-left-col .aside-post .aside-post-link,
.aside-posts.aside-right-col .aside-post .aside-post-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.aside-posts.aside-left-col .aside-post .aside-post-link .primary-post-box,
.aside-posts.aside-right-col .aside-post .aside-post-link .primary-post-box {
	top: -1.875rem
}

@media (max-width:1070px) {

	.aside-posts.aside-left-col .aside-post .aside-post-link .primary-post-box,
	.aside-posts.aside-right-col .aside-post .aside-post-link .primary-post-box {
		top: 15.5555555556%
	}
}

.aside-posts.aside-left-col .teaser-image .aside-post-link {
	padding-right: 33.6448598131%
}

@media (max-width:1370px) {
	.aside-posts.aside-left-col .teaser-image .aside-post-link {
		padding-right: 0
	}
}

.aside-posts.aside-left-col .teaser-image .aside-post-link .post-image-cover {
	left: auto;
	right: 0
}

.aside-posts.aside-left-col .teaser-image .aside-post-link .post-box {
	margin-left: 0;
	border: 1px solid #e6e5e5;
	border-right: none
}

@media (max-width:1370px) {
	.aside-posts.aside-left-col .teaser-image .aside-post-link .post-box {
		border: 1px solid #e6e5e5;
		border-left: none
	}
}

@media (min-width:1070px) {
	.aside-posts.aside-right-col .aside-post-link .primary-post-box {
		top: auto !important;
		bottom: -1.875rem;
		left: auto;
		right: 0;
		border-top: 6px solid #fff;
		border-bottom: none
	}
}

@media (min-width:1070px) and (max-width:1070px) {
	.aside-posts.aside-right-col .aside-post-link .primary-post-box {
		top: 15.5555555556%;
		bottom: auto
	}
}

@media (max-width:1070px) {
	.aside-posts.aside-right-col:not(.only-teasers) {
		margin-top: .3125rem !important
	}
}

.aside-posts.aside-right-col .big-aside-post {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

@media (max-width:1070px) {
	.aside-posts.aside-right-col .big-aside-post {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.aside-posts.aside-right-col .teaser-image .aside-post-link {
	padding-left: 33.6448598131%
}

@media (max-width:1370px) {
	.aside-posts.aside-right-col .teaser-image .aside-post-link {
		padding-left: 0
	}
}

.aside-posts.aside-right-col .teaser-image .aside-post-link .post-box {
	margin-left: 0
}

.aside-posts .full-post {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: 535px;
	min-height: 400px
}

@media (max-width:1070px) {
	.aside-posts .full-post {
		max-width: none;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.aside-posts .full-post .aside-post-link .post-box {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.more-link {
	width: auto;
	min-width: min(290px, 100%)
}

.more-link-content {
	margin-top: 2.5vw;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media (max-width:1070px) {
	.more-link-content {
		margin-top: .625rem
	}
}

.more-link .btn {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-align: left;
	padding-left: calc(1rem + 1vw + 6px);
	padding-right: calc(1rem + 1vw + 6px)
}

@media (max-width:320px) {
	.more-link .btn {
		min-width: 0;
		display: block
	}
}

.more-link svg {
	float: right;
	width: 22px;
	height: auto;
	position: relative;
	top: 5px;
	margin-left: 1rem
}

.more-link svg,
.more-link svg * {
	fill: #fff
}

.aside-posts-4 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.aside-blog-page.aside-full {
	margin-top: calc(-5% - 10px) !important;
	max-width: calc(1095px + 15%) !important
}

.aside-blog-page.aside-full .aside-content-holder {
	margin-top: -80px !important;
	padding: 0
}

@media (max-width:1370px) {
	.aside-blog-page.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}

.blog-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	max-width: calc(1095px + 15%);
	width: calc(100% + 20px) !important
}

@media (max-width:570px) {
	.blog-posts {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media (min-width:570px) {
	.blog-posts {
		padding-left: 7.5%;
		padding-right: 7.5%
	}
}

.blog-posts .blog-post {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 20px);
	flex: 1 1 calc(50% - 20px)
}

@media (max-width:570px) {
	.blog-posts .blog-post {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.blog-post {
	margin: .625rem;
	position: relative
}

.blog-post .blog-post-link {
	text-decoration: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1370px) {
	.blog-post .blog-post-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.blog-post .post-blog-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: calc(1rem + 1vw);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.blog-post .post-blog-content .title {
	line-height: 1.4444444444;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem
}

@media screen and (min-width:570px) {
	.blog-post .post-blog-content .title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.blog-post .post-blog-content .title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.blog-post .post-blog-content .title {
		font-size: 1rem
	}
}

.blog-post .post-blog-content .post-teaser-content {
	font-weight: 300;
	color: #333;
	font-size: .875rem;
	line-height: 1.5714285714;
	margin-bottom: 1.5rem
}

.blog-post .post-blog-content .post-more {
	margin-top: auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #b3b4ff;
	font-size: .75rem
}

.blog-post .post-image-cover {
	display: block;
	height: 100%;
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50%;
	-webkit-box-shadow: 0 0 150px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 150px rgba(0, 0, 0, .05)
}

@media (max-width:1370px) {
	.blog-post.blog-teaser-image .post-image-cover {
		position: relative;
		width: 100%;
		height: 240px
	}
}

.blog-post.blog-teaser-image .post-blog-content {
	margin-left: 180px;
	border: 1px solid #e6e5e5;
	border-left: none
}

@media (max-width:1370px) {
	.blog-post.blog-teaser-image .post-blog-content {
		margin-left: 0;
		border: 1px solid #e6e5e5;
		border-top: none
	}
}

.blog-post .date {
	background: #b3b4ff;
	position: absolute;
	left: 0;
	top: 0;
	padding: .5rem .75rem;
	text-align: center
}

.blog-post .date span {
	display: block;
	width: 100%;
	font-weight: 600;
	color: #fff;
	font-size: .625rem;
	line-height: 1.3;
	text-transform: uppercase
}

.blog-post .date .month {
	margin-top: .0625rem;
	margin-bottom: .125rem
}

@media screen and (min-width:570px) {
	.blog-post .date .day {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.blog-post .date .day {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.blog-post .date .day {
		font-size: 1rem
	}
}

.blog-post.blog-teaser-no-image {
	border: 3px solid #b3b4ff
}

.blog-post.blog-teaser-no-image .post-blog-content {
	margin-left: 65px
}

@media (max-width:900px) {
	.blog-post.blog-teaser-no-image .post-blog-content {
		margin-left: 0;
		margin-top: 4rem
	}
}

.blog-post.post-block {
	-ms-flex-preferred-size: calc(100% - 20px);
	flex-basis: calc(100% - 20px);
	-webkit-box-shadow: none;
	box-shadow: none
}

.blog-post.post-block.blog-block-no-image {
	background: #fff
}

.blog-post.post-block .blog-post-link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.blog-post.post-block .post-image-cover {
	position: relative;
	max-width: calc(50% - 10px);
	width: 100%;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.blog-post.post-block .hr-separator {
	display: block;
	width: 40px;
	height: 1px;
	background: #e6e5e5;
	margin: calc(1rem + 1.1vw) 0
}

.blog-post.post-block .post-blog-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: calc(6rem + 1.8vw) calc(1rem + 2.3vw) calc(1rem + 1.8vw)
}

@media (max-width:1070px) {
	.blog-post.post-block .post-blog-content {
		border: none;
		padding: calc(2rem + 1.8vw) 0 3rem
	}
}

.blog-post.post-block .post-blog-content .title {
	line-height: 1.3636363636;
	margin-bottom: calc(1rem + .2vw)
}

@media screen and (min-width:570px) {
	.blog-post.post-block .post-blog-content .title {
		font-size: calc(1.125rem + 4*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.blog-post.post-block .post-blog-content .title {
		font-size: 1.375rem
	}
}

@media screen and (max-width:570px) {
	.blog-post.post-block .post-blog-content .title {
		font-size: 1.125rem
	}
}

.blog-post.post-block .post-blog-content .post-block-content {
	font-weight: 300;
	color: #333;
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 0
}

.blog-post.post-block .post-blog-content .post-more {
	line-height: 1.25;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0
}

@media screen and (min-width:570px) {
	.blog-post.post-block .post-blog-content .post-more {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.blog-post.post-block .post-blog-content .post-more {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.blog-post.post-block .post-blog-content .post-more {
		font-size: .875rem
	}
}

.blog-post.post-block .post-blog-content .post-more svg {
	margin-left: 1.875rem;
	width: 20px;
	fill: #b3b4ff
}

.blog-post.post-block .post-blog-content .post-more svg * {
	fill: #b3b4ff
}

.blog-post.post-block .date {
	padding: calc(.65rem + .5vw) calc(1.5rem + .5vw);
	text-align: left
}

.blog-post.post-block .date span {
	font-size: .75rem
}

.blog-post.post-block .date .month {
	margin-top: .1875rem;
	margin-bottom: .25rem
}

@media screen and (min-width:570px) {
	.blog-post.post-block .date .day {
		font-size: calc(1.125rem + 8*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.blog-post.post-block .date .day {
		font-size: 1.625rem
	}
}

@media screen and (max-width:570px) {
	.blog-post.post-block .date .day {
		font-size: 1.125rem
	}
}

.blog-post.post-block.blog-block-no-image {
	border: 3px solid #b3b4ff
}

.blog-post.post-block.blog-block-no-image .post-blog-content {
	padding: calc(1rem + 3vw) calc(1rem + 4vw) calc(1rem + 3vw) calc(4.5rem + 7.2vw)
}

.blog-post.post-block.blog-block-image .post-image-cover {
	min-height: 470px
}

@media (max-width:1070px) {
	.blog-post.post-block.blog-block-image {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.blog-post.post-block.blog-block-image .post-image-cover {
		max-width: none;
		min-height: 470px
	}

	.blog-post.post-block.blog-block-image .post-blog-content,
	.blog-post.post-block.blog-block-image .post-image-cover {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.post-image-offset {
	margin-bottom: calc(2rem + 2.2vw)
}

.team .container {
	max-width: calc(1095px + 15%)
}

.team .columns {
	margin: -10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.team .columns.is-gap-big>.column {
	padding: 10px
}

.team .card-section:nth-last-child(2):not(.no-padding) {
	padding-bottom: 1.5rem
}

.team .card {
	border: 1px solid #e6e5e5;
	background: #fff
}

@media (max-width:900px) {
	.team .card .card-section {
		padding: .5rem 1rem
	}

	.team .card .card-section:first-child {
		padding-top: 1rem;
		padding-bottom: .5rem
	}

	.team .card .card-section:last-child {
		padding-bottom: 1rem
	}
}

.team .card .card-section.member-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1070px) {
	.team .card .card-section.member-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:900px) {
	.team .card .card-section.member-social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:750px) {
	.team .card .card-section.member-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:570px) {
	.team .card .card-section.member-social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:320px) {
	.team .card .card-section.member-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.team .card .member-minimal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:320px) {
	.team .card .member-minimal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: normal;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: normal
	}
}

.team .card .member-minimal .member-image {
	margin-bottom: 0
}

@media (max-width:320px) {
	.team .card .member-minimal .member-image {
		margin-bottom: 1rem !important
	}
}

.team .card .member-no-image {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.team .card .card-image {
	float: right
}

@media (max-width:1070px) {
	.team .card .card-image {
		float: none;
		margin-bottom: 1.5rem
	}
}

@media (max-width:900px) {
	.team .card .card-image {
		float: right
	}
}

@media (max-width:750px) {
	.team .card .card-image {
		float: none;
		margin-bottom: 1.5rem
	}
}

@media (max-width:570px) {
	.team .card .card-image {
		float: right
	}
}

@media (max-width:320px) {
	.team .card .card-image {
		float: none;
		margin-bottom: 1.5rem
	}
}

.team .card .member-image {
	border-radius: 50%;
	position: relative;
	width: calc(82px + 2vw);
	height: calc(82px + 2vw);
	margin-left: 3rem;
	margin-bottom: 1rem
}

@media (max-width:1070px) {
	.team .card .member-image {
		margin-left: 0
	}
}

@media (max-width:900px) {
	.team .card .member-image {
		margin-left: 1rem
	}
}

@media (max-width:750px) {
	.team .card .member-image {
		margin-left: 0
	}
}

@media (max-width:570px) {
	.team .card .member-image {
		margin-left: 1rem
	}
}

@media (max-width:320px) {
	.team .card .member-image {
		margin-left: 0
	}
}

.team .card .member-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .05)
}

.team .card .member-image.placeholder-image {
	background: #fcfcfc
}

.team .card .member-image .member-url {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1
}

.team .card .title {
	color: #333;
	line-height: 1.4444444444;
	margin-bottom: 0
}

@media screen and (min-width:570px) {
	.team .card .title {
		font-size: calc(1rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.team .card .title {
		font-size: 1.125rem
	}
}

@media screen and (max-width:570px) {
	.team .card .title {
		font-size: 1rem
	}
}

.team .card .title a {
	color: inherit
}

.team .card .position {
	font-weight: 600;
	line-height: 1.6666666667;
	color: #b3b4ff;
	margin-bottom: calc(.3rem + .3vw)
}

.team .card .content {
	font-size: .875rem;
	line-height: 1.5714285714
}

.team .card .member-contact:not(:first-child) {
	margin-top: calc(.5rem + .5vw)
}

.team .card .read-more {
	font-weight: 600;
	margin-top: 1rem;
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 150px;
	max-width: 100%;
	border-top: 1px solid #ececec;
	padding-top: 1.15rem
}

@media (min-width:321px) and (max-width:571px),
(min-width:750px) and (max-width:900px),
(min-width:1071px) {
	.team .card .read-more {
		min-width: calc(82px + 2vw);
		margin-top: .3rem;
		padding-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-top: none;
		text-align: center
	}
}

.team .card .read-more.only-read {
	min-width: 150px;
	text-align: left;
	margin-top: 0
}

.team .member-web {
	display: inline-block
}

.team .member-web.icon {
	display: inline;
	margin-right: .5em
}

.team .member-web.icon svg {
	vertical-align: inherit;
	display: inline-block
}

.team .member-web.icon svg * {
	fill: transparent !important
}

.team .social {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media (max-width:320px) {
	.team .social {
		display: block
	}
}

.team .social .icon {
	display: inline-block;
	vertical-align: top
}

.team .social .icon svg {
	width: 1.1875rem;
	height: auto
}

.team .social .icon svg * {
	fill: #b3b4ff
}

.contact-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: .1875rem
}

@media (max-width:750px),
(min-width:900px) and (max-width:1020px) {
	.contact-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact-section .member-contact-title {
	font-weight: 600;
	font-size: .875rem;
	line-height: 1.7142857143;
	color: #333;
	display: inline-block;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0
}

.contact-section .member-contact-title span {
	display: inline-block;
	margin-left: .25rem;
	margin-right: .4375rem
}

.contact-section .contact-list {
	overflow: hidden
}

.contact-section .contact-list li {
	display: inline-block
}

.contact-section .contact-list li span {
	display: inline;
	float: right
}

.contact-section .contact-list a {
	font-weight: 300;
	font-size: .875rem;
	line-height: 1.5714285714;
	color: #333;
	text-decoration: none;
	position: relative;
	padding-right: 4px
}

.contact-section .contact-list a:after {
	content: ",";
	position: absolute;
	right: 0;
	bottom: 0;
	color: #333
}

.contact-section .contact-list a:last-child:after {
	display: none
}

.contact-section .email-list a {
	color: #b3b4ff
}

.member-section .content {
	margin: 0
}

.member-section .member-contact,
.member-section .member-social {
	margin-top: calc(1.75rem + 1vw)
}

.team-time-line {
	margin-top: calc(2rem + 3.25vw);
	max-width: 450px
}

.team-time-line .time-line-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px
}

.team-time-line .time-line-item.current-item .time-line-member-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	background-color: rgba(228, 101, 110, .4);
	z-index: 2;
	-webkit-box-shadow: 0 0 0 3px #b3b4ff inset;
	box-shadow: inset 0 0 0 3px #b3b4ff
}

.team-time-line .time-line-item:last-child {
	margin-bottom: 0
}

.team-time-line .time-line-item a {
	text-decoration: none
}

.team-time-line .time-line-item .member-info-cover {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0
}

.team-time-line .time-line-item .time-line-member-image {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 35px;
	flex: 1 0 35px;
	display: inline-block;
	border-radius: 50%;
	max-width: 35px;
	width: 35px;
	height: 35px;
	background-color: #f5f5f5;
	background-position: 50%;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.team-time-line .time-line-item .time-line-member-image:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .05) inset;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .05);
	background-size: 47%;
	position: absolute
}

.team-time-line .time-line-item .time-line-member-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.team-time-line .time-line-item .time-line-member {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-left: 19px;
	width: 100%
}

.team-time-line .time-line-item .time-line-member .time-line-member-name {
	font-weight: 300;
	color: #222;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media screen and (min-width:570px) {
	.team-time-line .time-line-item .time-line-member .time-line-member-name {
		font-size: calc(.875rem + 2*(100vw - 570px)/500)
	}
}

@media screen and (min-width:1070px) {
	.team-time-line .time-line-item .time-line-member .time-line-member-name {
		font-size: 1rem
	}
}

@media screen and (max-width:570px) {
	.team-time-line .time-line-item .time-line-member .time-line-member-name {
		font-size: .875rem
	}
}

.team-time-line .time-line-item .time-line-member .time-line-member-name.has-position {
	margin-right: .75ch
}

.team-time-line .time-line-item .time-line-member .time-line-member-name.has-position:after {
	content: ","
}

.team-time-line .time-line-item .time-line-member .time-line-member-position {
	font-weight: 400;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: .75rem;
	line-height: 1.6;
	color: #b3b4ff;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.aside-team.aside-full {
	margin-top: calc(-5% - 10px) !important;
	max-width: calc(1095px + 15%) !important
}

.aside-team.aside-full .container {
	padding: 0;
	max-width: none !important
}

.aside-team.aside-full .aside-content-holder {
	margin-top: -80px !important
}

@media (max-width:1370px) {
	.aside-team.aside-full .aside-content-holder {
		margin-top: calc(-6.15% - 20px) !important
	}
}