
* {
	font-family: 'Abel' !important;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a)
{
	font-size: 18px !important;
}
body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em
}

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

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	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-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

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

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

html {
	font-size: 16px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #b8b88f
}

a:active,
a:hover,
a:focus {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
	outline: none;
	color: #b8b88f
}

body {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #191919;
	overflow-x: hidden
}

form,
input,
textarea,
label,
fieldset,
legend,
select,
optgroup,
option,
datalist,
keygen,
output {
	color: #191919
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

input[type="text"],
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="tel"],
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="email"],
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"],
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"],
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover {
	border-radius: 0;
	-webkit-border-radius: 0
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:hover {
	border-color: #969696
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 0.5rem
}

select:active,
select:focus,
select:hover {
	border-color: #969696
}

:focus {
	outline: 1px solid #969696;
	outline-offset: -1px;
	outline-style: solid
}

::-webkit-input-placeholder {
	color: #8c8c8c
}

::-moz-placeholder {
	color: #8c8c8c
}

:-ms-input-placeholder {
	color: #8c8c8c
}

:-moz-placeholder {
	color: #8c8c8c
}

::placeholder {
	color: #8c8c8c
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	background-color: #f5f5f5;
	border-collapse: collapse
}

@media all and (min-width: 992px) {
	table {
		table-layout: fixed
	}
}

@media all and (max-width: 991px) {
	table {
		width: 100%;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media all and (max-width: 991px) {
	table.table--responsive {
		border: 0;
		background: transparent
	}

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

	table.table--responsive tr {
		display: block;
		margin-bottom: 2rem;
		border-bottom: 3px solid transparent;
		background-color: #f5f5f5
	}

	table.table--responsive tr:last-child {
		margin-bottom: 0
	}

	table.table--responsive td {
		display: block;
		min-height: 3rem;
		font-size: 0.75019em;
		text-align: right
	}

	table.table--responsive td:before {
		float: left;
		font-weight: bold;
		content: attr(data-label)
	}

	table.table--responsive td:last-child {
		border-bottom: 0
	}
}

table table {
	background-color: #f5f5f5
}

table thead th {
	border-bottom: 1px solid transparent;
	text-align: left;
	vertical-align: bottom
}

table tbody+tbody {
	border-top: 1px solid transparent
}

table tbody tr {
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	transition: background-color 200ms ease
}

table tbody tr:nth-of-type(odd) {
	background-color: #f5f5f5
}

table tbody tr,
table tbody tr:active,
table tbody tr:focus,
table tbody tr:hover {
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	transition: background-color 200ms ease
}

table tbody tr:active,
table tbody tr:focus,
table tbody tr:hover {
	background-color: #fafafa
}

table th,
table td {
	padding: 0.66667rem;
	border-top: 1px solid transparent
}

body {
	font-family: "Roboto", Sans-Serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.375rem;
	text-rendering: optimizeLegibility;
	text-shadow: 0 0 1px transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word
}

form,
input,
textarea,
label,
fieldset,
legend,
select,
optgroup,
option,
datalist,
keygen,
output {
	font-family: "Roboto", Sans-Serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	font-family: "Roboto", sans-serif;
	line-height: 1.2
}

h1 {
	font-size: 3.36698rem
}

h2 {
	font-size: 2.52587rem
}

h3 {
	font-size: 1.89487rem
}

h4 {
	font-size: 1.42151rem
}

h5 {
	font-size: 1.0664rem
}

h6 {
	font-size: 0.8rem
}

@media all and (min-width: 768px) {
	h1 {
		font-size: 3.78785rem
	}

	h2 {
		font-size: 2.8416rem
	}

	h3 {
		font-size: 2.13173rem
	}

	h4 {
		font-size: 1.5992rem
	}

	h5 {
		font-size: 1.1997rem
	}

	h6 {
		font-size: 0.9rem
	}
}

@media all and (min-width: 992px) {
	h1 {
		font-size: 4.20873em
	}

	h2 {
		font-size: 3.15733em
	}

	h3 {
		font-size: 2.36859em
	}

	h4 {
		font-size: 1.77689em
	}

	h5 {
		font-size: 1.333em
	}

	h6 {
		font-size: 1em
	}
}

.hidden {
	display: none !important
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.noscroll {
	overflow: hidden
}

.section__divide {
	display: block;
	width: 100%;
	height: 1px;
	margin: 1rem;
	background-color: #191919;
	opacity: 0.2
}

table .btn-primary {
	-webkit-transition: all 200ms ease, font-size 200ms ease;
	-moz-transition: all 200ms ease, font-size 200ms ease;
	transition: all 200ms ease, font-size 200ms ease;
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 2px solid transparent;
	border-radius: 100px;
	font-family: "Roboto", Sans-Serif;
	font-size: 1em;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	border: 2px solid #b8b88f;
	background-color: #b8b88f;
	color: #fff
}

table .btn-primary:active,
table .btn-primary:focus,
table .btn-primary:hover {
	-webkit-transition: all 300ms ease, box-shadow 400ms ease;
	-moz-transition: all 300ms ease, box-shadow 400ms ease;
	transition: all 300ms ease, box-shadow 400ms ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15)
}

table .btn-primary:active,
table .btn-primary:focus,
table .btn-primary:hover {
	border-color: #b8b88f;
	background-color: #b8b88f;
	color: #fff
}

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

.footer {
	margin-top: auto;
	padding-top: 2rem;
	padding-bottom: 1rem;
	background-color: #f5f5f5;
	color: #969696
}

.footer .section__content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
	padding-right: 0;
	padding-left: 0
}

.footer .section__content:after,
.footer .section__content:before {
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-preferred-size: 0;
	order: 1
}

.footer .section__divide {
	background-color: #191919
}

.footer a:focus {
	outline-color: transparent
}

.footer__container {
	position: relative;
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
	padding-right: 1rem;
	padding-left: 1rem
}

@media all and (min-width: 768px) {
	.footer__container {
		max-width: 768px
	}
}

@media all and (min-width: 992px) {
	.footer__container {
		max-width: 992px
	}
}

@media all and (min-width: 1200px) {
	.footer__container {
		max-width: 1200px
	}
}

.footer__nav-site,
.footer__nav-social,
.footer__copyright,
.footer__white-label {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	flex: 0 0 100%;
	max-width: 100%
}

@media all and (min-width: 480px) {

	.footer__nav-site,
	.footer__nav-social,
	.footer__copyright,
	.footer__white-label {
		position: relative;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.footer__nav-site,
.footer__nav-social {
	text-align: center
}

.footer__nav-site a,
.footer__nav-social a {
	display: inline-block;
	color: #969696;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none
}

.footer__nav-site a:active,
.footer__nav-site a:focus,
.footer__nav-site a:hover,
.footer__nav-social a:active,
.footer__nav-social a:focus,
.footer__nav-social a:hover {
	color: #000
}

.footer__nav-site li,
.footer__nav-social li {
	display: inline-block
}

.footer__nav-site li:last-child,
.footer__nav-social li:last-child {
	margin-right: 0
}

@media all and (max-width: 767px) {
	.footer__nav-site {
		margin-bottom: 2rem
	}
}

@media all and (min-width: 480px) {
	.footer__nav-site {
		text-align: left
	}
}

.footer__nav-site li {
	margin-right: 2rem
}

.footer__nav-site .footer__nav-item a {
	font-size: 0.75019em;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase
}

@media all and (min-width: 480px) {
	.footer__nav-social {
		text-align: right
	}
}

.footer__nav-social a {
	font-size: 1.2rem
}

.footer__nav-social li {
	margin-right: 0.8rem
}

.footer__copyright,
.footer__white-label {
	color: #969696;
	font-size: 0.875rem;
	text-align: center;
	opacity: 0.8
}

@media all and (min-width: 480px) {
	.footer__copyright {
		text-align: left
	}
}

.footer__white-label {
	margin-right: 0;
	margin-left: auto
}

@media all and (min-width: 480px) {
	.footer__white-label {
		text-align: right
	}
}

.footer__white-label a {
	color: #969696;
	text-decoration: none
}

.header a:focus {
	outline-color: transparent
}

.header__container {
	position: relative;
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
	padding: 1.6rem 1rem
}

@media all and (min-width: 768px) {
	.header__container {
		max-width: 768px
	}
}

@media all and (min-width: 992px) {
	.header__container {
		max-width: 992px
	}
}

@media all and (min-width: 1200px) {
	.header__container {
		max-width: 1200px
	}
}

.header__wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	position: relative;
	margin: 0
}

.header__wrapper:after,
.header__wrapper:before {
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-preferred-size: 0;
	order: 1
}

.header__logo {
	padding-right: 1rem;
	line-height: 1
}

@media all and (max-width: 767px) {
	.header__logo {
		max-width: 12rem
	}
}

.header__logo a {
	display: inline-block;
	text-decoration: none
}

.header__logo img {
	width: auto;
	max-width: initial;
	max-height: 35px
}

@media all and (max-width: 767px) {
	.header__logo img {
		display: block;
		max-width: 100%;
		max-height: 60px
	}
}

header.header .header__logo___2909e img {
	max-height: none;
	width: 13rem;
	height: auto;
}
