@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700');

body {
	background-color:#fff;
	padding:0;
	margin:0;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
}

.glide {
	position:relative;
	width:100%;
	box-sizing:border-box
}
.glide * {
	box-sizing:inherit
}
.glide__track {
	overflow:hidden
}
.glide__slides {
	position:relative;
	width:100%;
	list-style:none;
	backface-visibility:hidden;
	transform-style:preserve-3d;
	touch-action:pan-Y;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
	display:flex;
	flex-wrap:nowrap;
	will-change:transform
}
.glide__slides--dragging {
	user-select:none
}
.glide__slide {
	width:100%;
	height:100%;
	flex-shrink:0;
	white-space:normal;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent
}
.glide__slide a {
	user-select:none;
	-webkit-user-drag:none;
	-moz-user-select:none;
	-ms-user-select:none
}
.glide__arrows {
	-webkit-touch-callout:none;
	user-select:none
}
.glide__bullets {
	-webkit-touch-callout:none;
	user-select:none
}
.glide--rtl {
	direction:rtl
}
table.dataTable {
	width:100%;
	margin:0 auto;
	clear:both;
	border-collapse:separate;
	border-spacing:0
}
table.dataTable tfoot th, table.dataTable thead th {
	font-weight:700
}
table.dataTable thead td, table.dataTable thead th {
	padding:10px 18px;
	border-bottom:1px solid #111
}
table.dataTable thead td:active, table.dataTable thead th:active {
	outline:0
}
table.dataTable tfoot td, table.dataTable tfoot th {
	padding:10px 18px 6px 18px;
	border-top:1px solid #111
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center right
}
table.dataTable thead .sorting {
	background-image:url(../node_modules/datatables.net-dt/images/sort_both.png.html)
}
table.dataTable thead .sorting_asc {
	background-image:url(../node_modules/datatables.net-dt/images/sort_asc.png.html)
}
table.dataTable thead .sorting_desc {
	background-image:url(../node_modules/datatables.net-dt/images/sort_desc.png.html)
}
table.dataTable thead .sorting_asc_disabled {
	background-image:url(../node_modules/datatables.net-dt/images/sort_asc_disabled.png.html)
}
table.dataTable thead .sorting_desc_disabled {
	background-image:url(../node_modules/datatables.net-dt/images/sort_desc_disabled.png.html)
}
table.dataTable tbody tr {
	background-color:#fff
}
table.dataTable tbody tr.selected {
	background-color:#b0bed9
}
table.dataTable tbody td, table.dataTable tbody th {
	padding:8px 10px
}
table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
	border-top:1px solid #ddd
}
table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
	border-top:none
}
table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd
}
table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
	border-left:1px solid #ddd
}
table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
	border-top:none
}
table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
	background-color:#f9f9f9
}
table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
	background-color:#abb9d3
}
table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
	background-color:#f5f5f5
}
table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
	background-color:#a9b7d1
}
table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3, table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3 {
	background-color:#f9f9f9
}
table.dataTable.display tbody tr.selected>.sorting_1, table.dataTable.display tbody tr.selected>.sorting_2, table.dataTable.display tbody tr.selected>.sorting_3, table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3 {
	background-color:#acbad4
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color:#f1f1f1
}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color:#f3f3f3
}
table.dataTable.display tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color:#f5f5f5
}
table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color:#a6b3cd
}
table.dataTable.display tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color:#a7b5ce
}
table.dataTable.display tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color:#a9b6d0
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color:#f9f9f9
}
table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color:#fbfbfb
}
table.dataTable.display tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color:#fdfdfd
}
table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color:#acbad4
}
table.dataTable.display tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color:#adbbd6
}
table.dataTable.display tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color:#afbdd8
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color:#eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color:#ebebeb
}
table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color:#eee
}
table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color:#a1aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color:#a2afc8
}
table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color:#a4b2cb
}
table.dataTable.no-footer {
	border-bottom:1px solid #111
}
table.dataTable.nowrap td, table.dataTable.nowrap th {
	white-space:nowrap
}
table.dataTable.compact thead td, table.dataTable.compact thead th {
	padding:4px 17px 4px 4px
}
table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
	padding:4px
}
table.dataTable.compact tbody td, table.dataTable.compact tbody th {
	padding:4px
}
table.dataTable td.dt-left, table.dataTable th.dt-left {
	text-align:left
}
table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
	text-align:center
}
table.dataTable td.dt-right, table.dataTable th.dt-right {
	text-align:right
}
table.dataTable td.dt-justify, table.dataTable th.dt-justify {
	text-align:justify
}
table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
	white-space:nowrap
}
table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
	text-align:left
}
table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
	text-align:center
}
table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
	text-align:right
}
table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
	text-align:justify
}
table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
	white-space:nowrap
}
table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
	text-align:left
}
table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
	text-align:center
}
table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
	text-align:right
}
table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
	text-align:justify
}
table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
	white-space:nowrap
}
table.dataTable, table.dataTable td, table.dataTable th {
	box-sizing:content-box
}
.dataTables_wrapper {
	position:relative;
	clear:both;
	zoom:1
}
.dataTables_wrapper .dataTables_length {
	float:left
}
.dataTables_wrapper .dataTables_filter {
	float:right;
	text-align:right
}
.dataTables_wrapper .dataTables_filter input {
	margin-left:.5em
}
.dataTables_wrapper .dataTables_info {
	clear:both;
	float:left;
	padding-top:.755em
}
.dataTables_wrapper .dataTables_paginate {
	float:right;
	text-align:right;
	padding-top:.25em
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing:border-box;
	display:inline-block;
	min-width:1.5em;
	padding:.5em 1em;
	margin-left:2px;
	text-align:center;
	text-decoration:none!important;
	cursor:pointer;
	color:#333!important;
	border:1px solid transparent;
	border-radius:2px
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color:#333!important;
	border:1px solid #979797;
	background-color:#fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #dcdcdc));
	background:-webkit-linear-gradient(top, #fff 0, #dcdcdc 100%);
	background:-moz-linear-gradient(top, #fff 0, #dcdcdc 100%);
	background:-ms-linear-gradient(top, #fff 0, #dcdcdc 100%);
	background:-o-linear-gradient(top, #fff 0, #dcdcdc 100%);
	background:linear-gradient(to bottom, #fff 0, #dcdcdc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	cursor:default;
	color:#666!important;
	border:1px solid transparent;
	background:0 0;
	box-shadow:none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color:#fff!important;
	border:1px solid #111;
	background-color:#585858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #585858), color-stop(100%, #111));
	background:-webkit-linear-gradient(top, #585858 0, #111 100%);
	background:-moz-linear-gradient(top, #585858 0, #111 100%);
	background:-ms-linear-gradient(top, #585858 0, #111 100%);
	background:-o-linear-gradient(top, #585858 0, #111 100%);
	background:linear-gradient(to bottom, #585858 0, #111 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline:0;
	background-color:#2b2b2b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2b2b2b), color-stop(100%, #0c0c0c));
	background:-webkit-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
	background:-moz-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
	background:-ms-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
	background:-o-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
	background:linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
	box-shadow:inset 0 0 3px #111
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding:0 1em
}
.dataTables_wrapper .dataTables_processing {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:40px;
	margin-left:-50%;
	margin-top:-25px;
	padding-top:20px;
	text-align:center;
	font-size:1.2em;
	background-color:#fff;
	background:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
	color:#333
}
.dataTables_wrapper .dataTables_scroll {
	clear:both
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	-webkit-overflow-scrolling:touch
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th {
	vertical-align:middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing {
	height:0;
	overflow:hidden;
	margin:0!important;
	padding:0!important
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom:1px solid #111
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
	border-bottom:none
}
.dataTables_wrapper:after {
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0
}
@media screen and (max-width:767px) {
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
float:none;
text-align:center
}
.dataTables_wrapper .dataTables_paginate {
margin-top:.5em
}
}
@media screen and (max-width:640px) {
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
float:none;
text-align:center
}
.dataTables_wrapper .dataTables_filter {
margin-top:.5em
}
}
.select2-container {
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	position:relative;
	vertical-align:middle
}
.select2-container .select2-selection--single {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	height:28px;
	user-select:none;
	-webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display:block;
	padding-left:8px;
	padding-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	position:relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right:8px;
	padding-left:20px
}
.select2-container .select2-selection--multiple {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	min-height:32px;
	user-select:none;
	-webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display:inline-block;
	overflow:hidden;
	padding-left:8px;
	text-overflow:ellipsis;
	white-space:nowrap
}
.select2-container .select2-search--inline {
	float:left
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing:border-box;
	border:none;
	font-size:100%;
	margin-top:5px;
	padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-dropdown {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	box-sizing:border-box;
	display:block;
	position:absolute;
	left:-100000px;
	width:100%;
	z-index:1051
}
.select2-results {
	display:block
}
.select2-results__options {
	list-style:none;
	margin:0;
	padding:0
}
.select2-results__option {
	padding:6px;
	user-select:none;
	-webkit-user-select:none
}
.select2-results__option[aria-selected] {
	cursor:pointer
}
.select2-container--open .select2-dropdown {
	left:0
}
.select2-container--open .select2-dropdown--above {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-search--dropdown {
	display:block;
	padding:4px
}
.select2-search--dropdown .select2-search__field {
	padding:4px;
	width:100%;
	box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
	display:none
}
.select2-close-mask {
	border:0;
	margin:0;
	padding:0;
	display:block;
	position:fixed;
	left:0;
	top:0;
	min-height:100%;
	min-width:100%;
	height:auto;
	width:auto;
	opacity:0;
	z-index:99;
	background-color:#fff
}
.select2-hidden-accessible {
	border:0!important;
	clip:rect(0 0 0 0)!important;
	-webkit-clip-path:inset(50%)!important;
	clip-path:inset(50%)!important;
	height:1px!important;
	overflow:hidden!important;
	padding:0!important;
	position:absolute!important;
	width:1px!important;
	white-space:nowrap!important
}
.select2-container--default .select2-selection--single {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float:left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left:1px;
	right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing:border-box;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style:none
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700;
	margin-top:5px;
	margin-right:10px;
	padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#999;
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float:right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left:5px;
	margin-right:auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:solid #000 1px;
	outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color:#eee;
	cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
	background:0 0;
	border:none;
	outline:0;
	box-shadow:none;
	-webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options {
	max-height:200px;
	overflow-y:auto
}
.select2-container--default .select2-results__option[role=group] {
	padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color:#999
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color:#ddd
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-1em;
	padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-2em;
	padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-3em;
	padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-4em;
	padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-5em;
	padding-left:6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#5897fb;
	color:#fff
}
.select2-container--default .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic .select2-selection--single {
	background-color:#f7f7f7;
	border:1px solid #aaa;
	border-radius:4px;
	outline:0;
	background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single:focus {
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:700;
	margin-right:10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color:#ddd;
	border:none;
	border-left:1px solid #aaa;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px;
	background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float:left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border:none;
	border-right:1px solid #aaa;
	border-radius:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	left:1px;
	right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background:0 0;
	border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	background-image:-webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image:-o-linear-gradient(top, #fff 0, #eee 50%);
	background-image:linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat:repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat:repeat-x
}
.select2-container--classic .select2-selection--multiple {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text;
	outline:0
}
.select2-container--classic .select2-selection--multiple:focus {
	border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style:none;
	margin:0;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color:#888;
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	margin-right:2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float:right;
	margin-left:5px;
	margin-right:auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa;
	outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline:0;
	box-shadow:none
}
.select2-container--classic .select2-dropdown {
	background-color:#fff;
	border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
	border-bottom:none
}
.select2-container--classic .select2-dropdown--below {
	border-top:none
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height:200px;
	overflow-y:auto
}
.select2-container--classic .select2-results__option[role=group] {
	padding:0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color:grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color:#3875d7;
	color:#fff
}
.select2-container--classic .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color:#5897fb
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name:bounce;
	animation-name:bounce;
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom
}
@-webkit-keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name:flash;
	animation-name:flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
.rubberBand {
	-webkit-animation-name:rubberBand;
	animation-name:rubberBand
}
@-webkit-keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name:shake;
	animation-name:shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-name:headShake;
	animation-name:headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform:rotate(0);
	transform:rotate(0)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform:rotate(0);
	transform:rotate(0)
}
}
.swing {
	-webkit-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation-name:swing;
	animation-name:swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
@keyframes tada {
0% {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
.tada {
	-webkit-animation-name:tada;
	animation-name:tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes wobble {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.wobble {
	-webkit-animation-name:wobble;
	animation-name:wobble
}
@-webkit-keyframes jello {
0%, 11.1%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
0%, 11.1%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
	-webkit-animation-name:jello;
	animation-name:jello;
	-webkit-transform-origin:center;
	transform-origin:center
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
14% {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
28% {
-webkit-transform:scale(1);
transform:scale(1)
}
42% {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
70% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes heartBeat {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
14% {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
28% {
-webkit-transform:scale(1);
transform:scale(1)
}
42% {
-webkit-transform:scale(1.3);
transform:scale(1.3)
}
70% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.heartBeat {
	-webkit-animation-name:heartBeat;
	animation-name:heartBeat;
	-webkit-animation-duration:1.3s;
	animation-duration:1.3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
}
.bounceIn {
-webkit-animation-duration:.75s;
animation-duration:.75s;
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.bounceInDown {
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.bounceInRight {
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.bounceInUp {
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.3, .3, .3);
	transform:scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.3, .3, .3);
	transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
-webkit-animation-duration:.75s;
animation-duration:.75s;
	-webkit-animation-name:bounceOut;
	animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name:bounceOutDown;
	animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name:bounceOutRight;
	animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name:bounceOutUp;
	animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInDownBig {
	-webkit-animation-name:fadeInDownBig;
	animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInLeftBig {
	-webkit-animation-name:fadeInLeftBig;
	animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInRightBig {
	-webkit-animation-name:fadeInRightBig;
	animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity:0
}
}
.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name:fadeOutDown;
	animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name:fadeOutDownBig;
	animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name:fadeOutLeft;
	animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name:fadeOutLeftBig;
	animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name:fadeOutRight;
	animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name:fadeOutRightBig;
	animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name:fadeOutUp;
	animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name:fadeOutUpBig;
	animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
transform:perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
transform:perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
	-webkit-animation-name:flip;
	animation-name:flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInY;
	animation-name:flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotateX(90deg);
	transform:perspective(400px) rotateX(90deg);
	opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotateX(90deg);
	transform:perspective(400px) rotateX(90deg);
	opacity:0
}
}
.flipOutX {
-webkit-animation-duration:.75s;
animation-duration:.75s;
	-webkit-animation-name:flipOutX;
	animation-name:flipOutX;
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotateY(90deg);
	transform:perspective(400px) rotateY(90deg);
	opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotateY(90deg);
	transform:perspective(400px) rotateY(90deg);
	opacity:0
}
}
.flipOutY {
-webkit-animation-duration:.75s;
animation-duration:.75s;
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipOutY;
	animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg)
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.lightSpeedIn {
	-webkit-animation-name:lightSpeedIn;
	animation-name:lightSpeedIn;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
to {
	-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
	transform:translate3d(100%, 0, 0) skewX(30deg);
	opacity:0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
to {
	-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
	transform:translate3d(100%, 0, 0) skewX(30deg);
	opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name:lightSpeedOut;
	animation-name:lightSpeedOut;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
.rotateIn {
	-webkit-animation-name:rotateIn;
	animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name:rotateInDownLeft;
	animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name:rotateInDownRight;
	animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name:rotateInUpLeft;
	animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name:rotateInUpRight;
	animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate(200deg);
	transform:rotate(200deg);
	opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate(200deg);
	transform:rotate(200deg);
	opacity:0
}
}
.rotateOut {
	-webkit-animation-name:rotateOut;
	animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name:rotateOutDownLeft;
	animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name:rotateOutDownRight;
	animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name:rotateOutUpLeft;
	animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name:rotateOutUpRight;
	animation-name:rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform:translate3d(0, 700px, 0);
	transform:translate3d(0, 700px, 0);
	opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform:translate3d(0, 700px, 0);
	transform:translate3d(0, 700px, 0);
	opacity:0
}
}
.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name:hinge;
	animation-name:hinge
}
@-webkit-keyframes jackInTheBox {
0% {
opacity:0;
-webkit-transform:scale(.1) rotate(30deg);
transform:scale(.1) rotate(30deg);
-webkit-transform-origin:center bottom;
transform-origin:center bottom
}
50% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
70% {
-webkit-transform:rotate(3deg);
transform:rotate(3deg)
}
to {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}
@keyframes jackInTheBox {
0% {
opacity:0;
-webkit-transform:scale(.1) rotate(30deg);
transform:scale(.1) rotate(30deg);
-webkit-transform-origin:center bottom;
transform-origin:center bottom
}
50% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
70% {
-webkit-transform:rotate(3deg);
transform:rotate(3deg)
}
to {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}
.jackInTheBox {
	-webkit-animation-name:jackInTheBox;
	animation-name:jackInTheBox
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.rollIn {
	-webkit-animation-name:rollIn;
	animation-name:rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);
	transform:translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);
	transform:translate3d(100%, 0, 0) rotate(120deg)
}
}
.rollOut {
	-webkit-animation-name:rollOut;
	animation-name:rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name:zoomInDown;
	animation-name:zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name:zoomInLeft;
	animation-name:zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name:zoomInRight;
	animation-name:zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name:zoomInUp;
	animation-name:zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
	opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
	opacity:0
}
}
.zoomOut {
	-webkit-animation-name:zoomOut;
	animation-name:zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
	animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
	animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name:zoomOutDown;
	animation-name:zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
	transform:scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);
	transform:scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}
.zoomOutLeft {
	-webkit-animation-name:zoomOutLeft;
	animation-name:zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
	transform:scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(.1) translate3d(2000px, 0, 0);
	transform:scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}
.zoomOutRight {
	-webkit-animation-name:zoomOutRight;
	animation-name:zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
	animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
	animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name:zoomOutUp;
	animation-name:zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.slideInDown {
	-webkit-animation-name:slideInDown;
	animation-name:slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.slideInLeft {
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.slideInRight {
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.slideInUp {
	-webkit-animation-name:slideInUp;
	animation-name:slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name:slideOutDown;
	animation-name:slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name:slideOutLeft;
	animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name:slideOutRight;
	animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name:slideOutUp;
	animation-name:slideOutUp
}
.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animated.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.animated.delay-1s {
	-webkit-animation-delay:1s;
	animation-delay:1s
}
.animated.delay-2s {
	-webkit-animation-delay:2s;
	animation-delay:2s
}
.animated.delay-3s {
	-webkit-animation-delay:3s;
	animation-delay:3s
}
.animated.delay-4s {
	-webkit-animation-delay:4s;
	animation-delay:4s
}
.animated.delay-5s {
	-webkit-animation-delay:5s;
	animation-delay:5s
}
.animated.fast {
-webkit-animation-duration:.8s;
animation-duration:.8s
}
.animated.faster {
-webkit-animation-duration:.5s;
animation-duration:.5s
}
.animated.slow {
	-webkit-animation-duration:2s;
	animation-duration:2s
}
.animated.slower {
	-webkit-animation-duration:3s;
	animation-duration:3s
}
@media (prefers-reduced-motion:reduce), (print) {
.animated {
-webkit-animation-duration:1ms!important;
animation-duration:1ms!important;
-webkit-transition-duration:1ms!important;
transition-duration:1ms!important;
-webkit-animation-iteration-count:1!important;
animation-iteration-count:1!important
}
}
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#E80029;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#E80029;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:768px;
--breakpoint-md:1114px;
--breakpoint-lg:1150px;
--breakpoint-xl:1200px;
/*--font-family-sans-serif:Montserrat;*/
/*--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace*/
}
*, ::after, ::before {
box-sizing:border-box
}
html {
	font-family: 'Montserrat', sans-serif;
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display:block
}
body {
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size:1rem;
	font-weight:300;
	line-height:1.5;
	color:#212422;
	text-align:left;
	background-color:#fff
}
[tabindex="-1"]:focus {
	outline:0!important
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
margin-bottom:.5rem
}
p {
	margin-top:0;
	margin-bottom:1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
	cursor:help;
	border-bottom:0;
	-webkit-text-decoration-skip-ink:none;
	text-decoration-skip-ink:none
}
address {
	margin-bottom:1rem;
	font-style:normal;
	line-height:inherit
}
dl, ol, ul {
	margin-top:0;
	margin-bottom:1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}
dt {
	font-weight:700
}
dd {
margin-bottom:.5rem;
	margin-left:0
}
blockquote {
	margin:0 0 1rem
}
b, strong {
	font-weight:bolder
}
small {
	font-size:80%
}
sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
a {
	color:#007bff;
	text-decoration:none;
	background-color:transparent
}
a:hover {
	color:#0056b3;
	text-decoration:underline
}
a:not([href]):not([tabindex]) {
color:inherit;
text-decoration:none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color:inherit;
text-decoration:none
}
a:not([href]):not([tabindex]):focus {
outline:0
}
code, kbd, pre, samp {
	/*font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
	font-family: 'Montserrat', sans-serif;
	font-size:1em
}
pre {
	margin-top:0;
	margin-bottom:1rem;
	overflow:auto
}
figure {
	margin:0 0 1rem
}
img {
	vertical-align:middle;
	border-style:none
}
svg {
	overflow:hidden;
	vertical-align:middle
}
table {
	border-collapse:collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color:#6c757d;
	text-align:left;
	caption-side:bottom
}
th {
	text-align:inherit
}
label {
	display:inline-block;
margin-bottom:.5rem
}
button {
	border-radius:0
}
button:focus {
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin:0;
	/*font-family:inherit;*/
	font-family: 'Montserrat', sans-serif;
	font-size:inherit;
	line-height:inherit
}
button, input {
	overflow:visible
}
button, select {
	text-transform:none
}
select {
	word-wrap:normal
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor:pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing:border-box;
	padding:0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance:listbox
}
textarea {
	overflow:auto;
	resize:vertical
}
fieldset {
	min-width:0;
	padding:0;
	margin:0;
	border:0
}
legend {
	display:block;
	width:100%;
	max-width:100%;
	padding:0;
margin-bottom:.5rem;
	font-size:1.5rem;
	line-height:inherit;
	color:inherit;
	white-space:normal
}
progress {
	vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display:inline-block
}
summary {
	display:list-item;
	cursor:pointer
}
template {
	display:none
}
[hidden] {
display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom:.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	line-height:1.2
}
.h1, h1 {
	font-size:4.375rem
}
.h2, h2 {
	font-size:2rem
}
.h3, h3 {
	font-size:1.5rem
}
.h4, h4 {
	font-size:1.5rem
}
.h5, h5 {
	font-size:1.25rem
}
.h6, h6 {
	font-size:1rem
}
.lead {
	font-size:1.25rem;
	font-weight:300
}
.display-1 {
	font-size:6rem;
	font-weight:300;
	line-height:1.2
}
.display-2 {
	font-size:5.5rem;
	font-weight:300;
	line-height:1.2
}
.display-3 {
	font-size:4.5rem;
	font-weight:300;
	line-height:1.2
}
.display-4 {
	font-size:3.5rem;
	font-weight:300;
	line-height:1.2
}
hr {
	margin-top:1rem;
	margin-bottom:1rem;
	border:0;
	border-top:1px solid rgba(0, 0, 0, .1)
}
.small, small {
	font-size:80%;
	font-weight:300
}
.mark, mark {
	padding:.2em;
	background-color:#fcf8e3
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	padding-left:0;
	list-style:none
}
.list-inline-item {
	display:inline-block
}
.list-inline-item:not(:last-child) {
margin-right:.5rem
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
.blockquote {
	margin-bottom:1rem;
	font-size:1.25rem
}
.blockquote-footer {
	display:block;
	font-size:80%;
	color:#6c757d
}
.blockquote-footer::before {
content:"\2014\00A0"
}
.img-fluid {
	max-width:100%;
	height:auto
}
.img-thumbnail {
padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
border-radius:.25rem;
	max-width:100%;
	height:auto
}
.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#6c757d
}
code {
	font-size:87.5%;
	color:#e83e8c;
	word-break:break-word
}
a>code {
	color:inherit
}
kbd {
padding:.2rem .4rem;
	font-size:87.5%;
	color:#fff;
	background-color:#212529;
border-radius:.2rem
}
kbd kbd {
	padding:0;
	font-size:100%;
	font-weight:700
}
pre {
	display:block;
	font-size:87.5%;
	color:#212529
}
pre code {
	font-size:inherit;
	color:inherit;
	word-break:normal
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width:768px) {
.container {
max-width:540px
}
}
@media (min-width:1114px) {
.container {
max-width:720px
}
}
@media (min-width:1150px) {
.container {
max-width:960px
}
}
@media (min-width:1200px) {
.container {
max-width:1140px
}
}
.container-fluid {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.row {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}
.no-gutters {
	margin-right:0;
	margin-left:0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right:0;
padding-left:0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px
}
.col {
	flex-basis:0;
	-webkit-box-flex:1;
	flex-grow:1;
	max-width:100%
}
.col-auto {
	-webkit-box-flex:0;
	flex:0 0 auto;
	width:auto;
	max-width:100%
}
.col-1 {
	-webkit-box-flex:0;
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-2 {
	-webkit-box-flex:0;
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-3 {
	-webkit-box-flex:0;
	flex:0 0 25%;
	max-width:25%
}
.col-4 {
	-webkit-box-flex:0;
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-5 {
	-webkit-box-flex:0;
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-6 {
	-webkit-box-flex:0;
	flex:0 0 50%;
	max-width:50%
}
.col-7 {
	-webkit-box-flex:0;
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-8 {
	-webkit-box-flex:0;
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-9 {
	-webkit-box-flex:0;
	flex:0 0 75%;
	max-width:75%
}
.col-10 {
	-webkit-box-flex:0;
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-11 {
	-webkit-box-flex:0;
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-12 {
	-webkit-box-flex:0;
	flex:0 0 100%;
	max-width:100%
}
.order-first {
	-webkit-box-ordinal-group:0;
	order:-1
}
.order-last {
	-webkit-box-ordinal-group:14;
	order:13
}
.order-0 {
	-webkit-box-ordinal-group:1;
	order:0
}
.order-1 {
	-webkit-box-ordinal-group:2;
	order:1
}
.order-2 {
	-webkit-box-ordinal-group:3;
	order:2
}
.order-3 {
	-webkit-box-ordinal-group:4;
	order:3
}
.order-4 {
	-webkit-box-ordinal-group:5;
	order:4
}
.order-5 {
	-webkit-box-ordinal-group:6;
	order:5
}
.order-6 {
	-webkit-box-ordinal-group:7;
	order:6
}
.order-7 {
	-webkit-box-ordinal-group:8;
	order:7
}
.order-8 {
	-webkit-box-ordinal-group:9;
	order:8
}
.order-9 {
	-webkit-box-ordinal-group:10;
	order:9
}
.order-10 {
	-webkit-box-ordinal-group:11;
	order:10
}
.order-11 {
	-webkit-box-ordinal-group:12;
	order:11
}
.order-12 {
	-webkit-box-ordinal-group:13;
	order:12
}
.offset-1 {
	margin-left:8.33333%
}
.offset-2 {
	margin-left:16.66667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.33333%
}
.offset-5 {
	margin-left:41.66667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.33333%
}
.offset-8 {
	margin-left:66.66667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.33333%
}
.offset-11 {
	margin-left:91.66667%
}
@media (min-width:768px) {
.col-sm {
flex-basis:0;
-webkit-box-flex:1;
flex-grow:1;
max-width:100%
}
.col-sm-auto {
-webkit-box-flex:0;
flex:0 0 auto;
width:auto;
max-width:100%
}
.col-sm-1 {
-webkit-box-flex:0;
flex:0 0 8.33333%;
max-width:8.33333%
}
.col-sm-2 {
-webkit-box-flex:0;
flex:0 0 16.66667%;
max-width:16.66667%
}
.col-sm-3 {
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
.col-sm-4 {
-webkit-box-flex:0;
flex:0 0 33.33333%;
max-width:33.33333%
}
.col-sm-5 {
-webkit-box-flex:0;
flex:0 0 41.66667%;
max-width:41.66667%
}
.col-sm-6 {
-webkit-box-flex:0;
flex:0 0 50%;
max-width:50%
}
.col-sm-7 {
-webkit-box-flex:0;
flex:0 0 58.33333%;
max-width:58.33333%
}
.col-sm-8 {
-webkit-box-flex:0;
flex:0 0 66.66667%;
max-width:66.66667%
}
.col-sm-9 {
-webkit-box-flex:0;
flex:0 0 75%;
max-width:75%
}
.col-sm-10 {
-webkit-box-flex:0;
flex:0 0 83.33333%;
max-width:83.33333%
}
.col-sm-11 {
-webkit-box-flex:0;
flex:0 0 91.66667%;
max-width:91.66667%
}
.col-sm-12 {
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.order-sm-first {
-webkit-box-ordinal-group:0;
order:-1
}
.order-sm-last {
-webkit-box-ordinal-group:14;
order:13
}
.order-sm-0 {
-webkit-box-ordinal-group:1;
order:0
}
.order-sm-1 {
-webkit-box-ordinal-group:2;
order:1
}
.order-sm-2 {
-webkit-box-ordinal-group:3;
order:2
}
.order-sm-3 {
-webkit-box-ordinal-group:4;
order:3
}
.order-sm-4 {
-webkit-box-ordinal-group:5;
order:4
}
.order-sm-5 {
-webkit-box-ordinal-group:6;
order:5
}
.order-sm-6 {
-webkit-box-ordinal-group:7;
order:6
}
.order-sm-7 {
-webkit-box-ordinal-group:8;
order:7
}
.order-sm-8 {
-webkit-box-ordinal-group:9;
order:8
}
.order-sm-9 {
-webkit-box-ordinal-group:10;
order:9
}
.order-sm-10 {
-webkit-box-ordinal-group:11;
order:10
}
.order-sm-11 {
-webkit-box-ordinal-group:12;
order:11
}
.order-sm-12 {
-webkit-box-ordinal-group:13;
order:12
}
.offset-sm-0 {
margin-left:0
}
.offset-sm-1 {
margin-left:8.33333%
}
.offset-sm-2 {
margin-left:16.66667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.33333%
}
.offset-sm-5 {
margin-left:41.66667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.33333%
}
.offset-sm-8 {
margin-left:66.66667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.33333%
}
.offset-sm-11 {
margin-left:91.66667%
}
}
@media (min-width:1114px) {
.col-md {
flex-basis:0;
-webkit-box-flex:1;
flex-grow:1;
max-width:100%
}
.col-md-auto {
-webkit-box-flex:0;
flex:0 0 auto;
width:auto;
max-width:100%
}
.col-md-1 {
-webkit-box-flex:0;
flex:0 0 8.33333%;
max-width:8.33333%
}
.col-md-2 {
-webkit-box-flex:0;
flex:0 0 16.66667%;
max-width:16.66667%
}
.col-md-3 {
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
.col-md-4 {
-webkit-box-flex:0;
flex:0 0 33.33333%;
max-width:33.33333%
}
.col-md-5 {
-webkit-box-flex:0;
flex:0 0 41.66667%;
max-width:41.66667%
}
.col-md-6 {
-webkit-box-flex:0;
flex:0 0 50%;
max-width:50%
}
.col-md-7 {
-webkit-box-flex:0;
flex:0 0 58.33333%;
max-width:58.33333%
}
.col-md-8 {
-webkit-box-flex:0;
flex:0 0 66.66667%;
max-width:66.66667%
}
.col-md-9 {
-webkit-box-flex:0;
flex:0 0 75%;
max-width:75%
}
.col-md-10 {
-webkit-box-flex:0;
flex:0 0 83.33333%;
max-width:83.33333%
}
.col-md-11 {
-webkit-box-flex:0;
flex:0 0 91.66667%;
max-width:91.66667%
}
.col-md-12 {
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.order-md-first {
-webkit-box-ordinal-group:0;
order:-1
}
.order-md-last {
-webkit-box-ordinal-group:14;
order:13
}
.order-md-0 {
-webkit-box-ordinal-group:1;
order:0
}
.order-md-1 {
-webkit-box-ordinal-group:2;
order:1
}
.order-md-2 {
-webkit-box-ordinal-group:3;
order:2
}
.order-md-3 {
-webkit-box-ordinal-group:4;
order:3
}
.order-md-4 {
-webkit-box-ordinal-group:5;
order:4
}
.order-md-5 {
-webkit-box-ordinal-group:6;
order:5
}
.order-md-6 {
-webkit-box-ordinal-group:7;
order:6
}
.order-md-7 {
-webkit-box-ordinal-group:8;
order:7
}
.order-md-8 {
-webkit-box-ordinal-group:9;
order:8
}
.order-md-9 {
-webkit-box-ordinal-group:10;
order:9
}
.order-md-10 {
-webkit-box-ordinal-group:11;
order:10
}
.order-md-11 {
-webkit-box-ordinal-group:12;
order:11
}
.order-md-12 {
-webkit-box-ordinal-group:13;
order:12
}
.offset-md-0 {
margin-left:0
}
.offset-md-1 {
margin-left:8.33333%
}
.offset-md-2 {
margin-left:16.66667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.33333%
}
.offset-md-5 {
margin-left:41.66667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.33333%
}
.offset-md-8 {
margin-left:66.66667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.33333%
}
.offset-md-11 {
margin-left:91.66667%
}
}
@media (min-width:1150px) {
.col-lg {
flex-basis:0;
-webkit-box-flex:1;
flex-grow:1;
max-width:100%
}
.col-lg-auto {
-webkit-box-flex:0;
flex:0 0 auto;
width:auto;
max-width:100%
}
.col-lg-1 {
-webkit-box-flex:0;
flex:0 0 8.33333%;
max-width:8.33333%
}
.col-lg-2 {
-webkit-box-flex:0;
flex:0 0 16.66667%;
max-width:16.66667%
}
.col-lg-3 {
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
.col-lg-4 {
-webkit-box-flex:0;
flex:0 0 33.33333%;
max-width:33.33333%
}
.col-lg-5 {
-webkit-box-flex:0;
flex:0 0 41.66667%;
max-width:41.66667%
}
.col-lg-6 {
-webkit-box-flex:0;
flex:0 0 50%;
max-width:50%
}
.col-lg-7 {
-webkit-box-flex:0;
flex:0 0 58.33333%;
max-width:58.33333%
}
.col-lg-8 {
-webkit-box-flex:0;
flex:0 0 66.66667%;
max-width:66.66667%
}
.col-lg-9 {
-webkit-box-flex:0;
flex:0 0 75%;
max-width:75%
}
.col-lg-10 {
-webkit-box-flex:0;
flex:0 0 83.33333%;
max-width:83.33333%
}
.col-lg-11 {
-webkit-box-flex:0;
flex:0 0 91.66667%;
max-width:91.66667%
}
.col-lg-12 {
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.order-lg-first {
-webkit-box-ordinal-group:0;
order:-1
}
.order-lg-last {
-webkit-box-ordinal-group:14;
order:13
}
.order-lg-0 {
-webkit-box-ordinal-group:1;
order:0
}
.order-lg-1 {
-webkit-box-ordinal-group:2;
order:1
}
.order-lg-2 {
-webkit-box-ordinal-group:3;
order:2
}
.order-lg-3 {
-webkit-box-ordinal-group:4;
order:3
}
.order-lg-4 {
-webkit-box-ordinal-group:5;
order:4
}
.order-lg-5 {
-webkit-box-ordinal-group:6;
order:5
}
.order-lg-6 {
-webkit-box-ordinal-group:7;
order:6
}
.order-lg-7 {
-webkit-box-ordinal-group:8;
order:7
}
.order-lg-8 {
-webkit-box-ordinal-group:9;
order:8
}
.order-lg-9 {
-webkit-box-ordinal-group:10;
order:9
}
.order-lg-10 {
-webkit-box-ordinal-group:11;
order:10
}
.order-lg-11 {
-webkit-box-ordinal-group:12;
order:11
}
.order-lg-12 {
-webkit-box-ordinal-group:13;
order:12
}
.offset-lg-0 {
margin-left:0
}
.offset-lg-1 {
margin-left:8.33333%
}
.offset-lg-2 {
margin-left:16.66667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.33333%
}
.offset-lg-5 {
margin-left:41.66667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.33333%
}
.offset-lg-8 {
margin-left:66.66667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.33333%
}
.offset-lg-11 {
margin-left:91.66667%
}
}
@media (min-width:1200px) {
.col-xl {
flex-basis:0;
-webkit-box-flex:1;
flex-grow:1;
max-width:100%
}
.col-xl-auto {
-webkit-box-flex:0;
flex:0 0 auto;
width:auto;
max-width:100%
}
.col-xl-1 {
-webkit-box-flex:0;
flex:0 0 8.33333%;
max-width:8.33333%
}
.col-xl-2 {
-webkit-box-flex:0;
flex:0 0 16.66667%;
max-width:16.66667%
}
.col-xl-3 {
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
.col-xl-4 {
-webkit-box-flex:0;
flex:0 0 33.33333%;
max-width:33.33333%
}
.col-xl-5 {
-webkit-box-flex:0;
flex:0 0 41.66667%;
max-width:41.66667%
}
.col-xl-6 {
-webkit-box-flex:0;
flex:0 0 50%;
max-width:50%
}
.col-xl-7 {
-webkit-box-flex:0;
flex:0 0 58.33333%;
max-width:58.33333%
}
.col-xl-8 {
-webkit-box-flex:0;
flex:0 0 66.66667%;
max-width:66.66667%
}
.col-xl-9 {
-webkit-box-flex:0;
flex:0 0 75%;
max-width:75%
}
.col-xl-10 {
-webkit-box-flex:0;
flex:0 0 83.33333%;
max-width:83.33333%
}
.col-xl-11 {
-webkit-box-flex:0;
flex:0 0 91.66667%;
max-width:91.66667%
}
.col-xl-12 {
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.order-xl-first {
-webkit-box-ordinal-group:0;
order:-1
}
.order-xl-last {
-webkit-box-ordinal-group:14;
order:13
}
.order-xl-0 {
-webkit-box-ordinal-group:1;
order:0
}
.order-xl-1 {
-webkit-box-ordinal-group:2;
order:1
}
.order-xl-2 {
-webkit-box-ordinal-group:3;
order:2
}
.order-xl-3 {
-webkit-box-ordinal-group:4;
order:3
}
.order-xl-4 {
-webkit-box-ordinal-group:5;
order:4
}
.order-xl-5 {
-webkit-box-ordinal-group:6;
order:5
}
.order-xl-6 {
-webkit-box-ordinal-group:7;
order:6
}
.order-xl-7 {
-webkit-box-ordinal-group:8;
order:7
}
.order-xl-8 {
-webkit-box-ordinal-group:9;
order:8
}
.order-xl-9 {
-webkit-box-ordinal-group:10;
order:9
}
.order-xl-10 {
-webkit-box-ordinal-group:11;
order:10
}
.order-xl-11 {
-webkit-box-ordinal-group:12;
order:11
}
.order-xl-12 {
-webkit-box-ordinal-group:13;
order:12
}
.offset-xl-0 {
margin-left:0
}
.offset-xl-1 {
margin-left:8.33333%
}
.offset-xl-2 {
margin-left:16.66667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.33333%
}
.offset-xl-5 {
margin-left:41.66667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.33333%
}
.offset-xl-8 {
margin-left:66.66667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.33333%
}
.offset-xl-11 {
margin-left:91.66667%
}
}
.table {
	width:100%;
	margin-bottom:1rem;
	color:#666
}
.table td, .table th {
padding:.75rem;
	vertical-align:top;
	border-top:1px solid #dee2e6
}
.table thead th {
	vertical-align:bottom;
	border-bottom:2px solid #dee2e6
}
.table tbody+tbody {
	border-top:2px solid #dee2e6
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered {
	border:1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
	border:1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width:2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border:0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color:rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
	color:#212422;
	background-color:rgba(0, 0, 0, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color:#b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color:#7abaff
}
.table-hover .table-primary:hover {
	background-color:#9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color:#9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color:#d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color:#b3b7bb
}
.table-hover .table-secondary:hover {
	background-color:#c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color:#c8cbcf
}
.table-success, .table-success>td, .table-success>th {
	background-color:#c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color:#8fd19e
}
.table-hover .table-success:hover {
	background-color:#b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color:#b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color:#bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color:#86cfda
}
.table-hover .table-info:hover {
	background-color:#abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color:#abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color:#ffeeba
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color:#ffdf7e
}
.table-hover .table-warning:hover {
	background-color:#ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color:#ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color:#f9b8c3
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color:#f37a90
}
.table-hover .table-danger:hover {
	background-color:#f7a0af
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color:#f7a0af
}
.table-light, .table-light>td, .table-light>th {
	background-color:#fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color:#fbfcfc
}
.table-hover .table-light:hover {
	background-color:#ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color:#ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color:#c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color:#95999c
}
.table-hover .table-dark:hover {
	background-color:#b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color:#b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color:rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
	background-color:rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color:rgba(0, 0, 0, .075)
}
.table .thead-dark th {
	color:#fff;
	background-color:#343a40;
	border-color:#454d55
}
.table .thead-light th {
	color:#495057;
	background-color:#e9ecef;
	border-color:#dee2e6
}
.table-dark {
	color:#fff;
	background-color:#343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color:#454d55
}
.table-dark.table-bordered {
	border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color:rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
	color:#fff;
	background-color:rgba(255, 255, 255, .075)
}
@media (max-width:767.98px) {
.table-responsive-sm {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-sm>.table-bordered {
border:0
}
}
@media (max-width:1113.98px) {
.table-responsive-md {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-md>.table-bordered {
border:0
}
}
@media (max-width:1149.98px) {
.table-responsive-lg {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-lg>.table-bordered {
border:0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display:block;
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
.table-responsive-xl>.table-bordered {
border:0
}
}
.table-responsive {
	display:block;
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch
}
.table-responsive>.table-bordered {
	border:0
}
.form-control {
	display:block;
	width:100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-size:1rem;
	font-weight:300;
	line-height:1.5;
	color:#495057;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
border-radius:.25rem;
-webkit-transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
-webkit-transition:none;
transition:none
}
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:focus {
	color:#495057;
	background-color:#fff;
	border-color:#80bdff;
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color:#e9ecef;
	opacity:1
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
	display:block;
	width:100%
}
.col-form-label {
padding-top:calc(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
	margin-bottom:0;
	font-size:inherit;
	line-height:1.5
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
	font-size:1.25rem;
	line-height:1.5
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem;
	line-height:1.5
}
.form-control-plaintext {
	display:block;
	width:100%;
padding-top:.375rem;
padding-bottom:.375rem;
	margin-bottom:0;
	line-height:1.5;
	color:#212422;
	background-color:transparent;
	border:solid transparent;
	border-width:1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right:0;
	padding-left:0
}
.form-control-sm {
height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
	line-height:1.5;
border-radius:.2rem
}
.form-control-lg {
	height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
	font-size:1.25rem;
	line-height:1.5;
border-radius:.3rem
}
select.form-control[multiple], select.form-control[size] {
	height:auto
}
textarea.form-control {
	height:auto
}
.form-group {
	margin-bottom:1rem
}
.form-text {
	display:block;
margin-top:.25rem
}
.form-row {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	margin-right:-5px;
	margin-left:-5px
}
.form-row>.col, .form-row>[class*=col-] {
padding-right:5px;
padding-left:5px
}
.form-check {
	position:relative;
	display:block;
	padding-left:1.25rem
}
.form-check-input {
	position:absolute;
margin-top:.3rem;
	margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label {
color:#6c757d
}
.form-check-label {
	margin-bottom:0
}
.form-check-inline {
	display:-webkit-inline-box;
	display:inline-flex;
	-webkit-box-align:center;
	align-items:center;
	padding-left:0;
margin-right:.75rem
}
.form-check-inline .form-check-input {
	position:static;
	margin-top:0;
margin-right:.3125rem;
	margin-left:0
}
.valid-feedback {
	display:none;
	width:100%;
margin-top:.25rem;
	font-size:80%;
	color:#28a745
}
.valid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height:1.5;
	color:#fff;
	background-color:rgba(40, 167, 69, .9);
border-radius:.25rem
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#28a745;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:center right calc(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#28a745;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
display:block
}
.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#28a745
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#34ce57;
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
	display:none;
	width:100%;
margin-top:.25rem;
	font-size:80%;
	color:#e80029
}
.invalid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	line-height:1.5;
	color:#fff;
	background-color:rgba(232, 0, 41, .9);
border-radius:.25rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#e80029;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E80029' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23E80029' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat:no-repeat;
background-position:center right calc(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#e80029;
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#e80029;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E80029' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23E80029' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#e80029;
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
display:block
}
.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#e80029
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#e80029
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#e80029
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#ff1c44;
background-color:#ff1c44
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#e80029
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#e80029
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#e80029;
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .25)
}
.form-inline {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row wrap;
	-webkit-box-align:center;
	align-items:center
}
.form-inline .form-check {
	width:100%
}
@media (min-width:768px) {
.form-inline label {
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center;
margin-bottom:0
}
.form-inline .form-group {
display:-webkit-box;
display:flex;
-webkit-box-flex:0;
flex:0 0 auto;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row wrap;
-webkit-box-align:center;
align-items:center;
margin-bottom:0
}
.form-inline .form-control {
display:inline-block;
width:auto;
vertical-align:middle
}
.form-inline .form-control-plaintext {
display:inline-block
}
.form-inline .custom-select, .form-inline .input-group {
width:auto
}
.form-inline .form-check {
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center;
width:auto;
padding-left:0
}
.form-inline .form-check-input {
position:relative;
flex-shrink:0;
margin-top:0;
margin-right:.25rem;
margin-left:0
}
.form-inline .custom-control {
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
.form-inline .custom-control-label {
margin-bottom:0
}
}
.btn {
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#212422;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:transparent;
	border:1px solid transparent;
padding:.375rem .75rem;
	font-size:1rem;
	line-height:1.5;
border-radius:.25rem;
-webkit-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
-webkit-transition:none;
transition:none
}
}
.btn:hover {
	color:#212422;
	text-decoration:none
}
.btn.focus, .btn:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled, .btn:disabled {
	opacity:.65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events:none
}
.btn-primary {
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}
.btn-primary:hover {
	color:#fff;
	background-color:#0069d9;
	border-color:#0062cc
}
.btn-primary.focus, .btn-primary:focus {
box-shadow:0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color:#fff;
background-color:#0062cc;
border-color:#005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-secondary:hover {
	color:#fff;
	background-color:#5a6268;
	border-color:#545b62
}
.btn-secondary.focus, .btn-secondary:focus {
box-shadow:0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color:#fff;
background-color:#545b62;
border-color:#4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
	color:#fff;
	background-color:#28a745;
	border-color:#28a745
}
.btn-success:hover {
	color:#fff;
	background-color:#218838;
	border-color:#1e7e34
}
.btn-success.focus, .btn-success:focus {
box-shadow:0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
	color:#fff;
	background-color:#28a745;
	border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
color:#fff;
background-color:#1e7e34;
border-color:#1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
	color:#fff;
	background-color:#17a2b8;
	border-color:#17a2b8
}
.btn-info:hover {
	color:#fff;
	background-color:#138496;
	border-color:#117a8b
}
.btn-info.focus, .btn-info:focus {
box-shadow:0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
	color:#fff;
	background-color:#17a2b8;
	border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
color:#fff;
background-color:#117a8b;
border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
	color:#212529;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-warning:hover {
	color:#212529;
	background-color:#e0a800;
	border-color:#d39e00
}
.btn-warning.focus, .btn-warning:focus {
box-shadow:0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color:#212529;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
color:#212529;
background-color:#d39e00;
border-color:#c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
	color:#fff;
	background-color:#e80029;
	border-color:#e80029
}
.btn-danger:hover {
	color:#fff;
	background-color:#c20022;
	border-color:#b50020
}
.btn-danger.focus, .btn-danger:focus {
box-shadow:0 0 0 .2rem rgba(235, 38, 73, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color:#fff;
	background-color:#e80029;
	border-color:#e80029
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
color:#fff;
background-color:#b50020;
border-color:#a8001e
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(235, 38, 73, .5)
}
.btn-light {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-light:hover {
	color:#212529;
	background-color:#e2e6ea;
	border-color:#dae0e5
}
.btn-light.focus, .btn-light:focus {
box-shadow:0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled, .btn-light:disabled {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color:#212529;
background-color:#dae0e5;
border-color:#d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-dark {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40
}
.btn-dark:hover {
	color:#fff;
	background-color:#23272b;
	border-color:#1d2124
}
.btn-dark.focus, .btn-dark:focus {
box-shadow:0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
color:#fff;
background-color:#1d2124;
border-color:#171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
	color:#007bff;
	border-color:#007bff
}
.btn-outline-primary:hover {
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color:#007bff;
	background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
color:#fff;
background-color:#007bff;
border-color:#007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
	color:#6c757d;
	border-color:#6c757d
}
.btn-outline-secondary:hover {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow:0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color:#6c757d;
	background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color:#fff;
background-color:#6c757d;
border-color:#6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
	color:#28a745;
	border-color:#28a745
}
.btn-outline-success:hover {
	color:#fff;
	background-color:#28a745;
	border-color:#28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color:#28a745;
	background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
color:#fff;
background-color:#28a745;
border-color:#28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
	color:#17a2b8;
	border-color:#17a2b8
}
.btn-outline-info:hover {
	color:#fff;
	background-color:#17a2b8;
	border-color:#17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow:0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color:#17a2b8;
	background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
color:#fff;
background-color:#17a2b8;
border-color:#17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
	color:#ffc107;
	border-color:#ffc107
}
.btn-outline-warning:hover {
	color:#212529;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow:0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color:#ffc107;
	background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
color:#212529;
background-color:#ffc107;
border-color:#ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
	color:#e80029;
	border-color:#e80029
}
.btn-outline-danger:hover {
	color:#fff;
	background-color:#e80029;
	border-color:#e80029
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color:#e80029;
	background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
color:#fff;
background-color:#e80029;
border-color:#e80029
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .5)
}
.btn-outline-light {
	color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-outline-light:hover {
	color:#212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow:0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color:#f8f9fa;
	background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
color:#212529;
background-color:#f8f9fa;
border-color:#f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
	color:#343a40;
	border-color:#343a40
}
.btn-outline-dark:hover {
	color:#fff;
	background-color:#343a40;
	border-color:#343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow:0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color:#343a40;
	background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
color:#fff;
background-color:#343a40;
border-color:#343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
	font-weight:300;
	color:#007bff;
	text-decoration:none
}
.btn-link:hover {
	color:#0056b3;
	text-decoration:underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration:underline;
	box-shadow:none
}
.btn-link.disabled, .btn-link:disabled {
	color:#6c757d;
	pointer-events:none
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
	font-size:1.25rem;
	line-height:1.5;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
	line-height:1.5;
border-radius:.2rem
}
.btn-block {
	display:block;
	width:100%
}
.btn-block+.btn-block {
margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width:100%
}
.fade {
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
-webkit-transition:none;
transition:none
}
}
.fade:not(.show) {
opacity:0
}
.collapse:not(.show) {
display:none
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
-webkit-transition:height .35s ease;
transition:height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
-webkit-transition:none;
transition:none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position:relative
}
.dropdown-toggle {
	white-space:nowrap
}
.dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-bottom:0;
border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:10rem;
padding:.5rem 0;
margin:.125rem 0 0;
	font-size:1rem;
	color:#212422;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .15);
border-radius:.25rem
}
.dropdown-menu-left {
	right:auto;
	left:0
}
.dropdown-menu-right {
	right:0;
	left:auto
}
@media (min-width:768px) {
.dropdown-menu-sm-left {
right:auto;
left:0
}
.dropdown-menu-sm-right {
right:0;
left:auto
}
}
@media (min-width:1114px) {
.dropdown-menu-md-left {
right:auto;
left:0
}
.dropdown-menu-md-right {
right:0;
left:auto
}
}
@media (min-width:1150px) {
.dropdown-menu-lg-left {
right:auto;
left:0
}
.dropdown-menu-lg-right {
right:0;
left:auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
right:auto;
left:0
}
.dropdown-menu-xl-right {
right:0;
left:auto
}
}
.dropup .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-top:0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:0;
border-right:.3em solid transparent;
border-bottom:.3em solid;
border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left:0
}
.dropright .dropdown-menu {
	top:0;
	right:auto;
	left:100%;
	margin-top:0;
margin-left:.125rem
}
.dropright .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:0;
border-bottom:.3em solid transparent;
border-left:.3em solid
}
.dropright .dropdown-toggle:empty::after {
margin-left:0
}
.dropright .dropdown-toggle::after {
vertical-align:0
}
.dropleft .dropdown-menu {
	top:0;
	right:100%;
	left:auto;
	margin-top:0;
margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:""
}
.dropleft .dropdown-toggle::after {
display:none
}
.dropleft .dropdown-toggle::before {
display:inline-block;
margin-right:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:.3em solid;
border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
margin-left:0
}
.dropleft .dropdown-toggle::before {
vertical-align:0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
right:auto;
bottom:auto
}
.dropdown-divider {
	height:0;
margin:.5rem 0;
	overflow:hidden;
	border-top:1px solid #e9ecef
}
.dropdown-item {
	display:block;
	width:100%;
padding:.25rem 1.5rem;
	clear:both;
	font-weight:300;
	color:#212529;
	text-align:inherit;
	white-space:nowrap;
	background-color:transparent;
	border:0
}
.dropdown-item:focus, .dropdown-item:hover {
	color:#16181b;
	text-decoration:none;
	background-color:#f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color:#6c757d;
	pointer-events:none;
	background-color:transparent
}
.dropdown-menu.show {
	display:block
}
.dropdown-header {
	display:block;
padding:.5rem 1.5rem;
	margin-bottom:0;
font-size:.875rem;
	color:#6c757d;
	white-space:nowrap
}
.dropdown-item-text {
	display:block;
padding:.25rem 1.5rem;
	color:#212529
}
.btn-group, .btn-group-vertical {
	position:relative;
	display:-webkit-inline-box;
	display:inline-flex;
	vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position:relative;
	-webkit-box-flex:1;
	flex:1 1 auto
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index:1
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index:1
}
.btn-toolbar {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:start;
	justify-content:flex-start
}
.btn-toolbar .input-group {
	width:auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left:0
}
.dropleft .dropdown-toggle-split::before {
margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-vertical {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:start;
	align-items:flex-start;
	-webkit-box-pack:center;
	justify-content:center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width:100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius:0;
border-top-right-radius:0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom:0
}
.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}
.input-group {
	position:relative;
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	align-items:stretch;
	width:100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position:relative;
	-webkit-box-flex:1;
	flex:1 1 auto;
	width:1%;
	margin-bottom:0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left:-1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
z-index:3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index:4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group>.custom-file {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.input-group-append, .input-group-prepend {
	display:-webkit-box;
	display:flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position:relative;
	z-index:2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index:3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left:-1px
}
.input-group-prepend {
	margin-right:-1px
}
.input-group-append {
	margin-left:-1px
}
.input-group-text {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
padding:.375rem .75rem;
	margin-bottom:0;
	font-size:1rem;
	font-weight:300;
	line-height:1.5;
	color:#495057;
	text-align:center;
	white-space:nowrap;
	background-color:#e9ecef;
	border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top:0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
padding:.5rem 1rem;
	font-size:1.25rem;
	line-height:1.5;
border-radius:.3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding:.25rem .5rem;
font-size:.875rem;
	line-height:1.5;
border-radius:.2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right:1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.custom-control {
	position:relative;
	display:block;
	min-height:1.5rem;
	padding-left:1.5rem
}
.custom-control-inline {
	display:-webkit-inline-box;
	display:inline-flex;
	margin-right:1rem
}
.custom-control-input {
	position:absolute;
	z-index:-1;
	opacity:0
}
.custom-control-input:checked~.custom-control-label::before {
color:#fff;
border-color:#007bff;
background-color:#007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color:#80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color:#fff;
background-color:#b3d7ff;
border-color:#b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color:#e9ecef
}
.custom-control-label {
	position:relative;
	margin-bottom:0;
	vertical-align:top
}
.custom-control-label::before {
position:absolute;
top:.25rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
pointer-events:none;
content:"";
background-color:#fff;
border:#adb5bd solid 1px
}
.custom-control-label::after {
position:absolute;
top:.25rem;
left:-1.5rem;
display:block;
width:1rem;
height:1rem;
content:"";
background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color:#007bff;
background-color:#007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color:rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(0, 123, 255, .5)
}
.custom-switch {
	padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
left:-2.25rem;
width:1.75rem;
pointer-events:all;
border-radius:.5rem
}
.custom-switch .custom-control-label::after {
top:calc(.25rem + 2px);
left:calc(-2.25rem + 2px);
width:calc(1rem - 4px);
height:calc(1rem - 4px);
background-color:#adb5bd;
border-radius:.5rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition:transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
-webkit-transition:none;
transition:none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color:#fff;
-webkit-transform:translateX(.75rem);
transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
background-color:rgba(0, 123, 255, .5)
}
.custom-select {
	display:inline-block;
	width:100%;
height:calc(1.5em + .75rem + 2px);
padding:.375rem 1.75rem .375rem .75rem;
	font-size:1rem;
	font-weight:300;
	line-height:1.5;
	color:#495057;
	vertical-align:middle;
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color:#fff;
	border:1px solid #ced4da;
border-radius:.25rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-select:focus {
	border-color:#80bdff;
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height:auto;
padding-right:.75rem;
background-image:none
}
.custom-select:disabled {
	color:#6c757d;
	background-color:#e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select-sm {
height:calc(1.5em + .5rem + 2px);
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.custom-select-lg {
	height:calc(1.5em + 1rem + 2px);
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left:1rem;
	font-size:1.25rem
}
.custom-file {
	position:relative;
	display:inline-block;
	width:100%;
height:calc(1.5em + .75rem + 2px);
	margin-bottom:0
}
.custom-file-input {
	position:relative;
	z-index:2;
	width:100%;
height:calc(1.5em + .75rem + 2px);
	margin:0;
	opacity:0
}
.custom-file-input:focus~.custom-file-label {
border-color:#80bdff;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label {
background-color:#e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content:attr(data-browse)
}
.custom-file-label {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1;
height:calc(1.5em + .75rem + 2px);
padding:.375rem .75rem;
	font-weight:300;
	line-height:1.5;
	color:#495057;
	background-color:#fff;
	border:1px solid #ced4da;
border-radius:.25rem
}
.custom-file-label::after {
position:absolute;
top:0;
right:0;
bottom:0;
z-index:3;
display:block;
height:calc(1.5em + .75rem);
padding:.375rem .75rem;
line-height:1.5;
color:#495057;
content:"Browse";
background-color:#e9ecef;
border-left:inherit;
border-radius:0 .25rem .25rem 0
}
.custom-range {
	width:100%;
height:calc(1rem + .4rem);
	padding:0;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-range:focus {
	outline:0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#b3d7ff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#007bff;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#b3d7ff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before, .custom-file-label, .custom-select {
-webkit-transition:none;
transition:none
}
}
.nav {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav-link {
	display:block;
padding:.5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration:none
}
.nav-link.disabled {
	color:#6c757d;
	pointer-events:none;
	cursor:default
}
.nav-tabs {
	border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom:-1px
}
.nav-tabs .nav-link {
	border:1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color:#6c757d;
	background-color:transparent;
	border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:#495057;
	background-color:#fff;
	border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.nav-pills .nav-link {
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color:#fff;
	background-color:#007bff
}
.nav-fill .nav-item {
	-webkit-box-flex:1;
	flex:1 1 auto;
	text-align:center
}
.nav-justified .nav-item {
	flex-basis:0;
	-webkit-box-flex:1;
	flex-grow:1;
	text-align:center
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.navbar {
	position:relative;
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between;
padding:.5rem 1rem
}
.navbar>.container, .navbar>.container-fluid {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.navbar-brand {
	display:inline-block;
padding-top:.3125rem;
padding-bottom:.3125rem;
	margin-right:1rem;
	font-size:1.25rem;
	line-height:inherit;
	white-space:nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration:none
}
.navbar-nav {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.navbar-nav .nav-link {
	padding-right:0;
	padding-left:0
}
.navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-text {
	display:inline-block;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
	flex-basis:100%;
	-webkit-box-flex:1;
	flex-grow:1;
	-webkit-box-align:center;
	align-items:center
}
.navbar-toggler {
padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background-color:transparent;
	border:1px solid transparent;
border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration:none
}
.navbar-toggler-icon {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	content:"";
	background:no-repeat center center;
	background-size:100% 100%
}
@media (max-width:767.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
padding-right:0;
padding-left:0
}
}
@media (min-width:768px) {
.navbar-expand-sm {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row nowrap;
-webkit-box-pack:start;
justify-content:flex-start
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
flex-wrap:nowrap
}
.navbar-expand-sm .navbar-collapse {
display:-webkit-box!important;
display:flex!important;
flex-basis:auto
}
.navbar-expand-sm .navbar-toggler {
display:none
}
}
@media (max-width:1113.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
padding-right:0;
padding-left:0
}
}
@media (min-width:1114px) {
.navbar-expand-md {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row nowrap;
-webkit-box-pack:start;
justify-content:flex-start
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
flex-wrap:nowrap
}
.navbar-expand-md .navbar-collapse {
display:-webkit-box!important;
display:flex!important;
flex-basis:auto
}
.navbar-expand-md .navbar-toggler {
display:none
}
}
@media (max-width:1149.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
padding-right:0;
padding-left:0
}
}
@media (min-width:1150px) {
.navbar-expand-lg {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row nowrap;
-webkit-box-pack:start;
justify-content:flex-start
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
flex-wrap:nowrap
}
.navbar-expand-lg .navbar-collapse {
display:-webkit-box!important;
display:flex!important;
flex-basis:auto
}
.navbar-expand-lg .navbar-toggler {
display:none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
padding-right:0;
padding-left:0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row nowrap;
-webkit-box-pack:start;
justify-content:flex-start
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
flex-wrap:nowrap
}
.navbar-expand-xl .navbar-collapse {
display:-webkit-box!important;
display:flex!important;
flex-basis:auto
}
.navbar-expand-xl .navbar-toggler {
display:none
}
}
.navbar-expand {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap;
	-webkit-box-pack:start;
	justify-content:flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right:0;
	padding-left:0
}
.navbar-expand .navbar-nav {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position:absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	flex-wrap:nowrap
}
.navbar-expand .navbar-collapse {
	display:-webkit-box!important;
	display:flex!important;
	flex-basis:auto
}
.navbar-expand .navbar-toggler {
	display:none
}
.navbar-light .navbar-brand {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
	color:rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color:rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
	color:rgba(0, 0, 0, .5);
	border-color:rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color:rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color:rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
	color:#fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color:#fff
}
.navbar-dark .navbar-nav .nav-link {
	color:rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color:rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color:rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color:#fff
}
.navbar-dark .navbar-toggler {
	color:rgba(255, 255, 255, .5);
	border-color:rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color:rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
	color:#fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color:#fff
}
.card {
	position:relative;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0, 0, 0, .125);
border-radius:.25rem
}
.card>hr {
	margin-right:0;
	margin-left:0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.card-body {
	-webkit-box-flex:1;
	flex:1 1 auto;
	padding:1.25rem
}
.card-title {
margin-bottom:.75rem
}
.card-subtitle {
margin-top:-.375rem;
	margin-bottom:0
}
.card-text:last-child {
	margin-bottom:0
}
.card-link:hover {
	text-decoration:none
}
.card-link+.card-link {
	margin-left:1.25rem
}
.card-header {
padding:.75rem 1.25rem;
	margin-bottom:0;
	background-color:rgba(0, 0, 0, .03);
	border-bottom:1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top:0
}
.card-footer {
padding:.75rem 1.25rem;
	background-color:rgba(0, 0, 0, .03);
	border-top:1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.625rem;
margin-bottom:-.75rem;
margin-left:-.625rem;
	border-bottom:0
}
.card-header-pills {
margin-right:-.625rem;
margin-left:-.625rem
}
.card-img-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:1.25rem
}
.card-img {
	width:100%;
border-radius:calc(.25rem - 1px)
}
.card-img-top {
	width:100%;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
	width:100%;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column
}
.card-deck .card {
	margin-bottom:15px
}
@media (min-width:768px) {
.card-deck {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row wrap;
margin-right:-15px;
margin-left:-15px
}
.card-deck .card {
display:-webkit-box;
display:flex;
-webkit-box-flex:1;
flex:1 0 0%;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
margin-right:15px;
margin-bottom:0;
margin-left:15px
}
}
.card-group {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column
}
.card-group>.card {
	margin-bottom:15px
}
@media (min-width:768px) {
.card-group {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-flow:row wrap
}
.card-group>.card {
-webkit-box-flex:1;
flex:1 0 0%;
margin-bottom:0
}
.card-group>.card+.card {
margin-left:0;
border-left:0
}
.card-group>.card:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius:0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius:0
}
.card-group>.card:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius:0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius:0
}
}
.card-columns .card {
margin-bottom:.75rem
}
@media (min-width:768px) {
.card-columns {
-webkit-column-count:3;
-moz-column-count:3;
column-count:3;
-webkit-column-gap:1.25rem;
-moz-column-gap:1.25rem;
column-gap:1.25rem;
orphans:1;
widows:1
}
.card-columns .card {
display:inline-block;
width:100%
}
}
.accordion>.card {
	overflow:hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
border-radius:0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
border-bottom:0;
border-radius:0
}
.accordion>.card:first-of-type {
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.accordion>.card:last-of-type {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.accordion>.card .card-header {
	margin-bottom:-1px
}
.breadcrumb {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
padding:.75rem 1rem;
	margin-bottom:1rem;
	list-style:none;
	background-color:#e9ecef;
border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display:inline-block;
padding-right:.5rem;
color:#6c757d;
content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
text-decoration:none
}
.breadcrumb-item.active {
	color:#6c757d
}
.pagination {
	display:-webkit-box;
	display:flex;
	padding-left:0;
	list-style:none;
border-radius:.25rem
}
.page-link {
	position:relative;
	display:block;
padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color:#007bff;
	background-color:#fff;
	border:1px solid #dee2e6
}
.page-link:hover {
	z-index:2;
	color:#0056b3;
	text-decoration:none;
	background-color:#e9ecef;
	border-color:#dee2e6
}
.page-link:focus {
	z-index:2;
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
	margin-left:0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index:1;
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}
.page-item.disabled .page-link {
	color:#6c757d;
	pointer-events:none;
	cursor:auto;
	background-color:#fff;
	border-color:#dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
	font-size:1.25rem;
	line-height:1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem;
	line-height:1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
	display:inline-block;
	padding:.25em .4em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
border-radius:.25rem;
-webkit-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.badge {
-webkit-transition:none;
transition:none
}
}
a.badge:focus, a.badge:hover {
	text-decoration:none
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.badge-pill {
	padding-right:.6em;
	padding-left:.6em;
	border-radius:10rem
}
.badge-primary {
	color:#fff;
	background-color:#007bff
}
a.badge-primary:focus, a.badge-primary:hover {
	color:#fff;
	background-color:#0062cc
}
a.badge-primary.focus, a.badge-primary:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
	color:#fff;
	background-color:#6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color:#fff;
	background-color:#545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
	color:#fff;
	background-color:#28a745
}
a.badge-success:focus, a.badge-success:hover {
	color:#fff;
	background-color:#1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
	color:#fff;
	background-color:#17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color:#fff;
	background-color:#117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
	color:#212529;
	background-color:#ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
	color:#212529;
	background-color:#d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
	color:#fff;
	background-color:#e80029
}
a.badge-danger:focus, a.badge-danger:hover {
	color:#fff;
	background-color:#b50020
}
a.badge-danger.focus, a.badge-danger:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(232, 0, 41, .5)
}
.badge-light {
	color:#212529;
	background-color:#f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color:#212529;
	background-color:#dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
	color:#fff;
	background-color:#343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color:#fff;
	background-color:#1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline:0;
box-shadow:0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
	padding:2rem 1rem;
	margin-bottom:2rem;
	background-color:#e9ecef;
border-radius:.3rem
}
@media (min-width:768px) {
.jumbotron {
padding:4rem 2rem
}
}
.jumbotron-fluid {
	padding-right:0;
	padding-left:0;
	border-radius:0
}
.alert {
	position:relative;
padding:.75rem 1.25rem;
	margin-bottom:1rem;
	border:1px solid transparent;
border-radius:.25rem
}
.alert-heading {
	color:inherit
}
.alert-link {
	font-weight:700
}
.alert-dismissible {
	padding-right:4rem
}
.alert-dismissible .close {
	position:absolute;
	top:0;
	right:0;
padding:.75rem 1.25rem;
	color:inherit
}
.alert-primary {
	color:#004085;
	background-color:#cce5ff;
	border-color:#b8daff
}
.alert-primary hr {
	border-top-color:#9fcdff
}
.alert-primary .alert-link {
	color:#002752
}
.alert-secondary {
	color:#383d41;
	background-color:#e2e3e5;
	border-color:#d6d8db
}
.alert-secondary hr {
	border-top-color:#c8cbcf
}
.alert-secondary .alert-link {
	color:#202326
}
.alert-success {
	color:#155724;
	background-color:#d4edda;
	border-color:#c3e6cb
}
.alert-success hr {
	border-top-color:#b1dfbb
}
.alert-success .alert-link {
	color:#0b2e13
}
.alert-info {
	color:#0c5460;
	background-color:#d1ecf1;
	border-color:#bee5eb
}
.alert-info hr {
	border-top-color:#abdde5
}
.alert-info .alert-link {
	color:#062c33
}
.alert-warning {
	color:#856404;
	background-color:#fff3cd;
	border-color:#ffeeba
}
.alert-warning hr {
	border-top-color:#ffe8a1
}
.alert-warning .alert-link {
	color:#533f03
}
.alert-danger {
	color:#790015;
	background-color:#faccd4;
	border-color:#f9b8c3
}
.alert-danger hr {
	border-top-color:#f7a0af
}
.alert-danger .alert-link {
	color:#46000c
}
.alert-light {
	color:#818182;
	background-color:#fefefe;
	border-color:#fdfdfe
}
.alert-light hr {
	border-top-color:#ececf6
}
.alert-light .alert-link {
	color:#686868
}
.alert-dark {
	color:#1b1e21;
	background-color:#d6d8d9;
	border-color:#c6c8ca
}
.alert-dark hr {
	border-top-color:#b9bbbe
}
.alert-dark .alert-link {
	color:#040505
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:1rem 0
}
to {
	background-position:0 0
}
}
.progress {
	display:-webkit-box;
	display:flex;
	height:1rem;
	overflow:hidden;
font-size:.75rem;
	background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	background-color:#007bff;
-webkit-transition:width .6s ease;
transition:width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
-webkit-transition:none;
transition:none
}
}
.progress-bar-striped {
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size:1rem 1rem
}
.progress-bar-animated {
	-webkit-animation:progress-bar-stripes 1s linear infinite;
	animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation:none;
animation:none
}
}
.media {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:start;
	align-items:flex-start
}
.media-body {
	-webkit-box-flex:1;
	flex:1
}
.list-group {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0
}
.list-group-item-action {
	width:100%;
	color:#495057;
	text-align:inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index:1;
	color:#495057;
	text-decoration:none;
	background-color:#f8f9fa
}
.list-group-item-action:active {
	color:#212422;
	background-color:#e9ecef
}
.list-group-item {
	position:relative;
	display:block;
padding:.75rem 1.25rem;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.list-group-item:last-child {
	margin-bottom:0;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.list-group-item.disabled, .list-group-item:disabled {
	color:#6c757d;
	pointer-events:none;
	background-color:#fff
}
.list-group-item.active {
	z-index:2;
	color:#fff;
	background-color:#007bff;
	border-color:#007bff
}
.list-group-horizontal {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
.list-group-horizontal .list-group-item {
	margin-right:-1px;
	margin-bottom:0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
	border-top-right-radius:0
}
.list-group-horizontal .list-group-item:last-child {
	margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
	border-bottom-left-radius:0
}
@media (min-width:768px) {
.list-group-horizontal-sm {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.list-group-horizontal-sm .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
@media (min-width:1114px) {
.list-group-horizontal-md {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.list-group-horizontal-md .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
@media (min-width:1150px) {
.list-group-horizontal-lg {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.list-group-horizontal-lg .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.list-group-horizontal-xl .list-group-item {
margin-right:-1px;
margin-bottom:0
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right:0;
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:0
}
}
.list-group-flush .list-group-item {
	border-right:0;
	border-left:0;
	border-radius:0
}
.list-group-flush .list-group-item:last-child {
	margin-bottom:-1px
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom:0;
	border-bottom:0
}
.list-group-item-primary {
	color:#004085;
	background-color:#b8daff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color:#004085;
	background-color:#9fcdff
}
.list-group-item-primary.list-group-item-action.active {
	color:#fff;
	background-color:#004085;
	border-color:#004085
}
.list-group-item-secondary {
	color:#383d41;
	background-color:#d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color:#383d41;
	background-color:#c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
	color:#fff;
	background-color:#383d41;
	border-color:#383d41
}
.list-group-item-success {
	color:#155724;
	background-color:#c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color:#155724;
	background-color:#b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color:#fff;
	background-color:#155724;
	border-color:#155724
}
.list-group-item-info {
	color:#0c5460;
	background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color:#0c5460;
	background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active {
	color:#fff;
	background-color:#0c5460;
	border-color:#0c5460
}
.list-group-item-warning {
	color:#856404;
	background-color:#ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color:#856404;
	background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
	color:#fff;
	background-color:#856404;
	border-color:#856404
}
.list-group-item-danger {
	color:#790015;
	background-color:#f9b8c3
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color:#790015;
	background-color:#f7a0af
}
.list-group-item-danger.list-group-item-action.active {
	color:#fff;
	background-color:#790015;
	border-color:#790015
}
.list-group-item-light {
	color:#818182;
	background-color:#fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color:#818182;
	background-color:#ececf6
}
.list-group-item-light.list-group-item-action.active {
	color:#fff;
	background-color:#818182;
	border-color:#818182
}
.list-group-item-dark {
	color:#1b1e21;
	background-color:#c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color:#1b1e21;
	background-color:#b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color:#fff;
	background-color:#1b1e21;
	border-color:#1b1e21
}
.close {
	float:right;
	font-size:1.5rem;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.5
}
.close:hover {
	color:#000;
	text-decoration:none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
opacity:.75
}
button.close {
	padding:0;
	background-color:transparent;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
a.close.disabled {
	pointer-events:none
}
.toast {
	max-width:350px;
	overflow:hidden;
font-size:.875rem;
	background-color:rgba(255, 255, 255, .85);
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .1);
box-shadow:0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
	opacity:0;
border-radius:.25rem
}
.toast:not(:last-child) {
margin-bottom:.75rem
}
.toast.showing {
	opacity:1
}
.toast.show {
	display:block;
	opacity:1
}
.toast.hide {
	display:none
}
.toast-header {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
padding:.25rem .75rem;
	color:#6c757d;
	background-color:rgba(255, 255, 255, .85);
	background-clip:padding-box;
	border-bottom:1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding:.75rem
}
.modal-open {
	overflow:hidden
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal {
	position:fixed;
	top:0;
	left:0;
	z-index:1050;
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	outline:0
}
.modal-dialog {
	position:relative;
	width:auto;
margin:.5rem;
	pointer-events:none
}
.modal.fade .modal-dialog {
-webkit-transition:-webkit-transform .3s ease-out;
transition:-webkit-transform .3s ease-out;
transition:transform .3s ease-out;
transition:transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform:translate(0, -50px);
	transform:translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
-webkit-transition:none;
transition:none
}
}
.modal.show .modal-dialog {
	-webkit-transform:none;
	transform:none
}
.modal-dialog-scrollable {
	display:-webkit-box;
	display:flex;
	max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height:calc(100vh - 1rem);
	overflow:hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	flex-shrink:0
}
.modal-dialog-scrollable .modal-body {
	overflow-y:auto
}
.modal-dialog-centered {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before {
display:block;
height:calc(100vh - 1rem);
content:""
}
.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content:none
}
.modal-content {
	position:relative;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .2);
border-radius:.3rem;
	outline:0
}
.modal-backdrop {
	position:fixed;
	top:0;
	left:0;
	z-index:1040;
	width:100vw;
	height:100vh;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0
}
.modal-backdrop.show {
	opacity:.5
}
.modal-header {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	justify-content:space-between;
	padding:1rem 1rem;
	border-bottom:1px solid #dee2e6;
border-top-left-radius:.3rem;
border-top-right-radius:.3rem
}
.modal-header .close {
	padding:1rem 1rem;
	margin:-1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom:0;
	line-height:1.5
}
.modal-body {
	position:relative;
	-webkit-box-flex:1;
	flex:1 1 auto;
	padding:1rem
}
.modal-footer {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border-top:1px solid #dee2e6;
border-bottom-right-radius:.3rem;
border-bottom-left-radius:.3rem
}
.modal-footer>:not(:first-child) {
margin-left:.25rem
}
.modal-footer>:not(:last-child) {
margin-right:.25rem
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:768px) {
.modal-dialog {
max-width:500px;
margin:1.75rem auto
}
.modal-dialog-scrollable {
max-height:calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height:calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height:calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height:calc(100vh - 3.5rem)
}
.modal-sm {
max-width:300px
}
}
@media (min-width:1150px) {
.modal-lg, .modal-xl {
max-width:800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width:1140px
}
}
.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight:300;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	white-space:normal;
	line-break:auto;
font-size:.875rem;
	word-wrap:break-word;
	opacity:0
}
.tooltip.show {
	opacity:.9
}
.tooltip .arrow {
	position:absolute;
	display:block;
width:.8rem;
height:.4rem
}
.tooltip .arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
top:0;
border-width:.4rem .4rem 0;
border-top-color:#000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
right:0;
border-width:.4rem .4rem .4rem 0;
border-right-color:#000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
bottom:0;
border-width:0 .4rem .4rem;
border-bottom-color:#000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
left:0;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#000
}
.tooltip-inner {
	max-width:200px;
padding:.25rem .5rem;
	color:#fff;
	text-align:center;
	background-color:#000;
border-radius:.25rem
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:block;
	max-width:276px;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight:300;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	white-space:normal;
	line-break:auto;
font-size:.875rem;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .2);
border-radius:.3rem
}
.popover .arrow {
	position:absolute;
	display:block;
	width:1rem;
height:.5rem;
margin:0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
top:0;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
top:1px;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
position:absolute;
top:0;
left:50%;
display:block;
width:1rem;
margin-left:-.5rem;
content:"";
border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc((.5rem + 1px) * -1);
width:.5rem;
height:1rem;
margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header {
padding:.5rem .75rem;
	margin-bottom:0;
	font-size:1rem;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
	display:none
}
.popover-body {
padding:.5rem .75rem;
	color:#666
}
.carousel {
	position:relative
}
.carousel.pointer-event {
	touch-action:pan-y
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner::after {
display:block;
clear:both;
content:""
}
.carousel-item {
	position:relative;
	display:none;
	float:left;
	width:100%;
	margin-right:-100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
-webkit-transition:none;
transition:none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display:block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity:0;
	-webkit-transition-property:opacity;
	transition-property:opacity;
	-webkit-transform:none;
	transform:none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index:1;
	opacity:1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index:0;
	opacity:0;
-webkit-transition:0s .6s opacity;
transition:0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
-webkit-transition:none;
transition:none
}
}
.carousel-control-next, .carousel-control-prev {
	position:absolute;
	top:0;
	bottom:0;
	z-index:1;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	width:15%;
	color:#fff;
	text-align:center;
	opacity:.5;
-webkit-transition:opacity .15s ease;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
-webkit-transition:none;
transition:none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	opacity:.9
}
.carousel-control-prev {
	left:0
}
.carousel-control-next {
	right:0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:15;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	padding-left:0;
	margin-right:15%;
	margin-left:15%;
	list-style:none
}
.carousel-indicators li {
	box-sizing:content-box;
	-webkit-box-flex:0;
	flex:0 1 auto;
	width:30px;
	height:3px;
	margin-right:3px;
	margin-left:3px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#fff;
	background-clip:padding-box;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	opacity:.5;
-webkit-transition:opacity .6s ease;
transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
-webkit-transition:none;
transition:none
}
}
.carousel-indicators .active {
	opacity:1
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.spinner-border {
	display:inline-block;
	width:2rem;
	height:2rem;
	vertical-align:text-bottom;
	border:.25em solid currentColor;
	border-right-color:transparent;
	border-radius:50%;
-webkit-animation:spinner-border .75s linear infinite;
animation:spinner-border .75s linear infinite
}
.spinner-border-sm {
	width:1rem;
	height:1rem;
	border-width:.2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
.spinner-grow {
	display:inline-block;
	width:2rem;
	height:2rem;
	vertical-align:text-bottom;
	background-color:currentColor;
	border-radius:50%;
	opacity:0;
-webkit-animation:spinner-grow .75s linear infinite;
animation:spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width:1rem;
	height:1rem
}
.align-baseline {
	vertical-align:baseline!important
}
.align-top {
	vertical-align:top!important
}
.align-middle {
	vertical-align:middle!important
}
.align-bottom {
	vertical-align:bottom!important
}
.align-text-bottom {
	vertical-align:text-bottom!important
}
.align-text-top {
	vertical-align:text-top!important
}
.bg-primary {
	background-color:#007bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color:#0062cc!important
}
.bg-secondary {
	background-color:#6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color:#545b62!important
}
.bg-success {
	background-color:#28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color:#1e7e34!important
}
.bg-info {
	background-color:#17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color:#117a8b!important
}
.bg-warning {
	background-color:#ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color:#d39e00!important
}
.bg-danger {
	background-color:#e80029!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color:#b50020!important
}
.bg-light {
	background-color:#f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color:#dae0e5!important
}
.bg-dark {
	background-color:#343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color:#1d2124!important
}
.bg-white {
	background-color:#fff!important
}
.bg-transparent {
	background-color:transparent!important
}
.border {
	border:1px solid #dee2e6!important
}
.border-top {
	border-top:1px solid #dee2e6!important
}
.border-right {
	border-right:1px solid #dee2e6!important
}
.border-bottom {
	border-bottom:1px solid #dee2e6!important
}
.border-left {
	border-left:1px solid #dee2e6!important
}
.border-0 {
	border:0!important
}
.border-top-0 {
	border-top:0!important
}
.border-right-0 {
	border-right:0!important
}
.border-bottom-0 {
	border-bottom:0!important
}
.border-left-0 {
	border-left:0!important
}
.border-primary {
	border-color:#007bff!important
}
.border-secondary {
	border-color:#6c757d!important
}
.border-success {
	border-color:#28a745!important
}
.border-info {
	border-color:#17a2b8!important
}
.border-warning {
	border-color:#ffc107!important
}
.border-danger {
	border-color:#e80029!important
}
.border-light {
	border-color:#f8f9fa!important
}
.border-dark {
	border-color:#343a40!important
}
.border-white {
	border-color:#fff!important
}
.rounded-sm {
border-radius:.2rem!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-right {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-lg {
border-radius:.3rem!important
}
.rounded-circle {
	border-radius:50%!important
}
.rounded-pill {
	border-radius:50rem!important
}
.rounded-0 {
	border-radius:0!important
}
.clearfix::after {
display:block;
clear:both;
content:""
}
.d-none {
	display:none!important
}
.d-inline {
	display:inline!important
}
.d-inline-block {
	display:inline-block!important
}
.d-block {
	display:block!important
}
.d-table {
	display:table!important
}
.d-table-row {
	display:table-row!important
}
.d-table-cell {
	display:table-cell!important
}
.d-flex {
	display:-webkit-box!important;
	display:flex!important
}
.d-inline-flex {
	display:-webkit-inline-box!important;
	display:inline-flex!important
}
@media (min-width:768px) {
.d-sm-none {
display:none!important
}
.d-sm-inline {
display:inline!important
}
.d-sm-inline-block {
display:inline-block!important
}
.d-sm-block {
display:block!important
}
.d-sm-table {
display:table!important
}
.d-sm-table-row {
display:table-row!important
}
.d-sm-table-cell {
display:table-cell!important
}
.d-sm-flex {
display:-webkit-box!important;
display:flex!important
}
.d-sm-inline-flex {
display:-webkit-inline-box!important;
display:inline-flex!important
}
}
@media (min-width:1114px) {
.d-md-none {
display:none!important
}
.d-md-inline {
display:inline!important
}
.d-md-inline-block {
display:inline-block!important
}
.d-md-block {
display:block!important
}
.d-md-table {
display:table!important
}
.d-md-table-row {
display:table-row!important
}
.d-md-table-cell {
display:table-cell!important
}
.d-md-flex {
display:-webkit-box!important;
display:flex!important
}
.d-md-inline-flex {
display:-webkit-inline-box!important;
display:inline-flex!important
}
}
@media (min-width:1150px) {
.d-lg-none {
display:none!important
}
.d-lg-inline {
display:inline!important
}
.d-lg-inline-block {
display:inline-block!important
}
.d-lg-block {
display:block!important
}
.d-lg-table {
display:table!important
}
.d-lg-table-row {
display:table-row!important
}
.d-lg-table-cell {
display:table-cell!important
}
.d-lg-flex {
display:-webkit-box!important;
display:flex!important
}
.d-lg-inline-flex {
display:-webkit-inline-box!important;
display:inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display:none!important
}
.d-xl-inline {
display:inline!important
}
.d-xl-inline-block {
display:inline-block!important
}
.d-xl-block {
display:block!important
}
.d-xl-table {
display:table!important
}
.d-xl-table-row {
display:table-row!important
}
.d-xl-table-cell {
display:table-cell!important
}
.d-xl-flex {
display:-webkit-box!important;
display:flex!important
}
.d-xl-inline-flex {
display:-webkit-inline-box!important;
display:inline-flex!important
}
}
@media print {
.d-print-none {
	display:none!important
}
.d-print-inline {
	display:inline!important
}
.d-print-inline-block {
	display:inline-block!important
}
.d-print-block {
	display:block!important
}
.d-print-table {
	display:table!important
}
.d-print-table-row {
	display:table-row!important
}
.d-print-table-cell {
	display:table-cell!important
}
.d-print-flex {
	display:-webkit-box!important;
	display:flex!important
}
.d-print-inline-flex {
	display:-webkit-inline-box!important;
	display:inline-flex!important
}
}
.embed-responsive {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	overflow:hidden
}
.embed-responsive::before {
display:block;
content:""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.embed-responsive-21by9::before {
padding-top:42.85714%
}
.embed-responsive-16by9::before {
padding-top:56.25%
}
.embed-responsive-4by3::before {
padding-top:75%
}
.embed-responsive-1by1::before {
padding-top:100%
}
.flex-row {
	-webkit-box-orient:horizontal!important;
	-webkit-box-direction:normal!important;
	flex-direction:row!important
}
.flex-column {
	-webkit-box-orient:vertical!important;
	-webkit-box-direction:normal!important;
	flex-direction:column!important
}
.flex-row-reverse {
	-webkit-box-orient:horizontal!important;
	-webkit-box-direction:reverse!important;
	flex-direction:row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient:vertical!important;
	-webkit-box-direction:reverse!important;
	flex-direction:column-reverse!important
}
.flex-wrap {
	flex-wrap:wrap!important
}
.flex-nowrap {
	flex-wrap:nowrap!important
}
.flex-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.flex-fill {
	-webkit-box-flex:1!important;
	flex:1 1 auto!important
}
.flex-grow-0 {
	-webkit-box-flex:0!important;
	flex-grow:0!important
}
.flex-grow-1 {
	-webkit-box-flex:1!important;
	flex-grow:1!important
}
.flex-shrink-0 {
	flex-shrink:0!important
}
.flex-shrink-1 {
	flex-shrink:1!important
}
.justify-content-start {
	-webkit-box-pack:start!important;
	justify-content:flex-start!important
}
.justify-content-end {
	-webkit-box-pack:end!important;
	justify-content:flex-end!important
}
.justify-content-center {
	-webkit-box-pack:center!important;
	justify-content:center!important
}
.justify-content-between {
	-webkit-box-pack:justify!important;
	justify-content:space-between!important
}
.justify-content-around {
	justify-content:space-around!important
}
.align-items-start {
	-webkit-box-align:start!important;
	align-items:flex-start!important
}
.align-items-end {
	-webkit-box-align:end!important;
	align-items:flex-end!important
}
.align-items-center {
	-webkit-box-align:center!important;
	align-items:center!important
}
.align-items-baseline {
	-webkit-box-align:baseline!important;
	align-items:baseline!important
}
.align-items-stretch {
	-webkit-box-align:stretch!important;
	align-items:stretch!important
}
.align-content-start {
	align-content:flex-start!important
}
.align-content-end {
	align-content:flex-end!important
}
.align-content-center {
	align-content:center!important
}
.align-content-between {
	align-content:space-between!important
}
.align-content-around {
	align-content:space-around!important
}
.align-content-stretch {
	align-content:stretch!important
}
.align-self-auto {
	align-self:auto!important
}
.align-self-start {
	align-self:flex-start!important
}
.align-self-end {
	align-self:flex-end!important
}
.align-self-center {
	align-self:center!important
}
.align-self-baseline {
	align-self:baseline!important
}
.align-self-stretch {
	align-self:stretch!important
}
@media (min-width:768px) {
.flex-sm-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important
}
.flex-sm-column {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.flex-sm-row-reverse {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:reverse!important;
flex-direction:row-reverse!important
}
.flex-sm-column-reverse {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-direction:column-reverse!important
}
.flex-sm-wrap {
flex-wrap:wrap!important
}
.flex-sm-nowrap {
flex-wrap:nowrap!important
}
.flex-sm-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.flex-sm-fill {
-webkit-box-flex:1!important;
flex:1 1 auto!important
}
.flex-sm-grow-0 {
-webkit-box-flex:0!important;
flex-grow:0!important
}
.flex-sm-grow-1 {
-webkit-box-flex:1!important;
flex-grow:1!important
}
.flex-sm-shrink-0 {
flex-shrink:0!important
}
.flex-sm-shrink-1 {
flex-shrink:1!important
}
.justify-content-sm-start {
-webkit-box-pack:start!important;
justify-content:flex-start!important
}
.justify-content-sm-end {
-webkit-box-pack:end!important;
justify-content:flex-end!important
}
.justify-content-sm-center {
-webkit-box-pack:center!important;
justify-content:center!important
}
.justify-content-sm-between {
-webkit-box-pack:justify!important;
justify-content:space-between!important
}
.justify-content-sm-around {
justify-content:space-around!important
}
.align-items-sm-start {
-webkit-box-align:start!important;
align-items:flex-start!important
}
.align-items-sm-end {
-webkit-box-align:end!important;
align-items:flex-end!important
}
.align-items-sm-center {
-webkit-box-align:center!important;
align-items:center!important
}
.align-items-sm-baseline {
-webkit-box-align:baseline!important;
align-items:baseline!important
}
.align-items-sm-stretch {
-webkit-box-align:stretch!important;
align-items:stretch!important
}
.align-content-sm-start {
align-content:flex-start!important
}
.align-content-sm-end {
align-content:flex-end!important
}
.align-content-sm-center {
align-content:center!important
}
.align-content-sm-between {
align-content:space-between!important
}
.align-content-sm-around {
align-content:space-around!important
}
.align-content-sm-stretch {
align-content:stretch!important
}
.align-self-sm-auto {
align-self:auto!important
}
.align-self-sm-start {
align-self:flex-start!important
}
.align-self-sm-end {
align-self:flex-end!important
}
.align-self-sm-center {
align-self:center!important
}
.align-self-sm-baseline {
align-self:baseline!important
}
.align-self-sm-stretch {
align-self:stretch!important
}
}
@media (min-width:1114px) {
.flex-md-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important
}
.flex-md-column {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.flex-md-row-reverse {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:reverse!important;
flex-direction:row-reverse!important
}
.flex-md-column-reverse {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-direction:column-reverse!important
}
.flex-md-wrap {
flex-wrap:wrap!important
}
.flex-md-nowrap {
flex-wrap:nowrap!important
}
.flex-md-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.flex-md-fill {
-webkit-box-flex:1!important;
flex:1 1 auto!important
}
.flex-md-grow-0 {
-webkit-box-flex:0!important;
flex-grow:0!important
}
.flex-md-grow-1 {
-webkit-box-flex:1!important;
flex-grow:1!important
}
.flex-md-shrink-0 {
flex-shrink:0!important
}
.flex-md-shrink-1 {
flex-shrink:1!important
}
.justify-content-md-start {
-webkit-box-pack:start!important;
justify-content:flex-start!important
}
.justify-content-md-end {
-webkit-box-pack:end!important;
justify-content:flex-end!important
}
.justify-content-md-center {
-webkit-box-pack:center!important;
justify-content:center!important
}
.justify-content-md-between {
-webkit-box-pack:justify!important;
justify-content:space-between!important
}
.justify-content-md-around {
justify-content:space-around!important
}
.align-items-md-start {
-webkit-box-align:start!important;
align-items:flex-start!important
}
.align-items-md-end {
-webkit-box-align:end!important;
align-items:flex-end!important
}
.align-items-md-center {
-webkit-box-align:center!important;
align-items:center!important
}
.align-items-md-baseline {
-webkit-box-align:baseline!important;
align-items:baseline!important
}
.align-items-md-stretch {
-webkit-box-align:stretch!important;
align-items:stretch!important
}
.align-content-md-start {
align-content:flex-start!important
}
.align-content-md-end {
align-content:flex-end!important
}
.align-content-md-center {
align-content:center!important
}
.align-content-md-between {
align-content:space-between!important
}
.align-content-md-around {
align-content:space-around!important
}
.align-content-md-stretch {
align-content:stretch!important
}
.align-self-md-auto {
align-self:auto!important
}
.align-self-md-start {
align-self:flex-start!important
}
.align-self-md-end {
align-self:flex-end!important
}
.align-self-md-center {
align-self:center!important
}
.align-self-md-baseline {
align-self:baseline!important
}
.align-self-md-stretch {
align-self:stretch!important
}
}
@media (min-width:1150px) {
.flex-lg-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important
}
.flex-lg-column {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.flex-lg-row-reverse {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:reverse!important;
flex-direction:row-reverse!important
}
.flex-lg-column-reverse {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-direction:column-reverse!important
}
.flex-lg-wrap {
flex-wrap:wrap!important
}
.flex-lg-nowrap {
flex-wrap:nowrap!important
}
.flex-lg-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.flex-lg-fill {
-webkit-box-flex:1!important;
flex:1 1 auto!important
}
.flex-lg-grow-0 {
-webkit-box-flex:0!important;
flex-grow:0!important
}
.flex-lg-grow-1 {
-webkit-box-flex:1!important;
flex-grow:1!important
}
.flex-lg-shrink-0 {
flex-shrink:0!important
}
.flex-lg-shrink-1 {
flex-shrink:1!important
}
.justify-content-lg-start {
-webkit-box-pack:start!important;
justify-content:flex-start!important
}
.justify-content-lg-end {
-webkit-box-pack:end!important;
justify-content:flex-end!important
}
.justify-content-lg-center {
-webkit-box-pack:center!important;
justify-content:center!important
}
.justify-content-lg-between {
-webkit-box-pack:justify!important;
justify-content:space-between!important
}
.justify-content-lg-around {
justify-content:space-around!important
}
.align-items-lg-start {
-webkit-box-align:start!important;
align-items:flex-start!important
}
.align-items-lg-end {
-webkit-box-align:end!important;
align-items:flex-end!important
}
.align-items-lg-center {
-webkit-box-align:center!important;
align-items:center!important
}
.align-items-lg-baseline {
-webkit-box-align:baseline!important;
align-items:baseline!important
}
.align-items-lg-stretch {
-webkit-box-align:stretch!important;
align-items:stretch!important
}
.align-content-lg-start {
align-content:flex-start!important
}
.align-content-lg-end {
align-content:flex-end!important
}
.align-content-lg-center {
align-content:center!important
}
.align-content-lg-between {
align-content:space-between!important
}
.align-content-lg-around {
align-content:space-around!important
}
.align-content-lg-stretch {
align-content:stretch!important
}
.align-self-lg-auto {
align-self:auto!important
}
.align-self-lg-start {
align-self:flex-start!important
}
.align-self-lg-end {
align-self:flex-end!important
}
.align-self-lg-center {
align-self:center!important
}
.align-self-lg-baseline {
align-self:baseline!important
}
.align-self-lg-stretch {
align-self:stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important
}
.flex-xl-column {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.flex-xl-row-reverse {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:reverse!important;
flex-direction:row-reverse!important
}
.flex-xl-column-reverse {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-direction:column-reverse!important
}
.flex-xl-wrap {
flex-wrap:wrap!important
}
.flex-xl-nowrap {
flex-wrap:nowrap!important
}
.flex-xl-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.flex-xl-fill {
-webkit-box-flex:1!important;
flex:1 1 auto!important
}
.flex-xl-grow-0 {
-webkit-box-flex:0!important;
flex-grow:0!important
}
.flex-xl-grow-1 {
-webkit-box-flex:1!important;
flex-grow:1!important
}
.flex-xl-shrink-0 {
flex-shrink:0!important
}
.flex-xl-shrink-1 {
flex-shrink:1!important
}
.justify-content-xl-start {
-webkit-box-pack:start!important;
justify-content:flex-start!important
}
.justify-content-xl-end {
-webkit-box-pack:end!important;
justify-content:flex-end!important
}
.justify-content-xl-center {
-webkit-box-pack:center!important;
justify-content:center!important
}
.justify-content-xl-between {
-webkit-box-pack:justify!important;
justify-content:space-between!important
}
.justify-content-xl-around {
justify-content:space-around!important
}
.align-items-xl-start {
-webkit-box-align:start!important;
align-items:flex-start!important
}
.align-items-xl-end {
-webkit-box-align:end!important;
align-items:flex-end!important
}
.align-items-xl-center {
-webkit-box-align:center!important;
align-items:center!important
}
.align-items-xl-baseline {
-webkit-box-align:baseline!important;
align-items:baseline!important
}
.align-items-xl-stretch {
-webkit-box-align:stretch!important;
align-items:stretch!important
}
.align-content-xl-start {
align-content:flex-start!important
}
.align-content-xl-end {
align-content:flex-end!important
}
.align-content-xl-center {
align-content:center!important
}
.align-content-xl-between {
align-content:space-between!important
}
.align-content-xl-around {
align-content:space-around!important
}
.align-content-xl-stretch {
align-content:stretch!important
}
.align-self-xl-auto {
align-self:auto!important
}
.align-self-xl-start {
align-self:flex-start!important
}
.align-self-xl-end {
align-self:flex-end!important
}
.align-self-xl-center {
align-self:center!important
}
.align-self-xl-baseline {
align-self:baseline!important
}
.align-self-xl-stretch {
align-self:stretch!important
}
}
.float-left {
	float:left!important
}
.float-right {
	float:right!important
}
.float-none {
	float:none!important
}
@media (min-width:768px) {
.float-sm-left {
float:left!important
}
.float-sm-right {
float:right!important
}
.float-sm-none {
float:none!important
}
}
@media (min-width:1114px) {
.float-md-left {
float:left!important
}
.float-md-right {
float:right!important
}
.float-md-none {
float:none!important
}
}
@media (min-width:1150px) {
.float-lg-left {
float:left!important
}
.float-lg-right {
float:right!important
}
.float-lg-none {
float:none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float:left!important
}
.float-xl-right {
float:right!important
}
.float-xl-none {
float:none!important
}
}
.overflow-auto {
	overflow:auto!important
}
.overflow-hidden {
	overflow:hidden!important
}
.position-static {
	position:static!important
}
.position-relative {
	position:relative!important
}
.position-absolute {
	position:absolute!important
}
.position-fixed {
	position:fixed!important
}
.position-sticky {
	position:-webkit-sticky!important;
	position:sticky!important
}
.fixed-top {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030
}
.fixed-bottom {
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	z-index:1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	overflow:visible;
	clip:auto;
	white-space:normal
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
	box-shadow:0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
	box-shadow:none!important
}
.w-25 {
	width:25%!important
}
.w-50 {
	width:50%!important
}
.w-75 {
	width:75%!important
}
.w-100 {
	width:100%!important
}
.w-auto {
	width:auto!important
}
.h-25 {
	height:25%!important
}
.h-50 {
	height:50%!important
}
.h-75 {
	height:75%!important
}
.h-100 {
	height:100%!important
}
.h-auto {
	height:auto!important
}
.mw-100 {
	max-width:100%!important
}
.mh-100 {
	max-height:100%!important
}
.min-vw-100 {
	min-width:100vw!important
}
.min-vh-100 {
	min-height:100vh!important
}
.vw-100 {
	width:100vw!important
}
.vh-100 {
	height:100vh!important
}
.stretched-link::after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
pointer-events:auto;
content:"";
background-color:rgba(0, 0, 0, 0)
}
.m-0 {
	margin:0!important
}
.mt-0, .my-0 {
	margin-top:0!important
}
.mr-0, .mx-0 {
	margin-right:0!important
}
.mb-0, .my-0 {
	margin-bottom:0!important
}
.ml-0, .mx-0 {
	margin-left:0!important
}
.m-1 {
margin:.25rem!important
}
.mt-1, .my-1 {
margin-top:.25rem!important
}
.mr-1, .mx-1 {
margin-right:.25rem!important
}
.mb-1, .my-1 {
margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
margin-left:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.mr-2, .mx-2 {
margin-right:.5rem!important
}
.mb-2, .my-2 {
margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
margin-left:.5rem!important
}
.m-3 {
	margin:1rem!important
}
.mt-3, .my-3 {
	margin-top:1rem!important
}
.mr-3, .mx-3 {
	margin-right:1rem!important
}
.mb-3, .my-3 {
	margin-bottom:1rem!important
}
.ml-3, .mx-3 {
	margin-left:1rem!important
}
.m-4 {
	margin:1.5rem!important
}
.mt-4, .my-4 {
	margin-top:1.5rem!important
}
.mr-4, .mx-4 {
	margin-right:1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom:1.5rem!important
}
.ml-4, .mx-4 {
	margin-left:1.5rem!important
}
.m-5 {
	margin:3rem!important
}
.mt-5, .my-5 {
	margin-top:3rem!important
}
.mr-5, .mx-5 {
	margin-right:3rem!important
}
.mb-5, .my-5 {
	margin-bottom:3rem!important
}
.ml-5, .mx-5 {
	margin-left:3rem!important
}
.p-0 {
	padding:0!important
}
.pt-0, .py-0 {
	padding-top:0!important
}
.pr-0, .px-0 {
	padding-right:0!important
}
.pb-0, .py-0 {
	padding-bottom:0!important
}
.pl-0, .px-0 {
	padding-left:0!important
}
.p-1 {
padding:.25rem!important
}
.pt-1, .py-1 {
padding-top:.25rem!important
}
.pr-1, .px-1 {
padding-right:.25rem!important
}
.pb-1, .py-1 {
padding-bottom:.25rem!important
}
.pl-1, .px-1 {
padding-left:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.pt-2, .py-2 {
padding-top:.5rem!important
}
.pr-2, .px-2 {
padding-right:.5rem!important
}
.pb-2, .py-2 {
padding-bottom:.5rem!important
}
.pl-2, .px-2 {
padding-left:.5rem!important
}
.p-3 {
	padding:1rem!important
}
.pt-3, .py-3 {
	padding-top:1rem!important
}
.pr-3, .px-3 {
	padding-right:1rem!important
}
.pb-3, .py-3 {
	padding-bottom:1rem!important
}
.pl-3, .px-3 {
	padding-left:1rem!important
}
.p-4 {
	padding:1.5rem!important
}
.pt-4, .py-4 {
	padding-top:1.5rem!important
}
.pr-4, .px-4 {
	padding-right:1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom:1.5rem!important
}
.pl-4, .px-4 {
	padding-left:1.5rem!important
}
.p-5 {
	padding:3rem!important
}
.pt-5, .py-5 {
	padding-top:3rem!important
}
.pr-5, .px-5 {
	padding-right:3rem!important
}
.pb-5, .py-5 {
	padding-bottom:3rem!important
}
.pl-5, .px-5 {
	padding-left:3rem!important
}
.m-n1 {
margin:-.25rem!important
}
.mt-n1, .my-n1 {
margin-top:-.25rem!important
}
.mr-n1, .mx-n1 {
margin-right:-.25rem!important
}
.mb-n1, .my-n1 {
margin-bottom:-.25rem!important
}
.ml-n1, .mx-n1 {
margin-left:-.25rem!important
}
.m-n2 {
margin:-.5rem!important
}
.mt-n2, .my-n2 {
margin-top:-.5rem!important
}
.mr-n2, .mx-n2 {
margin-right:-.5rem!important
}
.mb-n2, .my-n2 {
margin-bottom:-.5rem!important
}
.ml-n2, .mx-n2 {
margin-left:-.5rem!important
}
.m-n3 {
	margin:-1rem!important
}
.mt-n3, .my-n3 {
	margin-top:-1rem!important
}
.mr-n3, .mx-n3 {
	margin-right:-1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom:-1rem!important
}
.ml-n3, .mx-n3 {
	margin-left:-1rem!important
}
.m-n4 {
	margin:-1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top:-1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right:-1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom:-1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left:-1.5rem!important
}
.m-n5 {
	margin:-3rem!important
}
.mt-n5, .my-n5 {
	margin-top:-3rem!important
}
.mr-n5, .mx-n5 {
	margin-right:-3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom:-3rem!important
}
.ml-n5, .mx-n5 {
	margin-left:-3rem!important
}
.m-auto {
	margin:auto!important
}
.mt-auto, .my-auto {
	margin-top:auto!important
}
.mr-auto, .mx-auto {
	margin-right:auto!important
}
.mb-auto, .my-auto {
	margin-bottom:auto!important
}
.ml-auto, .mx-auto {
	margin-left:auto!important
}
@media (min-width:768px) {
.m-sm-0 {
margin:0!important
}
.mt-sm-0, .my-sm-0 {
margin-top:0!important
}
.mr-sm-0, .mx-sm-0 {
margin-right:0!important
}
.mb-sm-0, .my-sm-0 {
margin-bottom:0!important
}
.ml-sm-0, .mx-sm-0 {
margin-left:0!important
}
.m-sm-1 {
margin:.25rem!important
}
.mt-sm-1, .my-sm-1 {
margin-top:.25rem!important
}
.mr-sm-1, .mx-sm-1 {
margin-right:.25rem!important
}
.mb-sm-1, .my-sm-1 {
margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
margin-left:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.mt-sm-2, .my-sm-2 {
margin-top:.5rem!important
}
.mr-sm-2, .mx-sm-2 {
margin-right:.5rem!important
}
.mb-sm-2, .my-sm-2 {
margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
margin-left:.5rem!important
}
.m-sm-3 {
margin:1rem!important
}
.mt-sm-3, .my-sm-3 {
margin-top:1rem!important
}
.mr-sm-3, .mx-sm-3 {
margin-right:1rem!important
}
.mb-sm-3, .my-sm-3 {
margin-bottom:1rem!important
}
.ml-sm-3, .mx-sm-3 {
margin-left:1rem!important
}
.m-sm-4 {
margin:1.5rem!important
}
.mt-sm-4, .my-sm-4 {
margin-top:1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
margin-right:1.5rem!important
}
.mb-sm-4, .my-sm-4 {
margin-bottom:1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
margin-left:1.5rem!important
}
.m-sm-5 {
margin:3rem!important
}
.mt-sm-5, .my-sm-5 {
margin-top:3rem!important
}
.mr-sm-5, .mx-sm-5 {
margin-right:3rem!important
}
.mb-sm-5, .my-sm-5 {
margin-bottom:3rem!important
}
.ml-sm-5, .mx-sm-5 {
margin-left:3rem!important
}
.p-sm-0 {
padding:0!important
}
.pt-sm-0, .py-sm-0 {
padding-top:0!important
}
.pr-sm-0, .px-sm-0 {
padding-right:0!important
}
.pb-sm-0, .py-sm-0 {
padding-bottom:0!important
}
.pl-sm-0, .px-sm-0 {
padding-left:0!important
}
.p-sm-1 {
padding:.25rem!important
}
.pt-sm-1, .py-sm-1 {
padding-top:.25rem!important
}
.pr-sm-1, .px-sm-1 {
padding-right:.25rem!important
}
.pb-sm-1, .py-sm-1 {
padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
padding-left:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.pt-sm-2, .py-sm-2 {
padding-top:.5rem!important
}
.pr-sm-2, .px-sm-2 {
padding-right:.5rem!important
}
.pb-sm-2, .py-sm-2 {
padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
padding-left:.5rem!important
}
.p-sm-3 {
padding:1rem!important
}
.pt-sm-3, .py-sm-3 {
padding-top:1rem!important
}
.pr-sm-3, .px-sm-3 {
padding-right:1rem!important
}
.pb-sm-3, .py-sm-3 {
padding-bottom:1rem!important
}
.pl-sm-3, .px-sm-3 {
padding-left:1rem!important
}
.p-sm-4 {
padding:1.5rem!important
}
.pt-sm-4, .py-sm-4 {
padding-top:1.5rem!important
}
.pr-sm-4, .px-sm-4 {
padding-right:1.5rem!important
}
.pb-sm-4, .py-sm-4 {
padding-bottom:1.5rem!important
}
.pl-sm-4, .px-sm-4 {
padding-left:1.5rem!important
}
.p-sm-5 {
padding:3rem!important
}
.pt-sm-5, .py-sm-5 {
padding-top:3rem!important
}
.pr-sm-5, .px-sm-5 {
padding-right:3rem!important
}
.pb-sm-5, .py-sm-5 {
padding-bottom:3rem!important
}
.pl-sm-5, .px-sm-5 {
padding-left:3rem!important
}
.m-sm-n1 {
margin:-.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
margin-top:-.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
margin-right:-.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
margin-bottom:-.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
margin-left:-.25rem!important
}
.m-sm-n2 {
margin:-.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
margin-top:-.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
margin-right:-.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
margin-bottom:-.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
margin-left:-.5rem!important
}
.m-sm-n3 {
margin:-1rem!important
}
.mt-sm-n3, .my-sm-n3 {
margin-top:-1rem!important
}
.mr-sm-n3, .mx-sm-n3 {
margin-right:-1rem!important
}
.mb-sm-n3, .my-sm-n3 {
margin-bottom:-1rem!important
}
.ml-sm-n3, .mx-sm-n3 {
margin-left:-1rem!important
}
.m-sm-n4 {
margin:-1.5rem!important
}
.mt-sm-n4, .my-sm-n4 {
margin-top:-1.5rem!important
}
.mr-sm-n4, .mx-sm-n4 {
margin-right:-1.5rem!important
}
.mb-sm-n4, .my-sm-n4 {
margin-bottom:-1.5rem!important
}
.ml-sm-n4, .mx-sm-n4 {
margin-left:-1.5rem!important
}
.m-sm-n5 {
margin:-3rem!important
}
.mt-sm-n5, .my-sm-n5 {
margin-top:-3rem!important
}
.mr-sm-n5, .mx-sm-n5 {
margin-right:-3rem!important
}
.mb-sm-n5, .my-sm-n5 {
margin-bottom:-3rem!important
}
.ml-sm-n5, .mx-sm-n5 {
margin-left:-3rem!important
}
.m-sm-auto {
margin:auto!important
}
.mt-sm-auto, .my-sm-auto {
margin-top:auto!important
}
.mr-sm-auto, .mx-sm-auto {
margin-right:auto!important
}
.mb-sm-auto, .my-sm-auto {
margin-bottom:auto!important
}
.ml-sm-auto, .mx-sm-auto {
margin-left:auto!important
}
}
@media (min-width:1114px) {
.m-md-0 {
margin:0!important
}
.mt-md-0, .my-md-0 {
margin-top:0!important
}
.mr-md-0, .mx-md-0 {
margin-right:0!important
}
.mb-md-0, .my-md-0 {
margin-bottom:0!important
}
.ml-md-0, .mx-md-0 {
margin-left:0!important
}
.m-md-1 {
margin:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.5rem!important
}
.m-md-3 {
margin:1rem!important
}
.mt-md-3, .my-md-3 {
margin-top:1rem!important
}
.mr-md-3, .mx-md-3 {
margin-right:1rem!important
}
.mb-md-3, .my-md-3 {
margin-bottom:1rem!important
}
.ml-md-3, .mx-md-3 {
margin-left:1rem!important
}
.m-md-4 {
margin:1.5rem!important
}
.mt-md-4, .my-md-4 {
margin-top:1.5rem!important
}
.mr-md-4, .mx-md-4 {
margin-right:1.5rem!important
}
.mb-md-4, .my-md-4 {
margin-bottom:1.5rem!important
}
.ml-md-4, .mx-md-4 {
margin-left:1.5rem!important
}
.m-md-5 {
margin:3rem!important
}
.mt-md-5, .my-md-5 {
margin-top:3rem!important
}
.mr-md-5, .mx-md-5 {
margin-right:3rem!important
}
.mb-md-5, .my-md-5 {
margin-bottom:3rem!important
}
.ml-md-5, .mx-md-5 {
margin-left:3rem!important
}
.p-md-0 {
padding:0!important
}
.pt-md-0, .py-md-0 {
padding-top:0!important
}
.pr-md-0, .px-md-0 {
padding-right:0!important
}
.pb-md-0, .py-md-0 {
padding-bottom:0!important
}
.pl-md-0, .px-md-0 {
padding-left:0!important
}
.p-md-1 {
padding:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.5rem!important
}
.p-md-3 {
padding:1rem!important
}
.pt-md-3, .py-md-3 {
padding-top:1rem!important
}
.pr-md-3, .px-md-3 {
padding-right:1rem!important
}
.pb-md-3, .py-md-3 {
padding-bottom:1rem!important
}
.pl-md-3, .px-md-3 {
padding-left:1rem!important
}
.p-md-4 {
padding:1.5rem!important
}
.pt-md-4, .py-md-4 {
padding-top:1.5rem!important
}
.pr-md-4, .px-md-4 {
padding-right:1.5rem!important
}
.pb-md-4, .py-md-4 {
padding-bottom:1.5rem!important
}
.pl-md-4, .px-md-4 {
padding-left:1.5rem!important
}
.p-md-5 {
padding:3rem!important
}
.pt-md-5, .py-md-5 {
padding-top:3rem!important
}
.pr-md-5, .px-md-5 {
padding-right:3rem!important
}
.pb-md-5, .py-md-5 {
padding-bottom:3rem!important
}
.pl-md-5, .px-md-5 {
padding-left:3rem!important
}
.m-md-n1 {
margin:-.25rem!important
}
.mt-md-n1, .my-md-n1 {
margin-top:-.25rem!important
}
.mr-md-n1, .mx-md-n1 {
margin-right:-.25rem!important
}
.mb-md-n1, .my-md-n1 {
margin-bottom:-.25rem!important
}
.ml-md-n1, .mx-md-n1 {
margin-left:-.25rem!important
}
.m-md-n2 {
margin:-.5rem!important
}
.mt-md-n2, .my-md-n2 {
margin-top:-.5rem!important
}
.mr-md-n2, .mx-md-n2 {
margin-right:-.5rem!important
}
.mb-md-n2, .my-md-n2 {
margin-bottom:-.5rem!important
}
.ml-md-n2, .mx-md-n2 {
margin-left:-.5rem!important
}
.m-md-n3 {
margin:-1rem!important
}
.mt-md-n3, .my-md-n3 {
margin-top:-1rem!important
}
.mr-md-n3, .mx-md-n3 {
margin-right:-1rem!important
}
.mb-md-n3, .my-md-n3 {
margin-bottom:-1rem!important
}
.ml-md-n3, .mx-md-n3 {
margin-left:-1rem!important
}
.m-md-n4 {
margin:-1.5rem!important
}
.mt-md-n4, .my-md-n4 {
margin-top:-1.5rem!important
}
.mr-md-n4, .mx-md-n4 {
margin-right:-1.5rem!important
}
.mb-md-n4, .my-md-n4 {
margin-bottom:-1.5rem!important
}
.ml-md-n4, .mx-md-n4 {
margin-left:-1.5rem!important
}
.m-md-n5 {
margin:-3rem!important
}
.mt-md-n5, .my-md-n5 {
margin-top:-3rem!important
}
.mr-md-n5, .mx-md-n5 {
margin-right:-3rem!important
}
.mb-md-n5, .my-md-n5 {
margin-bottom:-3rem!important
}
.ml-md-n5, .mx-md-n5 {
margin-left:-3rem!important
}
.m-md-auto {
margin:auto!important
}
.mt-md-auto, .my-md-auto {
margin-top:auto!important
}
.mr-md-auto, .mx-md-auto {
margin-right:auto!important
}
.mb-md-auto, .my-md-auto {
margin-bottom:auto!important
}
.ml-md-auto, .mx-md-auto {
margin-left:auto!important
}
}
@media (min-width:1150px) {
.m-lg-0 {
margin:0!important
}
.mt-lg-0, .my-lg-0 {
margin-top:0!important
}
.mr-lg-0, .mx-lg-0 {
margin-right:0!important
}
.mb-lg-0, .my-lg-0 {
margin-bottom:0!important
}
.ml-lg-0, .mx-lg-0 {
margin-left:0!important
}
.m-lg-1 {
margin:.25rem!important
}
.mt-lg-1, .my-lg-1 {
margin-top:.25rem!important
}
.mr-lg-1, .mx-lg-1 {
margin-right:.25rem!important
}
.mb-lg-1, .my-lg-1 {
margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
margin-left:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.mt-lg-2, .my-lg-2 {
margin-top:.5rem!important
}
.mr-lg-2, .mx-lg-2 {
margin-right:.5rem!important
}
.mb-lg-2, .my-lg-2 {
margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
margin-left:.5rem!important
}
.m-lg-3 {
margin:1rem!important
}
.mt-lg-3, .my-lg-3 {
margin-top:1rem!important
}
.mr-lg-3, .mx-lg-3 {
margin-right:1rem!important
}
.mb-lg-3, .my-lg-3 {
margin-bottom:1rem!important
}
.ml-lg-3, .mx-lg-3 {
margin-left:1rem!important
}
.m-lg-4 {
margin:1.5rem!important
}
.mt-lg-4, .my-lg-4 {
margin-top:1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
margin-right:1.5rem!important
}
.mb-lg-4, .my-lg-4 {
margin-bottom:1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
margin-left:1.5rem!important
}
.m-lg-5 {
margin:3rem!important
}
.mt-lg-5, .my-lg-5 {
margin-top:3rem!important
}
.mr-lg-5, .mx-lg-5 {
margin-right:3rem!important
}
.mb-lg-5, .my-lg-5 {
margin-bottom:3rem!important
}
.ml-lg-5, .mx-lg-5 {
margin-left:3rem!important
}
.p-lg-0 {
padding:0!important
}
.pt-lg-0, .py-lg-0 {
padding-top:0!important
}
.pr-lg-0, .px-lg-0 {
padding-right:0!important
}
.pb-lg-0, .py-lg-0 {
padding-bottom:0!important
}
.pl-lg-0, .px-lg-0 {
padding-left:0!important
}
.p-lg-1 {
padding:.25rem!important
}
.pt-lg-1, .py-lg-1 {
padding-top:.25rem!important
}
.pr-lg-1, .px-lg-1 {
padding-right:.25rem!important
}
.pb-lg-1, .py-lg-1 {
padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
padding-left:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.pt-lg-2, .py-lg-2 {
padding-top:.5rem!important
}
.pr-lg-2, .px-lg-2 {
padding-right:.5rem!important
}
.pb-lg-2, .py-lg-2 {
padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
padding-left:.5rem!important
}
.p-lg-3 {
padding:1rem!important
}
.pt-lg-3, .py-lg-3 {
padding-top:1rem!important
}
.pr-lg-3, .px-lg-3 {
padding-right:1rem!important
}
.pb-lg-3, .py-lg-3 {
padding-bottom:1rem!important
}
.pl-lg-3, .px-lg-3 {
padding-left:1rem!important
}
.p-lg-4 {
padding:1.5rem!important
}
.pt-lg-4, .py-lg-4 {
padding-top:1.5rem!important
}
.pr-lg-4, .px-lg-4 {
padding-right:1.5rem!important
}
.pb-lg-4, .py-lg-4 {
padding-bottom:1.5rem!important
}
.pl-lg-4, .px-lg-4 {
padding-left:1.5rem!important
}
.p-lg-5 {
padding:3rem!important
}
.pt-lg-5, .py-lg-5 {
padding-top:3rem!important
}
.pr-lg-5, .px-lg-5 {
padding-right:3rem!important
}
.pb-lg-5, .py-lg-5 {
padding-bottom:3rem!important
}
.pl-lg-5, .px-lg-5 {
padding-left:3rem!important
}
.m-lg-n1 {
margin:-.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
margin-top:-.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
margin-right:-.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
margin-bottom:-.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
margin-left:-.25rem!important
}
.m-lg-n2 {
margin:-.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
margin-top:-.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
margin-right:-.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
margin-bottom:-.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
margin-left:-.5rem!important
}
.m-lg-n3 {
margin:-1rem!important
}
.mt-lg-n3, .my-lg-n3 {
margin-top:-1rem!important
}
.mr-lg-n3, .mx-lg-n3 {
margin-right:-1rem!important
}
.mb-lg-n3, .my-lg-n3 {
margin-bottom:-1rem!important
}
.ml-lg-n3, .mx-lg-n3 {
margin-left:-1rem!important
}
.m-lg-n4 {
margin:-1.5rem!important
}
.mt-lg-n4, .my-lg-n4 {
margin-top:-1.5rem!important
}
.mr-lg-n4, .mx-lg-n4 {
margin-right:-1.5rem!important
}
.mb-lg-n4, .my-lg-n4 {
margin-bottom:-1.5rem!important
}
.ml-lg-n4, .mx-lg-n4 {
margin-left:-1.5rem!important
}
.m-lg-n5 {
margin:-3rem!important
}
.mt-lg-n5, .my-lg-n5 {
margin-top:-3rem!important
}
.mr-lg-n5, .mx-lg-n5 {
margin-right:-3rem!important
}
.mb-lg-n5, .my-lg-n5 {
margin-bottom:-3rem!important
}
.ml-lg-n5, .mx-lg-n5 {
margin-left:-3rem!important
}
.m-lg-auto {
margin:auto!important
}
.mt-lg-auto, .my-lg-auto {
margin-top:auto!important
}
.mr-lg-auto, .mx-lg-auto {
margin-right:auto!important
}
.mb-lg-auto, .my-lg-auto {
margin-bottom:auto!important
}
.ml-lg-auto, .mx-lg-auto {
margin-left:auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin:0!important
}
.mt-xl-0, .my-xl-0 {
margin-top:0!important
}
.mr-xl-0, .mx-xl-0 {
margin-right:0!important
}
.mb-xl-0, .my-xl-0 {
margin-bottom:0!important
}
.ml-xl-0, .mx-xl-0 {
margin-left:0!important
}
.m-xl-1 {
margin:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.5rem!important
}
.m-xl-3 {
margin:1rem!important
}
.mt-xl-3, .my-xl-3 {
margin-top:1rem!important
}
.mr-xl-3, .mx-xl-3 {
margin-right:1rem!important
}
.mb-xl-3, .my-xl-3 {
margin-bottom:1rem!important
}
.ml-xl-3, .mx-xl-3 {
margin-left:1rem!important
}
.m-xl-4 {
margin:1.5rem!important
}
.mt-xl-4, .my-xl-4 {
margin-top:1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
margin-right:1.5rem!important
}
.mb-xl-4, .my-xl-4 {
margin-bottom:1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
margin-left:1.5rem!important
}
.m-xl-5 {
margin:3rem!important
}
.mt-xl-5, .my-xl-5 {
margin-top:3rem!important
}
.mr-xl-5, .mx-xl-5 {
margin-right:3rem!important
}
.mb-xl-5, .my-xl-5 {
margin-bottom:3rem!important
}
.ml-xl-5, .mx-xl-5 {
margin-left:3rem!important
}
.p-xl-0 {
padding:0!important
}
.pt-xl-0, .py-xl-0 {
padding-top:0!important
}
.pr-xl-0, .px-xl-0 {
padding-right:0!important
}
.pb-xl-0, .py-xl-0 {
padding-bottom:0!important
}
.pl-xl-0, .px-xl-0 {
padding-left:0!important
}
.p-xl-1 {
padding:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.5rem!important
}
.p-xl-3 {
padding:1rem!important
}
.pt-xl-3, .py-xl-3 {
padding-top:1rem!important
}
.pr-xl-3, .px-xl-3 {
padding-right:1rem!important
}
.pb-xl-3, .py-xl-3 {
padding-bottom:1rem!important
}
.pl-xl-3, .px-xl-3 {
padding-left:1rem!important
}
.p-xl-4 {
padding:1.5rem!important
}
.pt-xl-4, .py-xl-4 {
padding-top:1.5rem!important
}
.pr-xl-4, .px-xl-4 {
padding-right:1.5rem!important
}
.pb-xl-4, .py-xl-4 {
padding-bottom:1.5rem!important
}
.pl-xl-4, .px-xl-4 {
padding-left:1.5rem!important
}
.p-xl-5 {
padding:3rem!important
}
.pt-xl-5, .py-xl-5 {
padding-top:3rem!important
}
.pr-xl-5, .px-xl-5 {
padding-right:3rem!important
}
.pb-xl-5, .py-xl-5 {
padding-bottom:3rem!important
}
.pl-xl-5, .px-xl-5 {
padding-left:3rem!important
}
.m-xl-n1 {
margin:-.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
margin-top:-.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
margin-right:-.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom:-.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
margin-left:-.25rem!important
}
.m-xl-n2 {
margin:-.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
margin-top:-.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
margin-right:-.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom:-.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
margin-left:-.5rem!important
}
.m-xl-n3 {
margin:-1rem!important
}
.mt-xl-n3, .my-xl-n3 {
margin-top:-1rem!important
}
.mr-xl-n3, .mx-xl-n3 {
margin-right:-1rem!important
}
.mb-xl-n3, .my-xl-n3 {
margin-bottom:-1rem!important
}
.ml-xl-n3, .mx-xl-n3 {
margin-left:-1rem!important
}
.m-xl-n4 {
margin:-1.5rem!important
}
.mt-xl-n4, .my-xl-n4 {
margin-top:-1.5rem!important
}
.mr-xl-n4, .mx-xl-n4 {
margin-right:-1.5rem!important
}
.mb-xl-n4, .my-xl-n4 {
margin-bottom:-1.5rem!important
}
.ml-xl-n4, .mx-xl-n4 {
margin-left:-1.5rem!important
}
.m-xl-n5 {
margin:-3rem!important
}
.mt-xl-n5, .my-xl-n5 {
margin-top:-3rem!important
}
.mr-xl-n5, .mx-xl-n5 {
margin-right:-3rem!important
}
.mb-xl-n5, .my-xl-n5 {
margin-bottom:-3rem!important
}
.ml-xl-n5, .mx-xl-n5 {
margin-left:-3rem!important
}
.m-xl-auto {
margin:auto!important
}
.mt-xl-auto, .my-xl-auto {
margin-top:auto!important
}
.mr-xl-auto, .mx-xl-auto {
margin-right:auto!important
}
.mb-xl-auto, .my-xl-auto {
margin-bottom:auto!important
}
.ml-xl-auto, .mx-xl-auto {
margin-left:auto!important
}
}
.text-monospace {
	/*font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important*/
	font-family: 'Montserrat', sans-serif;
}
.text-justify {
	text-align:justify!important
}
.text-wrap {
	white-space:normal!important
}
.text-nowrap {
	white-space:nowrap!important
}
.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.text-left {
	text-align:left!important
}
.text-right {
	text-align:right!important
}
.text-center {
	text-align:center!important
}
@media (min-width:768px) {
.text-sm-left {
text-align:left!important
}
.text-sm-right {
text-align:right!important
}
.text-sm-center {
text-align:center!important
}
}
@media (min-width:1114px) {
.text-md-left {
text-align:left!important
}
.text-md-right {
text-align:right!important
}
.text-md-center {
text-align:center!important
}
}
@media (min-width:1150px) {
.text-lg-left {
text-align:left!important
}
.text-lg-right {
text-align:right!important
}
.text-lg-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align:left!important
}
.text-xl-right {
text-align:right!important
}
.text-xl-center {
text-align:center!important
}
}
.text-lowercase {
	text-transform:lowercase!important
}
.text-uppercase {
	text-transform:uppercase!important
}
.text-capitalize {
	text-transform:capitalize!important
}
.font-weight-light {
	font-weight:300!important
}
.font-weight-lighter {
	font-weight:lighter!important
}
.font-weight-normal {
	font-weight:300!important
}
.font-weight-bold {
	font-weight:700!important
}
.font-weight-bolder {
	font-weight:bolder!important
}
.font-italic {
	font-style:italic!important
}
.text-white {
	color:#fff!important
}
.text-primary {
	color:#007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color:#0056b3!important
}
.text-secondary {
	color:#6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color:#494f54!important
}
.text-success {
	color:#28a745!important
}
a.text-success:focus, a.text-success:hover {
	color:#19692c!important
}
.text-info {
	color:#17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color:#0f6674!important
}
.text-warning {
	color:#ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color:#ba8b00!important
}
.text-danger {
	color:#e80029!important
}
a.text-danger:focus, a.text-danger:hover {
	color:#9c001b!important
}
.text-light {
	color:#f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color:#cbd3da!important
}
.text-dark {
	color:#343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color:#121416!important
}
.text-body {
	color:#666!important
}
.text-muted {
	color:#6c757d!important
}
.text-black-50 {
	color:rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color:rgba(255, 255, 255, .5)!important
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.text-decoration-none {
	text-decoration:none!important
}
.text-break {
	word-break:break-word!important;
	overflow-wrap:break-word!important
}
.text-reset {
	color:inherit!important
}
.visible {
	visibility:visible!important
}
.invisible {
	visibility:hidden!important
}
@media print {
*, ::after, ::before {
text-shadow:none!important;
box-shadow:none!important
}
a:not(.btn) {
text-decoration:underline
}
abbr[title]::after {
content:" (" attr(title) ")"
}
pre {
	white-space:pre-wrap!important
}
blockquote, pre {
	border:1px solid #adb5bd;
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
img, tr {
	page-break-inside:avoid
}
h2, h3, p {
	orphans:3;
	widows:3
}
h2, h3 {
	page-break-after:avoid
}
@page {
size:a3
}
body {
	min-width:1150px!important
}
.container {
	min-width:1150px!important
}
.navbar {
	display:none
}
.badge {
	border:1px solid #000
}
.table {
	border-collapse:collapse!important
}
.table td, .table th {
	background-color:#fff!important
}
.table-bordered td, .table-bordered th {
	border:1px solid #dee2e6!important
}
.table-dark {
	color:inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color:#dee2e6
}
.table .thead-dark th {
	color:inherit;
	border-color:#dee2e6
}
}
.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	touch-action:manipulation;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background:0 0;
	color:inherit;
	border:none;
	padding:0!important;
	font:inherit
}
.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.no-js .owl-carousel {
	display:block
}
.owl-carousel .animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
-webkit-transition:height .5s ease-in-out;
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
-webkit-transition:opacity .4s ease;
transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png.html) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
-webkit-transition:-webkit-transform .1s ease;
transition:-webkit-transform .1s ease;
transition:transform .1s ease;
transition:transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
-webkit-transition:opacity .4s ease;
transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.owl-theme .owl-nav {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav [class*=owl-] {
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px
}
.owl-theme .owl-dots {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
-webkit-transition:opacity .2s ease;
transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#869791
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width:100%;
	cursor:auto
}
.mfp-ajax-cur {
	cursor:progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor:auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none!important
}
.mfp-preloader {
	color:#ccc;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#ccc
}
.mfp-preloader a:hover {
	color:#fff
}
.mfp-s-ready .mfp-preloader {
	display:none
}
.mfp-s-error .mfp-content {
	display:none
}
button.mfp-arrow, button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	box-shadow:none;
	touch-action:manipulation
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	padding:0 0 18px 10px;
	color:#fff;
	font-style:normal;
	font-size:28px;
	/*font-family:Arial, Baskerville, monospace*/
	font-family: 'Montserrat', sans-serif;
}
.mfp-close:focus, .mfp-close:hover {
	opacity:1
}
.mfp-close:active {
	top:1px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color:#fff;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#ccc;
	font-size:12px;
	line-height:18px;
	white-space:nowrap
}
.mfp-arrow {
	position:absolute;
	opacity:.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity:1
}
.mfp-arrow:after, .mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent
}
.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7
}
.mfp-arrow-left {
	left:0
}
.mfp-arrow-left:after {
	border-right:17px solid #fff;
	margin-left:31px
}
.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3f3f3f
}
.mfp-arrow-right {
	right:0
}
.mfp-arrow-right:after {
	border-left:17px solid #fff;
	margin-left:39px
}
.mfp-arrow-right:before {
	border-left:27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#444
}
.mfp-figure small {
	color:#bdbdbd;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#f3f3f3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;
padding-right:0
}
.mfp-img-mobile img.mfp-img {
padding:0
}
.mfp-img-mobile .mfp-figure:after {
top:0;
bottom:0
}
.mfp-img-mobile .mfp-figure small {
display:inline;
margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0, 0, 0, .6);
bottom:0;
margin:0;
top:auto;
padding:3px 5px;
position:fixed;
box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0
}
.mfp-img-mobile .mfp-counter {
right:5px;
top:3px
}
.mfp-img-mobile .mfp-close {
top:0;
right:0;
width:35px;
height:35px;
line-height:35px;
background:rgba(0, 0, 0, .6);
position:fixed;
text-align:center;
padding:0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform:scale(.75);
transform:scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin:0;
transform-origin:0
}
.mfp-arrow-right {
-webkit-transform-origin:100%;
transform-origin:100%
}
.mfp-container {
padding-left:6px;
padding-right:6px
}
}
.glide {
	position:relative;
	width:100%;
	box-sizing:border-box
}
.glide * {
	box-sizing:inherit
}
.glide__track {
	overflow:hidden
}
.glide__slides {
	position:relative;
	width:100%;
	list-style:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	touch-action:pan-Y;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
	display:-webkit-box;
	display:flex;
	flex-wrap:nowrap;
	will-change:transform
}
.glide__slides--dragging {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.glide__slide {
	width:100%;
	height:100%;
	flex-shrink:0;
	white-space:normal;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent
}
.glide__slide a {
	-webkit-user-select:none;
	user-select:none;
	-webkit-user-drag:none;
	-moz-user-select:none;
	-ms-user-select:none
}
.glide__arrows {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.glide__bullets {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.glide--rtl {
	direction:rtl
}
.space-1 {
height:.7rem
}
.space-2 {
	height:1.4rem
}
.space-3 {
	height:2.24rem
}
.fade-in {
	visibility:visible;
	opacity:1;
	-webkit-transition:opacity 1s linear;
	transition:opacity 1s linear
}
.fade-out {
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s 1s, opacity 1s linear;
	transition:visibility 0s 1s, opacity 1s linear
}
.rotate180 {
	-webkit-transform:rotate(180deg) translate(10px, -14px)!important;
	transform:rotate(180deg) translate(10px, -14px)!important
}
.font-size-1 {
	font-size:24px
}
.text-blue {
	color:#003c71!important
}
.bg-gray {
	background-color:#efefef
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.news, .why-bahri-list {
	overflow:hidden;
	position:relative;
	height:auto
}
.slider {
	position:relative;
	width:100%;
	bottom:0;
	height:55px;
	max-width:1280px;
	margin:0 auto;
	margin-top:2.5em
}
@media (max-width:992px) {
.slider {
display:none
}
}
.slider .next, .slider .prev {
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.slider .col2 {
	display:-webkit-box;
	display:flex;
	height:100%;
	-webkit-box-align:center;
	align-items:center;
	margin:0 40px;
	letter-spacing:2px;
	font-weight:700;
	text-transform:uppercase;
	font-size:14px
}
.slider .slider-body {
	margin:0 auto
}
.slider .slider-body:before {
	content:" ";
	height:1px;
	position:absolute;
	top:23px;
	background-color:#ddd;
	z-index:1;
	left:0;
	width:100%;
	margin:0 auto
}
.slider .slider-body .knob {
	font-family: 'Montserrat', sans-serif !important;
	z-index:2;
	background-color:#F78F1E;
	width:50px;
	-webkit-transform:translateX(-35px);
	transform:translateX(-35px);
	padding:12px;
	border-radius:50%;
	position:absolute;
	color:#fff;
	font-weight:700;
	top:0;
	left:0;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
-webkit-transition:left .2s, right .2s;
transition:left .2s, right .2s
}
.compCard {
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100)
}
.news-item {
	position:absolute;
	height:550px;
	width:300px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.news-item.animate {
-webkit-transition:left .3s, right .3s;
transition:left .3s, right .3s
}
.news-item.out-of-view {
	opacity:.4
}
@media (max-width:992px) {
.news-item.out-of-view {
opacity:1
}
}
.news-item .news-category {
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	color:#fff;
	width:100px;
	height:30px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.news-item img {
	width:100%
}
.news-item .news-info {
	box-sizing:border-box;
	height:30%;
	background-color:#fff;
	padding:30px 0;
	width:100%;
	margin:0 auto;
	box-shadow:inset -10px 0 23px -20px rgba(0, 0, 0, .3)
}
.news-item .news-info .news-date {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:start;
	justify-content:flex-start;
	padding:0
}
.news-item .news-info .news-date .month {
	font-size:120%
}
.news-item .news-info .news-date .day {
	font-size:250%
}
.news-item .news-info .news-date .year {
	font-size:110%
}
.news-item .news-info .news-date .day, .news-item .news-info .news-date .month, .news-item .news-info .news-date .year {
	margin:0;
	padding:0;
	line-height:1
}
.news-item .news-info .news-text {
	font-size:110%;
	font-weight:700;
	margin:0;
	padding:0
}
button.is-loading {
	background-color:#F78F1E!important
}
button.is-loading .spinner-border {
	display:inline-block
}
button.is-loading .text {
	display:none
}
.btn-orka {
	border:2px solid #F78F1E;
	border-radius:25px;
	font-size:12px;
	background-color:transparent;
	text-transform:uppercase;
	padding:16px 37px 15px 37px;
	font-weight:700;
	letter-spacing:2px;
	line-height:14px;
	color:#fff;
	outline:0!important;
	max-height:48px;
}

.btn-orka2 {
	border:2px solid #F78F1E;
	border-radius:25px;
	font-size:12px;
	background-color:transparent;
	/*text-transform:uppercase;*/
	padding:14px 37px 15px 37px;
	font-weight:700;
	letter-spacing:2px;
	line-height:14px;
	color:#fff;
	outline:0!important;
	max-height:48px;
}

@media only screen and (min-width:300px) and (max-width:474px) {

.btn-orka {
	border: 2px solid #F78F1E;
	border-radius: 25px;
	font-size: 12px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 16px 10px 15px 10px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 14px;
	color: #fff;
	outline: 0 !important;
	max-height: 48px;
	margin-left: 205px !important;
}

}

.btn-orka .spinner-border {
	display:none
}
.btn-orka.is-loading {
	background-color:#F78F1E
}
.btn-orka.is-loading .spinner-border {
	display:inline-block
}
.btn-orka.is-loading .text {
	display:none
}
.btn-orka:hover {
	background-color:#F78F1E;
	border-color:transparent;
	color:#fff;
	outline:0
}
.btn-orka.text-blue {
	color:#003c71!important
}
.btn-orka.text-blue:hover {
	color:#003c71!important
}
a.btn-orka {
	display:inline-block!important
}
@media (max-width:1113.98px) {
a.btn-orka {
display:block!important
}
}
.btn-orka-icon-rounded {
	border:2px solid #F78F1E;
	border-radius:50px;
	color:#fff;
	background-color:transparent;
	text-transform:uppercase;
	padding:6px 7px;
	font-weight:500;
	letter-spacing:2px;
	line-height:14px;
-webkit-transition:border .5s ease-out;
transition:border .5s ease-out;
	width:38px;
	height:38px
}
.btn-orka-icon-rounded:active, .btn-orka-icon-rounded:focus, .btn-orka-icon-rounded:hover {
	outline:0
}
.btn-orka-icon-rounded i {
	font-size:20px
}
.btn-orka-icon-rounded.spin-blue {
	padding:9px 9px
}
[dir=rtl] .btn-orka {
	/*font-family:Tajawal*/
	font-family: 'Montserrat', sans-serif;
}
.btn-spin {
	background:0 0;
	border:0;
	box-sizing:border-box;
	box-shadow:inset 0 0 0 2px #fff;
	color:#fff;
	font-size:inherit;
	position:relative;
	vertical-align:middle
}
.btn-spin::after, .btn-spin::before {
box-sizing:inherit;
content:'';
position:absolute;
width:100%;
height:100%
}
.spin-blue {
	width:38px;
	height:38px;
	font-weight:500;
	letter-spacing:2px;
	line-height:14px
}
.spin-blue i {
	font-size:20px
}
.spin-blue:hover {
	color:#003c71
}
.spin-blue::after, .spin-blue::before {
top:0;
left:0
}
.spin-blue::before {
border:2px solid transparent
}
.spin-blue:hover::before {
border-top-color:#003c71;
border-right-color:#003c71;
border-bottom-color:#003c71;
-webkit-transition:border-top-color 0s linear, border-right-color 0s linear .1s, border-bottom-color 0s linear .2s;
transition:border-top-color 0s linear, border-right-color 0s linear .1s, border-bottom-color 0s linear .2s
}
.spin-blue::after {
border:0 solid transparent
}
.spin-blue:hover::after {
border-top:2px solid #003c71;
border-left-width:2px;
border-right-width:2px;
-webkit-transform:rotate(270deg);
transform:rotate(270deg);
-webkit-transition:border-left-width 0s linear .35s, -webkit-transform .4s linear 0s;
transition:border-left-width 0s linear .35s, -webkit-transform .4s linear 0s;
transition:transform .4s linear 0s, border-left-width 0s linear .35s;
transition:transform .4s linear 0s, border-left-width 0s linear .35s, -webkit-transform .4s linear 0s
}
.spin {
	width:38px;
	height:38px;
	padding:0;
	font-weight:500;
	letter-spacing:2px;
	line-height:14px
}
.spin i {
	font-size:20px
}
.spin:hover {
	color:#fff
}
.spin::after, .spin::before {
top:0;
left:0
}
.spin::before {
border:2px solid transparent
}
.spin:hover::before {
border-top-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
-webkit-transition:border-top-color 0s linear, border-right-color 0s linear .1s, border-bottom-color 0s linear .2s;
transition:border-top-color 0s linear, border-right-color 0s linear .1s, border-bottom-color 0s linear .2s
}
.spin::after {
border:0 solid transparent
}
.spin:hover::after {
border-top:2px solid #fff;
border-left-width:2px;
border-right-width:2px;
-webkit-transform:rotate(270deg);
transform:rotate(270deg);
-webkit-transition:border-left-width 0s linear .35s, -webkit-transform .4s linear 0s;
transition:border-left-width 0s linear .35s, -webkit-transform .4s linear 0s;
transition:transform .4s linear 0s, border-left-width 0s linear .35s;
transition:transform .4s linear 0s, border-left-width 0s linear .35s, -webkit-transform .4s linear 0s
}
.circle {
	border-radius:100%;
	box-shadow:none;
	box-shadow:inset 0 0 0 2px #F78F1E
}
.circle::after, .circle::before {
border-radius:100%
}
#sidebar {
	position:fixed;
	min-width:300px;
	max-width:300px;
	margin-left:-300px;
	top:0;
	left:0;
	background:#fff;
-webkit-transition:all .3s;
transition:all .3s;
	z-index:1040;
	height:100%;
	overflow:auto;
	-ms-overflow-style:none;
	scrollbar-width:none
}
#sidebar.active {
	box-shadow:2px 0 10px 0 rgba(0, 0, 0, .1)
}
#sidebar::-webkit-scrollbar {
display:none
}
#sidebar .sidebar-header #searchCollapse {
	display:none
}
#sidebar[dir=rtl] .sidebar-footer ul li a {
	letter-spacing:0
}
#sidebar[dir=rtl] .sidebar-body ul li a {
	letter-spacing:0!important;
	line-height:23px
}
#sidebar[dir=rtl] .sidebar-body ul li a i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#sidebar.active {
	margin-left:0
}
#sidebar .sidebar-header {
	background:#fff
}
#sidebar .sidebar-header .row {
	margin:-3px 0!important
}
#sidebar .sidebar-header .close {
	cursor:pointer;
	opacity:1!important;
	background-color:#F78F1E
}
#sidebar .sidebar-header .close a i {
	font-size:40px;
	color:#fff
}
#sidebar .sidebar-body ul.components {
	padding:20px 0
}
#sidebar .sidebar-body ul p {
	color:#003c71;
	padding:10px
}
#sidebar .sidebar-body ul li a {
	color:#003c71;
	font-size:.8em;
	display:block;
	font-weight:700;
	font-style:normal;
	/*text-transform:uppercase;*/
	padding:10px 30px;
	letter-spacing:1px
}
#sidebar .sidebar-body ul li a i {
	float:right;
	color:#F78F1E
}
#sidebar .sidebar-body ul li a:hover {
	background:#fff
}
#sidebar .sidebar-body .list-submenu {
	display:none
}
#sidebar .sidebar-body .list-submenu .active {
	background-color:#efefef;
padding:.7rem 0;
margin-bottom:.5rem
}
#sidebar .sidebar-body .list-submenu .active :hover {
	background-color:#efefef
}
#sidebar .sidebar-body .list-submenu .active a {
	font-size:19px;
	text-transform:initial;
	letter-spacing:initial
}
#sidebar .sidebar-body .list-submenu .active a i {
	float:left;
	margin-right:5px
}
#sidebar .sidebar-footer {
	background-color:#fff;
	border-top:1px solid #efefef
}
#sidebar .sidebar-footer ul.components {
	padding-top:20px
}
#sidebar .sidebar-footer ul li a {
	text-transform:uppercase;
	letter-spacing:2px;
	color:#003c71;
	font-size:12px;
	display:block;
	font-weight:700;
	font-style:normal;
	padding:10px 30px
}
#sidebar .sidebar-footer ul li a i {
	float:left;
	color:#F78F1E;
	margin-right:12px;
	font-size:16px
}
#sidebar .sidebar-footer ul li a:hover {
	background:#fff
}
#sidebar .sidebar-footer ul li a .font-tajawal {
	letter-spacing:0
}
#sidebar .sidebar-footer_social {
	padding:1.5em 2em;
	border-top:1px solid #efefef
}
#sidebar .sidebar-footer_social a img {
	width:14px
}
#sidebar .sidebar-footer_social a img.icon-facebook {
	width:8px
}
@media (max-width:768px) {
#sidebar {
margin-left:-100vw;
width:100vw;
max-width:100vw;
height:initial;
min-height:100vh
}
#sidebar .sidebar-header .logo {
padding:1.5em 0 0 1em!important;
text-align:left!important
}
#sidebar .sidebar-header #searchCollapse {
display:block;
position:absolute;
right:20px;
top:30px
}
#sidebar .sidebar-header #searchCollapse i {
color:#F78F1E;
font-size:40px
}
#sidebar .sidebar-body ul.components {
padding:0
}
#sidebar .sidebar-body ul li {
border-bottom:1px solid #efefef
}
#sidebar .sidebar-body ul li a {
padding:20px 30px
}
#sidebar .sidebar-footer {
border-top:none
}
#sidebar .sidebar-footer ul.components {
padding-top:0
}
#sidebar .sidebar-footer_social.safariOnly {
padding-bottom:12em
}
#sidebar .sidebar-footer_social a img {
width:14px
}
#sidebar.active {
margin-left:0
}
}
#navbarMain.navbar {
	height:100px;
	flex-wrap:initial
}
#navbarMain.navbar div.navbar-sidebar-menu {
	background-color:#F78F1E;
	height:100%;
	min-width:100px
}
#navbarMain.navbar div.navbar-sidebar-menu a {
	cursor:pointer;
	height:100%
}
#navbarMain.navbar a.navbar-brand img {
	/*width:120px*/
}
#navbarMain.navbar ul.navbar-nav li.nav-item a {
	cursor:pointer;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	font-weight:700
}
@media (max-width:1113.98px) {
#navbarMain.navbar ul.navbar-nav li.nav-item a {
font-size:22px
}
#navbarMain.navbar ul.navbar-nav li.nav-item a .lang {
display:none
}
}

@media only screen and (min-width:300px) and (max-width:800px) {

#navbarMain.navbar ul.navbar-nav li.nav-item a {
font-size:16px
}
#navbarMain.navbar ul.navbar-nav li.nav-item a .lang {
display:none
}
}


#navbarMain.navbar ul.navbar-nav li.nav-item a .font-tajawal {
	letter-spacing:0
}
#navbarMain.navbar ul.navbar-nav li.nav-item.search img {
	width:24px
}
#navbarSearch.navbar {
-webkit-transition:visibility 0s, opacity .5s linear;
transition:visibility 0s, opacity .5s linear;
	height:100px;
	opacity:0;
	visibility:hidden
}
#navbarSearch.navbar.active {
	margin-top:0;
	opacity:1;
	visibility:visible
}
#navbarSearch.navbar div.navbar-sidebar-menu {
	background-color:#F78F1E;
	height:100%;
	min-width:100px
}
#navbarSearch.navbar div.navbar-sidebar-menu a {
	cursor:pointer;
	height:100%
}
#navbarSearch.navbar div.navbar-sidebar-menu a i {
	color:#fff;
	font-size:40px
}
#navbarSearch.navbar a.navbar-brand img {
	width:120px
}
#navbarSearch.navbar .divisor {
	height:100%;
	border-right:1px solid #efefef
}
#navbarSearch.navbar ul.navbar-nav li.nav-item input {
	border:0;
	border-bottom:1px solid #efefef
}
#navbarSearch.navbar ul.navbar-nav li.nav-item a {
	cursor:pointer;
	font-size:12px;
	letter-spacing:2px;
	font-weight:700
}
#navbarSearch.navbar ul.navbar-nav li.nav-item.search a i {
	color:#F78F1E;
	font-size:24px
}
@media (max-width:1024px) {
#navbarSearch {
z-index:9999999
}
#navbarSearch.navbar {
margin-top:-160px
}
#navbarSearch.navbar .divisor {
border-right:none!important
}
#navbarSearch.navbar ul li input {
border-radius:0
}
#navbarSearch.navbar ul li i {
position:absolute;
right:15px;
bottom:-30px
}
}
@media (max-width:1113.98px) {
#navbarMain.navbar {
height:75px!important
}
#navbarMain.navbar .navbar-sidebar-menu {
min-width:75px!important;
height:75px!important
}
#navbarMain.navbar a.navbar-brand {
margin-left:1rem!important
}
#navbarMain.navbar a.navbar-brand img {
width:77px!important
}
#navbarMain.navbar .container-fluid ul {
display:inline-block!important
}
#navbarMain.navbar .container-fluid ul li.nav-item {
display:inline-block!important
}
#navbarMain.navbar .container-fluid ul li:last-child {
margin-right:2rem!important
}
}
footer.page-footer ul.links li.list-inline-item:not(:last-child) {
margin-right:.8rem
}
footer.page-footer ul.links li a {
	cursor:pointer;
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
letter-spacing:.1rem;
	color:#003c71
}
footer.page-footer ul.social {
	float:right
}
footer.page-footer ul.social img {
	width:14px;
	margin-left:5px;
	margin-right:5px
}
footer.page-footer ul.stores {
	float:right
}
footer.page-footer ul.stores p {
	font-size:14px;
	color:#666
}
footer.page-footer ul.terms {
	float:left
}
footer.page-footer ul.terms li.list-inline-item:not(:last-child) {
border-right:1px solid #003c71;
padding-right:.9rem
}
footer.page-footer ul.terms li p {
	font-size:14px;
	font-weight:400;
	color:#212422;
	margin-bottom:0
}
footer.page-footer ul.terms li a {
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	color:#003c71
}
footer.page-footer .footer_social .icon-facebook {
	width:9px!important
}
[dir=rtl] footer.page-footer ul.links li.list-inline-item a {
	letter-spacing:0
}
@media (max-width:1113.98px) {
footer.page-footer {
padding-right:.5em!important;
padding-left:.5em!important
}
footer.page-footer ul.terms {
text-align:left!important
}
footer.page-footer ul.terms li.list-inline-item:not(:last-child) {
border-right:0
}
footer.page-footer ul.terms .terms_conditions {
border-right:1px solid #003c71!important
}
footer.page-footer .footer_social-clearfix {
display:none
}
footer.page-footer .footer_social {
margin-top:1em!important;
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
footer.page-footer .footer_social .social {
margin-bottom:-.5em!important
}
footer.page-footer .footer_stores ul li {
text-align:left;
float:left;
margin-top:0
}
footer.page-footer .footer_stores ul li.list-inline-item:first-child {
width:100%
}
footer.page-footer .footer_stores ul li.list-inline-item:first-child p {
margin-bottom:.5em
}
}
.home__twitter {
	background:url(../img/twitter.png)
}
.home__twitter .container {
	opacity:0
}
.home__twitter .home__twitter-detail img {
	width:auto;
	max-width:100px
}
.home__twitter .home__twitter-detail .media {
	-webkit-box-align:center;
	align-items:center;
	min-height:200px
}
.home__twitter .home__twitter-detail .home__twitter-detail-item {
	display:none;
	opacity:0
}
.home__twitter .home__twitter-detail .home__twitter-detail-bahri {
	font-weight:700;
	font-size:16px;
	color:#003c71
}
.home__twitter .home__twitter-detail .home__twitter-detail-bahri .home__twitter-detail-bahri-taj {
	/*font-family:'Tajawal Bold', serif*/
	font-family: 'Montserrat', sans-serif;
}
.home__twitter .home__twitter-detail .home__twitter-detail-bahri-twitter {
	font-weight:500;
	font-size:16px;
	color:#003c71;
	margin-left:.2em
}
.home__twitter .home__twitter-detail .home__twitter-detail-bahri-day {
	font-weight:400;
	color:#666
}
.home__twitter .home__twitter-detail .home__twitter-detail-bahri-twitter-content {
	font-weight:400;
	font-size:16px;
	color:#666
}
@media (max-width:1113.98px) {
.home__twitter {
padding-bottom:5em!important
}
.home__twitter .home__twitter-title {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-pack:center;
justify-content:center;
-webkit-box-align:center;
align-items:center
}
.home__twitter .home__twitter-title h2 {
text-align:center;
font-size:35px!important
}
.home__twitter .home__twitter-detail {
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
.home__twitter .home__twitter-detail img {
width:40px;
padding:1em 0;
margin-right:0!important
}
.home__twitter .home__twitter-detail .media {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
.home__twitter .home__twitter-detail .media .media-body {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
.home__twitter .home__twitter-detail .media .media-body .home__twitter-detail-bahri-twitter {
font-size:14px
}
.home__twitter .home__twitter-detail .media .media-body .home__twitter-detail-bahri-day {
font-size:12px!important;
margin-top:1.5em
}
.home__twitter .home__twitter-detail .media .media-body .home__twitter-detail-bahri-twitter-content {
margin-top:.5em!important;
text-align:center
}
}
.hero {
	height:500px;
	background-size:cover;
	background-position:center
}
.hero p.slide-subtitle {
	font-size:24px
}
.hero p.pageTitle {
	color:#fff;
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
	font-weight:600;
	text-transform:uppercase
}
.hero h1 {
	text-align:center
}
@media (max-width:1113.98px) {
.hero h1.slide-title {
font-size:40px;
font-weight:600;
line-height:48px
}
.hero p {
letter-spacing:0
}
}
.hero-description {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	padding-top:5rem!important;
	padding-bottom:5rem!important
}
.hero-description>h2 {
	color:#003c71;
	text-align:center
}
.hero-description>h3 {
	text-align:center;
	color:#212422;
	font-size:24px!important;
	font-weight:300;
	line-height:38px;
	max-width:930px
}
.hero-description>p {
	text-align:center;
	color:#212422;
	font-size:16px;
	font-weight:300!important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:normal;
	line-height:25px;
	max-width:930px
}
@media (max-width:1113.98px) {
.hero-description {
padding-right:2rem!important;
padding-left:2rem!important;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:start;
align-items:flex-start
}
.hero-description>h2 {
font-size:30px;
text-align:left;
display:block;
width:100%
}
.hero-description>p {
font-size:20px;
text-align:left
}
}
.email__container {
	background-image:url(../img/email.jpg);
	background-repeat:repeat;
	padding:6em 4em
}
.email__container .disclaimer-text {
	font-size:11px;
	color:#fff;
	line-height:13px;
	text-align:left;
	position:relative;
	left:-114px;
	display:inline-block;
	top:2px
}
.email__container .email-validation {
	display:none
}
.email__container .disclaimer-text a {
	color:#F78F1E
}
.email__container h3 {
	font-size:24px;
	font-weight:700;
	line-height:34px
}
.email__container p.subtitle {
	font-size:16px;
	font-weight:300;
	line-height:25px
}
.email__container input {
	width:350px!important;
	height:44px;
	padding-left:2em;
	line-height:25px;
	font-size:16px;
	border-radius:25px
}
.email__container input::-webkit-input-placeholder {
font-size:16px
}
.email__container .email__container-message {
	display:none!important
}
.email__container .email__container-form-inner {
	max-width:1440px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center
}
.email__container .email__container-form-inner .d-block {
	width:auto
}
.email__container .email__container-form-inner .d-block .text-help {
	color:#e80029!important;
	position:relative;
	text-align:center
}
@media (max-width:1113.98px) {
.email__container {
background-repeat:no-repeat!important;
background-size:cover!important
}
.email__container>.row {
width:auto!important
}
.email__container .disclaimer-text {
text-align:center;
left:0
}
.email__container .email__container-form-inner {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center
}
.email__container .email__container-form-inner .d-block {
width:300px
}
.email__container .email__container-form-inner .d-block .text-help {
position:relative;
left:auto;
width:auto;
margin-left:0;
bottom:0
}
.email__container .email__container-form-inner .d-block .text-help div {
margin-top:-1em
}
.email__container .email__container-form-inner input {
width:300px!important;
margin-bottom:1em
}
.email__container form {
margin-top:20px
}
.email__container form div {
margin:0 auto;
width:100%
}
.email__container form div.spinner-border {
width:1rem
}
.email__container .btn-orka {
width:100%;
max-width:300px;
margin:0 auto;
height:48px!important;
max-height:48px!important
}
}
.mb-2 {
	margin-bottom:0!important
}
.floating-menu {
	border-radius:100px;
	z-index:999;
	padding-top:10px;
	padding-bottom:10px;
	left:0;
	position:fixed;
	display:inline-block;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	font-size:10px
}
.floating-menu.force-visible-text .main-menu a span {
	opacity:1!important
}
.floating-menu .vertical-bar {
	display:block;
	width:2px;
	height:calc(100% - 52px);
	background:#efefef;
	position:absolute;
	top:26px;
	left:18px
}
.floating-menu .vertical-bar .animated-bar {
	position:absolute;
	top:0;
	width:2px;
	height:100%;
	max-height:0;
	background:#F78F1E;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.floating-menu .main-menu {
	margin-left:15px!important;
	margin:0;
	padding-left:0;
	list-style:none
}
.floating-menu .main-menu .ripple {
	padding:10px 0;
	position:relative
}
.floating-menu .main-menu .ripple:after, .floating-menu .main-menu .ripple:before {
	content:'';
	width:2px;
	background-color:#efefef;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateX(3px);
	transform:translateX(3px);
	display:none;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.floating-menu .main-menu .ripple:before {
	height:36px
}
.floating-menu .main-menu .ripple:last-child::before {
display:none
}
.floating-menu .main-menu .ripple:hover a span {
	opacity:1
}
.floating-menu .main-menu .ripple.bordered a:before {
	border-color:#F78F1E
}
.floating-menu .main-menu .ripple.bordered a span {
	display:none
}
.floating-menu .main-menu a {
	position:relative;
	-webkit-transition:none;
	transition:none;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
	color:#efefef;
	padding-left:20px
}
.floating-menu .main-menu a span {
	opacity:0;
-webkit-transition:opacity .3s;
transition:opacity .3s
}
.floating-menu .main-menu a.active {
	color:#F78F1E
}
.floating-menu .main-menu a.active:before {
	background-color:#F78F1E;
	border:4px solid #F78F1E;
-webkit-transition-delay:.2s;
transition-delay:.2s
}
.floating-menu .main-menu a:before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	left:-1px;
	background-color:#efefef;
	border:1px solid #efefef;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	border-radius:50%;
	z-index:1
}
@media (max-width:1113.98px) {
.floating-menu {
display:none
}
}
@supports (-moz-appearance:none) {
[dir=rtl] .floating-menu .ripple:before {
-webkit-transform:translateX(-1px);
transform:translateX(-1px)
}
}
[dir=rtl] .main-menu .ripple {
	padding:8px 0
}
.right-sidebard {
	right:1em;
	top:16%;
	z-index:2;
	position:absolute;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.right-sidebard a {
	padding:.3em 0
}
.right-sidebard .share-section {
	position:relative
}
.right-sidebard .share-section a {
	display:none;
	position:absolute;
	background-color:rgba(255, 255, 255, .1);
	border:2px solid #fff;
	width:20px;
	height:20px;
	line-height:0;
	border-radius:40px;
	text-align:center
}
.right-sidebard .share-section a.active {
	display:inline-block
}
.right-sidebard .share-section a img {
	width:7px
}
.right-sidebard .share-section a.linkedin {
	-webkit-transform:rotate(170deg) translate(40px) rotate(-170deg);
	transform:rotate(170deg) translate(40px) rotate(-170deg)
}
.right-sidebard .share-section a.facebook {
	-webkit-transform:rotate(157deg) translate(63px) rotate(-157deg);
	transform:rotate(157deg) translate(63px) rotate(-157deg)
}
.right-sidebard .share-section a.facebook img {
	width:5px
}
.right-sidebard .share-section a.twitter {
	-webkit-transform:rotate(140deg) translate(75px) rotate(-140deg);
	transform:rotate(140deg) translate(75px) rotate(-140deg)
}
.right-sidebard .share-section a.email {
	-webkit-transform:rotate(122deg) translate(80px) rotate(-122deg);
	transform:rotate(122deg) translate(80px) rotate(-122deg)
}
.right-sidebard .share-section .btn-share {
	margin-top:2em;
	height:30px;
	width:30px
}
.right-sidebard .share-section .btn-share.active {
	background-color:#F78F1E
}
.right-sidebard .share-section .btn-share i {
	font-size:14px;
	margin-left:-3px;
	margin-top:0
}
@media (max-width:1113.98px) {
.right-sidebard {
display:none!important
}
}
[dir=rtl] .right-sidebard .share-section .btn-share i {
	margin-left:0
}
.sharethis-inline-share-buttons {
	display:none!important
}
.sharethis-inline-share-buttons.active {
	display:block!important
}
.sharethis-inline-share-buttons .st-btn {
	background-color:transparent!important;
	border:solid 2px #fff!important;
	padding:0!important;
	height:20px!important;
	width:20px!important;
	position:absolute!important;
	display:inline-block!important
}
.sharethis-inline-share-buttons:hover .st-btn:hover {
	opacity:1!important;
	-ms-filter:"alpha(opacity=100)";
	top:0!important
}
.sharethis-inline-share-buttons .st-btn img {
	top:3px!important;
	width:10px!important;
	height:10px!important
}
.sharethis-inline-share-buttons .st-btn[data-network=linkedin] {
	-webkit-transform:rotate(170deg) translate(40px) rotate(-170deg);
	transform:rotate(170deg) translate(40px) rotate(-170deg)
}
.sharethis-inline-share-buttons .st-btn[data-network=facebook] {
	-webkit-transform:rotate(157deg) translate(63px) rotate(-157deg);
	transform:rotate(157deg) translate(63px) rotate(-157deg)
}
.sharethis-inline-share-buttons .st-btn[data-network=twitter] {
	-webkit-transform:rotate(140deg) translate(75px) rotate(-140deg);
	transform:rotate(140deg) translate(75px) rotate(-140deg)
}
.sharethis-inline-share-buttons .st-btn[data-network=email] {
	-webkit-transform:rotate(122deg) translate(80px) rotate(-122deg);
	transform:rotate(122deg) translate(80px) rotate(-122deg)
}
[dir=rtl] #st_gdpr_iframe {
	right:auto!important;
	left:-5000px!important
}
.addthis_sharing_toolbox {
	display:none!important
}
.addthis_sharing_toolbox.active {
	display:block!important
}
.addthis_sharing_toolbox .at-share-btn-elements {
	top:-65px;
	left:14px;
	position:absolute
}
.addthis_sharing_toolbox .at-share-btn-elements .at-share-btn {
	background-color:transparent!important;
	border:solid 2px #fff!important;
	padding:0!important;
	height:20px!important;
	width:20px!important;
	position:absolute!important;
	display:inline-block!important;
	border-radius:20px!important
}
.addthis_sharing_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper {
	top:3px!important;
	left:3px!important;
	line-height:10px!important;
	width:10px!important;
	height:10px!important;
	position:absolute!important
}
.addthis_sharing_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
	width:10px!important;
	height:10px!important
}
.addthis_sharing_toolbox .at-svc-facebook {
	-webkit-transform:rotate(170deg) translate(40px) rotate(-170deg)!important;
	transform:rotate(170deg) translate(40px) rotate(-170deg)!important
}
.addthis_sharing_toolbox .at-svc-twitter {
	-webkit-transform:rotate(157deg) translate(63px) rotate(-157deg)!important;
	transform:rotate(157deg) translate(63px) rotate(-157deg)!important
}
.addthis_sharing_toolbox .at-svc-linkedin {
	-webkit-transform:rotate(140deg) translate(75px) rotate(-140deg)!important;
	transform:rotate(140deg) translate(75px) rotate(-140deg)!important
}
.addthis_sharing_toolbox .at-svc-mailto {
	-webkit-transform:rotate(122deg) translate(80px) rotate(-122deg)!important;
	transform:rotate(122deg) translate(80px) rotate(-122deg)!important
}
[dir=rtl] #st_gdpr_iframe {
	right:auto!important;
	left:-5000px!important
}
.director-tile-wrap {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	flex-wrap:wrap
}
.director-tile-wrap article {
	width:100%
}
@media (min-width:768px) {
.director-tile-wrap article {
width:50%
}
}
@media (min-width:1150px) {
.director-tile-wrap article {
width:33.33%
}
}
@media (max-width:1149.98px) {
.director-tile-wrap img.desk {
display:none
}
.director-tile-wrap img.mob {
display:block
}
}
@media (min-width:1114px) {
.director-tile-wrap img.desk {
display:block
}
.director-tile-wrap img.mob {
display:none
}
}
.director-tile-wrap article {
	padding:25px
}
.director-tile-wrap article .wrap {
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1);
	border-top:5px solid #fd7e14;
	height:100%
}
.director-tile-wrap article .wrap img {
	width:100%;
	height:auto
}
.director-tile-wrap article .wrap h5, .director-tile-wrap article .wrap p {
	text-align:center
}
.director-tile-wrap article .wrap h5 {
	color:#003c71;
	padding:30px 30px 0;
	font-size:24px;
	line-height:29px;
	font-weight:300
}
.director-tile-wrap article .wrap p {
	color:#212422;
	padding:0 30px 30px;
	line-height:21px;
	font-size:16px;
	line-height:25px;
	font-weight:600;
	width:100%
}
.media-album-wrap {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	flex-wrap:wrap
}
.media-album-wrap article {
	padding:20px 10px!important;
	width:100%
}
@media (min-width:768px) {
.media-album-wrap article {
padding:15px!important;
width:50%
}
}
@media (min-width:1150px) {
.media-album-wrap article {
padding:25px!important;
width:33.33%
}
}
.media-album-wrap article.image-tile .wrap p img {
	display:inline;
	width:15px;
	height:auto
}
.media-album-wrap article .wrap {
	outline:0;
	border:0;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1);
	border-top:5px solid #fd7e14;
	display:block;
	text-decoration:none;
	height:100%
}
.media-album-wrap article .wrap img {
	width:100%;
	height:auto
}
.media-album-wrap article .wrap h5, .media-album-wrap article .wrap p {
	text-align:center
}
.media-album-wrap article .wrap h5 {
	color:#003c71;
	padding:20px 10% 0;
	font-size:24px
}
.media-album-wrap article .wrap p {
	color:#003c71;
	padding:30px 10%;
	line-height:21px;
	font-size:18px;
	width:100%;
	font-weight:400;
	margin:0
}
.media-album-wrap article .wrap p.media-album-wrap__name {
	font-weight:600
}
.media-album-wrap article .wrap p img {
	width:16px;
	height:auto;
	margin:0 5px
}
.media-album-wrap article .wrap p img.arrow {
	width:40px;
	display:block;
	margin:20px auto 0
}
.media-album-wrap article .wrap p a {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	padding-top:15px
}
.media-album-wrap article .wrap p a img {
	width:40px;
	height:auto
}
.section__image-accordion .comp-image {
	-webkit-transform:matrix(1, 0, 0, 1, -400, 0);
	transform:matrix(1, 0, 0, 1, -400, 0);
	opacity:0
}
.section__image-accordion .comp-image.comp-left {
	-webkit-transform:matrix(1, 0, 0, 1, 400, 0);
	transform:matrix(1, 0, 0, 1, 400, 0);
	opacity:0
}
.accordion-item {
	padding:30px;
	background-color:#fff;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
.accordion-item .title {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-align:left;
	align-items:left;
	position:relative;
	cursor:pointer
}
.accordion-item .title h5 {
	margin:0;
	padding-right:50px;
	color:#003c71;
	font-weight:600;
	font-size:18px;
	line-height:24px
}
.accordion-item .title:after {
	content:' ';
	font-size:18px;
	min-width:40px;
	height:40px;
	background:url(../img/icons/plus.png) no-repeat;
	background-size:contain;
	right:0;
	cursor:pointer;
	position:absolute
}
.accordion-item.open .title h5 {
	font-weight:800!important
}
.accordion-item.open .title:after {
	background-image:url(../img/icons/minus.png)!important
}
.accordion-item p {
	display:none;
	padding-top:30px;
	line-height:26px;
	font-size:16px;
	max-width:90%;
	margin:0;
	white-space:pre-wrap
}
.card .material-icons {
	color:#003c71
}
.card-body {
	max-width:400px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	margin:0 2.5%;
	padding:5em 1em
}
.card-icon {
	background-color:#efefef;
	border-radius:25px;
	padding:30px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:150px;
	height:150px;
	display:-webkit-box;
	display:flex;
	position:relative;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.card-icon-img {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	max-width:130px
}
.card-title {
	padding-top:17.5%;
	padding-bottom:.75%;
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:29px;
	text-align:center
}
.card-description {
	width:100%;
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:30px;
	text-align:center;
	padding-right:10px;
	padding-left:10px
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.card-icon {
padding:0
}
}
.bahri-tab-controls {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
.bahri-tab-controls ul.control {
	background:#efefef;
	border-radius:25px;
	list-style:none;
	padding:0;
	margin:0
}
.bahri-tab-controls ul.control li {
	float:left;
	border-radius:25px;
	height:50px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding:15px 75px;
	color:#a8a8aa;
-webkit-transition:.1s linear;
transition:.1s linear
}
.bahri-tab-controls ul.control li.active, .bahri-tab-controls ul.control li:hover {
	background:#F78F1E;
	color:#fff
}
.bahri-tab-content {
	padding:50px
}
html[dir=rtl] .bahri-tab-controls ul li {
	letter-spacing:0
}
.bahri-dtable {
	border-bottom:unset!important
}
.bahri-dtable .odd {
	background-color:#efefef
}
.bahri-dtable.headless thead {
	display:none
}
.bahri-dtable.hightlight-first-col tbody tr td:first-child {
	background-color:#003c71;
	color:#fff;
	font-weight:600;
	width:50%
}
.bahri-dtable.timeline-table thead {
	display:none
}
.bahri-dtable.timeline-table tr td:first-child {
	background:#fff center center no-repeat url(../img/logistics/timeline/timelineDot-middle.png)
}
.bahri-dtable.timeline-table tr td:nth-child(2) {
color:#F78F1E;
font-weight:600
}
.bahri-dtable.timeline-table tr td:nth-child(3) {
font-weight:600
}
.bahri-dtable.timeline-table tr:first-child td:first-child {
	background-image:url(../img/logistics/timeline/timelineDot-start.png)
}
.bahri-dtable.timeline-table tr:last-child td:first-child {
	background-image:url(../img/logistics/timeline/timelineDot-end.png)
}
.bahri-dtable.bahri-dtable--simple thead tr th {
	text-align:left;
	padding-left:30px
}
.bahri-dtable.bold-first-col tr td:first-child {
	font-weight:600
}
.bahri-dtable td {
	padding:25px 30px!important
}
@media (max-width:1113.98px) {
.bahri-dtable td {
padding:8px!important
}
}
.bahri-dtable thead tr th {
	background:#003c71;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	text-align:center;
	font-weight:400
}
@media (max-width:1113.98px) {
.bahri-dtable.col-stack tbody tr td {
display:block;
width:100%;
padding:5px 30px!important
}
.bahri-dtable.col-stack tbody tr td:first-child {
padding-top:25px!important
}
.bahri-dtable.col-stack tbody tr td:last-child {
padding-bottom:25px!important
}
}
@media (max-width:1113.98px) {
.bahri-dtable.simple {
table-layout:fixed
}
}
.select-bahri-form {
	width:100%;
	display:block;
	position:relative
}
.select-bahri-form .select-bahri {
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-ms-appearance:none;
	border:1px solid #ddd;
	border-radius:25px;
	background-color:#fff;
	box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, .1);
	height:50px;
	padding-left:25px
}
.select-bahri-form .select-bahri::-ms-expand {
display:none
}
.select-bahri-form-arrow {
	-webkit-transform:translate(-10px, 14px);
	transform:translate(-10px, 14px);
	top:0;
	position:absolute;
	color:#F78F1E;
	right:10px;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
.select-bahri-form-label {
	position:absolute;
	display:none;
	-webkit-transform:translate(25px, -20px);
	transform:translate(25px, -20px);
	padding:5px;
	background-color:#fff;
	margin-bottom:0
}
.select-bahri-form-label span {
	color:#003c71;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px
}
.select-bahri-dotted {
	display:inline-block;
	position:relative;
	margin-bottom:50px
}
.select-bahri-dotted-select {
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-ms-appearance:none;
	height:50px;
	width:100%;
	border-bottom:1px dashed #F78F1E;
	color:#003c71;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	outline:0!important;
	background-color:#fff!important
}
.select-bahri-dotted-select:focus {
	outline:0!important
}
.select-bahri-dotted-select-arrow {
	-webkit-transform:translate(-10px, 14px);
	transform:translate(-10px, 14px);
	position:absolute;
	color:#F78F1E;
	right:10px;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
.select-bahri-dotted-option {
	color:#003c71;
	font-size:20px;
	font-weight:700;
	line-height:26px
}
.section__image {
	max-width:1440px;
	padding:4.5rem 0!important
}
.section__image.image-left .section__image-detail-inner::before {
content:'';
position:absolute;
top:30px;
left:0;
width:160px;
height:5px;
background-color:#F78F1E;
-webkit-transform:translateX(-50%);
transform:translateX(-50%)
}
.section__image.image-right .section__image-detail-inner::after {
content:'';
position:absolute;
top:30px;
right:0;
width:160px;
height:5px;
background-color:#F78F1E;
-webkit-transform:translateX(50%);
transform:translateX(50%)
}
.section__image .comp, .section__image .comp-row {
	opacity:0
}
.section__image .comp-image {
	-webkit-transform:matrix(1, 0, 0, 1, -400, 0);
	transform:matrix(1, 0, 0, 1, -400, 0);
	opacity:0
}
.section__image .comp-image img {
	max-height:830px
}
.section__image .comp-image.comp-left {
	-webkit-transform:matrix(1, 0, 0, 1, 400, 0);
	transform:matrix(1, 0, 0, 1, 400, 0);
	opacity:0
}
.section__image .line {
	-webkit-transform:matrix(1, 0, 0, 1, -100, 0);
	transform:matrix(1, 0, 0, 1, -100, 0);
	opacity:0
}
.section__image .line.comp-left {
	-webkit-transform:matrix(1, 0, 0, 1, 100, 0);
	transform:matrix(1, 0, 0, 1, 100, 0);
	opacity:0
}
.section__image-accordion {
	padding-top:0!important
}
.section__image-accordion .text-blue {
	font-size:40px;
	line-height:48px;
	font-weight:700
}
.section__image-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-flow:row-reverse nowrap
}
.section__image .section__image-detail:not(.accordion) {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
.section__image .section__image-detail .section__image-detail-inner {
	padding:0 5rem 0 6.5rem;
	z-index:9;
	width:100%;
	position:relative
}
.section__image .section__image-detail .section__image-detail-inner .timeline-title-container {
	padding:64px 13.5%
}
.section__image .section__image-detail .section__image-detail-inner .timeline-title-container h2.timeline-title {
	color:#003c71;
	font-size:40px;
	line-height:48px
}
.section__image .section__image-detail .section__image-detail-inner div.subtitle {
	padding-bottom:.3em
}
.section__image .section__image-detail .section__image-detail-inner div.subtitle p {
	font-size:24px!important;
	line-height:38px
}
.section__image .section__image-detail .section__image-detail-inner h2 {
	font-size:40px;
	font-weight:600;
	line-height:60px
}
.section__image .section__image-detail .section__image-detail-inner p {
	font-size:24px;
	font-weight:200
}
.section__image .section__image-detail .section__image-detail-inner a {
	width:100%;
	max-width:330px
}
.section__image .section__image-detail .section__image-detail-inner .line {
	display:none
}
.section__image .section__image-detail .section__image-detail-inner .row-item {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:1em 0 0 0
}
.section__image .section__image-detail .section__image-detail-inner .row-item .col-number {
	padding:0 1em 0 0
}
.section__image .section__image-detail .section__image-detail-inner .row-item .col-text {
	padding:.2em 0 0 0;
	font-weight:200
}
.section__image .section__image-detail .section__image-detail-inner span.number {
	border:2px solid #F78F1E;
	margin-top:-.16em;
	border-radius:50%;
	color:#003c71;
	font-weight:600;
	width:36px;
	height:36px;
	text-align:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	display:-webkit-box!important;
	display:flex!important
}
.section__image .section__image-detail .section__image-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:25px;
	letter-spacing:normal
}
.section__image .section__image-detail .section__image-detail-inner .timeline {
	max-width:456px;
	position:relative;
	margin:0 auto
}
.section__image .section__image-detail .section__image-detail-inner .timeline .iconContainer {
	height:160px;
	width:60px;
	position:absolute;
	top:-75px;
	left:-60px
}
.section__image .section__image-detail .section__image-detail-inner .timeline .listIcon {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:60px
}
.section__image .section__image-detail .section__image-detail-inner .timeline .listText {
	opacity:0
}
.section__image .section__image-detail .section__image-detail-inner .timeline .item {
	position:relative
}
.section__image .section__image-detail .section__image-detail-inner .timeline .item.active:after {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
.section__image .section__image-detail .section__image-detail-inner .timeline .item:after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	right:-17px;
	background-color:#efefef;
	border:4px solid #efefef;
	top:10px;
	border-radius:50%;
	z-index:1
}
.section__image .section__image-detail .section__image-detail-inner .timeline .container {
	padding:10px 20px;
	position:relative;
	background-color:inherit;
	width:80%
}
.section__image .section__image-detail .section__image-detail-inner .timeline .container img {
	left:-85px;
	position:absolute;
	width:32px
}
.section__image .section__image-detail .section__image-detail-inner .timeline .container:after {
	content:'';
	position:absolute;
	width:2px;
	background-color:#efefef;
	top:18px;
	bottom:0;
	left:0;
	margin-left:-26px;
	min-height:140px
}
.section__image .section__image-detail .section__image-detail-inner .timeline .left {
	left:0
}
.section__image .section__image-detail .section__image-detail-inner .timeline .right {
	left:0
}
.section__image .section__image-detail .section__image-detail-inner .timeline .right:after {
	left:16px
}
.section__image .section__image-detail .section__image-detail-inner .timeline .content h2 {
	font-size:24px;
	line-height:34px;
	color:#F78F1E
}
.section__image .section__image-detail .section__image-detail-inner .timeline .content p {
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666
}
.section__image .section__image-detail .section__image-detail-inner .timeline .item:last-child .container:after {
	display:none
}
.section__image .timeline-image {
	display:inline-block!important
}
.section__image .timeline-image-mobile {
	display:none!important
}
@media (max-width:1113.98px) {
.listIcon {
display:none
}
}
@media (max-width:1113.98px) {
.section__image {
padding-top:0!important
}
.section__image.image-left .section__image-detail-inner::before, .section__image.image-right .section__image-detail-inner::before {
display:none
}
.section__image.image-left .section__image-detail-inner::after, .section__image.image-right .section__image-detail-inner::after {
display:none
}
.section__image.image-left h2::before, .section__image.image-right h2::before {
position:absolute;
height:60px;
width:5px;
background-color:#F78F1E;
content:' ';
margin:0 auto;
margin-top:-96px;
margin-left:0
}
.section__image.image-left h2::after, .section__image.image-right h2::after {
display:none
}
.section__image.section__timeline .section__image-detail-inner {
padding-top:2rem!important
}
.section__image .section__image-detail-inner {
padding-left:1.5rem!important;
padding-right:1.5rem!important;
padding-top:4rem!important
}
.section__image .section__image-detail-inner .timeline-title-container {
padding:32px 0!important
}
.section__image .section__image-detail-inner .timeline-title-container h2.timeline-title {
font-size:30px!important;
line-height:36px!important
}
.section__image .section__image-detail-inner .timeline-icon {
display:none
}
.section__image .section__image-detail-inner .timeline {
max-width:456px
}
.section__image .section__image-detail-inner .row-item .col-number {
padding:0!important
}
.section__image .section__image-detail-inner .row-item .col-text {
padding:0 1em!important
}
.section__image .section__image-detail-inner .line {
display:block!important;
position:absolute;
width:60px;
height:5px;
background-color:#F78F1E;
top:0;
margin:0!important;
left:-3px;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
z-index:99
}
.section__image .section__image-detail-inner span.number {
display:block!important
}
.section__image .section__image-detail-inner hr {
width:100%!important
}
.section__image .section__image-detail-inner h3 {
margin-top:5px
}
.section__image .section__image-detail-inner h2 {
font-size:30px;
font-weight:500;
line-height:36px
}
.section__image .section__image-detail-inner p .subtitle {
font-size:16px;
font-weight:300;
line-height:26px
}
.section__image .section__image-detail-inner .timeline .item .container {
width:100%;
padding:10px 0
}
.section__image .section__image-detail-inner .timeline .item .container:after {
display:none
}
.section__image .section__image-detail-inner .timeline .item .container img {
display:none
}
.section__image .section__image-detail-inner .timeline .item:after {
display:none
}
.section__image .timeline-image {
display:none!important
}
.section__image .timeline-image-mobile {
display:inline-block!important
}
}
.section__image-accordion {
	max-width:1440px;
	padding:4.5rem 0!important
}
.section__image-accordion-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-flow:row-reverse nowrap
}
.section__image-accordion-detail-inner {
	padding:0 5rem 0 6.5rem
}
.section__image-accordion-detail-inner h2 {
	font-size:40px;
	font-weight:600
}
.section__image-accordion-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	line-height:25px;
	letter-spacing:normal;
	font-weight:200
}
.section__image-accordion-detail-inner p.subtitle {
	font-size:24px;
	line-height:38px
}
.section__image-accordion .section__accordion {
	width:100%;
	position:absolute;
	max-width:720px;
	left:32.5em;
	margin-top:2em;
	top:15em;
	bottom:0;
	height:auto
}
.section__image-accordion .section__accordion-card {
	border:0;
	border-radius:0;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
.section__image-accordion .section__accordion-card:first-child .card-header {
	box-shadow:none
}
.section__image-accordion .section__accordion-card-header {
	border-bottom:0;
	border-radius:0;
	box-shadow:inset 0 5px 10px -5px rgba(0, 0, 0, .1);
	cursor:pointer;
	padding:1.3rem 1.7rem;
	margin-bottom:0
}
.section__image-accordion .section__accordion-card-header p {
	font-weight:700
}
.section__image-accordion .section__accordion-card-header[aria-expanded=true] img.openned {
	display:block
}
.section__image-accordion .section__accordion-card-header[aria-expanded=true] img.closed {
	display:none
}
.section__image-accordion .section__accordion-card-header p {
	font-family: 'Montserrat', sans-serif;
	color:#003c71;
	font-size:18px;
	line-height:24px;
	text-decoration:none!important;
	width:100%;
	text-align:left;
	margin-bottom:0
}
.section__image-accordion .section__accordion-card-header img {
	width:40px;
	float:right
}
.section__image-accordion .section__accordion-card-header img.openned {
	display:none
}
.section__image-accordion .section__accordion-card-header img.closed {
	display:block
}
.section__image-accordion .section__accordion-card-body {
	font-size:16px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	color:#212422;
	line-height:25px;
	padding:0 1.25rem 1.25rem 1.25rem
}
.section__image-accordion.image-right .section__image-accordion-detail-inner {
	margin-left:4em;
	margin-top:2em
}
.section__image-accordion.image-right .section__accordion {
	top:0;
	left:10.2em;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center
}
@media (max-width:1113.98px) {
.section__image-accordion {
padding-top:0!important
}
.section__image-accordion-detail-inner {
padding-left:1.5rem!important;
padding-right:1.5rem!important;
padding-top:4rem!important
}
.section__image-accordion-detail-inner hr {
width:100%!important
}
.section__image-accordion-detail-inner h3 {
margin-top:5px
}
.section__image-accordion-detail-inner h2 {
font-size:40px;
font-weight:600;
line-height:36px
}
.section__image-accordion-detail-inner p .subtitle {
font-size:16px;
font-weight:300;
line-height:26px
}
.section__image-accordion .section__accordion {
position:relative;
margin-top:-3em!important;
padding:0 2em!important;
top:auto;
max-width:initial;
left:auto
}
.section__image-accordion.image-right .section__image-accordion-detail-inner {
margin-left:0;
margin-top:0
}
.section__image-accordion.image-right .section__accordion {
left:0
}
}
.grid__cards {
	width:100%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center
}
.grid__cards .material-icons {
	color:#003c71
}
.grid__cards-title {
	padding:5%!important;
	color:#003c71;
	font-size:40px;
	font-weight:700;
	line-height:48px;
	text-align:center
}
.grid__cards-container {
	padding:0 6.5%;
	padding-bottom:1%
}
@media (max-width:1113.98px) {
.grid__cards-title {
margin-top:5%;
font-size:30px
}
.grid__cards-container {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-flow:column nowrap!important
}
}
.grid__card .material-icons {
	color:#003c71
}
.grid__card-body {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	margin:0 2.5%;
	padding-top:5%;
	padding-bottom:2.5%;
	width:33%
}
.grid__card-icon {
	background-color:#efefef;
	border-radius:25px;
	padding:30px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:150px;
	height:150px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center
}
.grid__card-icon-img {
	width:auto;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.grid__card-title {
	padding-top:17.5%;
	padding-bottom:.75%;
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:29px;
	text-align:center
}
.grid__card-description {
	width:100%;
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:30px;
	text-align:center;
	padding-right:10px;
	padding-left:10px
}
@media (max-width:1113.98px) {
.grid__card-body {
width:auto;
margin:25px 0;
padding:50px 15px
}
.grid__card-body .d-flex.flex-fill {
height:50px
}
}
.form-control.error, .form-control.is-invalid {
	border-color:#f86363!important;
	background-image:none!important
}
.form-control.error ::-webkit-input-placeholder, .form-control.is-invalid ::-webkit-input-placeholder {
color:#f86363!important
}
.form-control.error ::-moz-placeholder, .form-control.is-invalid ::-moz-placeholder {
color:#f86363!important
}
.form-control.error :-ms-input-placeholder, .form-control.is-invalid :-ms-input-placeholder {
color:#f86363!important
}
.form-control.error ::-ms-input-placeholder, .form-control.is-invalid ::-ms-input-placeholder {
color:#f86363!important
}
.form-control.error ::placeholder, .form-control.is-invalid ::placeholder {
color:#f86363!important
}
div[data-captcha-container] span[data-captcha-error-message] {
	display:none
}
div[data-captcha-container] .form-control.is-invalid+span {
	display:none
}
div[data-captcha-container] .form-control.is-invalid+span+span[data-captcha-error-message] {
	display:block
}
.form-control.is-invalid+span+div.g-recaptcha {
	border-color:#f86363!important;
	border:solid 1px
}
.parsley-required {
	padding:.5em .5em
}
.parsley-type {
	padding:.5em .5em
}
.text-help.filled div {
	padding:.5em .5em
}
#home .right-sidebard {
	top:50%
}
.home__slide-content>div, .home__slide-content>h1, .home__slide-content>p {
	z-index:3
}
.home__slide-content>video {
	z-index:2
}
.home__slide-content:after {
	content:" ";
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	opacity:.3;
	left:0;
	top:0;
	z-index:1
}
.home__intro[dir=rtl] .home__slide .slide-indicator i {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
.home__intro[dir=rtl] .home__slide .slide-indicator i:first-child {
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.home__intro .home__slide {
	position:relative;
	overflow:hidden;
	background-color:transparent;
	padding-top:2.24rem
}
.home__intro .home__slide video {
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	height:auto;
	min-height:100%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%)
}
.home__intro .home__slide .slide-indicator {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	font-weight:300;
	font-size:16px;
	letter-spacing:normal
}
.home__intro .home__slide .slide-indicator strong {
	font-weight:700
}
.home__intro .home__slide .slide-indicator i {
	color:#F78F1E;
	font-size:20px;
	margin:0 10px
}
.home__intro .home__slide .slide-indicator i.flip {
	-webkit-transform:scale(-1, -1);
	transform:scale(-1, -1)
}
.home__intro .home__slide .slide-subtitle {
	font-size:14px;
	letter-spacing:1.75px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:700
}
.home__intro .home__slide .slide-subtitle:after, .home__intro .home__slide .slide-subtitle:before {
	background-color:#fff;
	content:"";
	display:inline-block;
	height:1px;
	position:relative;
	vertical-align:middle;
	width:30px
}
.home__intro .home__slide .slide-subtitle:before {
	right:.5em;
	margin-left:-30px
}
.home__intro .home__slide .slide-subtitle:after {
	left:.5em;
	margin-right:-30px
}
.home__news {
	padding-top:2.5em!important
}
.home__news .btn-bottom {
	display:none
}
.home__news .owl-stage {
	padding-bottom:2em
}
.home__news .owl-stage .owl-item.active.center {
	opacity:1!important
}
.home__news .owl-stage .owl-item {
	opacity:.2
}
.home__news .home__news-header {
	padding:0 3.7em;
	max-width:1440px
}
.home__news .home__news-header .home__news-title {
	padding:0 2em;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.home__news .home__news-carousel {
	padding-top:1.5em
}
.home__news .home__news-carousel .home__news-item {
	width:360px;
	max-width:360px;
	min-width:360px;
	max-height:630px;
	min-height:630px
}
.home__news .home__news-carousel .home__news-item .home__news-item-img {
	min-height:450px;
	max-height:450px;
	width:360px;
	min-width:360px;
	max-width:360px;
	background-color:#eee;
	background-size:cover;
	zoom:1;
	background-repeat:no-repeat;
	background-position:center center
}
.home__news .home__news-carousel .home__news-item .home__news-item-details {
	padding:1em 0;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1);
	min-height:160px
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-date {
	padding:1em 1.5em;
	-webkit-box-align:center;
	align-items:center;
	align-content:center;
	-webkit-box-pack:center;
	justify-content:center;
	color:#a8a8aa
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-date .month {
	font-size:14px;
	letter-spacing:3px;
	font-weight:500
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-date .day {
	font-size:30px;
	font-weight:700;
	line-height:23px;
	margin-bottom:9px
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-date .year {
	font-size:12px;
	font-weight:700;
	letter-spacing:2.57px
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-title {
	padding:.8em 2em 1em 0
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-title a {
	font-size:16px;
	color:#003c71;
	line-height:24px;
	font-weight:700;
	letter-spacing:normal
}
.home__news .home__news-carousel .home__news-item .home__news-item-details .home__news-item-details-title a:hover {
	text-decoration:none
}
.home__news .home__news-carousel .home__news-item .badge {
	position:absolute;
	top:0;
	left:0;
	background-color:#003c71;
	letter-spacing:2px;
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	padding:.8em 1.5em;
	margin:0;
	border-radius:0;
	min-width:130px
}
.home__news .home__news-carousel .home__news-item .badge.badge-news {
	background-color:#F78F1E
}
.home__careers {
	position:relative;
	padding:4.5rem 0 3rem 0!important;
	max-width:1440px
}
.home__careers .home__careers-detail {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center
}
.home__careers .home__careers-detail .home__careers-detail-inner {
	max-width:480px
}
.home__careers .home__careers-detail .home__careers-detail-inner p {
	font-weight:300;
	font-size:24px;
	line-height:40px;
	opacity:0
}
.home__careers .home__careers-image {
	-webkit-transform:matrix(1, 0, 0, 1, -400, 0);
	transform:matrix(1, 0, 0, 1, -400, 0);
	opacity:0
}
.home__careers .line {
	-webkit-transform:matrix(1, 0, 0, 1, -100, 0);
	transform:matrix(1, 0, 0, 1, -100, 0);
	opacity:0
}
.home__careers .btn-orka, .home__careers h2 {
	opacity:0
}
.home__careers .home__careers-items {
	padding:5em 0 0 0
}
.home__careers .home__careers-items .home__careers-items-item {
	border-right:.5px solid #d8d8d8;
	border-left:.5px solid #d8d8d8;
	padding:0 4.1em
}
.home__careers .home__careers-items .home__careers-items-item h3 {
	margin-bottom:.8em
}
.home__careers .home__careers-items .home__careers-items-item p {
	font-size:16px;
	margin-bottom:1.5em
}
.home__facts {
	background-image:url(../img/BG.png);
	background-repeat:repeat;
	overflow:hidden;
	padding:5em 3em
}
.home__facts[dir=rtl] .home__facts-tiles .tile {
	font-family: 'Montserrat', sans-serif !important
}
.home__facts[dir=rtl] .tile-years img {
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	-webkit-filter:FlipH;
	filter:FlipH
}
.home__facts[dir=rtl] .tile-years .tile {
	margin:0 1em
}
.home__facts[dir=rtl] .tile-years .tile .experience {
	font-size:51px;
	font-weight:700;
	letter-spacing:normal
}
.home__facts[dir=rtl] .tile-years .tile .fourthy {
	font-family: 'Montserrat', sans-serif !important
}
.home__facts[dir=rtl] .tile-years .tile .years {
	font-size:30px;
	font-weight:700;
	letter-spacing:normal
}
.home__facts[dir=rtl] .home__facts-tiles .tile .content .toptitle {
	font-size:26px;
	letter-spacing:normal;
	font-weight:700;
	color:#F78F1E;
	text-transform:uppercase;
	margin-bottom:15px
}
.home__facts[dir=rtl] .home__facts-tiles .tile .content .subtitle {
	letter-spacing:normal
}
.home__facts[dir=rtl] .home__facts-sub-tiles .tile-simple {
	max-width:240px
}
.home__facts[dir=rtl] .home__facts-sub-tiles .tile-simple .detail {
	letter-spacing:normal
}
.home__facts h2 {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100)
}
.home__facts .tile-years {
	padding:2rem 0 0 0
}
.home__facts .tile-years .left-icon {
	margin-right:-15px;
	-webkit-clip-path:inset(100% 0 0);
	clip-path:inset(100% 0 0)
}
.home__facts .tile-years .right-icon {
	margin-left:-35px;
	-webkit-clip-path:inset(100% 0 0);
	clip-path:inset(100% 0 0)
}
.home__facts .tile-years .tile {
	padding:1em 0;
	-webkit-clip-path:inset(0 0 100%);
	clip-path:inset(0 0 100%)
}
.home__facts .tile-years .tile .fourthy {
	font-size:120px;
	font-weight:700;
	color:#F78F1E;
	line-height:90px;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	padding-bottom:10px
}
.home__facts .tile-years .tile .fourthy .plus {
	font-size:60px;
	margin-left:10px
}
.home__facts .tile-years .tile .years {
	font-size:60px;
	font-weight:700;
	letter-spacing:12px;
	text-transform:uppercase;
	color:#F78F1E;
	line-height:60px
}
.home__facts .tile-years .tile .experience {
	text-transform:uppercase;
	font-weight:400;
	font-size:16px;
	letter-spacing:10px;
	color:#F78F1E
}
.home__facts .home__facts-tiles {
	padding:4em 0 2em 0
}
.home__facts .home__facts-sub-tiles {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.home__facts .home__facts-sub-tiles .tile-simple {
	margin:0 1.8em
}
.tile {
	padding:1em 2em;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.tile .icon {
	padding-right:15px
}
.tile .content {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:start;
	align-items:flex-start;
	-webkit-box-pack:left;
	justify-content:left
}
.tile .content .title {
	font-size:44px;
	font-weight:700;
	color:#F78F1E;
	line-height:60px
}
.tile .content .title .small-text {
	font-size:30px;
	margin-left:-10px
}
.tile .content .subtitle {
	font-size:26px;
	letter-spacing:5px;
	font-weight:700;
	color:#F78F1E;
	text-transform:uppercase
}
.tile-simple {
	opacity:0;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-align:center;
	align-items:center;
	padding:0 2.4em
}
.tile-simple .number {
	font-size:34px;
	color:#F78F1E;
	font-weight:700;
	line-height:68px
}
.tile-simple .detail {
	text-transform:uppercase;
	padding-left:1em;
	font-size:16px;
	font-weight:700;
	color:#F78F1E;
	line-height:20px
}

@media only screen and (min-width:300px) and (max-width:800px) {
.tile-simple .number {
	font-size:38px;
	color:#F78F1E;
	font-weight:700;
	line-height:78px
}
.tile-simple .detail {
	text-transform:uppercase;
	padding-left:1em;
	font-size:14px;
	font-weight:700;
	color:#F78F1E;
	line-height:20px
}


}


.tile-simple .detail.vlccs {
	letter-spacing:1px
}
.tile.employees {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 100, 0);
	transform:matrix(1, 0, 0, 1, 100, 0)
}
.tile.fleet {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, -100, 0);
	transform:matrix(1, 0, 0, 1, -100, 0)
}
.tile.vessels .icon {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, 50);
	transform:matrix(1, 0, 0, 1, 0, 50)
}
.tile.vessels .content {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, -50);
	transform:matrix(1, 0, 0, 1, 0, -50)
}
.font-size-30 {
	font-size:30px!important
}
.line {
	position:absolute;
	width:160px;
	height:5px;
	background-color:#F78F1E;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:13rem
}
* {
	box-sizing:border-box
}
@media (max-width:1113.98px) {
.home__intro {
position:relative
}
.home__intro .owl-carousel .owl-stage-outer {
z-index:-1
}
.home__intro .owl-carousel .owl-nav {
display:none
}
.home__intro .owl-carousel .owl-dots {
position:absolute;
z-index:2;
background-color:transparent;
bottom:7px;
margin:0 auto;
left:0;
right:0
}
.home__intro .owl-carousel .owl-dots .owl-dot span {
border:1px solid #fff;
background-color:transparent
}
.home__intro .owl-carousel .owl-dots .owl-dot.active span {
background-color:#F78F1E;
border:none
}
.home__intro .home__slide {
padding:0 1em;
display:-webkit-box;
display:flex;
-webkit-box-pack:start!important;
justify-content:flex-start!important;
-webkit-box-align:start;
align-items:flex-start
}
.home__intro .home__slide .home__slide-content {
padding-top:25vh
}
.home__intro .home__slide .slide-title {
font-size:46px!important;
text-align:center
}
.home__intro .home__slide .slide-subtitle {
margin-top:0
}
.home__intro .home__slide .space-3 {
display:none
}
.home__intro .home__slide .slide-action {
margin-top:.5em;
width:100%;
padding:0 1em;
max-width:350px
}
.home__intro .home__slide .slide-action button {
width:100%
}
.home__intro .right-sidebard {
display:none
}

.home__news {
margin-top:2em;
margin-bottom:4em
}

.home__news .home__news-header {
padding:0!important
}
.home__news .home__news-title {
padding:0 1.5em!important;
margin:0!important
}
.home__news .btn-top {
display:none!important
}
.home__news .btn-bottom {
display:block
}
.home__news .home__news-carousel {
padding-top:1.5em
}
.home__news .home__news-carousel .home__news-item {
width:280px;
max-width:280px!important;
min-width:280px!important;
max-height:480px!important;
min-height:480px!important
}
.home__news .home__news-carousel .home__news-item .home__news-item-img {
min-height:350px;
max-height:350px;
width:280px;
min-width:280px;
max-width:280px
}
.home__news .home__news-carousel .home__news-item .home__news-item-details-title {
font-size:14px!important;
font-weight:700;
line-height:17px!important;
padding-right:0!important
}
#home .section__image {
padding-top:3em!important;
margin-bottom:3em!important
}
.home__careers .home__careers-detail .home__careers-detail-inner {
padding:1.5em 1.5em
}
.home__careers .home__careers-detail .home__careers-detail-inner button {
width:100%
}
.home__facts h2 {
font-size:40px
}
.home__facts[dir=rtl] .home__facts-sub-tiles .tile-simple {
max-width:none
}
.home__facts .tile-years {
padding:2rem 0 0 0;
-webkit-box-align:start;
align-items:flex-start
}
.home__facts .tile-years .left-icon {
margin-right:0
}
.home__facts .tile-years .left-icon img {
width:67px
}
.home__facts .tile-years .right-icon {
margin-left:-5px
}
.home__facts .tile-years .right-icon img {
width:67px
}
.home__facts .tile-years .tile {
padding:1em 0
}
.home__facts .tile-years .tile .fourthy {
font-size:70px;
line-height:40px
}
.home__facts .tile-years .tile .fourthy .plus {
font-size:70px;
margin-left:0
}
.home__facts .tile-years .tile .years {
font-size:30px;
letter-spacing:5.77px;
line-height:35px
}
.home__facts .tile-years .tile .experience {
font-size:12px;
letter-spacing:3px
}
.home__facts .home__facts-tiles {
padding:0;
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.home__facts .home__facts-sub-tiles {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important;
-webkit-box-align:stretch!important;
align-items:stretch!important
}
.home__facts .home__facts-sub-tiles .d-flex {
width:100%!important
}
.home__facts .home__facts-sub-tiles .tile-simple {
margin:0 auto;
border-bottom:0;
width:100%
}
.home__facts .home__facts-sub-tiles .tile-simple .number {
text-align:center;
min-width:85px
}
.home__facts .home__facts-sub-tiles .d-flex:last-child .tile-simple {
border-bottom:3px solid #fff
}
.tile {
padding:1em 0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
.tile.vessels {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
.tile.vessels .icon {
padding-right:1em
}
.tile .icon {
padding-right:0;
padding-bottom:1em
}
.tile .content {
-webkit-box-pack:center;
justify-content:center;
-webkit-box-align:center;
align-items:center
}
.tile .content .title {
font-size:60px
}
.tile .content .title .small-text {
margin-left:-15px
}
.tile .content .subtitle {
font-size:16px;
letter-spacing:3px
}
.tile .content .subtitle .pl-2 {
padding-left:0!important
}
.line {
display:none
}
.owl-dots-custom {
display:none!important
}
}
.remove-opacity:after {
	display:none
}
.owl-dots-custom {
	margin:0 auto;
	position:absolute;
	top:90%;
	left:0;
	right:0;
	z-index:9999;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.owl-dots-custom .intro-timeline-container {
	position:relative;
	top:13px
}
.owl-dots-custom .intro-timeline-container .timeline-path {
	position:absolute;
	height:7px;
	margin-left:5px;
	overflow:hidden
}
.owl-dots-custom .intro-timeline-container .timeline-path.path-mask {
	width:0
}
.owl-dots-custom .intro-timeline-container .intro_timeline {
	position:absolute;
	width:951px;
	height:7px;
	left:0
}
.owl-dots-custom .owl-dots-custom-container {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:end;
	align-items:flex-end
}
.owl-dots-custom .owl-dots-custom-container .owl-dots-item {
	width:270px;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;
	font-size:10px;
	letter-spacing:2px;
	font-weight:700;
	color:#fff;
	padding:1em 5px 1.5em 0
}
.owl-dots-custom .owl-dots-custom-container .owl-dots-item .dot {
	width:14px;
	height:14px;
	background-color:#fff;
	position:absolute;
	bottom:-11px;
	z-index:99;
	border-radius:40px
}
.owl-dots-custom .owl-dots-custom-container .owl-dots-item.active .owl-dots-item-title {
	color:#F78F1E
}
.owl-dots-custom .owl-dots-custom-container .owl-dots-item.active .dot {
	background-color:#F78F1E
}
@-webkit-keyframes drive {
from {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@keyframes drive {
from {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0
}
to {
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
[dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6 {
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing:0
}
[dir=rtl] p {
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing:0
}
[dir=rtl] span {
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing:0
}
[dir=rtl] a {
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing:0
}
[dir=rtl] div {
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0
}
[dir=rtl] .home__intro .bx-wrapper, [dir=rtl] .home__intro .owl-carousel {
	direction:ltr
}
[dir=rtl] .home__intro .owl-carousel .owl-item {
	direction:rtl;
	float:left
}
[dir=rtl] .home__intro .owl-carousel .owl-item .home__slide .home__slide-content {
	direction:ltr;
	float:right
}
[dir=rtl] .home__intro .owl-carousel .owl-item .home__slide .home__slide-content .slide-indicator {
	direction:ltr!important
}
.modal-dialog {
	margin:0 auto
}
.modal-full {
	min-width:100%;
	margin:0
}
[dir=rtl] .glide--rtl {
	direction:ltr!important
}
[dir=rtl] .home__facts-tiles .tile .content .title {
	font-family: 'Montserrat', sans-serif !important
}
[dir=rtl] .home__facts-sub-tiles .tile-simple .number {
	font-family: 'Montserrat', sans-serif !important
}
.home__orka-units {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	padding-top:5rem!important
}
.home__orka-units[dir=rtl] .home__orka-units_categories .home__orka-units_categories-item button i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.home__orka-units .btn-units-mobile {
	display:none
}
.home__orka-units>h2 {
	color:#003c71;
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100)
}
.home__orka-units>p {
	text-align:center;
	color:#212422;
	font-size:20px;
	font-weight:400!important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:normal;
	line-height:30px;
	/*max-width:930px;*/
	padding:0px 120px;
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100)
}
.home__orka-units .home__orka-units_categories-holder {
	position:relative;
	width:100%
}
.home__orka-units .home__orka-units_categories {
	padding-top:2rem;
	-webkit-box-pack:space-evenly;
	justify-content:space-evenly;
	align-content:space-between;
	overflow:hidden
}
.home__orka-units .home__orka-units_categories .compCard {
	opacity:0;
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100)
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item {
	background-color:#eee;
	width:100%;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:end;
	justify-content:flex-end;
	padding:55px 0;
	min-height:500px;
	background-size:cover;
	background-position:center center
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item.twoRows {
	padding:40px 0;
	min-height:250px;
	max-height:250px
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC {
	text-align:center
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC img {
	margin-bottom:2px
}

.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC p {
	font-weight:600;
	color:#fff;
	font-size:18px;
	margin-bottom:2rem
}

@media only screen and (min-width:300px) and (max-width:760px) {
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC p {
	font-weight:600;
	color:#fff;
	font-size:12px;
	margin-bottom:2rem
}

}

.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail {
	position:absolute;
	min-height:500px;
	max-height:500px;
	background-size:cover;
	background-position:bottom;
	right:0;
	top:2rem;
	z-index:1
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .textLeft, .home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .textRight {
	opacity:0
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail.show {
	opacity:1;
-webkit-transition:opacity .5s ease-out;
transition:opacity .5s ease-out;
	height:100%
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail.show .textLeft {
	opacity:1;
-webkit-transition:opacity .5s ease-out .5s;
transition:opacity .5s ease-out .5s
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail.show .textRight {
	opacity:1;
-webkit-transition:opacity .5s ease-out 1s;
transition:opacity .5s ease-out 1s
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail.collapsing {
	opacity:0;
-webkit-transition:opacity .5s ease-in;
transition:opacity .5s ease-in
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .content {
	min-height:500px;
	height:100%
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container .row .btn-close {
	position:absolute;
	right:7%;
	z-index:2
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container p.title {
	font-size:18px;
	color:#fff;
	font-weight:700;
	line-height:24px
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container p.subtitle {
	font-size:24px;
	font-weight:300;
	line-height:38px;
	color:#fff
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container p.text {
	font-size:16px;
	line-height:25px;
	color:#fff
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container .data span.number {
	font-size:80px;
	font-weight:700;
	line-height:97px;
	color:#fff
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container .data span.number small {
	font-size:50%;
	vertical-align:top;
	font-weight:700
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item-detail .container .data span.desc {
	font-size:14px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	width:150px;
	margin-left:1rem
}
@media (max-width:1113.98px) {
.modal-units {
background-position:center center;
background-size:cover;
zoom:1
}
.btn-units-mobile {
display:block!important
}
.btn-units {
display:none!important
}
.home__orka-units p {
text-align:left;
padding:0 2em
}

@media only screen and (min-width:300px) and (max-width:760px) {

.home__orka-units p {
text-align:left;
padding:0 1em
}

}
.home__orka-units .home__orka-units_categories {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item {
min-height:120px!important;
max-height:120px!important;
overflow:hidden;
padding:30px 20px!important;
background-repeat:no-repeat;
background-size:cover;
zoom:1
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC {
position:absolute;
left:20px;
top:50%;
margin-top:-31px
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item .leftC p {
float:right;
line-height:62px;
padding-left:10px
}
.home__orka-units .home__orka-units_categories .home__orka-units_categories-item button {
position:absolute;
right:20px;
top:50%;
margin-top:-19px
}
.home__orka-units_categories-item-detail-mobile {
padding-top:2em;
position:absolute;
min-height:500px
}
.home__orka-units_categories-item-detail-mobile .btn-orka-icon-rounded {
position:absolute;
right:20px;
top:20px;
z-index:99999
}
.home__orka-units_categories-item-detail-mobile .content {
min-height:500px
}
.home__orka-units_categories-item-detail-mobile .container .row .btn-close {
position:absolute;
right:7%;
z-index:999999
}
.home__orka-units_categories-item-detail-mobile .container p.title {
font-size:18px;
color:#fff;
font-weight:700;
line-height:24px
}
.home__orka-units_categories-item-detail-mobile .container p.subtitle {
font-size:24px;
font-weight:300;
line-height:38px;
color:#fff
}
.home__orka-units_categories-item-detail-mobile .container p.text {
font-size:16px;
line-height:25px;
color:#fff
}
.home__orka-units_categories-item-detail-mobile .container .data span.number {
font-size:2em;
font-weight:700;
line-height:97px;
color:#fff
}
.home__orka-units_categories-item-detail-mobile .container .data span.number small {
font-size:50%;
vertical-align:top;
font-weight:700
}
.home__orka-units_categories-item-detail-mobile .container .data span.desc {
font-size:1em;
font-weight:700;
letter-spacing:2px;
line-height:20px;
color:#fff;
text-transform:uppercase;
width:150px;
margin-left:1rem
}
}
.home__investors {
	max-width:1440px;
	position:relative;
	padding:80px 0 2.5em 0!important
}
.home__investors[dir=rtl] .home__investors-items .home__investors-items-item a i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.home__investors .home__investors-image {
	-webkit-transform:matrix(1, 0, 0, 1, -400, 0);
	transform:matrix(1, 0, 0, 1, -400, 0);
	opacity:0
}
.home__investors .line, .home__investors h2 {
	-webkit-transform:matrix(1, 0, 0, 1, -100, 0);
	transform:matrix(1, 0, 0, 1, -100, 0);
	opacity:0
}
.home__investors .btn-orka {
	opacity:0
}
.home__investors .home__investors-detail {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center
}
.home__investors .home__investors-detail .home__investors-detail-inner {
	padding:0 5rem 0 6.5rem;
	z-index:9;
	width:100%;
	position:relative
}
.home__investors .home__investors-detail .home__investors-detail-inner::before {
content:'';
position:absolute;
top:21.5px;
top:30px;
left:0;
width:160px;
height:5px;
background-color:#F78F1E;
-webkit-transform:translateX(-50%);
transform:translateX(-50%)
}
.home__investors .home__investors-detail .home__investors-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#212422;	
	font-size:20px;
	line-height:30px;
	letter-spacing:normal;
	opacity:0
}
.home__investors .home__investors-items {
	padding:5em 3em 0 3em
}
.home__investors .home__investors-items .home__investors-items-item {
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100);
	opacity:0;
	border-right:0;
	border-left:.5px solid #d8d8d8;
	padding:0 2.1em;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:self-start;
	align-items:self-start;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.home__investors .home__investors-items .home__investors-items-item:first-child {
	border-left:0;
	padding:0 2em!important
}
.home__investors .home__investors-items .home__investors-items-item:last-child {
	border-right:0
}
.home__investors .home__investors-items .home__investors-items-item h3 {
	margin-bottom:.8em;
	font-weight:700
}
.home__investors .home__investors-items .home__investors-items-item p {
	font-size:16px;
	margin-bottom:1.5em
}
@media (max-width:1113.98px) {
.home__investors {
padding:80px 0 0 0!important
}
.home__investors .home__investors-detail .home__investors-detail-inner {
padding:60px 24px 40px!important
}
.home__investors .home__investors-detail .home__investors-detail-inner::before {
display:none
}
.home__investors .home__investors-detail .home__investors-detail-inner h2::before {
position:absolute;
height:60px;
width:5px;
background-color:#F78F1E;
content:' ';
margin:0 auto;
margin-top:-96px;
margin-left:0
}
.home__investors .home__investors-detail .home__investors-detail-inner h2::after {
display:none
}
.home__investors .home__investors-detail .home__investors-detail-inner button {
width:100%
}
.home__investors .container-fluid {
padding:0
}
.home__investors .container-fluid .home__investors-items {
padding:1em 2em!important
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item {
border-right:0!important;
border-left:0!important;
border-top:.5px solid #d8d8d8!important;
padding:1.5em 0!important;
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important;
display:-webkit-box!important;
display:flex!important;
-webkit-box-pack:justify!important;
justify-content:space-between!important;
-webkit-box-align:center!important;
align-items:center!important
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item p {
margin-bottom:.5em!important
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item:first-child {
padding:1.5em 0!important
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item:last-child {
border-bottom:.5px solid #d8d8d8
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item div {
padding-right:2em
}
.home__investors .container-fluid .home__investors-items .home__investors-items-item button {
position:initial
}
}
.home__intro[dir=rtl] .slider-next {
	-webkit-transform:rotateX(0)!important;
	transform:rotateX(0)!important
}
.home__intro[dir=rtl] .owl-dots-custom .owl-dots-custom-container .owl-dots-item .owl-dots-item-title {
	letter-spacing:0
}
#home .section__image .row.m-0 .section__image-detail .section__image-detail-inner h2 {
	font-size:3.125rem!important;
	font-weight:600!important;
	line-height:60px!important
}
#home .section__image .row.m-0 .section__image-detail .section__image-detail-inner .subtitle.text-body.comp p {
	font-family: 'Montserrat', sans-serif;
	font-weight:300!important;
	font-size:24px!important;
	line-height:38px!important;
	letter-spacing:normal
}
#home .section__image .row.m-0 .section__image-detail .section__image-detail-inner .btn.btn-orka.text-blue.comp {
	min-width:300px
}
#home .section__image .row.m-0 .section__image-detail .section__image-detail-inner .w-100.comp-row {
	display:none
}
@media (max-width:1113.98px) {
#home .section__image {
padding:0!important
}
#home .section__image .row.m-0 .section__image-detail-inner {
padding:60px 24px 40px!important
}
#home .section__image .row.m-0 .section__image-detail-inner::before {
display:none
}
#home .section__image .row.m-0 .section__image-detail .subtitle.text-body.comp p {
font-family: 'Montserrat', sans-serif !important;
font-weight:300!important;
font-size:24px!important;
line-height:38px!important
}
#home .section__image .row.m-0 .section__image-detail .btn.btn-orka.text-blue.comp {
min-width:100%!important;
margin:auto
}
}
#sustainability .sustainability__fleet {
	background-image:url(../img/BG.png);
	background-repeat:repeat;
	padding:5em 4em
}
#sustainability .sustainability__fleet .sustainability__fleet-inner {
	max-width:1440px
}
#sustainability .sustainability__fleet .sustainability__fleet-inner div.subtitle p {
	font-size:24px;
	font-weight:300;
	color:#fff;
	line-height:38px;
	text-align:center
}
#sustainability .sustainability__fleet .sustainability__fleet-inner p.title {
	font-size:24px;
	font-weight:700;
	color:#fff;
	line-height:38px;
	text-align:left
}
#sustainability .sustainability__fleet .sustainability__fleet-inner p.text {
	font-size:16px;
	color:#fff;
	line-height:25px;
	text-align:left
}
@media (max-width:1113.98px) {
#sustainability .sustainability__fleet {
padding:5em 1em!important
}
#sustainability .sustainability__fleet .row-title {
margin-top:0!important
}
#sustainability .sustainability__fleet .row-title div:first-child {
display:none
}
#sustainability .sustainability__fleet .row-title h2 {
font-size:30px;
text-align:left
}
#sustainability .sustainability__fleet .row-title p {
text-align:left!important;
font-size:20px!important
}
#sustainability .sustainability__fleet .row {
padding:0
}
}
#sustainability .line {
	position:absolute;
	width:160px;
	height:5px;
	background-color:#F78F1E;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:15px
}
#sustainability .sustainability__safety {
	background-color:#fff;
	padding:5em 4em
}
#sustainability .sustainability__safety .compText {
	opacity:0
}
#sustainability .sustainability__safety .sustainability__safety-inner {
	max-width:1440px;
	text-align:left!important
}
#sustainability .sustainability__safety .sustainability__safety-inner .sustainability__safety-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:self-start;
	align-items:self-start
}
#sustainability .sustainability__safety .sustainability__safety-inner .sustainability__safety-row .sustainability__safety-content {
	padding-left:4em
}
#sustainability .sustainability__safety .sustainability__safety-inner hr {
	width:80%
}
#sustainability .sustainability__safety .sustainability__safety-inner span.number {
	border:2px solid #F78F1E;
	border-radius:50%;
	color:#003c71;
	float:left;
	width:36px;
	height:36px;
	text-align:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	display:-webkit-box!important;
	display:flex!important;
	font-weight:600
}
#sustainability .sustainability__safety .sustainability__safety-inner .subtitle {
	font-size:24px;
	font-weight:700;
	color:#003c71;
	line-height:34px;
	text-align:left
}
#sustainability .sustainability__safety .sustainability__safety-inner .title {
	font-size:40px;
	color:#003c71;
	line-height:48px;
	font-weight:600;
	text-align:left
}
#sustainability .sustainability__safety .sustainability__safety-inner .text {
	font-size:16px;
	font-weight:300;
	color:#212422;
	line-height:25px;
	text-align:left
}
@media (max-width:1113.98px) {
#sustainability .sustainability__safety {
padding:5em 1em!important
}
#sustainability .sustainability__safety .sustainability__safety-row {
display:-webkit-box;
display:flex;
-webkit-box-align:self-start;
align-items:self-start;
padding-left:0!important;
padding-right:0!important
}
#sustainability .sustainability__safety .sustainability__safety-row .sustainability__safety-number {
padding-top:.2em
}
#sustainability .sustainability__safety .sustainability__safety-row .sustainability__safety-content {
padding-left:.5em!important
}
#sustainability .sustainability__safety hr {
width:100%!important
}
#sustainability .sustainability__safety p.title {
font-size:30px;
font-weight:500;
line-height:36px
}
#sustainability .sustainability__safety p.subtitle {
font-weight:500;
line-height:26px;
margin-top:5px
}
#sustainability .sustainability__safety span.number {
border:2px solid #F78F1E;
width:36px;
height:36px;
text-align:center;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center;
display:-webkit-box!important;
display:flex!important;
border-radius:50%;
color:#003c71;
font-weight:700;
float:left;
margin-top:-.16em
}
}
#sustainability .section__image {
	max-width:1440px;
	padding:4.5rem 0!important
}
#sustainability .section__image-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-flow:row-reverse nowrap
}
#sustainability .section__image .section__image-detail:not(.accordion) {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
#sustainability .section__image .section__image-detail .section__image-detail-inner {
	padding:0 5rem 0 6.5rem
}
#sustainability .section__image .section__image-detail .section__image-detail-inner h2 {
	font-size:40px;
	font-weight:600
}
#sustainability .section__image .section__image-detail .section__image-detail-inner p {
	font-size:24px;
	font-weight:200
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline {
	max-width:456px
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .line {
	display:none
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .row-item {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:1em 0 0 0
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .row-item .col-number {
	padding:0 1em 0 0
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .row-item .col-text {
	padding:.2em 0 0 0;
	font-weight:200
}
#sustainability .section__image .section__image-detail .section__image-detail-inner span.number {
	border:2px solid #F78F1E;
	padding:4px 13px;
	border-radius:50%;
	color:#003c71;
	font-weight:600;
	float:left
}
#sustainability .section__image .section__image-detail .section__image-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:25px;
	letter-spacing:normal
}
#sustainability .section__image .section__image-detail .section__image-detail-inner p.subtitle {
	font-size:24px;
	line-height:38px
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline {
	position:relative;
	margin:0 auto
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .item {
	position:relative
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .item.active:after {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .item:after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	right:-17px;
	background-color:#efefef;
	border:4px solid #efefef;
	top:10px;
	border-radius:50%;
	z-index:1
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .container {
	padding:10px 20px;
	position:relative;
	background-color:inherit;
	width:80%
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .container img {
	left:-85px;
	position:absolute;
	width:32px
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .container:after {
	content:'';
	position:absolute;
	width:2px;
	background-color:#efefef;
	top:18px;
	bottom:0;
	left:0;
	margin-left:-26px;
	min-height:140px
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .left {
	left:0
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .right {
	left:0
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .right:after {
	left:16px
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .content h2 {
	font-size:24px;
	line-height:34px;
	color:#F78F1E
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .content p {
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666
}
#sustainability .section__image .section__image-detail .section__image-detail-inner .timeline .item:last-child .container:after {
	display:none
}
@media (max-width:1113.98px) {
#sustainability .section__image {
padding:0 0 1.5rem 0!important
}
#sustainability .section__image.section__timeline .section__image-detail-inner {
padding-top:2rem!important
}
#sustainability .section__image .section__image-detail-inner {
padding-left:1.5rem!important;
padding-right:1.5rem!important;
padding-top:4rem!important
}
#sustainability .section__image .section__image-detail-inner p {
word-break:break-word
}
#sustainability .section__image .section__image-detail-inner .timeline-icon {
display:none
}
#sustainability .section__image .section__image-detail-inner .timeline {
max-width:456px
}
#sustainability .section__image .section__image-detail-inner .row-item .col-number {
padding:0!important
}
#sustainability .section__image .section__image-detail-inner .row-item .col-text {
padding:0 1em!important
}
#sustainability .section__image .section__image-detail-inner .line {
display:block!important;
position:absolute;
width:60px;
height:5px;
background-color:#F78F1E;
top:0;
margin:0!important;
left:-3px;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
z-index:99
}
#sustainability .section__image .section__image-detail-inner span.number {
display:block!important
}
#sustainability .section__image .section__image-detail-inner hr {
width:100%!important
}
#sustainability .section__image .section__image-detail-inner h3 {
margin-top:5px
}
#sustainability .section__image .section__image-detail-inner h2 {
font-size:30px;
font-weight:500;
line-height:36px
}
#sustainability .section__image .section__image-detail-inner p .subtitle {
font-size:16px;
font-weight:300;
line-height:26px
}
#sustainability .section__image .section__image-detail-inner .timeline .item .container {
width:100%;
padding:10px 0
}
#sustainability .section__image .section__image-detail-inner .timeline .item .container:after {
display:none
}
#sustainability .section__image .section__image-detail-inner .timeline .item .container img {
display:none
}
#sustainability .section__image .section__image-detail-inner .timeline .item:after {
display:none
}
}
#sustainability {
	overflow:hidden
}
#sustainability .listIcon {
	top:25px;
	left:20px;
	width:32px
}
@media (max-width:1113.98px) {
#sustainability .hero-description h2 {
text-align:center
}
#sustainability .hero-description.hero-description-sustainability h2 {
text-align:left
}
#sustainability .hero-description.hero-description-sustainability h3 {
text-align:left
}
}
#aboutus .section__image {
	max-width:1440px;
	padding:4.5rem 0!important
}
#aboutus .section__image .section__image-detail {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center
}
#aboutus .section__image .section__image-detail .section__image-detail-inner {
	padding:0 5rem 0 6.5rem
}
#aboutus .section__image .section__image-detail .section__image-detail-inner .line {
	display:none
}
#aboutus .section__image .section__image-detail .section__image-detail-inner .col-text {
	padding:0
}
#aboutus .section__image .section__image-detail .section__image-detail-inner span.number {
	display:none
}
#aboutus .section__image .section__image-detail .section__image-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:25px;
	letter-spacing:normal
}
#aboutus .section__image .section__image-detail .section__image-detail-inner p.subtitle {
	font-size:24px;
	line-height:38px
}
@media (max-width:1113.98px) {
#aboutus .section__image {
padding:0!important
}
#aboutus .section__image.section__timeline .section__image-detail-inner {
padding-top:2rem!important
}
#aboutus .section__image .section__image-detail-inner {
padding-left:1.5rem!important;
padding-right:1.5rem!important;
padding-top:4rem!important
}
#aboutus .section__image .section__image-detail-inner .line {
display:block!important;
position:absolute;
width:60px;
height:5px;
background-color:#F78F1E;
top:0;
margin:0!important;
left:-3px;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
z-index:99
}
#aboutus .section__image .section__image-detail-inner .col-text {
padding-right:15px!important;
padding-left:15px!important
}
#aboutus .section__image .section__image-detail-inner span.number {
display:block!important;
border:3px solid #F78F1E;
padding:4px 13px;
border-radius:50%;
color:#003c71;
font-weight:700;
float:left
}
#aboutus .section__image .section__image-detail-inner hr {
width:100%!important
}
#aboutus .section__image .section__image-detail-inner h3 {
margin-top:5px
}
#aboutus .section__image .section__image-detail-inner h2 {
font-size:30px!important;
font-weight:500;
line-height:36px
}
#aboutus .section__image .section__image-detail-inner p .subtitle {
font-size:16px;
font-weight:300;
line-height:26px
}
#aboutus .section__image .section__image-detail-inner #accordion {
left:18px!important;
bottom:-450px;
width:90%!important
}
#aboutus .section__image .section__image-detail-inner #accordion .card .card-header p {
padding-right:10px
}
}
#aboutus #cards-col {
	padding-top:3.5%
}
#aboutus #cards-col .cards-title {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	align-content:center;
	-webkit-box-pack:center;
	justify-content:center;
	padding-top:2em
}
#aboutus #cards-col .cards-title h2 {
	color:#003c71;
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	line-height:48px;
	text-align:center
}
#aboutus #cards-col .cards-title h3 {
	color:#212422;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	width:53%;
	align-self:center
}
#aboutus #cards-col .cards-row {
	padding-top:5%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row;
	-webkit-box-pack:justify;
	justify-content:space-between
}
#aboutus #cards-col .cards-row .card {
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	padding:5% 25px 3.5% 25px;
	width:30%;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	border-color:transparent;
	border-radius:0;
	margin:0 30px
}
#aboutus #cards-col .cards-row .card-number {
	border:2px solid #F78F1E;
	border-radius:50%;
	color:#003c71;
	font-weight:700;
	width:45px;
	height:45px;
	text-align:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	display:-webkit-box!important;
	display:flex!important
}
#aboutus #cards-col .cards-row .card-title {
	padding-top:10%;
	color:#003c71;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:34px;
	text-align:center
}
#aboutus #cards-col .cards-row .card-description {
	text-align:center;
	padding:0 1.5%;
	color:#212422;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	width:90%
}
#aboutus .container-btn {
	padding:5% 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
@media (max-width:1113.98px) {
#aboutus .card {
width:100%!important;
margin:25px 0!important;
padding:10% 2.5% 5% 2.5%!important
}
#aboutus .card-title {
padding-top:5%!important
}
#aboutus #cards-col {
padding-right:20px;
padding-left:20px
}
#aboutus .cards-row {
display:-webkit-box!important;
display:flex!important;
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-flow:column nowrap!important
}
#aboutus .cards-title {
margin-top:15%!important
}
#aboutus .cards-title h2 {
color:#003c71!important;
font-family: 'Montserrat', sans-serif !important;
font-size:30px!important;
line-height:36px!important;
text-align:center!important
}
#aboutus .cards-title h3 {
width:100%!important;
font-size:20px!important
}
}
#aboutus .timeline, #vision .timeline {
	position:relative;
	margin:0 auto;
	max-width:456px
}
#aboutus .timeline .item, #vision .timeline .item {
	position:relative
}
#aboutus .timeline .item.active:after, #vision .timeline .item.active:after {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
#aboutus .timeline .item:after, #vision .timeline .item:after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	right:-17px;
	background-color:#efefef;
	border:4px solid #efefef;
	top:0;
	border-radius:50%;
	z-index:1
}
#aboutus .timeline .container, #vision .timeline .container {
	padding:10px 20px;
	position:relative;
	background-color:inherit;
	width:80%
}
#aboutus .timeline .container img, #vision .timeline .container img {
	left:-85px;
	position:absolute;
	width:32px
}
#aboutus .timeline .container:after, #vision .timeline .container:after {
	content:"";
	position:absolute;
	width:2px;
	background-color:#efefef;
	top:0;
	bottom:0;
	left:0;
	margin-left:-26px;
	min-height:180px
}
#aboutus .timeline .left, #vision .timeline .left {
	left:0
}
#aboutus .timeline .right, #vision .timeline .right {
	left:0
}
#aboutus .timeline .right:after, #vision .timeline .right:after {
	left:15px
}
#aboutus .timeline .content h2, #vision .timeline .content h2 {
	font-size:40px;
	line-height:48px;
	color:#F78F1E;
	position:relative;
	bottom:8px
}
#aboutus .timeline .content p, #vision .timeline .content p {
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666
}
#aboutus .timeline .item:last-child .container:after, #vision .timeline .item:last-child .container:after {
	display:none
}
#aboutus .timeline-image-mobile, #vision .timeline-image-mobile {
	display:none
}
#aboutus #timeline-title, #vision #timeline-title {
	color:#003c71;
	font-family: 'Montserrat', sans-serif;
	font-size:40px;
	line-height:48px
}
#aboutus #timeline-title-container, #vision #timeline-title-container {
	padding:64px 13.5%
}
#aboutus #container-image, #vision #container-image {
	height:140px;
	width:60px;
	position:absolute;
	right:102%;
	bottom:42%
}
#aboutus #timeline-image, #vision #timeline-image {
	height:105%
}
#aboutus #content-paragraph, #vision #content-paragraph {
	width:110%
}
[dir=rtl] .timeline .item:after {
	top:0
}
[dir=rtl] .timeline .item .container:after {
	top:0;
	min-height:120px!important
}
[dir=rtl] #container-image {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
@media (max-width:1113.98px) {
#aboutus .timeline, #vision .timeline {
max-width:456px
}
#aboutus .timeline .item .container, #vision .timeline .item .container {
width:100%;
padding:10px 0
}
#aboutus .timeline .item .container:after, #vision .timeline .item .container:after {
display:none
}
#aboutus .timeline .item .container img, #vision .timeline .item .container img {
display:none
}
#aboutus .timeline .item:after, #vision .timeline .item:after {
display:none
}
#aboutus #timeline-title, #vision #timeline-title {
font-size:30px!important;
line-height:36px!important
}
#aboutus #timeline-title-container, #vision #timeline-title-container {
padding:32px 0!important
}
#aboutus #timeline-image, #vision #timeline-image {
display:none
}
#aboutus .timeline-image-mobile, #vision .timeline-image-mobile {
display:inline-block!important
}
#aboutus #container-image, #vision #container-image {
display:none!important
}
}
.years-carousel {
	background-image:url(../img/BG.png);
	height:100vh;
	min-height:675px;
	max-width:100vw;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#fff;
	overflow:hidden
}
@media (max-width:1025px) {
.years-carousel {
height:100vw;
min-height:500px
}
}
.years-carousel .boat {
	position:absolute;
	left:10vw;
	bottom:6vw
}
.years-carousel .boat svg {
	max-width:30vw
}
@media (max-width:1025px) {
.years-carousel .boat {
display:none
}
}
.years-carousel.rtl .boat {
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.years-carousel .parallax {
	bottom:0;
	z-index:0;
	position:absolute;
	display:-webkit-box;
	display:flex;
	-webkit-transition:-webkit-transform 3s ease-in-out;
	transition:-webkit-transform 3s ease-in-out;
	transition:transform 3s ease-in-out;
	transition:transform 3s ease-in-out, -webkit-transform 3s ease-in-out
}
.years-carousel .parallax .row {
	min-height:50%
}
.years-carousel .parallax .col {
	min-width:350px
}
.years-carousel .parallax .col>.row {
	margin-bottom:30px
}
@media (max-width:1025px) {
.years-carousel .parallax {
display:none
}
}
.years-carousel.rtl .parallax svg {
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}
.years-carousel .year-dots {
	position:absolute;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:stretch;
	justify-content:stretch;
	padding:30px 0;
	margin:20px 20px;
-webkit-transition:left .5s;
transition:left .5s
}
.years-carousel .year-dots.dont-animate {
	-webkit-transition:none;
	transition:none
}
@media (min-width:1025px) {
.years-carousel .year-dots {
padding:50px 0
}
}
.years-carousel .year-dots .year {
	margin:0 50px;
	position:relative;
	font-weight:700;
	cursor:pointer
}
@media (max-width:1025px) {
.years-carousel .year-dots .year {
margin:0 25px
}
}
@media (min-width:1025px) {
.years-carousel .year-dots .year {
font-size:20px
}
}
.years-carousel .year-dots .year i {
	display:block;
	height:10px;
	width:10px;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top:-25px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	opacity:.5
}
.years-carousel .year-dots .year i::after {
content:'';
width:136px;
height:1px;
background-color:#fff;
top:45%;
left:calc(50% + 5px);
position:absolute
}
@media (max-width:1025px) {
.years-carousel .year-dots .year i {
display:none
}
.years-carousel .year-dots .year i::after {
display:none
}
}
.years-carousel .year-dots .year.active {
	color:#F78F1E
}
.years-carousel .year-dots .year.active i {
	background-color:#F78F1E;
	opacity:1
}
.years-carousel .year-dots .year.active i::after {
opacity:.5
}
@media (max-width:1025px) {
.years-carousel .year-dots .year.active {
-webkit-transform:scale(2);
transform:scale(2)
}
}
.years-carousel .year-dots .year.last i::after {
display:none
}
.years-carousel .year-slides {
	position:relative
}
.years-carousel .year-slides .slide {
	position:absolute;
	left:0;
	top:80px;
	width:100vw;
	display:-webkit-box;
	display:flex;
	-webkit-transition:left 2s, opacity 2s;
	transition:left 2s, opacity 2s;
	max-width:100vw;
	overflow:hidden;
	opacity:.5
}
.years-carousel .year-slides .slide.active {
	opacity:1
}
@media (max-width:1025px) {
.years-carousel .year-slides .slide {
width:80vw;
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
.years-carousel .year-slides .slide.safariOnly {
padding-top:2em
}
.years-carousel .year-slides .slide.safariOnly .text {
display:block
}
}
@media (min-width:1025px) {
.years-carousel .year-slides .slide {
top:130px
}
}
.years-carousel .year-slides .slide.dont-animate {
	-webkit-transition:none;
	transition:none
}
.years-carousel .year-slides .slide .text {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:300
}
@media (min-width:1025px) {
.years-carousel .year-slides .slide .text {
height:calc(100vh - 170px)
}
}
@media (max-width:1025px) {
.years-carousel .year-slides .slide .text {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-pack:baseline;
justify-content:baseline
}
}
.years-carousel .year-slides .slide .text p {
	width:100%;
	padding-left:15px;
	font-size:20px
}
.years-carousel .year-slides .slide .text h1 {
	color:#F78F1E;
	font-size:100px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width:1025px) {
.years-carousel .year-slides .slide .text h1 {
display:none
}
}
@media (min-width:1025px) {
.years-carousel .year-slides .slide .text {
-webkit-box-pack:unset;
justify-content:unset
}
.years-carousel .year-slides .slide .text .row {
width:30vw;
-webkit-transform:translateY(20vh);
transform:translateY(20vh)
}
}
@media (min-width:1025px) and (max-height:800px) {
.years-carousel .year-slides .slide .text .row {
-webkit-transform:translateY(10vh);
transform:translateY(10vh)
}
}
.years-carousel .year-slides .slide .text, .years-carousel .year-slides .slide img {
	z-index:1
}
.years-carousel .year-slides .slide img {
	width:100%;
	min-width:auto
}
.years-carousel .left-arrow, .years-carousel .right-arrow {
	position:absolute;
	top:50%;
	z-index:2;
	fill:#fff;
	border:none;
	border-radius:50%;
	width:40px;
	height:40px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	background-color:#F78F1E;
	color:#fff
}
@media (max-width:1025px) {
.years-carousel .left-arrow, .years-carousel .right-arrow {
display:none
}
}
.years-carousel .right-arrow {
	right:15px
}
.years-carousel .left-arrow {
	left:15px
}
.years-carousel.rtl .right-arrow {
	right:unset;
	left:15px
}
.years-carousel.rtl .left-arrow {
	left:unset;
	right:15px
}
@media (max-width:1113.98px) {
.about-us__timeline-carousel {
padding:1.5rem 0 2rem 0
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
padding-left:1.4em;
padding-right:0;
max-width:650px
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide .about-us__timeline-carousel-owl-slide-detail {
-webkit-box-pack:start;
justify-content:flex-start;
-webkit-box-align:start;
align-items:flex-start;
padding-left:0;
padding-right:0
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide .about-us__timeline-carousel-owl-slide-detail h1 {
color:#F78F1E;
font-size:100px;
font-weight:700;
display:none
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide .about-us__timeline-carousel-owl-slide-detail p {
color:#fff;
font-size:20px
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide .about-us__timeline-carousel-owl-slide-image {
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center;
padding:0
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl .about-us__timeline-carousel-owl-slide .about-us__timeline-carousel-owl-slide-image img {
max-width:100%
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container {
display:-webkit-box;
display:flex;
-webkit-box-align:center;
align-items:center;
padding-left:1.5em
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item {
min-width:-webkit-fit-content;
min-width:-moz-fit-content;
min-width:fit-content;
padding-right:2em
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item .owl-dots-item-title {
margin-left:0
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item .dot {
display:none
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item.active {
color:#F78F1E
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item.active .owl-dots-item-title {
color:#F78F1E;
font-size:40px;
font-weight:600
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item:after {
display:none
}
.about-us__timeline-carousel .about-us__timeline-carousel-owl-dots .about-us__timeline-carousel-owl-dots-container .owl-dots-item:last-child:after {
display:none
}
.about-us__timeline-carousel .owl-nav-next, .about-us__timeline-carousel .owl-nav-prev {
display:none!important
}
}
#aboutus .container {
	max-width:1440px;
	padding:0
}
#aboutus .hero h1.slide-title {
	font-size:60px
}
@media (max-width:1113.98px) {
#aboutus .hero {
height:55vh!important;
padding-bottom:12.5%!important
}
#aboutus .hero h1.slide-title {
font-size:40px
}
#aboutus .content h2 {
font-family: 'Montserrat', sans-serif !important;
font-size:20px!important;
font-weight:700!important;
line-height:26px!important
}
#aboutus .content p {
width:85%!important;
font-family: 'Montserrat', sans-serif !important;
font-size:16px!important;
font-weight:300!important;
line-height:25px!important
}
#aboutus .row-timeline {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-direction:column-reverse!important
}
#aboutus .container-btn {
padding:3.5% 2.5% 15% 2.5%!important
}
#aboutus .btn.btn-orka.mb-2.text-blue {
height:50px!important;
width:95%!important
}
#aboutus .right-sidebard {
display:none!important
}
}
#board-of-directors .director-tile-wrap {
	padding:0 0 100px
}
#board-of-directors .hero-description {
	padding-bottom:3rem!important;
	max-width:800px
}
#board-of-directors .hero-description p.compText {
	text-align:center;
	font-size:16px
}
#media {
	overflow-x:hidden
}
#media .hero-description {
	padding-top:5rem!important;
	padding-bottom:2rem!important
}
#media .hero-description.blank {
	padding-top:20px!important
}
#media>.hero {
	position:relative
}
#media>.hero:before {
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	opacity:.3;
	left:0;
	top:0;
	z-index:0
}
#media>.hero h1 {
	margin:20px 15%;
	font-size:48px
}
@media (max-width:1113.98px) {
#media>.hero h1 {
font-size:30px!important;
margin:0
}
}
#media .album-filter {
	margin:0 auto;
	padding:0 0 50px;
	text-align:center
}
#media .album-filter select {
	height:50px;
	border:none;
	-webkit-appearance:none;
	border-bottom:1px dashed #F78F1E;
	color:#003c71;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	outline:0!important;
	background-color:#fff!important
}
@media (max-width:1113.98px) {
#media .album-filter select {
font-size:12px;
padding-right:25px
}
}
#media .album-filter .album-filter__select-arrow {
	right:-15px;
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-25px, 5px);
	color:#F78F1E;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
#media .action {
	padding:50px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
#media .action .btn {
	color:#003c71;
	outline:0!important;
	position:relative
}
#media .action .btn .lds-dual-ring {
	position:absolute;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	display:none;
	top:50%;
	left:50%
}
#media .action .btn.busy {
	cursor:not-allowed
}
#media .action .btn.busy:hover {
	background:#fff!important
}
#media .action .btn.busy span {
	opacity:0
}
#media .action .btn.busy .lds-dual-ring {
	display:block
}
#media article .wrap {
	padding-bottom:30px
}
#media article .btn-orka-icon-rounded {
	margin:0 auto
}
#media article .btn-orka-icon-rounded+p {
	display:none
}
[dir=rtl] #media article .btn-orka-icon-rounded {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.mfp-wrap {
	max-width:1140px;
	left:50%;
	-webkit-transform:translate(-50%);
	transform:translate(-50%)
}
.mfp-img {
	padding:0!important
}
.mfp-figure:after {
	box-shadow:none;
	background:0 0
}
.mfp-image-holder .mfp-content {
	background:0 0;
	padding:0 80px
}
@media (max-width:1113.98px) {
.mfp-image-holder .mfp-content {
padding:0 10px
}
}
.mfp-bottom-bar {
	margin-top:0!important;
	padding:0 80px
}
@media (max-width:1113.98px) {
.mfp-bottom-bar {
padding:0 10px
}
}
.mfp-bottom-bar .mfp-title {
	background:#fff;
	padding:30px 80px;
	text-align:center;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	color:#666
}
.mfp-bottom-bar .mfp-counter {
	display:none
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color:#fff;
	right:80px;
	text-align:center;
	width:80px;
	height:80px;
	background:#F78F1E;
	text-align:center;
	padding:0;
	cursor:pointer!important
}
@media (max-width:1113.98px) {
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
width:40px;
height:40px;
right:10px
}
}
.mfp-arrow {
	margin-top:-25px!important;
	width:50px;
-webkit-transition:.2s all ease;
transition:.2s all ease
}
.mfp-arrow:before {
	border:solid #fff;
	border-width:0 2px 2px 0;
	display:inline-block;
	padding:5px;
	margin:0;
	margin-top:55px
}
.mfp-arrow:after {
	width:40px;
	height:40px;
	border:2px solid #F78F1E;
	display:block;
	margin:0 auto;
	border-radius:50%;
	position:absolute;
	left:17%;
	top:38%;
	-webkit-transform:translate(-50%);
	transform:translate(-50%)
}
.mfp-arrow.mfp-arrow-right:before {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.mfp-arrow.mfp-arrow-left:before {
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	right:0;
	left:auto
}
.mfp-arrow.mfp-arrow-left:after {
	left:83%
}
@media (max-width:1113.98px) {
.mfp-arrow.mfp-arrow-right {
right:10px;
opacity:1
}
.mfp-arrow:after {
z-index:0;
background:rgba(255, 104, 29, .6)
}
.mfp-arrow:before {
z-index:1;
opacity:1
}
.mfp-arrow.mfp-arrow-left {
left:10px;
opacity:1
}
}
#faq .hero {
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover!important
}
#faq .hero>.row {
	max-width:800px;
	width:100%
}
#faq .hero .search {
	padding-top:30px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
#faq .hero .search input {
	height:50px;
	width:80%;
	border-radius:25px;
	background-color:#fff;
	padding:0 40px;
	outline:0!important;
	box-shadow:none!important
}
#faq .hero .search .btn {
	margin-left:2%;
	-webkit-box-pack:right;
	justify-content:right;
	height:50px;
	padding:0 40px;
	border:2px solid #F78F1E;
	border-radius:25px;
	background:0 0;
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	outline:0!important;
	box-shadow:none!important
}
@media (max-width:1149.98px) {
#faq .hero .search {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
#faq .hero .search .btn, #faq .hero .search input {
text-align:center;
width:100%;
margin-left:0;
margin-top:20px
}
}
#faq .hero-description {
	max-width:550px
}
#faq .hero-description h2 {
	font-size:40px;
	text-align:center
}
#faq .hero-description p {
	display:none;
	text-align:center
}
#faq .hero-description .space-1 {
	display:none;
	text-align:center
}
#faq .faq-filter {
	margin:0 auto;
	padding:50px 0;
	text-align:center
}
#faq .faq-filter select {
	height:50px;
	border:none;
	-webkit-appearance:none;
	border-bottom:1px dashed #F78F1E;
	color:#003c71;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	outline:0!important;
	background-color:transparent!important
}
#faq .faq-filter select::-ms-expand {
display:none
}
#faq .faq-filter .album-filter__select-arrow {
	right:-15px;
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-25px, 5px);
	color:#F78F1E;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important
}
#faq .category-buttons-wrap {
	padding:0 0 100px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	flex-wrap:wrap
}
@media (max-width:1113.98px) {
#faq .category-buttons-wrap {
padding:0
}
#faq .category-buttons-wrap .cat-btn {
width:100%!important;
text-align:center
}
#faq .category-buttons-wrap .cat-btn:nth-child(1) a {
border-top:1px solid #efefef
}
#faq .category-buttons-wrap .cat-btn:nth-child(2) a, #faq .category-buttons-wrap .cat-btn:nth-child(3) a {
border-top:0!important
}
#faq .category-buttons-wrap .cat-btn a {
text-decoration:none!important
}
}
#faq .category-buttons-wrap .cat-btn {
	padding:0 30px;
	font-size:18px;
	width:33.33%
}
#faq .category-buttons-wrap .cat-btn:nth-child(1) a, #faq .category-buttons-wrap .cat-btn:nth-child(2) a, #faq .category-buttons-wrap .cat-btn:nth-child(3) a {
border-top:1px solid #efefef
}
#faq .category-buttons-wrap .cat-btn a {
	padding:30px 0;
	border-bottom:1px solid #efefef;
	color:#003c71;
	font-weight:600;
	width:100%;
	text-decoration:none;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
#faq .category-buttons-wrap .cat-btn a span {
	padding:8px 10px
}
#faq .faq-list-wrap {
	background:#efefef url(../img/faq/faq-bg.jpg)
}
#faq .faq-list-wrap .hero-description {
	padding-bottom:40px!important
}
#faq .faq-list-wrap .container {
	padding:0 100px 100px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column
}
#faq .faq-list-wrap .container .btn {
	align-self:center;
	display:-webkit-box;
	display:flex;
	color:#003c71
}
@media (max-width:1113.98px) {
#faq .faq-list-wrap .container {
padding-right:0;
padding-left:0
}
}
[dir=rtl] #faq .hero .search .btn {
	font-size:16px
}
[dir=rtl] #faq .category-buttons-wrap .cat-btn a .btn-orka-icon-rounded {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
[dir=rtl] #faq .faq-list-wrap .btn {
	font-size:16px;
	letter-spacing:0
}
#careers .container {
	max-width:1440px;
	padding:0
}
#careers .btn-container {
	padding-bottom:2.5%
}
#careers .home__investors-image img {
	height:550px
}
#careers .section__image.accordion.position-relative.container-fluid.p-0.bg-white {
	padding-top:0!important
}
#careers .section__image.accordion.position-relative.container-fluid.p-0.bg-white .row.m-0 {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-flow:row-reverse nowrap
}
#careers .section__image.accordion.position-relative.container-fluid.p-0.bg-white .text-blue {
	font-size:40px;
	line-height:48px;
	font-weight:700
}
#careers .text-blue-mobile {
	display:none
}
#careers .collapse-item {
	padding-left:20px!important;
	padding-right:13.5%!important
}
@media (max-width:1113.98px) {
#careers .content .page-footer {
margin-top:25rem!important
}
#careers .section__image.position-relative.container-fluid.p-0.bg-white {
padding:0!important
}
#careers .home__investors-image img {
height:250px
}
#careers .section__image.accordion .section__image-detail-inner {
padding:40px 22px 0 22px!important
}
#careers .col-md-6.m-0.p-0.section__image-detail {
height:50%!important
}
#careers .col-md-6.m-0.p-0.section__image-detail .section__image-detail-inner {
padding:40px 44px;
position:relative;
z-index:10;
bottom:20%!important
}
#careers .col-md-6.m-0.p-0.section__image-detail .section__image-detail-inner #accordion {
position:inherit!important;
top:0
}
#careers .col-md-6.m-0.p-0.section__image-detail .section__image-detail-inner-text {
font-size:30px
}
#careers .btn.btn-orka.mb-2.text-blue {
width:100%
}
#careers .section__image.accordion.position-relative.container-fluid.p-0.bg-white .row.m-0 {
-webkit-box-orient:vertical!important;
-webkit-box-direction:reverse!important;
flex-flow:column-reverse nowrap!important
}
#careers .section__image.accordion.position-relative.container-fluid.p-0.bg-white .section__image-detail-inner h2 {
display:none
}
}
#careers .hero {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
#careers .hero h1.slide-title {
	width:229px;
	color:#fff;
	font-size:60px;
	line-height:80px;
	text-align:center;
	font-weight:600
}
#careers .hero .slide-cta {
	padding-top:20px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	line-height:14px;
	text-align:center;
	margin-bottom:0
}
#careers #modalVideo .modal-dialog {
	width:auto;
	max-width:1280px
}
#careers #modalVideo .modal-dialog .modal-content {
	background-color:transparent;
	border:none
}
#careers #modalVideo .modal-dialog .modal-content .btn-close {
	position:absolute;
	right:0;
	top:0;
	z-index:999
}
#careers .section__cards, #logistics .section__cards {
	width:100%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center
}
#careers .section__cards .material-icons, #logistics .section__cards .material-icons {
	color:#003c71
}
#careers .section__cards-title, #logistics .section__cards-title {
	padding:5%!important;
	color:#003c71;
	font-size:40px;
	font-weight:700;
	line-height:48px;
	text-align:center
}
#careers .section__cards-container, #logistics .section__cards-container {
	padding:0 6.5%;
	padding-bottom:1%
}
[dir=rtl] #careers .section__cards .material-icons, [dir=rtl] #logistics .section__cards .material-icons {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
@media (max-width:1113.98px) {
#careers .section__cards-title, #logistics .section__cards-title {
margin-top:5%;
font-size:30px
}
#careers .section__cards-container, #logistics .section__cards-container {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-flow:column nowrap!important
}
}
#careers .section__card .material-icons, #logistics .section__card .material-icons {
	color:#003c71
}
#careers .section__card-body, #logistics .section__card-body {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	margin:0 2.5%;
	padding-top:5%;
	padding-bottom:2.5%;
	width:33%
}
#careers .section__card-icon, #logistics .section__card-icon {
	background-color:#efefef;
	border-radius:25px;
	padding:30px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:150px;
	height:150px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center
}
#careers .section__card-icon-img, #logistics .section__card-icon-img {
	width:auto;
	position:absolute;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
#careers .section__card-title, #logistics .section__card-title {
	padding-top:17.5%;
	padding-bottom:.75%;
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:29px;
	text-align:center
}
#careers .section__card-description, #logistics .section__card-description {
	width:100%;
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:30px;
	text-align:center;
	padding-right:10px;
	padding-left:10px
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
#careers .section__card-icon, #logistics .section__card-icon {
padding:0
}
#careers .section__card-icon-img, #logistics .section__card-icon-img {
position:relative
}
}
@media (max-width:1113.98px) {
#careers .section__card-body, #logistics .section__card-body {
width:auto;
margin:25px 0;
padding:50px 15px
}
#careers .section__card-body .d-flex.flex-fill, #logistics .section__card-body .d-flex.flex-fill {
height:50px
}
}
#careers .section__image {
	max-width:1440px;
	padding:4.5rem 0!important
}
#careers .section__image .line {
	top:10rem
}
#careers .section__image .home__qshe-image img {
	height:550px
}
#careers .section__image .section__image-detail:not(.accordion) {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
#careers .section__image .section__image-detail .section__image-detail-inner {
padding:.5rem 5rem 2rem 7.25rem
}
#careers .section__image .section__image-detail .section__image-detail-inner .timeline {
	max-width:456px
}
#careers .section__image .section__image-detail .section__image-detail-inner .col-text {
	padding:0
}
#careers .section__image .section__image-detail .section__image-detail-inner span.number {
	display:none
}
#careers .section__image .section__image-detail .section__image-detail-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:25px;
	letter-spacing:normal
}
#careers .section__image .section__image-detail .section__image-detail-inner p.subtitle {
	font-size:24px;
	line-height:38px
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion {
	position:absolute;
	width:100%;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1);
	top:30%;
	z-index:99
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card {
	border:0;
	border-radius:0
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card:first-child .card-header {
	box-shadow:none
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header {
	border-bottom:0;
	border-radius:0;
	box-shadow:inset 0 5px 10px -5px rgba(0, 0, 0, .1);
	cursor:pointer
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header p.title {
	margin-top:0;
	margin-bottom:0;
	font-weight:700!important
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] p {
	font-weight:700
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] img.openned {
	display:block
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] img.closed {
	display:none
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header p {
	font-family: 'Montserrat', sans-serif;
	color:#003c71;
	font-size:18px;
	line-height:24px;
	text-decoration:none!important;
	width:100%;
	text-align:left;
	margin-bottom:0
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img {
	width:40px;
	float:right
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img.openned {
	display:none
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img.closed {
	display:block
}
#careers .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-body {
	font-size:16px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	color:#212422;
	line-height:25px;
	padding:0 1.25rem 1.25rem 1.25rem
}
@media (max-width:1113.98px) {
#careers .section__image-detail-inner .line {
display:none!important
}
}
#careers .section__image-detail-inner h2, #careers .section__image-detail-inner-text {
	padding-right:5%;
	font-size:40px!important;
	font-weight:700!important;
	line-height:48px!important
}
#careers .section__image-detail-inner p {
	padding-right:5.5%;
	color:#212422;
	font-size:16px;
	font-weight:300!important;
	line-height:26px!important;
	margin-top:1.4rem
}
#careers .section__image-detail-inner a, #careers .section__image-detail-inner button {
	width:100%;
	max-width:330px
}
.careers-page .comp-row {
	display:none!important
}
.careers_testimonials .careers_testimonials-title {
	text-align:center;
	font-size:40px;
	color:#003c71
}
.careers_testimonials .careers__testimonials-carousel {
	position:relative
}
.careers_testimonials .careers__testimonials-carousel .owl-nav-next, .careers_testimonials .careers__testimonials-carousel .owl-nav-prev {
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	width:35px;
	height:35px;
	background-color:transparent;
	color:#003c71;
	border-radius:40px;
	border:2px solid #F78F1E;
	line-height:0;
	text-align:center;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	z-index:9;
	cursor:pointer
}
.careers_testimonials .careers__testimonials-carousel .owl-nav-prev {
	left:63px
}
.careers_testimonials .careers__testimonials-carousel .owl-nav-next {
	right:63px
}
.careers_testimonials .careers__testimonials-carousel .owl-stage {
	margin:0 4.5em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl {
	margin-top:4em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item {
	max-width:464px;
	position:relative;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	margin:0 6em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item.odd {
	margin-top:6em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .line {
	position:absolute;
	height:160px;
	width:5px;
	background-color:#F78F1E;
	margin-left:auto;
	margin-right:auto;
	right:auto;
	top:36%;
	left:2em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-img {
	width:100%
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content {
	padding:1em 4em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-title {
	font-size:24px;
	color:#003c71
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-subtitle {
	font-size:16px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-description {
	font-size:16px
}
[dir=rtl] .careers_testimonials .owl-nav-next i, [dir=rtl] .careers_testimonials .owl-nav-prev i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#fleet-detail .section__slider-carousel-owl-item-content-title:before {
	top:-130px!important
}
@media (max-width:1113.98px) {
.careers_testimonials .careers_testimonials-title {
margin-top:1.5em
}
.careers_testimonials .careers__testimonials-carousel {
position:relative
}
.careers_testimonials .careers__testimonials-carousel .owl-nav-next, .careers_testimonials .careers__testimonials-carousel .owl-nav-prev {
display:none
}
.careers_testimonials .careers__testimonials-carousel .owl-stage {
margin:0
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item {
max-width:760px;
margin:0 1em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item.odd {
margin-top:0
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .line {
display:none!important
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-img {
width:100%
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content {
padding:1em 4em
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-title {
font-size:24px;
color:#003c71
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-subtitle {
font-size:16px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content .careers_testimonials-carousel-owl-item-description {
font-size:16px
}
#fleet-detail .section__slider-carousel-owl-item-content-title:before {
top:-80px!important
}
}
@media only screen and (max-width:1024px) {
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item {
max-width:760px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .line {
top:35.5em
}
}
@media only screen and (max-width:768px) {
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item {
max-width:500px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .line {
top:21.5em
}
}
@media only screen and (max-width:425px) {
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item {
max-width:270px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .line {
top:13em;
left:.3em;
height:40px
}
.careers_testimonials .careers__testimonials-carousel .careers_testimonials-carousel-owl .careers_testimonials-carousel-owl-item .careers_testimonials-carousel-owl-item-content {
padding:1em 1em
}
}
#careers {
	overflow:hidden
}
#careers .compCard {
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100);
	opacity:0
}
#careers .accordion .comp-image {
	-webkit-transform:matrix(1, 0, 0, 1, 400, 0);
	transform:matrix(1, 0, 0, 1, 400, 0);
	opacity:0
}
.text-blue-mobile {
	display:none
}
@media (max-width:1113.98px) {
.text-blue-mobile {
display:block;
text-align:center;
font-size:30px!important
}
}
#contact-us .section__question {
	padding:75px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	padding-left:25px;
	padding-right:25px;
	-webkit-box-align:center;
	align-items:center
}
#contact-us .section__question-title {
	color:#212422;
	font-size:24px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	margin-bottom:25px
}
#contact-us .section__question-paragraph {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	text-align:center;
	margin-bottom:0;
	width:55%
}
@media (max-width:1113.98px) {
#contact-us .section__question {
display:-webkit-box;
display:flex;
-webkit-box-pack:start;
justify-content:flex-start;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-flow:column nowrap;
padding-left:25px;
padding-right:25px
}
#contact-us .section__question-title {
text-align:start
}
#contact-us .section__question-paragraph {
text-align:start;
padding-right:60px;
width:auto
}
}
#contact-us .section__form-type, #logistics .section__form-type, #reports .section__form-type {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	padding-bottom:80px
}
#contact-us .section__form-type-mobile, #logistics .section__form-type-mobile, #reports .section__form-type-mobile {
	display:none
}
#contact-us .section__form-type-btn-group, #logistics .section__form-type-btn-group, #reports .section__form-type-btn-group {
	background-color:#efefef!important;
	width:55%!important;
	box-shadow:inset 0 1px 11px 0 rgba(0, 0, 0, .1);
	border-radius:25px!important
}
#contact-us .section__form-type-btn-group .btn, #logistics .section__form-type-btn-group .btn, #reports .section__form-type-btn-group .btn {
	cursor:pointer
}
#contact-us .section__form-type .active, #contact-us .section__form-type .focus.active, #logistics .section__form-type .active, #logistics .section__form-type .focus.active, #reports .section__form-type .active, #reports .section__form-type .focus.active {
	background-color:#F78F1E!important;
	color:#fff!important
}
#contact-us .section__form-type .active a, #contact-us .section__form-type .focus.active a, #logistics .section__form-type .active a, #logistics .section__form-type .focus.active a, #reports .section__form-type .active a, #reports .section__form-type .focus.active a {
	color:#fff!important
}
#contact-us .section__form-type-btn, #logistics .section__form-type-btn, #reports .section__form-type-btn {
	outline:0!important;
	box-shadow:none!important;
	border-radius:25px!important;
	border:none!important;
	height:50px!important;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	color:#a8a8aa!important;
	width:33%!important;
	text-transform:uppercase
}
#contact-us .section__form-type-btn:active, #logistics .section__form-type-btn:active, #reports .section__form-type-btn:active {
	background-color:#F78F1E!important
}
#contact-us .section__form-type-btn:active a, #logistics .section__form-type-btn:active a, #reports .section__form-type-btn:active a {
	color:#fff!important
}
#contact-us .section__form-type-btn:hover, #logistics .section__form-type-btn:hover, #reports .section__form-type-btn:hover {
	color:#fff!important;
	background-color:#F78F1E!important
}
#contact-us .section__form-type-btn:hover a, #logistics .section__form-type-btn:hover a, #reports .section__form-type-btn:hover a {
	color:#fff!important
}
#contact-us .section__form-type-btn a, #logistics .section__form-type-btn a, #reports .section__form-type-btn a {
	color:#a8a8aa!important;
	text-decoration:none
}
[dir=rtl] #contact-us .section__form-type-btn-group .btn, [dir=rtl] #logistics .section__form-type-btn-group .btn, [dir=rtl] #reports .section__form-type-btn-group .btn {
	letter-spacing:0;
	font-family: 'Montserrat', sans-serif;
}
[dir=rtl] #contact-us .section__form-type-btn {
	font-size:14px;
	font-weight:400;
	line-height:34px
}
@media (max-width:1113.98px) {
#contact-us .section__form-type, #logistics .section__form-type, #reports .section__form-type {
display:none
}
#contact-us .section__form-type-mobile, #logistics .section__form-type-mobile, #reports .section__form-type-mobile {
display:inline-block;
position:relative;
margin-bottom:50px
}
#contact-us .section__form-type-mobile-select, #logistics .section__form-type-mobile-select, #reports .section__form-type-mobile-select {
height:50px;
width:100%;
border-bottom:1px dashed #F78F1E;
color:#003c71;
font-size:20px;
font-weight:700;
line-height:26px;
outline:0!important;
background-color:#fff!important
}
#contact-us .section__form-type-mobile-select:focus, #logistics .section__form-type-mobile-select:focus, #reports .section__form-type-mobile-select:focus {
outline:0!important
}
#contact-us .section__form-type-mobile-select-arrow, #logistics .section__form-type-mobile-select-arrow, #reports .section__form-type-mobile-select-arrow {
-webkit-transform:translate(-10px, 14px);
transform:translate(-10px, 14px);
position:absolute;
color:#F78F1E;
right:10px;
pointer-events:none!important;
-webkit-user-select:none!important;
-moz-user-select:none!important;
-ms-user-select:none!important;
user-select:none!important;
direction:ltr
}
#contact-us .section__form-type-mobile-option, #logistics .section__form-type-mobile-option, #reports .section__form-type-mobile-option {
color:#003c71;
font-size:20px;
font-weight:700;
line-height:26px
}
}
#contact-us .alert {
	display:none
}
#contact-us select {
	border:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-ms-appearance:none
}
#contact-us select::-ms-expand {
display:none
}
#contact-us textarea {
	outline:0!important;
	resize:none!important
}
#contact-us input {
	outline:0
}
#contact-us .horizontal-space {
	width:30px
}
#contact-us .section__form {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap
}
#contact-us .section__form-title {
	color:#003c71;
	font-size:40px;
	line-height:48px;
	text-align:center;
	padding-bottom:30px;
	padding-top:20px
}
#contact-us .section__form-group {
	width:100%;
	display:none
}
#contact-us .section__form-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap;
	width:100%;
	-webkit-box-pack:center;
	justify-content:center;
	padding-bottom:2.5%
}
#contact-us .section__form-select {
	border:1px solid #ddd;
	border-radius:25px;
	background-color:#fff;
	box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, .1);
	height:50px;
	padding-left:30px
}
#contact-us .section__form-select-label {
	position:absolute;
	display:none;
	-webkit-transform:translate(25px, -20px);
	transform:translate(25px, -20px);
	padding:5px;
	background-color:#fff;
	margin-bottom:0
}
#contact-us .section__form-select-label span {
	color:#003c71;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px
}
#contact-us .section__form-select-arrow {
	-webkit-transform:translate(-10px, 14px);
	transform:translate(-10px, 14px);
	top:0;
	position:absolute;
	color:#F78F1E;
	right:10px;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important;
	direction:ltr
}
#contact-us .section__form-select-container {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	width:40%
}
#contact-us .section__form-select-container-phone {
	width:10%!important;
	margin-right:1.25%!important
}
#contact-us .section__form-select-container-inner {
	position:relative;
	display:-webkit-box!important;
	display:flex!important;
	-webkit-box-orient:vertical!important;
	-webkit-box-direction:normal!important;
	flex-flow:column nowrap!important
}
#contact-us .section__form-select.country-code {
	padding-left:21px
}
#contact-us .section__form-input {
	height:50px;
	border:1px solid #ddd;
	border-radius:25px;
	background-color:#fff;
	box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, .1);
	padding:10px 30px;
	width:100%
}
#contact-us .section__form-input:focus::-webkit-input-placeholder {
color:transparent
}
#contact-us .section__form-input:focus::-moz-placeholder {
color:transparent
}
#contact-us .section__form-input:focus:-ms-input-placeholder {
color:transparent
}
#contact-us .section__form-input:focus::-ms-input-placeholder {
color:transparent
}
#contact-us .section__form-input:focus::placeholder {
color:transparent
}
#contact-us .section__form-input-container {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	width:40%
}
#contact-us .section__form-input-container-phone {
	width:29.5%!important
}
#contact-us .section__form-input-container-large {
	width:calc(80% + 30px)
}
#contact-us .section__form-input-label {
	position:absolute;
	display:none;
	-webkit-transform:translate(25px, -20px);
	transform:translate(25px, -20px);
	padding:5px;
	background-color:#fff;
	margin-bottom:0
}
#contact-us .section__form-input-label span {
	color:#003c71;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px
}
#contact-us .section__form-textarea {
	width:100%;
	border:1px solid #ddd;
	border-radius:25px;
	background-color:#fff;
	box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, .1);
	padding:30px;
	height:200px
}
#contact-us .section__form-textarea:focus::-webkit-input-placeholder {
color:transparent
}
#contact-us .section__form-textarea:focus::-moz-placeholder {
color:transparent
}
#contact-us .section__form-textarea:focus:-ms-input-placeholder {
color:transparent
}
#contact-us .section__form-textarea:focus::-ms-input-placeholder {
color:transparent
}
#contact-us .section__form-textarea:focus::placeholder {
color:transparent
}
#contact-us .section__form-textarea-label {
	position:absolute;
	left:0;
	display:none;
	-webkit-transform:translate(120px, -20px);
	transform:translate(120px, -20px);
	padding:5px;
	background-color:#fff;
	margin-bottom:0
}
#contact-us .section__form-textarea-label span {
	color:#003c71;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px
}
#contact-us .section__form-textarea-container {
	position:relative;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:center;
	align-items:center;
	width:calc(80% + 30px)
}
#contact-us .section__form-submit-btn {
	width:200px;
	color:#003c71;
	margin-top:30px;
	margin-bottom:60px
}
#contact-us .section__form-input-label, #contact-us .section__form-select-label, #contact-us .section__form-textarea-label {
	display:block!important;
	opacity:0;
	visibility:hidden;
	background-color:transparent;
	-webkit-transform:translate(26px, 6px);
	transform:translate(26px, 6px);
	-webkit-transition:all 150ms cubic-bezier(.4, 0, .2, 1);
	transition:all 150ms cubic-bezier(.4, 0, .2, 1)
}
#contact-us .section__form-input-container.active label, #contact-us .section__form-select-container-inner.active label, #contact-us .section__form-textarea-container.active label {
	opacity:1;
	visibility:visible;
	background-color:#fff;
	-webkit-transform:translate(26px, -17px);
	transform:translate(26px, -17px)
}
#contact-us .text-help {
	color:#e80029
}
@media (max-width:1113.98px) {
#contact-us .horizontal-space {
width:0
}
#contact-us .section__form {
display:-webkit-box;
display:flex;
-webkit-box-pack:center;
justify-content:center;
-webkit-box-align:center;
align-items:center;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-flow:column nowrap
}
#contact-us .section__form-row {
padding-bottom:0!important
}
#contact-us .section__form-type-mobile {
padding:0
}
#contact-us .section__form-type-mobile-select-arrow {
right:-15px
}
#contact-us .section__form-title {
color:#003c71;
font-size:30px;
line-height:36px;
text-align:start;
width:100%;
padding-right:20px;
padding-bottom:50px
}
#contact-us .section__form-row {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-flow:column nowrap;
width:100%;
-webkit-box-pack:center;
justify-content:center;
padding-bottom:2.5%
}
#contact-us .section__form-input-container {
width:100%;
padding-bottom:30px
}
#contact-us .section__form-input-container-phone {
width:100%!important
}
#contact-us .section__form-select-container {
width:100%;
padding-bottom:30px
}
#contact-us .section__form-select-container-phone {
width:100%!important;
margin-right:auto
}
#contact-us .section__form-textarea-container {
width:100%;
padding-bottom:30px
}
#contact-us .section__form-captcha-container {
display:-webkit-box;
display:flex;
-webkit-box-pack:center;
justify-content:center
}
}
#logistics .hero {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	background-size:unset;
	height:auto;
	padding:130px 0 50px
}
#logistics .hero .row {
	width:100%
}
@media (max-width:767.98px) {
#logistics .hero h1 {
padding:0 10%
}
}
#logistics .hero .form-pagination {
	list-style:none;
	font-size:16px;
	color:#fff;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:20px 0;
	margin-bottom:0
}
@media (max-width:1113.98px) {
#logistics .hero .form-pagination {
padding:0 15px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:left;
align-items:left;
align-self:flex-start
}
}
#logistics .hero .form-pagination li {
	position:relative;
	padding:0 20px 0 30px;
	margin:10px;
	font-weight:400;
	cursor:pointer
}
#logistics .hero .form-pagination li:before {
	content:' ';
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	left:0;
	top:0
}
#logistics .hero .form-pagination li.active {
	font-weight:600
}
#logistics .hero .form-pagination li.active:before {
	border:4px solid #fff;
	background:#F78F1E
}
#logistics .hero .form-wrap {
	width:100%;
	padding:20px 0
}
#logistics .hero .form-wrap--rtl {
	display:none
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	align-content:center
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	align-self:center
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap {
	padding:10px 20px;
	position:relative
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap input.error, #logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap select.error {
	border:1px solid #f86363
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap select {
	-webkit-appearance:none
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap select::-ms-expand {
display:none
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap .lds-dual-ring, #logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap .material-icons {
	position:absolute;
	top:18px;
	right:10px;
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-25px, 5px);
	color:#F78F1E;
	pointer-events:none!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important;
	direction:ltr
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap.busy .lds-dual-ring {
	display:block
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap.busy i {
	display:none
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .input-wrap .lds-dual-ring {
	z-index:4;
	display:none
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control {
	padding:10px 30px;
	width:100%;
	border-radius:25px;
	height:48px
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .btn-orka {
	margin:30px 20px;
	padding:15px 100px
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .btn-orka.is-loading:hover {
	background-color:none!important
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .btn-orka.is-loading .spinner-border {
	color:#fff!important
}
@media (max-width:1113.98px) {
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .btn-orka {
margin:15px 20px;
padding:15px
}
}
@media (min-width:768px) {
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control.full {
min-width:800px
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control.half {
min-width:400px
}
}
@media (max-width:1113.98px) {
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
width:100%
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .select-wrap {
padding:0
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control {
margin-left:0
}
#logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control.full, #logistics .hero .form-wrap .logistics__form-carousel .section_form .fieldset .form-control.half {
width:100%!important;
min-width:100%
}
}
#logistics .hero-description {
	max-width:800px
}
#logistics .hero-description h2 {
	width:100%
}
#logistics .filter-wrap {
	margin:0 auto;
	padding:50px 0;
	text-align:center
}
#logistics .filter-wrap select {
	-webkit-appearance:none;
	padding:10px 50px 10px 30px;
	border-radius:25px;
	width:auto!important;
	height:50px;
	-webkit-appearance:none;
	color:#003c71;
	font-size:18px;
	font-weight:400;
	outline:0!important;
	background-color:#fff!important
}
#logistics .filter-wrap .material-icons {
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-40px, 5px);
	color:#F78F1E;
	pointer-events:none!important
}
#logistics .section__cards-container {
	padding:0 0 100px;
	flex-wrap:wrap;
	width:100%
}
#logistics .section__cards-container .section__card_copy {
	width:100%
}
#logistics .section__cards-container .section__card-body {
	margin:20px 2%;
	max-width:29.33%
}
#logistics .section__cards-container .section__card-body .section__card_copy {
	padding:50px 0!important
}
#logistics .section__cards-container .section__card-body .section__card_copy h2 {
	padding:0!important
}
@media (min-width:768px) {
#logistics .section__cards-container .section__card-body {
margin:20px 2%;
max-width:29.33%
}
}
@media (max-width:1113.98px) {
#logistics .section__cards-container .section__card-body {
margin:20px 0;
max-width:100%
}
}
#logistics .section-tableWrap {
	padding-bottom:50px;
	width:100%;
	overflow-x:scroll
}
#logistics select {
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
#logistics .section__form-type-mobile-select {
	text-transform:uppercase
}
#logistics .section__form-group {
	padding-bottom:50px
}
#logistics .section__form-group .dataTables_wrapper {
	overflow-x:scroll
}
#logistics .section__form-group p {
	text-align:center;
	padding:40px 0;
	color:#003c71;
	font-weight:800;
	font-size:18px
}
@media (max-width:1113.98px) {
#logistics .hero {
padding:130px 0 50px
}
}
html[dir=rtl] #logistics .form-wrap--en {
	display:none
}
html[dir=rtl] #logistics .form-wrap--rtl {
	display:block
}
.containerSpecTile {
	margin-top:30px;
	padding:10px;
	width:50%
}
@media (max-width:767.98px) {
.containerSpecTile {
width:100%
}
}
.containerSpecTile h1 {
	font-size:24px;
	color:#003c71;
	line-height:34px
}
.containerSpecTile .imgWrap {
	margin:30px 0;
	border-top:5px #F78F1E solid;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
.containerSpecTile .imgWrap img {
	width:100%;
	height:auto
}
.containerSpecTile ul {
	list-style:none;
	padding:0
}
.containerSpecTile ul li {
	padding:20px 30px
}
.containerSpecTile ul li .title {
	color:#212422;
	font-size:18px;
	font-weight:700;
	line-height:22px;
	min-width:70%;
	float:left
}
.containerSpecTile ul li.titleRow {
	margin-top:60px
}
.containerSpecTile ul li.titleRow {
	background:0 0!important;
	padding:20px 30px
}
.containerSpecTile ul li.titleRow .title {
	color:#003c71;
	font-weight:400;
	font-size:18px;
	line-height:24px
}
.containerSpecTile ul li:nth-child(even) {
background-color:#fff
}
.containerSpecTile ul li:nth-child(odd) {
background-color:#efefef
}
.containerSpecTile .titleRow {
	color:#003c71;
	font-size:18px;
	line-height:24px
}
#reports .hero {
	background-size:auto
}
#reports .hero-description {
	max-width:800px
}
#reports .section__form-type {
	padding-bottom:10px
}
#reports .bahri-dtable.simple {
	margin-bottom:100px
}
#reports .bahri-dtable.simple thead {
	display:none
}
#reports .bahri-dtable.simple td>img {
	width:20px;
	height:20px
}
#reports .bahri-dtable.simple a {
	color:#003c71;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase
}
#reports .bahri-dtable.simple a {
	padding:5px 20px;
	color:#003c71;
	outline:0!important
}
#reports .bahri-dtable.simple a img {
	width:15px;
	display:inline
}
#reports .bahri-dtable.simple a.txt {
	padding:0
}
#reports .section__form-type-mobile-select {
	border:0;
	-webkit-appearance:none;
	border-bottom:1px dashed #F78F1E
}
#reports .section__form-group {
	width:100%;
	overflow-x:scroll
}
#reports .filter-wrap {
	margin:0 auto;
	padding:20px 0 80px;
	text-align:center
}
#reports .filter-wrap>select {
	-webkit-appearance:none;
	padding:10px 50px 10px 30px;
	border-radius:25px;
	width:auto!important;
	height:50px;
	-webkit-appearance:none;
	color:#003c71;
	font-size:18px;
	font-weight:400;
	outline:0!important;
	background-color:#fff!important;
	min-width:250px
}
#reports .filter-wrap .material-icons {
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-40px, 5px);
	color:#F78F1E;
	pointer-events:none!important
}
#vision .hero .slide-title {
	max-width:700px;
	text-align:center
}
#vision .timeline .content h2 {
	font-size:24px;
	line-height:34px
}
#vision #timeline-image {
	height:auto
}
#vision .section__bottom_block {
	padding:0
}
#vision .section__bottom_block .section__wrap {
	margin:150px 0 90px;
	background:url(../img/logistics/logistic-tile.jpg)
}
@media (max-width:767.98px) {
#vision .section__bottom_block .section__wrap {
margin:100px 0 50px
}
}
#vision .section__bottom_block img {
	position:relative;
	margin-top:-40%;
	width:100%;
	height:auto
}
@media (min-width:1150px) {
#vision .section__bottom_block img {
position:absolute;
margin-top:0;
width:auto;
height:110%;
top:-5%
}
}
@media (min-width:1200px) {
#vision .section__bottom_block img {
position:absolute;
margin-top:0;
height:120%;
top:-10%
}
}
#vision .section__bottom_block .info-wrap {
	padding:80px 0;
	color:#fff
}
#vision .section__bottom_block .info-wrap h6 {
	font-size:40px;
	line-height:48px
}
#vision .section__bottom_block .info-wrap p {
	padding:10px 0
}
#vision .section__bottom_block .info-wrap p, #vision .section__bottom_block .info-wrap ul>li {
	font-size:16px;
	line-height:25px
}
.section-cta-block {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	margin-bottom:40px;
	max-width:1400px
}
.section-cta-block .section__wrap {
	padding:0 15%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
.section-cta-block h2 {
	color:#003c71;
	font-size:40px;
	line-height:48px;
	text-align:center
}
.section-cta-block p {
	text-align:center;
	color:#212422;
	font-size:24px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	width:53%;
	align-self:center
}
.section-cta-block a {
	color:#003c71;
	min-width:250px;
margin-bottom:.5rem!important
}
@media (max-width:1113.98px) {
.section-cta-block .section__wrap {
padding:0 5%
}
.section-cta-block h2 {
font-size:30px!important;
line-height:36px!important
}
.section-cta-block p {
font-size:20px!important;
width:80%
}
}
[dir=rtl] #vision .section__bottom_block .info-wrap h6, [dir=rtl] #vision .section__bottom_block .info-wrap p {
	padding:0 30px
}
[dir=rtl] #vision .section__bottom_block .info-wrap ul {
	padding:0 60px
}
#global-network .section__map {
	margin-top:75px;
	margin-bottom:75px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap
}
#global-network .section__map-maps {
	height:100%
}
#global-network .section__map .select-bahri-dotted {
	display:none
}
#global-network .section__map .section__map-select-container-inner {
	display:inline-block;
	min-width:350px
}
#global-network .section__map-title {
	font-size:24px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	padding-bottom:30px;
	padding-top:20px
}
#global-network .section__map-desc {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	text-align:center;
	margin-bottom:2rem
}
#global-network .section__map-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap;
	width:100%;
	-webkit-box-pack:center;
	justify-content:center;
	padding-bottom:2.5%
}
#global-network .section__map-region {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	padding-bottom:80px
}
#global-network .section__map-region-mobile {
	display:none
}
#global-network .section__map-region-btn-group {
	background-color:#efefef!important;
	width:820px!important;
	box-shadow:inset 0 1px 11px 0 rgba(0, 0, 0, .1);
	border-radius:25px!important
}
#global-network .section__map-region .active, #global-network .section__map-region .focus.active {
	background-color:#F78F1E!important;
	color:#fff!important
}
#global-network .section__map-region-btn {
	outline:0!important;
	box-shadow:none!important;
	border-radius:25px!important;
	border:none!important;
	height:50px!important;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	color:#a8a8aa!important;
	width:25%!important;
	text-transform:uppercase;
	cursor:pointer
}
#global-network .section__map-region-btn:active {
	background-color:#F78F1E!important
}
#global-network .section__map-region-btn:hover {
	color:#fff!important;
	background-color:#F78F1E!important
}
#global-network .section__map-map {
	display:none;
	margin-top:50px
}
#global-network .section__map-map.active {
	display:block
}
#global-network .section__map-map img {
	width:70%;
	margin:0 auto;
	display:block
}
[dir=rtl] #global-network .section__map-region-btn {
	font-size:14px;
	font-weight:400;
	line-height:34px;
	letter-spacing:0;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width:1113.98px) {
#global-network .section__map-title {
text-align:left;
width:100%
}
#global-network .section__map .select-bahri-dotted {
padding:0;
display:block
}
#global-network .section__map .section__map-desc-container {
width:100%;
text-align:left
}
#global-network .section__map-maps {
display:none
}
#global-network .section__map-desc {
width:80%;
text-align:start;
color:#212422;
font-size:16px;
font-weight:300;
line-height:25px
}
#global-network .section__map-select-container {
width:100%!important
}
#global-network .section__map-region {
display:none
}
}
#global-network .section__list {
	background-image:url(../img/global-network/list.png)
}
#global-network .section__list .not-found {
	text-align:center;
	width:100%;
	margin-bottom:3em
}
#global-network .section__list-inner {
	display:none!important
}
#global-network .section__list-inner.active {
	display:block!important
}
#global-network .compCard {
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100);
	opacity:0
}
#global-network .section__list {
	padding-top:80px;
	padding-bottom:20px
}
#global-network .section__list-inner {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row wrap;
	-webkit-box-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	align-items:center;
	flex-flow:row wrap;
	padding:0 7.5em
}
#global-network .section__list-card .material-icons {
	color:#F78F1E;
	font-size:20px
}
#global-network .section__list-card-space {
	padding:1.5rem
}
#global-network .section__list-card-icon {
	margin-right:10px
}
#global-network .section__list-card-paragraph {
	margin:0 0 2px 0!important
}
#global-network .section__list-card-paragraph a {
	color:#003c71!important
}
#global-network .section__list-card-body {
	width:425px;
	height:350px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-align:start;
	align-items:flex-start;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	padding:2em 4em;
	margin-bottom:60px
}
#global-network .section__list-card-body-title {
	color:#003c71;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	margin-left:6.5%!important
}
#global-network .section__list-card-body-location {
	margin-bottom:10px!important
}
#global-network .section__list-card-body-location-info {
	color:#F78F1E;
	font-size:16px;
	font-weight:700;
	line-height:25px;
	margin-bottom:0!important
}
#global-network .section__list-card-body-location-info a {
	color:#F78F1E!important
}
#global-network .section__list-card-body-address {
	margin-bottom:30px!important
}
@media (max-width:1113.98px) {
#global-network .section__list {
padding-top:40px
}
#global-network .section__list-card {
height:auto;
width:auto;
margin:0 1.5em
}
#global-network .section__list-card-body {
width:100%;
height:auto;
padding:2em;
margin-bottom:40px
}
#global-network .section__list-card-body-title {
display:none!important
}
#global-network .section__list-card-body .section__list-card-body-location-info {
color:#003c71
}
#global-network .section__list-card-body .mobile-bold {
font-weight:700
}
#global-network .section__list-card-printer {
display:none!important
}
#global-network .section__list-inner {
padding-left:0;
padding-right:0;
-webkit-box-pack:center;
justify-content:center
}
}
#investors .section__department {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap;
	-webkit-box-pack:justify;
	justify-content:space-between;
	margin:80px auto
}
#investors .section__department .compText {
	opacity:0
}
#investors .section__department .compCard {
	-webkit-transform:matrix(1, 0, 0, 1, 0, 100);
	transform:matrix(1, 0, 0, 1, 0, 100);
	opacity:0
}
#investors .section__department-container-textbox {
	width:45%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:space-evenly;
	justify-content:space-evenly
}
#investors .section__department-container-card {
	width:50%
}
#investors .section__department-textbox {
	width:95%
}
#investors .section__department-textbox:last-child .section__department-textbox-line {
	border-top:1px solid transparent
}
#investors .section__department-textbox-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap
}
#investors .section__department-textbox-row-number {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	align-items:center
}
#investors .section__department-textbox-row-number-circle {
	width:35px;
	height:35px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	border:2px solid #F78F1E;
	border-radius:50%
}
#investors .section__department-textbox-row-number-circle span {
	color:#003c71;
	font-size:16px;
	font-weight:700;
	line-height:19px;
	text-align:center
}
#investors .section__department-textbox-row-content {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:start;
	justify-content:flex-start;
	margin-left:20px
}
#investors .section__department-textbox-row-content-title {
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:34px
}
#investors .section__department-textbox-row-content-paragraph {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	margin-bottom:10px
}
#investors .section__department-card {
	padding:120px 65px 120px 50px;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1)
}
#investors .section__department-card-title {
	color:#003c71;
	font-size:40px;
	line-height:48px
}
#investors .section__department-card-subtitle {
	color:#F78F1E;
	font-size:24px;
	line-height:34px;
	margin-bottom:30px;
	width:105%
}
#investors .section__department-card-paragraph {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px
}
#investors .section__department-card-paragraph-container {
	margin-bottom:30px
}
#investors .section__department-card-contact-item {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap
}
#investors .section__department-card-contact-item-icon {
	color:#F78F1E;
	font-size:20px;
	line-height:26px;
	text-align:right
}
#investors .section__department-card-contact-item-content {
	margin-left:10px;
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px
}
#investors .section__department-card-contact-item-content a {
	color:#003c71!important
}
#investors .section__department-card-apps {
	padding:0;
	margin-top:20px
}
#investors .section__department-card-apps .bahri-apps-text {
	margin:0
}
#investors .section__department-card-apps .bahri-app-icons {
	padding:0;
	margin-top:12px
}
#investors .section__department-card-apps .bahri-app-icons .bahri-app-link {
	text-decoration:none
}
#investors .section__department-card-apps .bahri-app-icons .bahri-app-link:hover {
	text-decoration:none
}
#investors .section__department-card-apps .bahri-app-icons .bahri-app-link .bahri-app-image {
	height:40px
}
#investors .section__department-card-apps .bahri-app-icons .bahri-app-link .bahri-app-image:first-child {
	margin-right:15px
}
@media (max-width:1113.98px) {
#investors .section__department {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
flex-flow:column-reverse nowrap
}
#investors .section__department-container-card {
width:100%;
margin-bottom:60px
}
#investors .section__department-container-textbox {
width:100%
}
#investors .section__department-card {
margin-bottom:30px
}
#investors .section__department-textbox {
padding-top:10px
}
}
#investors .section__general-info {
	max-width:1440px!important;
	width:100%;
	padding:6em 4em;
	padding:80px 120px 20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:justify;
	justify-content:space-between
}
#investors .section__general-info-background {
	background-image:url(../img/BG.png)
}
#investors .section__general-info[dir=rtl] .section__general-info-row-card button.section__general-info-row-card-btn i.material-icons {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#investors .section__general-info-row {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-flow:row nowrap;
	justify-content:space-around;
	margin-bottom:60px
}
#investors .section__general-info-row-end {
	margin-bottom:60px;
	padding:0 .75%
}
#investors .section__general-info-row-card {
	width:45%;
	padding:60px;
	background-color:#fff;
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap
}
#investors .section__general-info-row-card-end {
	width:30%;
	padding:60px 45px
}
#investors .section__general-info-row-card-title {
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:34px;
	margin-bottom:30px
}
#investors .section__general-info-row-card-paragraph {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	margin-bottom:30px
}
#investors .section__general-info-row-card-btn {
	align-self:flex-end
}
#investors .section__general-info-row-card-btn i {
	color:#003c71
}
#investors .invisibleCard {
	background-color:transparent;
	box-shadow:none
}
@media (max-width:1115px) {
#investors .invisibleCard {
display:none
}
}
[dir=rtl] #investors .section__general-info-row-card-btn i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
@media (max-width:1113.98px) {
#investors .section__general-info {
padding:80px 45px
}
#investors .section__general-info-row {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-flow:column nowrap;
margin-bottom:30px
}
#investors .section__general-info-row-card {
padding:2em 2em;
width:100%;
height:auto!important
}
#investors .section__general-info-row-card:first-child {
margin-bottom:30px
}
#investors .section__general-info-row-card-end {
height:250px!important
}
#investors .section__general-info-row-card-end:not(:nth-child(3)) {
margin-bottom:20px!important
}
}
#investors .section__dividends {
	max-width:none!important;
	width:100%;
	padding:4em;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	margin-top:60px
}
#investors .section__dividends .disclaimer-text {
	font-size:11px;
	color:#fff;
	line-height:13px;
	text-align:left;
	padding-left:18px
}
@media (max-width:1113.98px) {
#investors .section__dividends .disclaimer-text {
text-align:center;
padding-left:0
}
}
#investors .section__dividends .disclaimer-text a {
	color:#F78F1E
}
#investors .section__dividends-form-message {
	display:none!important
}
#investors .section__dividends-background {
	background-image:url(../img/BG.png)
}
#investors .section__dividends-title {
	padding-left:0
}
#investors .section__dividends-paragraph {
	width:85.5%;
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:38px
}
#investors .section__dividends-paragraph-form {
	color:#fff;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	width:80%
}
#investors .section__dividends-form {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	align-items:flex-start
}
#investors .section__dividends-form-input {
	width:350px!important
}
#investors .section__dividends-form-input input {
	border-radius:25px!important;
	padding:0 30px!important;
	height:45px
}
#investors .section__dividends-form .parsley-required {
	color:#e80029!important;
	position:relative;
	text-align:center
}
@media (max-width:1113.98px) {
#investors .section__dividends {
padding:6em 2em!important
}
#investors .section__dividends-p-mobile {
padding:0!important
}
#investors .section__dividends-form {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center
}
#investors .section__dividends-form-input {
width:100%!important;
margin-top:1.3em
}
#investors .section__dividends-form button {
margin-top:20px!important;
width:300px!important
}
}
#investors .section__iframe-cards {
	max-width:1440px!important;
	padding:0
}
#investors .section__iframe-cards-content {
	width:100%;
	height:300px;
	border:none
}
#investors .section__iframe-financial-calendar {
	max-width:100%!important;
	padding:0;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	padding:0 20px;
	background-color:#efefef
}
#investors .section__iframe-financial-calendar h2 {
	margin:70px 0!important
}
#investors .section__iframe-financial-calendar iframe {
	height:100%;
	border:none;
	display:block;
	width:100%
}
#investors .section__iframe-financial-calendar .negativeMargin {
	margin-top:-83px;
	z-index:1
}
#investors .section__iframe-financial-calendar-btn {
	margin-top:60px;
	margin-bottom:80px!important;
	color:#003c71;
	padding:16px 120px!important
}
@media (max-width:1113.98px) {
#investors .home__news {
padding-top:3em!important
}
}
@media (max-width:1113.98px) {
#glossary {
position:relative
}
}
#glossary .hero {
	padding:6em 4em
}
#glossary .hero input {
	width:600px!important;
	padding:1.3rem 2rem;
	font-size:16px;
	border-radius:25px
}
#glossary .hero input::-webkit-input-placeholder {
font-size:16px
}
#glossary .hero .hero__container-form-inner {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
@media (max-width:1113.98px) {
#glossary .hero__container-form-inner {
-webkit-box-orient:vertical!important;
-webkit-box-direction:normal!important;
flex-direction:column!important
}
#glossary .hero__container-form-inner input {
width:300px!important;
margin-bottom:1em!important
}
#glossary form {
margin-top:20px
}
#glossary form div {
margin:0 auto;
width:100%
}
#glossary .btn-orka {
width:100%;
max-width:300px;
margin:0 auto
}
}
#glossary .section__bar {
	margin-top:75px;
	margin-bottom:75px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-flow:column nowrap
}
#glossary .section__bar-mobile {
	display:none
}
#glossary .section__bar-btn-group {
	background-color:#efefef!important;
	width:75%!important;
	box-shadow:inset 0 1px 11px 0 rgba(0, 0, 0, .1);
	border-radius:25px!important
}
#glossary .section__bar .active, #glossary .section__bar .focus.active {
	background-color:#F78F1E!important;
	color:#fff!important
}
#glossary .section__bar-btn {
	outline:0!important;
	box-shadow:none!important;
	border-radius:25px!important;
	border:none!important;
	height:50px!important;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	width:33%!important;
	text-transform:uppercase;
	color:#F78F1E;
	cursor:pointer
}
#glossary .section__bar-btn:active {
	background-color:#F78F1E!important
}
#glossary .section__bar-btn:hover {
	color:#fff!important;
	background-color:#F78F1E!important
}
#glossary .section__result {
	padding:85px;
	background-image:url(../img/gray-bg.png)
}
#glossary .section__result-inner {
	display:none!important
}
#glossary .section__result-inner.active {
	display:block!important
}
#glossary .section__result-row {
	padding:30px;
	background-color:#fff;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
#glossary .section__result-row-col .title {
	color:#003c71;
	font-size:14px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	margin-bottom:0
}
#glossary .section__result-row-col .description {
	color:#212422;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	margin-bottom:0
}
@media (max-width:1113.98px) {
#glossary .section__bar {
position:absolute;
display:block
}
#glossary .section__bar-btn-group {
width:auto!important;
position:absolute;
right:15px;
top:25px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:start;
align-items:flex-start;
-webkit-box-pack:center;
justify-content:center
}
#glossary .section__bar-btn {
font-size:10px;
height:30px!important;
width:30px!important;
margin:0 auto
}
}
@media (max-width:1113.98px) {
#glossary .section__result {
padding:70px 65px 50px 25px;
background-image:none;
min-height:920px
}
#glossary .section__result-row {
padding:20px 10px 20px 5px
}
#glossary .section__result-row-col .title {
font-size:10px
}
#glossary .section__result-row-col .description {
font-size:14px
}
#glossary .section__result-row-col.pl-0 {
padding-left:15px!important
}
#glossary .section__result-row-col-title {
display:-webkit-box;
display:flex;
-webkit-box-pack:center;
justify-content:center;
-webkit-box-align:center;
align-items:center;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-flow:column nowrap
}
}
#page-not-found .hero {
	text-align:center;
	background-size:cover!important
}
#page-not-found .hero p {
	color:#fff;
	margin:0
}
#page-not-found .hero h1 span {
	display:-webkit-box;
	display:flex;
	font-weight:400;
	margin:10px 15% 30px;
	font-size:16px;
	line-height:30px
}
#page-not-found .hero .btn {
	-webkit-box-pack:right;
	justify-content:right;
	height:50px;
	border:2px solid #F78F1E;
	border-radius:25px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:14px 50px
}
@media (max-width:1149.98px) {
#page-not-found .hero {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
#page-not-found .hero .btn {
text-align:center;
margin-left:0;
margin-top:20px
}
}
#news-insights-page .home__intro .home__slide .slide-indicator {
	text-transform:uppercase;
	font-weight:600
}
#news-insights-page .owl-dots-custom .intro-timeline-container .timeline-path {
	height:1px;
	margin-top:6px
}
#news-insights-page .owl-dots-custom .intro-timeline-container .timeline-path img {
	top:-6px
}
#news-insights-page>.hero {
	position:relative
}
#news-insights-page>.hero>.row {
	width:100%
}
#news-insights-page>.hero:before {
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	opacity:.3;
	left:0;
	top:0;
	z-index:0
}
#news-insights-page>.hero h1 {
	margin:20px 15%;
	font-size:48px
}
@media (max-width:1113.98px) {
#news-insights-page>.hero h1 {
font-size:30px!important;
margin:0
}
}
#news-insights-page .section__slider-carousel-owl-item p {
	margin-top:15px;
	min-height:40px;
	min-width:100%;
	margin-bottom:0;
	text-align:center
}
#news-insights-page .p-t-0 {
	padding-top:0
}
#news-insights-page #intro {
	height:80vh;
	min-height:800px;
	position:relative
}
#news-insights-page #intro .hero {
	min-height:800px;
	height:80vh;
	background-size:cover;
	position:relative
}
#news-insights-page #intro .hero.tile {
	background-size:auto
}
#news-insights-page #intro .hero .home__slide-content {
	z-index:1;
	width:100%
}
#news-insights-page #intro .hero:before {
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	opacity:.3;
	left:0;
	top:0;
	z-index:0
}
#news-insights-page #intro h1 {
	font-size:48px;
	text-align:center;
	padding:20px 15%;
	width:100%
}
#news-insights-page #intro .owl-dots-custom {
	margin:0 10%;
	bottom:50px;
	top:auto
}
#news-insights-page #intro .owl-dots-item {
	min-height:150px;
	padding-left:0;
	padding-right:0
}
#news-insights-page #intro .owl-dots-item .owl-dots-item-title {
	font-weight:400;
	min-height:125px;
	padding-right:20px;
	max-width:240px
}
#news-insights-page #intro .owl-dots-item .owl-dots-item-title span {
	display:-webkit-box;
	display:flex;
	margin-top:30px
}
#news-insights-page #intro .owl-dots-item.active .owl-dots-item-title {
	font-weight:600
}
#news-insights-page #intro .slide-action .btn {
	color:#fff
}
@media (max-width:1113.98px) {
#news-insights-page #intro h1 {
font-size:30px!important;
line-height:36px
}
}
#news-insights-page .filter-wrap {
	margin:0 auto;
	padding:50px 0;
	text-align:center
}
#news-insights-page .filter-wrap select {
	-webkit-appearance:none;
	padding:10px 50px 10px 30px;
	border-radius:25px;
	width:auto!important;
	height:50px;
	-webkit-appearance:none;
	color:#003c71;
	font-size:18px;
	font-weight:400;
	outline:0!important;
	background-color:#fff!important;
	display:none
}
#news-insights-page .filter-wrap select::-ms-expand {
display:none
}
#news-insights-page .filter-wrap .material-icons {
	-webkit-transform:translate(-25px, 5px);
	transform:translate(-25px, 5px);
	color:#F78F1E;
	pointer-events:none!important
}
#news-insights-page .news-container .filter {
	padding:100px 0 30px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
#news-insights-page .news-container .news__list {
	padding-top:1.5em;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	flex-wrap:wrap;
	display:-webkit-box;
	display:flex
}
#news-insights-page .news-container .news__list .news-item {
	position:relative!important;
	margin:15px 0;
	min-height:630px;
	width:100%;
	max-width:100%;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
@media (min-width:1114px) {
#news-insights-page .news-container .news__list .news-item {
width:50%;
max-width:50%
}
}
@media (min-width:1150px) {
#news-insights-page .news-container .news__list .news-item {
width:33.33%;
max-width:33.33%
}
}
#news-insights-page .news-container .news__list .news-item .news-item-img {
	min-height:450px;
	width:100%;
	background:#eee repeat;
	display:-webkit-box;
	display:flex;
	position:relative
}
#news-insights-page .news-container .news__list .news-item .news-item-img .img {
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:none;
	background-position:center;
	position:absolute;
	left:0;
	top:0
}
#news-insights-page .news-container .news__list .news-item .news-item-img.news {
	background-image:url(../img/news/blue-tile.jpg)
}
#news-insights-page .news-container .news__list .news-item .news-item-img.insights {
	background-image:url(../img/news/gray-tile.jpg)
}
#news-insights-page .news-container .news__list .news-item .news-item-details {
	padding:1em 0
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-date {
	padding:1em 1.5em;
	-webkit-box-align:center;
	align-items:center;
	align-content:center;
	-webkit-box-pack:center;
	justify-content:center;
	color:#a8a8aa
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-date .month {
	font-size:14px;
	letter-spacing:3px;
	font-weight:500
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-date .day {
	font-size:30px;
	font-weight:700;
	line-height:23px;
	margin-bottom:9px
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-date .year {
	font-size:12px;
	font-weight:700;
	letter-spacing:2.57px
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-title {
	padding:.8em 2em 1em 0;
	font-size:18px;
	color:#003c71;
	line-height:24px;
	font-weight:700;
	letter-spacing:normal
}
#news-insights-page .news-container .news__list .news-item .news-item-details .news-item-details-title a {
	font-size:18px;
	color:#003c71;
	line-height:24px;
	font-weight:700;
	letter-spacing:normal;
	text-decoration:none
}
#news-insights-page .news-container .news__list .news-item .badge {
	position:absolute;
	top:0;
	left:0;
	background-color:#003c71;
	letter-spacing:2px;
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	padding:.8em 1.5em;
	margin:0;
	border-radius:0;
	min-width:130px
}
#news-insights-page .news-container .news__list .news-item .badge.badge-news {
	background-color:#F78F1E;
	z-index:1
}
#news-insights-page .news-container .news__list .news-item .badge.badge {
	z-index:1
}
#news-insights-page .news-container .action {
	padding:50px 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
#news-insights-page .news-container .action .btn {
	color:#003c71;
	outline:0!important;
	position:relative
}
#news-insights-page .news-container .action .btn .lds-dual-ring {
	position:absolute;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	display:none;
	top:50%;
	left:50%
}
#news-insights-page .news-container .action .btn.busy {
	cursor:not-allowed
}
#news-insights-page .news-container .action .btn.busy:hover {
	background:#fff!important
}
#news-insights-page .news-container .action .btn.busy span {
	opacity:0
}
#news-insights-page .news-container .action .btn.busy .lds-dual-ring {
	display:block
}
#news-insights-page article {
	padding-top:80px;
	padding-bottom:40px
}
#news-insights-page article .sep {
	margin:0 0 30px 0!important;
	border-bottom:1px solid #d8d8d8
}
#news-insights-page article h1 {
	color:#212422;
	font-size:24px;
	font-weight:400;
	line-height:38px;
	padding-bottom:30px
}
#news-insights-page article p {
	font-size:16px;
	line-height:25px;
	color:#666
}
#news-insights-page article p.date {
	font-size:12px;
	color:#003c71;
	font-weight:800
}
#news-insights-page article .back-btn {
	font-size:18px
}
#news-insights-page article .back-btn a {
	color:#003c71;
	font-weight:600;
	width:100%;
	text-decoration:none;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
#news-insights-page article .back-btn a span {
	padding:8px 10px
}
#news-insights-page article .back-btn a .spin-blue i {
	width:20px
}
[dir=rtl] #news-insights-page article .back-btn a .btn-orka-icon-rounded {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#awards .hero {
	margin-bottom:7em
}
#awards .section__image {
	padding:1em 0 2em 0!important
}
#awards .section__image .section__image-detail {
	-webkit-box-pack:start;
	justify-content:flex-start
}
#awards .section__image .section__image-detail .section__image-detail-inner {
	width:100%;
	padding:0
}
#awards .section__image.slider-right .col-md-1 {
	-webkit-box-flex:0;
	flex:0 0 200px;
	max-width:165px
}
#awards .section__cards {
	width:100%
}
#awards .section__cards .material-icons {
	color:#003c71
}
#awards .section__cards-title {
	padding:5%!important;
	color:#003c71;
	font-size:40px;
	font-weight:700;
	line-height:48px;
	text-align:center
}
#awards .section__cards-container {
	padding:0 0 0 2em;
	padding-bottom:1%
}
#awards .awards__carousel-owl {
	position:absolute;
	top:0;
	max-width:100%
}
#awards .awards__carousel-owl .awards__carousel-owl-title {
	padding:3em 1em .3em 1em;
	position:relative;
	font-size:30px;
	font-weight:300;
	display:none
}
#awards .awards__carousel-container {
	min-height:640px
}
#awards .awards__carousel-container>img {
	position:absolute;
	z-index:0;
	width:100%;
	height:530px
}
#awards .glide {
	margin-top:5em
}
#awards .glide.reverse {
	direction:rtl
}
#awards .glide.reverse .glide__slides {
	padding-right:120px;
	padding-left:0;
	-webkit-box-align:end;
	align-items:flex-end
}
#awards .glide.reverse i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#awards .glide .glide__slides {
	padding-left:120px;
	padding-right:0;
	padding-bottom:0;
	-webkit-box-align:end;
	align-items:flex-end;
	margin-bottom:0
}
#awards .glide .glide__slides .glide__slide {
	min-height:380px;
	padding-bottom:33px
}
#awards .glide .glide__slides .glide__slide>div {
	margin-right:0!important;
	margin-left:0!important
}
@media (min-width:1024px) {
#awards .glide .glide__slides .glide__slide.glide__slide--active {
width:360px!important
}
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body {
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	padding:4em 2em 1em 2em;
	margin:0;
	width:100%
}
@media (min-width:1024px) {
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body {
max-height:530px
}
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-title {
	font-size:24px;
	font-weight:700;
	line-height:34px;
	padding:68px 0 8px;
	margin-bottom:0
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-description {
	display:-webkit-box;
	display:flex;
	opacity:1;
	height:auto
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-icon {
	width:165px;
	height:165px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:0
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-icon .card-icon-img {
	max-width:160px
}
#awards .glide [dir=rtl] .glide .glide__slides {
	padding-left:0;
	padding-right:7em
}
#awards .glide .card-body {
	box-shadow:inset 0 5px 0 0 transparent, 0 0 20px 0 rgba(0, 0, 0, .1);
	padding:3.5em 1.9em 1em 1.9em;
	width:100%;
	margin:0
}
@media (min-width:1024px) {
#awards .glide .card-body {
height:530px;
max-height:390px
}
}
#awards .glide .card-body .card-icon {
	width:125px;
	height:125px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:0
}
#awards .glide .card-body .card-icon .card-icon-img {
	max-width:130px
}
#awards .glide .card-body .card-title {
	text-align:left;
	font-weight:600;
	font-size:18px;
	line-height:24px;
	padding-top:60px;
	letter-spacing:-.3px
}
#awards .glide .card-body .card-description {
	height:0;
	max-height:0;
	opacity:0;
	text-align:left;
	padding-left:0;
	line-height:25px;
	direction:ltr
}
#awards .glide .card-body .card-action {
	display:none!important
}
#awards .glide .nav-next, #awards .glide .nav-prev {
	position:absolute;
	width:40px;
	height:40px;
	background-color:transparent;
	border:2px solid #F78F1E;
	color:#003c71;
	border-radius:40px;
	line-height:0;
	text-align:center;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	z-index:9;
	cursor:pointer;
	left:2.5em
}
#awards .glide .nav-next.right, #awards .glide .nav-prev.right {
	left:0;
	right:2.5em
}
#awards .glide .nav-next {
	top:18.8em
}
#awards .glide .nav-prev {
	top:23em
}
#awards [dir=rtl] #awards .glide {
	height:605px
}
#awards [dir=rtl] #awards .glide.glide--rtl {
	direction:ltr!important
}
#awards [dir=rtl] #awards .glide .nav-next {
	top:23em
}
#awards [dir=rtl] #awards .glide .nav-prev {
	top:19em
}
#awards [dir=rtl] #awards .glide.reverse {
	direction:rtl
}
#awards [dir=rtl] #awards .glide.reverse .nav-next {
	top:23em!important
}
#awards [dir=rtl] #awards .glide.reverse .nav-prev {
	top:19em!important
}
@media (max-width:1113.98px) {
#awards .slider-right .glide-controls {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
flex-direction:row!important
}
#awards .slider-right .glide-controls .nav-next, #awards .slider-right .glide-controls .nav-prev {
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
#awards .hero {
margin-bottom:0
}
#awards .section__image {
padding-top:0!important
}
#awards .section__image .section__image-detail {
display:none
}
#awards .awards__carousel-owl {
position:relative;
margin-bottom:2em
}
#awards .awards__carousel-owl .awards__carousel-owl-title {
display:block;
padding:3em 20px .3em 20px
}
#awards .awards__carousel-container {
padding-top:2em;
padding-bottom:2em
}
#awards .awards__carousel-container>img {
height:706px!important;
top:-2em
}
#awards .glide {
margin-top:0;
height:auto
}
#awards .glide .glide-controls {
position:absolute;
width:150px;
height:50px;
border:0;
display:-webkit-box;
display:flex;
-webkit-box-orient:horizontal!important;
-webkit-box-direction:normal!important;
top:auto;
bottom:1em;
margin:0 auto;
left:0;
right:0;
flex-direction:row-reverse
}
}
@media (max-width:1113.98px) and (max-width:1024px) {
#awards .glide .glide-controls {
bottom:1em!important
}
}
@media (max-width:1113.98px) {
#awards .glide .glide-controls .nav-next, #awards .glide .glide-controls .nav-prev {
display:-webkit-box;
display:flex;
position:initial
}
#awards .glide.reverse {
direction:ltr
}
#awards .glide.reverse i {
-webkit-transform:rotate(0)!important;
transform:rotate(0)!important
}
#awards .glide.reverse .glide__slides {
padding-left:1.25em;
-webkit-box-align:start;
align-items:flex-start
}
#awards .glide .glide__slides {
padding-left:1.25em;
padding-right:initial;
padding-bottom:4em;
height:656px;
-webkit-box-align:start;
align-items:flex-start
}
#awards .glide .glide__slides .glide__slide {
padding-bottom:30px
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body {
height:560px!important;
padding:4em 2em 37px 2em
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-title {
color:#003c71;
font-size:18px;
font-weight:700;
line-height:24px;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical
}
#awards .glide .glide__slides .glide__slide.glide__slide--active .card-body .card-description {
max-height:none;
height:auto;
margin-bottom:0;
color:#212422;
font-size:16px;
font-weight:300;
line-height:25px;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:6;
-webkit-box-orient:vertical
}
#awards .card-body {
max-width:none;
max-height:none;
height:auto;
padding:4em 2em 37px 2em
}
#awards .nav-next, #awards .nav-prev {
bottom:2.5em!important
}
#awards .nav-next {
margin:0 auto;
left:15%;
right:0
}
#awards .nav-next.right {
left:15%;
right:0
}
#awards .nav-prev {
margin:0 auto;
left:0;
right:15%
}
#awards .nav-prev.right {
left:0;
right:15%
}
}
@media (max-width:1113.98px) {
[dir=rtl] #awards .slider-right .glide-controls {
-webkit-box-orient:horizontal!important;
-webkit-box-direction:reverse!important;
flex-direction:row-reverse!important
}
[dir=rtl] #awards .slider-right .glide-controls .nav-next, [dir=rtl] #awards .slider-right .glide-controls .nav-prev {
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
[dir=rtl] #awards .glide {
height:660px!important
}
[dir=rtl] #awards .glide .glide-controls {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
}
@media (max-width:1113.98px) and (max-width:1024px) {
[dir=rtl] #awards .glide .glide-controls {
bottom:1em!important
}
}
@media (max-width:1113.98px) {
[dir=rtl] #awards .glide .glide__slides {
height:656px
}
[dir=rtl] #awards .glide .glide__slides .glide__slide {
padding-bottom:30px
}
[dir=rtl] #awards .glide .glide__slides .glide__slide.glide__slide--active .card-body {
height:560px!important
}
[dir=rtl] #awards .glide.reverse {
direction:ltr
}
[dir=rtl] #awards .glide.reverse i {
-webkit-transform:rotate(0);
transform:rotate(0)
}
[dir=rtl] #awards .glide .nav-next {
margin:0 auto;
right:15%;
left:0
}
[dir=rtl] #awards .glide .nav-next.right {
right:15%;
left:0
}
[dir=rtl] #awards .glide .nav-prev {
margin:0 auto;
left:15%;
right:0
}
[dir=rtl] #awards .glide .nav-prev.right {
left:15%;
right:0
}
[dir=rtl] #awards .glide .glide__slides {
padding-left:20px;
padding-right:20px
}
}
.vertical-dots {
	position:relative;
	margin:0 auto;
	max-width:360px;
	height:530px
}
.vertical-dots .vertical-dots-title {
	padding:.7em 3.5em 2.5em 2.2em
}
.vertical-dots .vertical-dots-title h1 {
	font-size:50px
}
.vertical-dots .vertical-dots-items, [dir=rtl] .vertical-dots .vertical-dots-items {
	height:411px;
	overflow:hidden;
	position:relative
}
.vertical-dots .vertical-dots-items .div-dots-opacity, [dir=rtl] .vertical-dots .vertical-dots-items .div-dots-opacity {
	background-image:url(../img/awards/bg_scroll_dots.png);
	width:360px;
	height:411px;
	z-index:10;
	position:absolute;
	pointer-events:none;
	background-position:1px 0
}
.vertical-dots .vertical-dots-items .div-dots-opacity.dotPos1, [dir=rtl] .vertical-dots .vertical-dots-items .div-dots-opacity.dotPos1 {
	background-position:1px 0
}
.vertical-dots .vertical-dots-items .div-dots-opacity.dotPos2, [dir=rtl] .vertical-dots .vertical-dots-items .div-dots-opacity.dotPos2 {
	background-position:-360px 0
}
.vertical-dots .vertical-dots-items .div-dots-opacity.dotPos3, [dir=rtl] .vertical-dots .vertical-dots-items .div-dots-opacity.dotPos3 {
	background-position:-720px 0
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container {
	overflow-y:scroll;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:-17px
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item {
	position:relative
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item.active p, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item.active p {
	font-weight:700;
	font-size:16px;
	color:#F78F1E
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item.active:after, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item.active:after {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item:after, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item:after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	right:-17px;
	background-color:#efefef;
	border:4px solid #efefef;
	top:10px;
	border-radius:50%;
	z-index:1
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container {
	padding:10px 80px 13px 40px;
	position:relative;
	background-color:inherit;
	width:100%
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container img, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container img {
	left:-85px;
	position:absolute;
	width:32px
}
.vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container:after, [dir=rtl] .vertical-dots .vertical-dots-items .vertical-dots-items-container .vertical-dots-item .container:after {
	content:'';
	position:absolute;
	width:1px;
	background-color:#efefef;
	top:10px;
	bottom:-10px;
	left:0;
	margin-left:5px
}
.vertical-dots .h-left {
	left:0
}
.vertical-dots .h-right {
	left:0
}
.vertical-dots .h-right:after {
	left:0
}
.vertical-dots .content {
	cursor:pointer
}
.vertical-dots .content h2 {
	font-size:24px;
	line-height:34px;
	color:#F78F1E
}
.vertical-dots .content p {
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666
}
.vertical-dots .vertical-dots-item:last-child .container:after {
	display:none!important
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.vertical-dots .container:after {
left:5px
}
}
@media (max-width:1113.98px) {
.vertical-dots {
display:none
}
}
.awards__carousel {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
.awards__carousel .awards__carousel-dots {
	display:-webkit-box;
	display:flex;
	-webkit-box-flex:1;
	flex:1
}
.awards__carousel .awards__carousel-slider {
	display:-webkit-box;
	display:flex;
	-webkit-box-flex:1;
	flex:1
}
#awards .section__image-detail .section__image-detail-inner p:hover {
	color:#F78F1E
}
#fleet-detail #careers .section__image-detail-inner .comp-row {
	display:-webkit-box!important;
	display:flex!important
}
@media (max-width:1113.98px) {
#fleet-detail .section__image {
margin-top:4rem;
padding-bottom:3rem!important
}
#fleet-detail .section__image .line {
display:inline-block;
right:0;
height:60px;
width:5px;
left:1.7em;
margin:0;
top:40.5em
}
#fleet-detail .section__image-detail-inner hr:last-of-type {
display:none
}
}
@media only screen and (max-width:1024px) {
#fleet-detail .section__image .line {
top:53.5em
}
}
@media only screen and (max-width:768px) {
#fleet-detail .section__image .line {
top:40.5em
}
}
@media only screen and (max-width:425px) {
#fleet-detail .section__image img {
height:350px
}
#fleet-detail .section__image .line {
top:23em
}
}
#fleet-detail .section__slider, #news-insights-page .section__slider {
	max-width:1440px
}
#fleet-detail .section__slider-carousel, #news-insights-page .section__slider-carousel {
	position:relative
}
#fleet-detail .section__slider-carousel .owl-nav-next, #fleet-detail .section__slider-carousel .owl-nav-prev, #news-insights-page .section__slider-carousel .owl-nav-next, #news-insights-page .section__slider-carousel .owl-nav-prev {
	top:243px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	width:35px;
	height:35px;
	background-color:transparent;
	color:#003c71;
	border-radius:40px;
	border:2px solid #F78F1E;
	line-height:0;
	text-align:center;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	z-index:9;
	cursor:pointer
}
#fleet-detail .section__slider-carousel .owl-nav-prev, #news-insights-page .section__slider-carousel .owl-nav-prev {
	left:150px
}
#fleet-detail .section__slider-carousel .owl-nav-next, #news-insights-page .section__slider-carousel .owl-nav-next {
	right:150px
}
#fleet-detail .section__slider-carousel-owl .test-item, #news-insights-page .section__slider-carousel-owl .test-item {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center
}
#fleet-detail .section__slider-carousel-owl-item, #news-insights-page .section__slider-carousel-owl-item {
	max-width:960px;
	position:relative;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	margin:0 8em
}
#fleet-detail .section__slider-carousel-owl-item .line, #news-insights-page .section__slider-carousel-owl-item .line {
	position:absolute;
	height:160px;
	width:5px;
	background-color:#F78F1E;
	margin-left:auto;
	margin-right:auto;
	right:auto;
	top:27rem;
	left:2em
}
#fleet-detail .section__slider-carousel-owl-item-img, #news-insights-page .section__slider-carousel-owl-item-img {
	width:100%;
	min-width:960px;
	max-width:960px;
	max-height:525px;
	min-height:525px
}
@media (max-width:1280px) {
#fleet-detail .section__slider-carousel-owl-item-img, #news-insights-page .section__slider-carousel-owl-item-img {
min-width:750px;
max-width:750px;
max-height:none;
min-height:auto
}
}
#fleet-detail .section__slider-carousel-owl-item-content, #news-insights-page .section__slider-carousel-owl-item-content {
	padding:3em 6.5em;
	padding-right:0
}
#fleet-detail .section__slider-carousel-owl-item-content .details, #news-insights-page .section__slider-carousel-owl-item-content .details {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:justify;
	justify-content:space-between;
	width:100%;
	padding:0 1em
}
#fleet-detail .section__slider-carousel-owl-item-content .details .detail, #news-insights-page .section__slider-carousel-owl-item-content .details .detail {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-right:1em
}
#fleet-detail .section__slider-carousel-owl-item-content-title, #news-insights-page .section__slider-carousel-owl-item-content-title {
	font-size:24px;
	line-height:34px;
	color:#003c71;
	font-weight:700
}
#fleet-detail .section__slider-carousel-owl-item-content-title:before, #news-insights-page .section__slider-carousel-owl-item-content-title:before {
	content:' ';
	position:absolute;
	height:160px;
	width:5px;
	background-color:#F78F1E;
	margin-left:auto;
	margin-right:auto;
	right:auto;
	top:-158px;
	left:-33px
}
#fleet-detail .section__slider-carousel-owl-item-content-question, #news-insights-page .section__slider-carousel-owl-item-content-question {
	font-size:16px;
	line-height:25px;
	font-weight:700
}
#fleet-detail .section__slider-carousel-owl-item-content-answer, #news-insights-page .section__slider-carousel-owl-item-content-answer {
	font-size:16px;
	font-weight:300;
	line-height:25px
}
#fleet-detail [dir=rtl] .section__slider .owl-nav-next i, #fleet-detail [dir=rtl] .section__slider .owl-nav-prev i, #news-insights-page [dir=rtl] .section__slider .owl-nav-next i, #news-insights-page [dir=rtl] .section__slider .owl-nav-prev i {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
@media (max-width:1113.98px) {
#fleet-detail .section__slider, #news-insights-page .section__slider {
padding:0!important
}
#fleet-detail .section__slider .owl-nav-next, #fleet-detail .section__slider .owl-nav-prev, #news-insights-page .section__slider .owl-nav-next, #news-insights-page .section__slider .owl-nav-prev {
display:none!important
}
#fleet-detail .section__slider-carousel, #news-insights-page .section__slider-carousel {
position:relative
}
#fleet-detail .section__slider-carousel .owl-stage, #news-insights-page .section__slider-carousel .owl-stage {
margin:0
}
#fleet-detail .section__slider-carousel-owl-item, #news-insights-page .section__slider-carousel-owl-item {
margin-right:0;
margin-left:0
}
#fleet-detail .section__slider-carousel-owl-item .line, #news-insights-page .section__slider-carousel-owl-item .line {
display:block!important;
top:12.5rem
}
#fleet-detail .section__slider-carousel-owl-item-img, #news-insights-page .section__slider-carousel-owl-item-img {
width:100%;
min-width:auto;
min-height:auto;
max-height:none
}
#fleet-detail .section__slider-carousel-owl-item-content, #news-insights-page .section__slider-carousel-owl-item-content {
padding:1em 4em
}
#fleet-detail .section__slider-carousel-owl-item-content .details, #news-insights-page .section__slider-carousel-owl-item-content .details {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
#fleet-detail .section__slider-carousel-owl-item-content .second, #news-insights-page .section__slider-carousel-owl-item-content .second {
margin-top:1em
}
#fleet-detail .section__slider-carousel-owl-item-content-title, #news-insights-page .section__slider-carousel-owl-item-content-title {
font-size:24px;
color:#003c71
}
#fleet-detail .section__slider-carousel-owl-item-content-title:before, #news-insights-page .section__slider-carousel-owl-item-content-title:before {
content:' ';
position:absolute;
height:60px;
width:5px;
background-color:#F78F1E;
margin-left:auto;
margin-right:auto;
right:auto;
top:-79px;
left:17px
}
#fleet-detail .section__slider-carousel-owl-item-content-question, #news-insights-page .section__slider-carousel-owl-item-content-question {
font-size:16px
}
#fleet-detail .section__slider-carousel-owl-item-content-answer, #news-insights-page .section__slider-carousel-owl-item-content-answer {
font-size:16px;
white-space:normal
}
}
@media only screen and (max-width:1024px) {
#fleet-detail .section__slider-carousel-owl-item .line, #news-insights-page .section__slider-carousel-owl-item .line {
top:auto;
bottom:28.5em
}
#fleet-detail .section__slider-carousel-owl-item-content, #news-insights-page .section__slider-carousel-owl-item-content {
padding:4em 0
}
}
@media only screen and (max-width:768px) {
#fleet-detail .section__slider-carousel-owl-item .line, #news-insights-page .section__slider-carousel-owl-item .line {
top:auto;
bottom:26em
}
#fleet-detail .section__slider-carousel-owl-item-content, #news-insights-page .section__slider-carousel-owl-item-content {
padding:3em 4em
}
}
@media only screen and (max-width:425px) {
#fleet-detail .section__slider-carousel-owl .test-item, #news-insights-page .section__slider-carousel-owl .test-item {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:start;
align-items:flex-start;
-webkit-box-pack:start;
justify-content:flex-start
}
#fleet-detail .section__slider-carousel-owl-item .line, #news-insights-page .section__slider-carousel-owl-item .line {
top:auto;
bottom:29.5em;
left:1.5em;
height:60px
}
#fleet-detail .section__slider-carousel-owl-item-content, #news-insights-page .section__slider-carousel-owl-item-content {
padding:3em 1.5em
}
}
#fleet .hero {
	min-height:900px;
	height:100vh;
	position:relative;
	max-width:100%;
	background-color:transparent!important;
	overflow:hidden
}
#fleet .hero video {
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index:0
}
#fleet .hero h1.slide-title {
	text-align:left
}
#fleet .hero .slide-subtitle p {
	font-size:24px;
	color:#fff;
	font-weight:400
}
#fleet .hero .slide-subtitle p strong {
	font-weight:700
}
#fleet .hero p {
	max-width:441px
}
#fleet .hero .container-fluid {
	margin-left:9.5rem;
	padding-left:0
}
@media (max-width:1113.98px) {
#fleet .hero {
height:auto!important;
min-height:85vh;
position:relative;
padding-right:.5em;
padding-left:.5em;
padding-bottom:6em;
padding-top:7em;
overflow:hidden
}
#fleet .hero video {
width:auto;
display:none
}
#fleet .hero h1.slide-title {
font-size:30px;
line-height:36px;
padding-bottom:.3em;
text-align:left
}
#fleet .hero p.slide-subtitle {
font-size:16px;
font-weight:300;
line-height:25px
}
#fleet .hero .container-fluid {
margin-left:0;
padding-left:15px
}
}
#fleet .numbered-list {
	list-style:none;
	margin:0;
	padding:1em 0 0 0
}
#fleet .numbered-list li {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-align:center;
	align-items:center;
	padding-bottom:1.5em;
	font-size:16px;
	color:#fff
}
#fleet .numbered-list li .label {
	padding-right:1em;
	min-width:130px
}
#fleet .numbered-list li .number {
	text-align:center;
	min-width:40px;
	font-size:14px;
	color:#F78F1E;
	letter-spacing:2px;
	padding-right:1em;
	font-weight:700;
	text-transform:uppercase
}
@media (max-width:1113.98px) {
#fleet .numbered-list li {
padding-bottom:0;
font-size:16px;
font-weight:300;
line-height:25px;
-webkit-box-pack:start;
justify-content:flex-start;
-webkit-box-align:start;
align-items:flex-start
}
#fleet .numbered-list li .number {
display:inline;
min-width:24px;
font-size:14px;
font-weight:700;
letter-spacing:2px;
line-height:20px;
margin-right:.5em;
text-align:center;
padding:0;
margin-top:.15em
}
#fleet .numbered-list li .label {
display:inline;
width:100%!important
}
}
#fleet .fleet-menu {
	border-radius:100px;
	z-index:999;
	position:absolute;
	display:inline-block;
	bottom:0;
	left:9.85rem
}
#fleet .fleet-menu.force-visible-text .main-menu-fleet a span {
	opacity:1!important
}
#fleet .fleet-menu .main-menu-fleet {
	margin-left:15px!important;
	margin:0;
	padding-left:0;
	list-style:none
}
#fleet .fleet-menu .main-menu-fleet .ripple {
	padding:10px 0;
	position:relative
}
#fleet .fleet-menu .main-menu-fleet .ripple:before {
	content:'';
	width:2px;
	background-color:#efefef;
	height:42px;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateX(3px);
	transform:translateX(3px)
}
#fleet .fleet-menu .main-menu-fleet .ripple:last-child::before {
display:none
}
#fleet .fleet-menu .main-menu-fleet .ripple:hover a span {
	opacity:1
}
#fleet .fleet-menu .main-menu-fleet a {
	position:relative;
	-webkit-transition:none;
	transition:none;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
	color:#efefef;
	padding-left:20px
}
#fleet .fleet-menu .main-menu-fleet a span {
-webkit-transition:opacity .3s;
transition:opacity .3s;
	font-size:10px;
	font-weight:700;
	letter-spacing:2px;
	line-height:20px;
	text-transform:uppercase
}
#fleet .fleet-menu .main-menu-fleet a.active {
	color:#F78F1E
}
#fleet .fleet-menu .main-menu-fleet a.active:before {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
#fleet .fleet-menu .main-menu-fleet a:before {
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	left:0;
	background-color:#efefef;
	border:4px solid #efefef;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	border-radius:50%;
	z-index:1
}
@media (max-width:1113.98px) {
#fleet .fleet-menu {
display:none
}
}
@media (max-width:1113.98px) {
#fleet .fleet-menu {
display:none
}
}
#fleet .btn-float {
	position:absolute
}
#fleet .btn-float.center {
	bottom:2em;
	right:0;
	padding:0;
	left:50%
}
#fleet .btn-float.center button {
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
#fleet .hero-fleet video {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:0;
	-webkit-transform:none;
	transform:none;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:right;
	object-position:right
}
#fleet .hero-fleet:nth-last-child(2) .btn-float {
display:none
}
#fleet .hero-fleet .container-fluid {
	margin-top:-13em
}
#fleet .hero-fleet p.slide-subtitle {
	font-size:16px;
	font-weight:300
}
#fleet .hero-fleet .numbered-list li .label {
	font-weight:300
}
#fleet .hero-fleet .btn-orka {
	display:inline-block!important;
	margin-top:2em
}
@media (max-width:1113.98px) {
#fleet .hero-fleet {
-webkit-box-align:start!important;
align-items:flex-start!important;
padding-top:3.5em;
padding-right:.5em;
padding-left:.5em
}
#fleet .hero-fleet video {
width:auto
}
#fleet .hero-fleet .container-fluid {
margin-top:0
}
#fleet .hero-fleet .container-fluid.rtl .numbered-list li .label {
float:left
}
#fleet .hero-fleet .container-fluid h1.slide-title {
font-size:30px;
line-height:36px;
font-weight:600!important
}
#fleet .hero-fleet .container-fluid p.slide-subtitle {
font-size:16px;
line-height:25px;
font-weight:300!important
}
#fleet .hero-fleet .container-fluid .numbered-list li .label {
min-width:initial;
width:auto;
padding-right:1em;
font-size:16px
}
#fleet .hero-fleet .container-fluid .numbered-list li .number {
font-size:14px
}
#fleet .hero-fleet .container-fluid .btn-orka {
width:100%;
text-align:center;
margin-top:1em;
max-width:400px
}
}
#fleet .info-box-container {
	position:absolute;
	right:0;
	height:700px;
	width:60%;
	z-index:99999
}
#fleet .info-box-container .info-box {
	position:absolute;
	z-index:1;
	top:50%;
	-webkit-transform:translateX(-360px);
	transform:translateX(-360px);
	display:none
}
#fleet .info-box-container .info-box__wrapper {
	position:relative
}
#fleet .info-box-container .info-box__action {
	position:absolute;
	top:40px;
	z-index:1;
	-webkit-transform:translate(320px, -100%);
	transform:translate(320px, -100%)
}
#fleet .info-box-container .info-box__line {
	margin:0;
	width:1px;
	height:0;
	border:none;
	border-left:1px solid #fff;
	-webkit-transform:translate(12.5px, 0);
	transform:translate(12.5px, 0)
}
#fleet .info-box-container .info-box__button {
	display:block;
	width:25px;
	height:25px;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
	border-radius:50%;
	border:none;
	outline:0;
	background:#ff671c;
	-webkit-transform:rotate(0);
	transform:rotate(0);
-webkit-transition:-webkit-transform .5s ease-in-out;
transition:-webkit-transform .5s ease-in-out;
transition:transform .5s ease-in-out;
transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
#fleet .info-box-container .info-box__button--active {
	-webkit-transform:rotate(405deg);
	transform:rotate(405deg)
}
#fleet .info-box-container .info-box__content {
	width:360px;
	padding:48px;
	background:#fff;
	-webkit-transform:scale(0) rotate(0) translate(-25px, 25px);
	transform:scale(0) rotate(0) translate(-25px, 25px);
	-webkit-transform-origin:top right;
	transform-origin:top right;
-webkit-transition:-webkit-transform .3s ease-in;
transition:-webkit-transform .3s ease-in;
transition:transform .3s ease-in;
transition:transform .3s ease-in, -webkit-transform .3s ease-in;
	position:absolute;
	right:-362px;
	top:25px
}
#fleet .info-box-container .info-box__content--active {
	-webkit-transform:scale(1);
	transform:scale(1)
}
#fleet .info-box-container .info-box__title {
	font-size:18px;
	font-weight:700;
	color:#003c71;
	margin-bottom:10px
}
#fleet .info-box-container .info-box__description {
	font-size:16px;
	font-weight:400;
	color:#666
}
@media (max-width:1150px) {
#fleet .info-box-container .info-box {
display:none!important
}
}
#fleet .info-box-container .info-box--rtl {
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}
#fleet .info-box-container .info-box--rtl .info-box__action {
	-webkit-transform:translate(15px, -100%);
	transform:translate(15px, -100%)
}
#fleet .info-box-container .info-box--rtl .info-box__content {
	-webkit-transform:scale(0) rotate(0) translate(25px, 25px);
	transform:scale(0) rotate(0) translate(25px, 25px);
	-webkit-transform-origin:top right;
	transform-origin:top right;
	position:absolute;
	right:280px;
	top:25px
}
#fleet .info-box-container .info-box--rtl .info-box__content--active {
	-webkit-transform:scale(1);
	transform:scale(1)
}
[dir=rtl] .hero {
	position:relative;
	max-width:100%
}
[dir=rtl] .info-box-container {
	width:57%
}
[dir=rtl] .fleet-menu {
	left:165px!important
}
@media (min-width:1114px) {
[dir=rtl] #fleet .container-fluid.rtl {
display:-webkit-box!important;
display:flex!important
}
[dir=rtl] #fleet .container-fluid .rtl-container {
width:600px;
max-width:600px;
min-width:600px;
padding-left:1.5em
}
[dir=rtl] #fleet .container-fluid .rtl-container .numbered-list p {
display:-webkit-box;
display:flex
}
[dir=rtl] #fleet .fleet-menu {
left:auto
}
}
#ceo-message {
	overflow-x:hidden;
	width:100%
}
#ceo-message .section__bottom_block {
	padding:0
}
#ceo-message .section__bottom_block .section__wrap {
	margin:150px 0;
	background:url(../img/logistics/logistic-tile.jpg)
}
@media (max-width:1113.98px) {
#ceo-message .section__bottom_block .section__wrap {
margin-top:50px;
margin-bottom:300px
}
}
#ceo-message .section__bottom_block img {
	position:relative;
	margin-bottom:-40%;
	width:100%;
	height:auto
}
@media (min-width:1150px) {
#ceo-message .section__bottom_block img {
position:absolute;
margin-top:0;
width:auto;
height:110%;
top:-5%
}
}
@media (min-width:1200px) {
#ceo-message .section__bottom_block img {
position:absolute;
margin-top:0;
height:120%;
top:-10%
}
}
#ceo-message .section__bottom_block .info-wrap {
	padding:80px 0;
	color:#fff
}
#ceo-message .section__bottom_block .info-wrap h6 {
	font-size:40px;
	line-height:48px
}
#ceo-message .section__bottom_block .info-wrap p {
	padding:10px 0;
	font-size:16px
}
#ceo-message .section__bottom_block .info-wrap p.name, #ceo-message .section__bottom_block .info-wrap p.title {
	padding:0;
	margin:0
}
#ceo-message .section__bottom_block .info-wrap p.name {
	font-weight:600
}
#ceo-message .section__bottom_block .info-wrap p, #ceo-message .section__bottom_block .info-wrap ul>li {
	font-size:16px;
	line-height:25px
}
#ceo-message .hero-description h2 {
	font-size:40px;
	font-weight:400;
	max-width:900px;
	line-height:1.2
}
#ceo-message .hero-description h3 {
	font-size:24px;
	padding:0 20px
}
@media (max-width:1113.98px) {
#ceo-message .hero-description h2, #ceo-message .hero-description h3, #ceo-message .hero-description p {
text-align:left;
padding:0
}
}
#ceo-message .hero {
	position:relative
}
#ceo-message .hero:before {
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
	opacity:.3;
	left:0;
	top:0;
	z-index:0
}
#ceo-message .section__image .section__image-detail:not(.accordion) {
-webkit-box-pack:start;
justify-content:flex-start
}
#ceo-message .section__image .section__image-detail:not(.accordion) .section__image-detail-inner {
margin-top:10px!important
}
#ceo-message .section__image.right>.row {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-direction:row-reverse
}
#ceo-message .section__image.right>.row .comp-image .line {
	right:0;
	left:-100%
}
@media (max-width:1113.98px) {
#ceo-message .section__image.right>.row .comp-image .line {
right:auto;
left:0
}
}
#ceo-message .section__image .comp-image .line {
	top:2rem;
	right:-100%
}
@media (max-width:1113.98px) {
#ceo-message .section__image .comp-image .line {
display:block!important;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
left:0;
width:60px;
right:auto;
top:auto;
bottom:0
}
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner {
	padding:0 5rem 0 6.5rem
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner h2 {
	font-size:38px;
	font-weight:400;
	line-height:1.4
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner p {
	font-weight:300;
	letter-spacing:normal
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner .subtitle {
	font-size:22px;
	line-height:38px
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner .text-body {
	font-size:16px;
	line-height:25px
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner ul {
	padding-left:20px
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner ul li {
	font-size:16px;
	padding:10px 0
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner .left {
	left:0
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner .right {
	left:0
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner .right:after {
	left:16px
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons {
	width:100%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	flex-wrap:wrap;
	margin:30px 0
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span {
	width:20%;
	background-color:#fff;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1);
	color:#003c71;
	font-size:10px;
	text-align:center;
	line-height:20px;
	letter-spacing:2px;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:start;
	justify-content:flex-start;
	padding:30px 20px;
	-webkit-box-align:center;
	align-items:center;
	text-transform:uppercase;
	font-weight:600;
	display:block
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span svg {
	width:62px;
	height:62px;
	border:1px solid #F78F1E;
	border-radius:50%;
	margin:10px
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span svg path {
	fill:#003c71!important
}
@media (max-width:1199.98px) {
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span {
width:33.33%
}
}
@media (max-width:1113.98px) {
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span {
width:100%;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
flex-direction:row
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span img {
margin:0 10px 0 0
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span svg {
display:block;
float:left
}
#ceo-message .section__image .section__image-detail .section__image-detail-inner-icons>span .label {
display:block;
float:left;
padding:30px 0 0 20px
}
}
@media (max-width:1113.98px) {
#ceo-message .section__image {
padding:1rem 0!important
}
}
#ceo-message .section__quote_block {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center
}
#ceo-message .section__quote_block .row {
	width:100%
}
#ceo-message .section__quote_block .holder {
	padding:50px 150px;
	border-top:5px solid #F78F1E;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
#ceo-message .section__quote_block .holder .r {
	width:100%;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
@media (max-width:1113.98px) {
#ceo-message .section__quote_block .holder {
padding:20px 0
}
#ceo-message .section__quote_block .holder .r {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center
}
}
#ceo-message .section__quote_block .holder .quote {
	color:#003c71;
	font-size:60px;
	font-weight:700;
	line-height:72px
}
#ceo-message .section__quote_block .holder p {
	padding:0 50px;
	text-align:center;
	font-size:24px;
	line-height:38px;
	width:100%
}
#ceo-message .section__quote_block .holder p.author {
	padding-top:20px;
	display:block;
	font-size:16px
}
#search-results .hero {
	background-repeat:repeat!important;
	background-size:unset!important
}
#search-results .result-item {
	text-decoration:none;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	padding:30px 0;
	border-bottom:1px solid #efefef
}
#search-results .result-item:first-child {
	border-top:1px solid #efefef
}
#search-results .result-item .result-item__title {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:#003c71
}
#search-results .result-item .result-item__desc {
	font-size:16px;
	font-weight:300;
	line-height:25px;
	color:#666
}
#search-results .search-pagination {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-flex:1;
	flex:1;
	-webkit-box-pack:justify;
	justify-content:space-between;
	margin:50px 0
}
#search-results .search-pagination p {
	margin:0
}
#search-results .search-pagination ul {
	padding:0;
	margin:0;
	list-style:none
}
#search-results .search-pagination ul li {
	float:left;
	padding:10px 15px
}
#search-results .search-pagination ul li:first-child, #search-results .search-pagination ul li:last-child {
	padding-top:0
}
#search-results .search-pagination ul li a {
	color:#212422;
	text-decoration:none
}
#search-results .search-pagination ul li a .spin-blue i {
	width:20px
}
#search-results .search-pagination ul li.active a {
	color:#F78F1E!important
}
@media (max-width:1113.98px) {
#search-results .search-pagination {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column
}
#search-results .search-pagination p {
margin-bottom:30px
}
}
[dir=rtl] .search-pagination li:first-child a>div, [dir=rtl] .search-pagination li:last-child a>div {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
#bahri-units {
	width:100%;
	overflow-x:hidden
}
#bahri-units .hero-description {
	background:#efefef
}
#bahri-units .hero-description>h2 {
	text-align:center
}
#bahri-units .section__image {
	max-width:1440px;
	padding:4.5rem 0!important
}
#bahri-units .section__image.accordion {
	padding-bottom:150px!important
}
#bahri-units .section__image .section__image-detail:not(.accordion) {
display:-webkit-box;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
flex-direction:column;
-webkit-box-align:center;
align-items:center;
-webkit-box-pack:center;
justify-content:center
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner {
	padding:0 5rem 0 6.5rem
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner h2 {
	font-size:40px;
	font-weight:600
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner p {
	font-size:24px;
	font-weight:200
}
@media (max-width:1113.98px) {
#bahri-units .section__image .section__image-detail .section__image-detail-inner p {
font-size:20px!important;
line-height:30px!important
}
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline {
	max-width:456px
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .line {
	display:none
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .row-item {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	padding:1em 0 0 0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .row-item .col-number {
	padding:0 1em 0 0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .row-item .col-text {
	padding:.2em 0 0 0;
	font-weight:200
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner span.number {
	border:2px solid #F78F1E;
	padding:4px 13px;
	border-radius:50%;
	color:#003c71;
	font-weight:600;
	float:left
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .col-text p {
	font-weight:300;
	font-size:16px!important;
	line-height:25px;
	letter-spacing:normal
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner p {
	font-weight:300;
	letter-spacing:normal
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner p.subtitle {
	font-size:24px;
	line-height:38px
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline {
	position:relative;
	margin:0 auto
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .item {
	position:relative
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .item.active:after {
	background-color:#F78F1E;
	border:4px solid #F78F1E
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .item:after {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	right:-17px;
	background-color:#efefef;
	border:4px solid #efefef;
	top:10px;
	border-radius:50%;
	z-index:1
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .container {
	padding:10px 20px;
	position:relative;
	background-color:inherit;
	width:80%
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .container img {
	left:-85px;
	position:absolute;
	width:32px
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .container:after {
	content:'';
	position:absolute;
	width:2px;
	background-color:#efefef;
	top:18px;
	bottom:0;
	left:0;
	margin-left:-26px;
	min-height:140px
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .left {
	left:0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .right {
	left:0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .right:after {
	left:16px
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .content h2 {
	font-size:24px;
	line-height:34px;
	color:#F78F1E
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .content p {
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner .timeline .item:last-child .container:after {
	display:none
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion {
	position:absolute;
	left:-100px;
	width:100%;
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .1)
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card {
	border:0;
	border-radius:0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card:first-child .card-header {
	box-shadow:none
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header {
	border-bottom:0;
	border-radius:0;
	box-shadow:inset 0 5px 10px -5px rgba(0, 0, 0, .1);
	cursor:pointer
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] p {
	font-weight:700
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] img.openned {
	display:block
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header[aria-expanded=true] img.closed {
	display:none
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header p {
	font-family: 'Montserrat', sans-serif;
	color:#003c71;
	font-size:18px;
	line-height:24px;
	text-decoration:none!important;
	width:100%;
	text-align:left;
	margin-bottom:0
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img {
	width:40px;
	float:right
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img.openned {
	display:none
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-header img.closed {
	display:block
}
#bahri-units .section__image .section__image-detail .section__image-detail-inner #accordion .card .card-body {
	font-size:16px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	color:#212422;
	line-height:25px;
	padding:0 1.25rem 1.25rem 1.25rem
}
#bahri-units .bahri-key-strengths {
	padding:5em 4em;
	max-width:1400px;
	margin:0 auto
}
#bahri-units .bahri-key-strengths .knob {
	pointer-events:unset!important
}
#bahri-units .bahri-key-strengths h2 {
	padding:50px;
	text-align:center
}
@media (max-width:1113.98px) {
#bahri-units .bahri-key-strengths {
padding:1em
}
#bahri-units .bahri-key-strengths h2 {
padding:30px;
font-size:30px
}
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner {
	width:100%;
	overflow:hidden
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner #wrapperBoxes {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card {
	padding:20px;
	min-height:100%
}
@media (max-width:1113.98px) {
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card {
min-width:100%
}
}
@media (min-width:768px) {
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card {
min-width:50%
}
}
@media (min-width:1114px) {
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card {
min-width:33.33%
}
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card .bahri-key-strengths-card__content {
	box-shadow:inset 0 5px 0 0 #F78F1E, 0 0 20px 0 rgba(0, 0, 0, .1);
	padding:40px;
	min-height:100%
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card .bahri-key-strengths-card__content h1 {
	padding-top:10%;
	color:#003c71;
	font-size:24px;
	font-weight:700;
	line-height:34px;
	text-align:center
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card .bahri-key-strengths-card__content p {
	text-align:center
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner .bahri-key-strengths-card .bahri-key-strengths-card__content span {
	border:2px solid #F78F1E;
	border-radius:50%;
	color:#003c71;
	font-weight:700;
	width:45px;
	height:45px;
	margin:0 auto;
	-webkit-box-pack:center;
	justify-content:center;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner p.subtitle {
	font-size:24px;
	font-weight:300;
	color:#fff;
	line-height:38px;
	text-align:center
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner p.title {
	font-size:24px;
	font-weight:700;
	color:#fff;
	line-height:38px;
	text-align:left
}
#bahri-units .bahri-key-strengths .bahri-key-strengths-inner p.text {
	font-size:16px;
	color:#fff;
	line-height:25px;
	text-align:left
}
#bahri-units .bahri-key-strengths .slider .nav-next, #bahri-units .bahri-key-strengths .slider .nav-prev {
	cursor:pointer
}
#bahri-units .bahri-unit-contact {
	background-image:url(../img/global-network/list.png);
	padding:80px 0
}
#bahri-units .bahri-unit-contact .bahri-unit-contact__inner {
	max-width:1440px
}
#bahri-units .bahri-unit-contact .column {
	margin-bottom:40px
}
#bahri-units .bahri-unit-contact h4 {
	font-size:40px;
	color:#003c71
}
#bahri-units .bahri-unit-contact a {
	text-decoration:none!important;
	color:#003c71!important;
-webkit-transition:.2s color ease;
transition:.2s color ease
}
#bahri-units .bahri-unit-contact a:hover {
	text-decoration:underline!important
}
#bahri-units .bahri-unit-contact p.country {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#F78F1E
}
#bahri-units .bahri-unit-contact p.address {
	font-size:16px;
	font-weight:300;
	color:#666
}
#bahri-units .bahri-unit-contact h5 {
	font-size:24px;
	color:#003c71;
	font-weight:600
}
#bahri-units .bahri-unit-contact .contact_list {
	font-size:16px;
	font-weight:600;
	line-height:25px;
	padding:0 10px
}
#bahri-units .bahri-unit-contact .contact_list a {
	color:#212422;
	text-decoration:none
}
#bahri-units .bahri-unit-contact .contact_list .material-icons {
	color:#F78F1E;
	font-size:16px;
	padding-right:15px;
	margin-top:5px
}
#bahri-units .actions {
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	-webkit-box-pack:end;
	justify-content:flex-end;
	height:100%
}
#bahri-units .actions a {
	color:#003c71
}
#bahri-units .line {
	position:absolute;
	width:160px;
	height:5px;
	background-color:#F78F1E;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:13rem
}
#bahri-units .news-item {
	height:auto!important
}
#bahri-units .glide-controls {
	display:none;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center
}
#bahri-units .glide-controls .nav-next, #bahri-units .glide-controls .nav-prev {
	width:35px;
	height:35px;
	margin:0 10px;
	background-color:transparent;
	border:2px solid #F78F1E;
	color:#003c71;
	border-radius:40px;
	line-height:0;
	text-align:center;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
	z-index:9;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	left:2.5em
}
#bahri-units .glide-controls .nav-next.right, #bahri-units .glide-controls .nav-prev.right {
	left:0;
	right:2.5em
}
@media (max-width:1113.98px) {
#bahri-units .glide-controls {
display:-webkit-box;
display:flex
}
#bahri-units .hero-description>h2, #bahri-units .hero-description>h3 {
text-align:left
}
#bahri-units .actions {
-webkit-box-align:center;
align-items:center
}
#bahri-units .actions a {
min-width:250px
}
#bahri-units .section__image {
padding:0 0 1.5rem 0!important
}
#bahri-units .section__image.accordion {
padding-bottom:250px!important
}
#bahri-units .section__image.section__timeline .section__image-detail-inner {
padding-top:2rem!important
}
#bahri-units .section__image .section__image-detail-inner {
padding-left:1.5rem!important;
padding-right:1.5rem!important;
padding-top:4rem!important
}
#bahri-units .section__image .section__image-detail-inner .timeline {
max-width:456px
}
#bahri-units .section__image .section__image-detail-inner .timeline-icon {
left:-50px!important
}
#bahri-units .section__image .section__image-detail-inner .row-item .col-number {
padding:0!important
}
#bahri-units .section__image .section__image-detail-inner .row-item .col-text {
padding:0 1em!important
}
#bahri-units .section__image .section__image-detail-inner .line {
display:block!important;
position:absolute;
width:60px;
height:5px;
background-color:#F78F1E;
top:0;
margin:0!important;
left:-3px;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
z-index:99
}
#bahri-units .section__image .section__image-detail-inner span.number {
display:block!important
}
#bahri-units .section__image .section__image-detail-inner hr {
width:100%!important
}
#bahri-units .section__image .section__image-detail-inner h3 {
margin-top:5px
}
#bahri-units .section__image .section__image-detail-inner h2 {
font-size:30px;
font-weight:500;
line-height:36px
}
#bahri-units .section__image .section__image-detail-inner p .subtitle {
font-size:16px;
font-weight:300;
line-height:26px
}
#bahri-units .section__image .section__image-detail-inner .timeline .item .container {
width:100%;
padding:10px 0
}
#bahri-units .section__image .section__image-detail-inner .timeline .item .container:after {
display:none
}
#bahri-units .section__image .section__image-detail-inner .timeline .item .container img {
display:none
}
#bahri-units .section__image .section__image-detail-inner .timeline .item:after {
display:none
}
#bahri-units .section__image .section__image-detail-inner #accordion {
left:18px!important;
bottom:-450px;
width:90%!important
}
#bahri-units .section__image .section__image-detail-inner #accordion .card .card-header p {
padding-right:10px
}
}
[dir=rtl] #bahri-units .glide-controls .nav-next {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
[dir=rtl] #bahri-units .glide-controls .nav-prev {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
#content .hero {
	background-size:auto
}
#content .hero-description {
	background-size:auto
}
#content .hero-description strong {
	font-weight:800
}
#content .hero-description p {
	margin:0
}
#content .container .row strong {
	font-weight:800
}
#content .section__form-type {
	padding-bottom:10px
}
#content article {
	padding-top:80px;
	padding-bottom:40px
}
#content article .sep {
	margin:60px 0;
	border-bottom:1px solid #d8d8d8
}
#logistics .ar_only tbody tr td {
	direction:rtl;
	text-align:right;
	font-family: 'Montserrat', sans-serif;
}
#logistics .ar_only tbody tr td.reset {
	direction:ltr;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}
.select2-selection__arrow {
	display:none
}
.select2-container--default .select2-selection--single {
	border:0;
	border-bottom:1px dashed #F78F1E;
	padding:10px;
	height:auto;
	outline:0;
	border-radius:0;
	background:0 0
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding:0 20px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#003c71;
	font-size:20px;
	font-weight:700;
	line-height:26px
}
@media (max-width:1113.98px) {
.select2-container--default .select2-selection--single .select2-selection__rendered {
font-size:16px
}
}
.select2-container {
	width:300px
}
.select2-results__option {
	padding:15px 10px;
	border-bottom:1px solid #efefef
}
.select2-container--default .select2-results>.select2-results__options {
	max-height:500px
}
.wrapper {
	display:-webkit-box;
	display:flex;
	width:100%
}
#content {
	width:100%;
	min-height:100vh;
-webkit-transition:all .3s;
transition:all .3s
}
html.menu-visible {
	overflow:hidden;
	position:relative
}
html.menu-visible body {
	overflow:hidden;
	position:relative
}
html.menu-visible #content {
	max-height:100vh;
	overflow:hidden
}
.grecaptcha-badge {
	visibility:hidden
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.lds-dual-ring {
	display:inline-block;
	width:24px;
	height:24x
}
.lds-dual-ring:after {
	content:" ";
	display:block;
	width:24px;
	height:24px;
	margin:px;
	border-radius:50%;
	border:3px solid #F78F1E;
	border-color:transparent #F78F1E;
	-webkit-animation:lds-dual-ring 1.2s linear infinite;
	animation:lds-dual-ring 1.2s linear infinite
}
@-webkit-keyframes lds-dual-ring {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes lds-dual-ring {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
[dir=rtl] .glide--rtl {
	direction:ltr!important
}
[dir=rtl] .owl-carousel.owl-rtl {
	direction:ltr!important
}
[dir=rtl] p {
	letter-spacing:0!important
}
[dir=rtl] span {
	letter-spacing:0!important
}
[dir=rtl] div {
	letter-spacing:0!important
}
[dir=rtl] h1 {
	letter-spacing:0!important
}
[dir=rtl] h2 {
	letter-spacing:0!important
}
[dir=rtl] h3 {
	letter-spacing:0!important
}
[dir=rtl] h4 {
	letter-spacing:0!important
}
[dir=rtl] h5 {
	letter-spacing:0!important
}
[dir=rtl] h6 {
	letter-spacing:0!important
}
