@import
	url(https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap&subset=latin-ext)
	;

@import
	url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=latin-ext)
	;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
	{
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
	{
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,::after,::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	font-weight: 400;
	line-height: 1;
	word-wrap: break-word;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none
}

iframe,img,object,svg,video embed {
	max-width: 100%;
	height: auto
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
	margin: 0;
	padding: 0
}

p {
  font-size: inherit;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

em,i {
	font-style: italic;
	line-height: inherit
}

b,strong {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 60%;
	line-height: inherit
}

ol,ul {
	list-style: none
}

li {
	display: block
}

a {
	text-decoration: none;
	line-height: inherit
}

a img {
	border: none
}

fieldset {
	margin: 0;
	padding: 0
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.row {
	width: 89%;
	max-width: 1520px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	position:relative;
}

.row .row {
	width: auto;
	max-width: none;
	margin-left: -20px;
	margin-right: -20px
}

.column {
	-ms-flex: 1 1 0%;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	padding: 0 20px
}

.collapse>.column,.column.collapse {
	padding: 0
}

.row.row-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row.row-nowrap {
	-ms-flex-wrap: none;
	flex-wrap: nowrap
}

.row.row-y-top {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start
}

.row.row-y-bottom {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end
}

.row.row-y-center {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.row.row-stretch {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch
}

.row.row-baseline {
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline
}

.row.row-x-left {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.row.row-x-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.row.row-x-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center
}

.align-center {
	margin: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-left {
	margin-right: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-right {
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-x-center {
	margin-right: auto;
	margin-left: auto
}

.align-x-left {
	margin-right: auto
}

.align-x-right {
	margin-left: auto
}

.align-y-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-y-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-y-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.large-1 {
	-ms-flex: 0 0 8.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.large-2 {
	-ms-flex: 0 0 16.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.large-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.large-4 {
	-ms-flex: 0 0 33.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.large-5 {
	-ms-flex: 0 0 41.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.large-6,.large-half {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.large-7 {
	-ms-flex: 0 0 58.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.large-8 {
	-ms-flex: 0 0 66.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.large-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}

.large-10 {
	-ms-flex: 0 0 83.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.large-11 {
	-ms-flex: 0 0 91.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.large-12,.large-full {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.m-lr-large-8 {
	margin-left: 16.66667% !important;
	margin-right: 16.66667% !important
}

@media screen and (max-width:1200px) {
	.row .row {
		margin-left: -16px;
		margin-right: -16px
	}
	.column {
		padding: 0 16px
	}
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.medium-2 {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-4 {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-5 {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.medium-6,.medium-half {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-7 {
		-ms-flex: 0 0 58.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.medium-8 {
		-ms-flex: 0 0 66.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.medium-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-10 {
		-ms-flex: 0 0 83.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.medium-11 {
		-ms-flex: 0 0 91.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.medium-12,.medium-full {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.m-lr-medium-8 {
		margin-left: 16.66667% !important;
		margin-right: 16.66667% !important
	}
}

@media screen and (max-width:991px) {
	.tab-1 {
		-ms-flex: 0 0 8.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.tab-2 {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.tab-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.tab-4 {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.tab-5 {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.tab-6,.tab-half {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.tab-7 {
		-ms-flex: 0 0 58.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.tab-8 {
		-ms-flex: 0 0 66.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.tab-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.tab-10 {
		-ms-flex: 0 0 83.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.tab-11 {
		-ms-flex: 0 0 91.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.tab-12,.tab-full {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.hide-on-tablet {
		display: none
	}
	.m-lr-tab-full {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media screen and (max-width:767px) {
	.row {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px
	}
	.row .row {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 0;
		padding-right: 0
	}
	.column {
		padding: 0 10px
	}
	.mob-1 {
		-ms-flex: 0 0 8.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.mob-2 {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.mob-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.mob-4 {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.mob-5 {
		-ms-flex: 0 0 41.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.mob-6,.mob-half {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.mob-7 {
		-ms-flex: 0 0 58.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.mob-8 {
		-ms-flex: 0 0 66.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.mob-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.mob-10 {
		-ms-flex: 0 0 83.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.mob-11 {
		-ms-flex: 0 0 91.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.mob-12,.mob-full {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.hide-on-mobile {
		display: none
	}
}

@media screen and (max-width:500px) {
	.extras-left-pic .mob-6 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:400px) {
	.row {
		padding-left: 22px;
		padding-right: 22px
	}
	.row .row {
		margin-left: 0;
		margin-right: 0
	}
	.column {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0
	}
}

.block-large-1-8>.column {
	-ms-flex: 0 0 12.5%;
	-webkit-box-flex: 0;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.block-large-1-6>.column {
	-ms-flex: 0 0 16.66667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.block-large-1-5>.column {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}

.block-large-1-4>.column {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.block-large-1-3>.column {
	-ms-flex: 0 0 33.33333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.block-large-1-2>.column {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.block-large-full>.column {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

@media screen and (max-width:1200px) {
	.block-medium-1-8>.column {
		-ms-flex: 0 0 12.5%;
		-webkit-box-flex: 0;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.block-medium-1-6>.column {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.block-medium-1-5>.column {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.block-medium-1-4>.column {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.block-medium-1-3>.column {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.block-medium-1-2>.column {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.block-medium-full>.column {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:767px) {
	.block-tab-1-8>.column {
		-ms-flex: 0 0 12.5%;
		-webkit-box-flex: 0;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.block-tab-1-6>.column {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.block-tab-1-5>.column {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.block-tab-1-4>.column {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.block-tab-1-3>.column {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.block-tab-1-2>.column {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.block-tab-full>.column {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:600px) {
	.block-mob-1-8>.column {
		-ms-flex: 0 0 12.5%;
		-webkit-box-flex: 0;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
	.block-mob-1-6>.column {
		-ms-flex: 0 0 16.66667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.block-mob-1-5>.column {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.block-mob-1-4>.column {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.block-mob-1-3>.column {
		-ms-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.block-mob-1-2>.column {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.block-mob-full>.column {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.smart-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}	
	
}

@media screen and (max-width:400px) {
	.stack>.column {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0
	}
}

@media screen and (min-width:768px) {
	.hide-up-tablet {
		display: none
	}
}

.h-group:after {
	content: "";
	display: table;
	clear: both
}

.is-hidden {
	display: none
}

.is-invisible {
	visibility: hidden
}

.h-antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.h-overflow-hidden {
	overflow: hidden
}

.h-remove-bottom {
	margin-bottom: 0
}

.h-add-half-bottom {
	margin-bottom: 1.6rem !important
}

.h-add-bottom {
	margin-bottom: 3.2rem !important
}

.h-no-border {
	border: none
}

.h-full-width {
	width: 100%
}

.h-text-center {
	text-align: center
}

.h-text-left {
	text-align: left
}

.h-text-right {
	text-align: right
}

.h-pull-left {
	float: left
}

.h-pull-right {
	float: right
}