
html {
    min-height: 100vh;
    position: relative;
}
body {
    margin: 0;
    /* margin-bottom: 40px; */
    /* min-height: 100vh; */
}
.center-footer{
	margin-top: -20px;
}
/* footer{
	position: relative !important;
} */

.brand {
	display: inline-block;
}

.rights{
	margin-bottom: 0;
}
  
p.clipInLeft, .copyright-year{
	margin: 0;
}

.group-xs > a {
	padding: 3px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
body {
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

 

/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: inherit;
}

a:hover {
	color: #16b6d2;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #16b6d2;
}

.link-press {
	color: #14a2bb;
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 25px;
}

.link-default {
	letter-spacing: .01em;
	color: #262f3c;
}

.link-default:hover {
	color: #16b6d2;
}

.link-social-1 {
	position: relative;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	background: #8491a5;
	font-size: 16px;
	line-height: 2em;
}

.link-social-1, .link-social-1:active, .link-social-1:focus, .link-social-1:hover {
	color: #ffffff;
}

.link-social-1::after {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	padding: 2px;
	z-index: -1;
	background: #16b6d2;
	opacity: 1;
	transform: scale(1);
}

.link-social-1[class*='twitter'] {
	background: #63c9eb;
}

.link-social-1[class*='twitter']::after {
	background: #63c9eb;
}

.link-social-1[class*='facebook'] {
	background: #4970bf;
}

.link-social-1[class*='facebook']::after {
	background: #4970bf;
}

.link-social-1[class*='instagram'] {
	background: #ff6f80;
}

.link-social-1[class*='instagram']::after {
	background: #ff6f80;
}

.link-social-1[class*='linkedin'] {
	background: #3078bb;
}

.link-social-1[class*='linkedin']::after {
	background: #3078bb;
}

.link-social-1:hover::after {
	transition: transform 0.2s, opacity 0.3s;
	transform: scale(1.3);
	opacity: 0;
}

.link-social-2 {
	color: #262f3c;
}

.link-social-2:hover {
	color: #16b6d2;
}

.link-social-2[class*='twitter']:hover {
	color: #63c9eb;
}

.link-social-2[class*='facebook']:hover {
	color: #4970bf;
}

.link-social-2[class*='instagram']:hover {
	color: #ff6f80;
}

.link-underline {
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	text-align: center;
	letter-spacing: .01em;
}

.link-underline::before, .link-underline::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #262f3c;
}

.link-underline::before {
	transition: .22s .22s ease-in;
	transform: translateX(-110%);
}

.link-underline::after {
	left: 0;
	transition: .22s ease-in;
}

.link-underline, .link-underline:active, .link-underline:focus, .link-underline:hover {
	color: #262f3c;
}

.link-underline:hover::after {
	right: 0;
	left: auto;
	width: 0;
}

.link-underline:hover::before {
	transform: translateX(0);
}

.link-icon {
	position: relative;
	display: inline-block;
	padding: 3px;
	white-space: nowrap;
	letter-spacing: 0;
	transition: .22s ease-in;
}

.link-icon > * {
	display: inline-block;
	vertical-align: middle;
}

.link-icon .icon {
	position: relative;
	top: 1px;
	transition: transform .22s ease-in;
}

.link-icon > * + * {
	margin-left: 5px;
}

.link-icon, .link-icon:active, .link-icon:focus, .link-icon:hover {
	color: #262f3c;
}

.link-icon:hover {
	opacity: .5;
}

.link-icon-left .icon + span {
	transition: transform .22s ease-in;
}

.link-icon-left:hover .icon {
	transform: translateX(-8px);
}

.link-icon-left:hover .icon + span {
	transform: translateX(-6px);
}

.link-image-1 {
	display: inline-block;
	opacity: .3;
	transition: .25s ease-in-out;
}

.link-image-1:hover {
	opacity: .8;
}

.link-modern {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	color: #262f3c;
	letter-spacing: .075em;
}

.link-modern .icon {
	order: 10;
	margin-left: 7px;
	color: #ff6f80;
}

.link-modern:hover {
	color: #ff6f80;
}

.icon.link-waypoint-icon {
	font-size: 26px;
}

* + .link-waypoint-icon {
	margin-top: 15px;
}

.context-dark .link-waypoint-icon, .bg-gray-900 .link-waypoint-icon, .bg-accent .link-waypoint-icon {
	color: rgba(255, 255, 255, 0.6);
}

.context-dark .link-waypoint-icon:hover, .bg-gray-900 .link-waypoint-icon:hover, .bg-accent .link-waypoint-icon:hover {
	color: #ffffff;
}

/* Tablet */
@media (min-width: 768px) {
	* + .link-waypoint-icon {
		margin-top: 25px;
	}
	.brand-logo-light{
		display: none;
	}
}

/* Mobile  */
@media (min-width:300px){
	.page-header-3{
		margin-bottom: 0px;
	}
	.brand-logo-light{
		display: none;
	}
}

@media (min-width: 1280px) {
	.page-header-3{
		margin-bottom: 30px;
	}
}
 

/*
* Lists
*/
/*
* Vertical Lists
*/
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 12px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

/*
* Inline Lists
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-xs {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -3px;
	margin-right: -3px;
}

html .list-inline-xs > * {
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*
* List terms
*/
.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

/*
* Marked list
*/
.list-marked {
	font-family: Muli, sans-serif;
	font-weight: 300;
	text-align: left;
	color: #262f3c;
}

.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked > li::before {
	content: '';
	position: relative;
	left: 0;
	top: -1px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 17px;
	border-radius: 50%;
	background: #d7d7d7;
}

.list-marked > li + li {
	margin-top: 10px;
}

.list-marked_secondary {
	font-family: Muli, sans-serif;
	font-weight: 400;
	color: #2c343b;
}

.list-marked_secondary > li::before {
	width: 6px;
	height: 6px;
	background: #ff6f80;
}

@media (min-width: 992px) {
	.list-marked_secondary {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.list-marked_secondary {
		font-size: 17px;
		line-height: 1.52941;
	}
}

.context-dark .list-marked_secondary, .bg-gray-900 .list-marked_secondary, .bg-accent .list-marked_secondary {
	color: #ffffff;
}

.context-dark .list-marked_secondary > li::before, .bg-gray-900 .list-marked_secondary > li::before, .bg-accent .list-marked_secondary > li::before {
	background: #ffea5c;
}

* + .list-marked {
	margin-top: 15px;
}

/*
* Ordered List
*/
.list-ordered {
	font-family: Muli, sans-serif;
	font-weight: 300;
	counter-reset: li;
	text-align: left;
	color: #262f3c;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #8491a5;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

.list-palette {
	margin-bottom: -8px;
	margin-left: -8px;
	font-size: 0;
	line-height: 0;
}

.list-palette:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.list-palette > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

.list-palette > li {
	width: 45px;
	height: 45px;
	background: #f9f8f8;
}

.list-palette > li:nth-child(1) {
	background: #16b6d2;
}

.list-palette > li:nth-child(2) {
	background: #ff6f80;
}

.list-palette > li:nth-child(3) {
	background: #262f3c;
}

.list-palette > li:nth-child(4) {
	background: #f9f8f8;
}

.list-palette > li:nth-child(5) {
	background: #777;
}

* + .list-palette {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.list-palette {
		max-width: 200px;
	}
	.list-palette > li {
		width: 53px;
		height: 53px;
	}
}

.list-style-1 {
	color: #262f3c;
	letter-spacing: 0;
}

.list-style-1 .unit {
	margin-bottom: -8px;
	margin-left: -20px;
}

.list-style-1 .unit > * {
	margin-bottom: 8px;
	margin-left: 20px;
}

.list-style-1 > li + li {
	margin-top: 14px;
}

* + .list-style-1 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.list-style-1 > li + li {
		margin-top: 17px;
	}
}

@media (min-width: 992px) {
	.list-style-1 {
		font-size: 17px;
		line-height: 1.52941;
	}
}

.list-style-2 {
	counter-reset: li;
	font-family: Muli, sans-serif;
	line-height: 1.2;
	font-weight: 400;
	color: #262f3c;
}

.list-style-2 > li {
	position: relative;
	padding-left: 25px;
}

.list-style-2 > li::before {
	position: absolute;
	left: 0;
	content: counter(li) ".";
	counter-increment: li;
}

.list-style-2 > li + li {
	margin-top: 9px;
}

.list-style-2_2-cols {
	columns: 2;
	column-gap: 30px;
	break-inside: avoid;
}

* + .list-style-2 {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.list-style-2 {
		font-size: 17px;
	}
	* + .list-style-2 {
		margin-top: 30px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.list-style-2_2-cols-responsive {
		columns: 2;
		column-gap: 30px;
		break-inside: avoid;
	}
}

.list-objects-inline {
	margin-bottom: -4px;
	margin-left: -10px;
	letter-spacing: 0;
}

.list-objects-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.list-objects-inline > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 10px;
}

.list-objects-inline > li {
	vertical-align: middle;
}

.list-objects-inline > li > * {
	display: inline-block;
	vertical-align: middle;
}

.list-objects-inline > li > * + * {
	margin-left: 5px;
}

.list-objects-inline .icon {
	font-size: 15px;
}

@media (min-width: 576px) {
	.list-objects-inline .list-objects-inline {
		margin-left: -22px;
	}
	.list-objects-inline .list-objects-inline > * {
		margin-left: 22px;
	}
	.list-objects-inline .icon {
		font-size: 19px;
	}
}

.list-blocks-outer {
	position: relative;
	overflow: hidden;
}

.list-blocks {
	counter-reset: list-blocks-item;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -1px;
	text-align: center;
}

.list-blocks-item {
	width: 100%;
	padding: 35px 20px;
	margin: -1px 0 0 0;
	border-bottom: 1px solid #ebebeb;
}

.list-blocks-item-inner {
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}

.list-blocks-counter {
	font-family: Muli, sans-serif;
	font-size: 20px;
	line-height: 1;
}

.list-blocks-counter::before {
	content: counter(list-blocks-item, decimal-leading-zero);
	counter-increment: list-blocks-item;
}

.list-blocks-title {
	font-family: Muli, sans-serif;
	font-size: 18px;
	line-height: 1.35;
	color: #262f3c;
}

* + .list-blocks-title {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.list-blocks {
		justify-content: flex-end;
		text-align: left;
	}
	.list-blocks-item {
		position: relative;
		width: calc(50% + 1px);
		padding: 45px 25px;
		margin: -1px 0 0 -1px;
		border: 1px solid #ebebeb;
	}
	.list-blocks-counter {
		font-size: 24px;
	}
	.list-blocks-title {
		font-size: 22px;
	}
	* + .list-blocks-title {
		margin-top: 15px;
	}
}

@media (max-width: 991.98px) {
	.list-blocks-item_caption {
		order: -1;
	}
}

@media (min-width: 992px) {
	.list-blocks-item {
		width: calc(33.3333% + 1px);
	}
}

@media (min-width: 1200px) {
	.list-blocks-item {
		padding: 55px 20px;
	}
	.list-blocks-item * + p {
		margin-top: 25px;
	}
	.list-blocks-counter {
		font-size: 30px;
	}
	.list-blocks-title {
		font-size: 26px;
	}
	* + p.list-blocks-title {
		margin-top: 27px;
	}
}

.list-localization .label-text {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	background-color: transparent;
	color: #262f3c;
	transition: .22s ease-in-out;
	cursor: pointer;
}

.list-localization .label-text:hover {
	color: #ff6f80;
}

.list-localization input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	-webkit-appearance: none;
}

.list-localization input:checked ~ .label-text {
	color: #ffffff;
	background: #ff6f80;
}

.list-nav-classic {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-family: Muli, sans-serif;
	line-height: 1.2;
	color: #262f3c;
	letter-spacing: 0;
}

.list-nav-classic li {
	display: flex;
	padding-right: 25px;
}

.list-nav-classic a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 22px 0 24px;
}

.list-nav-classic a::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	bottom: 0;
	background: #16b6d2;
	pointer-events: none;
	width: 0;
	height: 2px;
	max-width: 58px;
	transition: .55s;
}

.list-nav-classic a.active,
.list-nav-classic a:hover {
	color: #16b6d2;
}

.list-nav-classic a.active::after {
	width: 80%;
}

@media (min-width: 1200px) {
	.list-nav-classic {
		font-size: 22px;
	}
	.list-nav-classic a {
		padding: 20px 0;
	}
	.list-nav-classic a::after {
		height: 4px;
	}
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

/*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-sm {
	font-size: 18px;
}

.icon-md {
	font-size: 20px;
}

.icon-lg {
	font-size: 30px;
}

.icon-xl {
	font-size: 40px;
}

.icon-style-1 {
	display: inline-block;
	width: 2em;
	height: 2em;
	font-size: 28px;
	text-align: center;
	line-height: 2em;
	border-radius: 50%;
	background: #ffffff;
	color: #16b6d2;
	box-shadow: -7.25px 3.381px 18px 0px rgba(75, 81, 91, 0.08);
}

@media (min-width: 992px) {
	.icon-style-1 {
		font-size: 34px;
	}
}

/*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
	letter-spacing: .015em;
}

.table-custom th,
.table-custom td {
	color: #8491a5;
	background: #ffffff;
}

.table-custom th {
	padding: 37px 24px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .2em;
	text-transform: uppercase;
	background: #f9f8f8;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 15px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #ebebeb;
}

.table-custom tfoot td {
	font-weight: 600;
	color: #262f3c;
}

.table-rounded {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 10px;
	border: 1px solid #ebebeb;
}

.table-rounded .table-custom {
	max-width: unset;
	margin-bottom: -1px;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #16b6d2;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #f9f8f8;
}

.table-custom.table-custom-secondary thead th {
	color: #ffffff;
	background: #ff6f80;
	border: 0;
}

.table-custom.table-custom-secondary tbody tr:hover td {
	background: #f9f8f8;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #ebebeb;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #ebebeb;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f9f8f8;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #16b6d2;
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 16px 35px;
	font-size: 14px;
	line-height: 1.4;
	border: 2px solid;
	border-radius: 35px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

@media (max-width: 575.98px) {
	.button {
		padding: 10px 15px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #8491a5;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-default:hover, .button-default:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-default.button-ujarak::before {
	background: #16b6d2;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-primary:hover, .button-primary:active {
	color: #ffffff;
	background-color: #ff6f80;
	border-color: #ff6f80;
}

.button-primary.button-ujarak::before {
	background: #ff6f80;
}

.button-gray-700, .button-gray-700:focus {
	color: #ffffff;
	background-color: #3f4856;
	border-color: #3f4856;
}

.button-gray-700:hover, .button-gray-700:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-gray-700.button-ujarak::before {
	background: #16b6d2;
}

.button-secondary, .button-secondary:focus {
	color: #ffffff;
	background-color: #ff6f80;
	border-color: #ff6f80;
}

.button-secondary:hover, .button-secondary:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-secondary.button-ujarak::before {
	background: #16b6d2;
}

.button-color-8, .button-color-8:focus {
	color: #ffffff;
	background-color: #869098;
	border-color: #869098;
}

.button-color-8:hover, .button-color-8:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-color-8.button-ujarak::before {
	background: #16b6d2;
}

.button-primary-outline, .button-primary-outline:focus {
	color: #16b6d2;
	background-color: transparent;
	border-color: #16b6d2;
}

.button-primary-outline:hover, .button-primary-outline:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.button-primary-outline.button-ujarak::before {
	background: #16b6d2;
}

.button-default-outline, .button-default-outline:focus {
	color: #8491a5;
	background-color: transparent;
	border-color: #ebebeb;
}

.button-default-outline:hover, .button-default-outline:active {
	color: #ffffff;
	background-color: #ff6f80;
	border-color: #ff6f80;
}

.button-default-outline.button-ujarak::before {
	background: #ff6f80;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #16b6d2;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4970bf;
	border-color: #4970bf;
}

.button-facebook:hover, .button-facebook:active {
	color: #ffffff;
	background-color: #3e64b0;
	border-color: #3e64b0;
}

.button-facebook.button-ujarak::before {
	background: #3e64b0;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #63c9eb;
	border-color: #63c9eb;
}

.button-twitter:hover, .button-twitter:active {
	color: #ffffff;
	background-color: #4cc1e8;
	border-color: #4cc1e8;
}

.button-twitter.button-ujarak::before {
	background: #4cc1e8;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 1px 6px 8px 0 rgba(75, 81, 91, 0.11);
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #16b6d2;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/**
* Button effects
*/
.button-winona {
	position: relative;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	transform: translate3d(0, 0, 0);
	white-space: nowrap;
}

.button-winona .content-original,
.button-winona .content-dubbed {
	vertical-align: middle;
	transition: transform .4s, clip-path .4s;
}

.button-winona .content-original {
	display: block;
	clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
}

.button-winona .content-dubbed {
	position: absolute;
	top: 0;
	margin: auto;
	filter: blur(0px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 100%;
	padding: inherit;
	clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
	white-space: nowrap;
}

.button-winona:hover .content-original {
	animation: showum 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

.button-winona:hover .content-dubbed {
	animation: hideum 0.3s;
	animation-fill-mode: forwards;
}

html body .button-winona {
	display: inline-flex;
}

@keyframes showum {
	0% {
		clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
	}
	100% {
		clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
	}
}

@keyframes hideum {
	0% {
		clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
	}
	100% {
		clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
	}
}

.button-sm {
	letter-spacing: .025em;
	padding: 11px 25px;
	font-size: 14px;
	line-height: 1.5;
}

.button-lg {
	padding: 18px 45px;
	font-size: 16px;
	line-height: 1.5;
}

.button-circle {
	border-radius: 30px;
}

.button-round {
	border-radius: 5px;
}

.button-square {
	border-radius: 0;
}

html .button.button-icon, html .button.button-icon > [class*='content'] {
	display: inline-flex;
}

.button.button-icon, .button.button-icon > [class*='content'] {
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.26667 em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right, .button.button-icon-right > [class*='content'] {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #16b6d2;
	border-color: #16b6d2;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

/**
* Other
*/
.button-load-icon {
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	color: rgba(132, 145, 165, 0.5);
	font-size: 36px;
	line-height: 1;
	transition: .25s;
	cursor: pointer;
}

.button-load-icon::-moz-focus-inner {
	border: none;
	padding: 0;
}

.button-load-icon:hover {
	color: #16b6d2;
}

.button-load-icon.button-load-in-process {
	transition: border-color .3s, background .3s;
	animation: .33s linear infinite-rotate infinite;
}

.button-load-icon.button-load-loaded {
	display: none;
}

html .page .button.button-load::before {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 1.5em;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 50%;
	transform-style: preserve-3d;
}

html .page .button.button-load.button-load-in-process {
	color: transparent;
}

html .page .button.button-load.button-load-in-process::before {
	opacity: 1;
	visibility: visible;
	animation: .33s linear infinite-rotate-pseudo infinite;
}

html .page .button.button-load.button-load-loaded {
	display: none;
}

@-webkit-keyframes infinite-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes infinite-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes infinite-rotate-pseudo {
	from {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	to {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}

@keyframes infinite-rotate-pseudo {
	from {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	to {
		transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
}

@media (min-width: 992px) {
	.button-load {
		font-size: 60px;
	}
}

html .page [data-load-trigger] {
	display: none;
}

.button-play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 6px;
	border: 1px solid #ebebeb;
}

.button-play, .button-play:active, .button-play:focus, .button-play:hover {
	color: #16b6d2;
}

.button-play::before {
	font-size: 20px;
}

.button-play:hover .button-play-shape {
	stroke-dasharray: 600;
	stroke-dashoffset: 0;
}

.button-play-sm {
	width: 60px;
	height: 60px;
}

.button-play-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	fill: none;
	stroke: #16b6d2;
	stroke-width: 1px;
	stroke-dasharray: 340;
	stroke-dashoffset: 340;
	transition: 1.3s;
}

* + .button-play {
	margin-top: 30px;
}

.context-dark .button-play, .bg-gray-900 .button-play, .bg-accent .button-play {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.context-dark .button-play, .bg-gray-900 .button-play, .bg-accent .button-play, .context-dark .button-play:active, .bg-gray-900 .button-play:active, .bg-accent .button-play:active, .context-dark .button-play:focus, .bg-gray-900 .button-play:focus, .bg-accent .button-play:focus, .context-dark .button-play:hover, .bg-gray-900 .button-play:hover, .bg-accent .button-play:hover {
	color: #ffffff;
}

.context-dark .button-play-shape, .bg-gray-900 .button-play-shape, .bg-accent .button-play-shape {
	stroke: #ffffff;
}

@media (min-width: 1200px) {
	* + .button-play {
		margin-top: 50px;
	}
}

/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap .link-underline {
	margin-left: 10px;
}

.form-wrap.has-error .form-input {
	border-color: #ec4242;
}

.form-wrap.has-focus .form-input {
	border-color: #16b6d2;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 54px;
	padding: 14px 26px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #8491a5;
	background-color: #ffffff;
	background-image: none;
	border-radius: 35px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #ebebeb;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 185px;
	min-height: 54px;
	max-height: 315px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #8491a5;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #8491a5;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
	pointer-events: none;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #ec4242;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #ec4242;
}

.form-output.success {
	color: #77d216;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #8491a5;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #8491a5;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #d7d7d7;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #16b6d2;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #8491a5;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.form-lg .form-input,
	.form-lg .form-label,
	.form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 16px;
	}
	.form-lg .form-input,
	.form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 23px 40px;
	}
	.form-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 35px;
	}
	.form-lg .form-input,
	.form-lg .form-button,
	.form-lg .button,
	.form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
		min-height: 70px;
	}
	.form-lg .form-label {
		top: 35px;
	}
	.form-lg .button {
		padding: 18px 45px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	margin-bottom: -8px;
	margin-left: -20px;
}

.form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.form-inline > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

.form-inline > * {
	margin-top: 0;
}

.form-inline .form-wrap {
	flex: 30 0;
	min-width: 220px;
}

.form-inline .form-label {
	display: block;
}

.form-inline .form-button {
	flex-grow: 1;
	min-height: 54px;
}

.form-inline .form-button .button {
	width: 100%;
	min-height: inherit;
}

.form-shadow .form-input,
.form-shadow .button {
	box-shadow: 2.424px 4.373px 10px 0px rgba(100, 129, 173, 0.25);
}

.form-shadow .form-input {
	border-color: #ffffff;
}

.form-inline-1 {
	position: relative;
	padding-bottom: 13px;
	transition: .3s all ease-in-out;
}

.form-inline-1 .form-input,
.form-inline-1 .form-label {
	padding-right: 70px;
}

.form-inline-1 .form-input {
	border: 0;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.1);
}

.form-inline-1 .form-validation {
	right: 70px;
}

.form-inline-1 .form-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	padding: 5px;
	margin: 0;
}

.form-inline-1 .form-button .icon {
	position: absolute;
	font-size: 27px;
	transition: .3s all ease-in-out;
}

.ie-10 .form-inline-1 .form-button .icon,
.ie-11 .form-inline-1 .form-button .icon {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.form-inline-1 .form-button-icon-default::before {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.form-inline-1 .form-button-icon-error::before,
.form-inline-1 .form-button-icon-success::before {
	transform: rotate(-45deg) scale(0.23);
	opacity: 0;
	visibility: hidden;
}

.form-inline-1 .form-output {
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 16px;
	font-size: 11px;
	padding-left: 26px;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: .3s all ease-in-out;
}

.form-inline-1 .form-output.active {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.form-inline-1 .form-output.success {
	color: #77d216;
}

.form-inline-1 .form-output.error {
	color: #ec4242;
}

.form-inline-1.form-in-process {
	background: rebeccapurple !important;
}

.form-inline-1.success .form-button-icon-default::before, .form-inline-1.error .form-button-icon-default::before {
	transform: rotate(-45deg) scale(0.23);
	opacity: 0;
	visibility: hidden;
}

.form-inline-1.success .form-button {
	background: #77d216;
	border-color: #77d216;
}

.form-inline-1.success .form-button-icon-success::before {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.form-inline-1.error .form-button {
	background: #ec4242;
	border-color: #ec4242;
}

.form-inline-1.error .form-button-icon-error::before {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
	.form-inline-1.form-lg .form-button {
		min-width: 70px;
	}
	.form-inline-1.form-lg .form-label,
	.form-inline-1.form-lg .form-input {
		padding-right: 80px;
	}
}

* + .form-lg.form-inline-1 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .form-lg.form-inline-1 {
		margin-top: 45px;
	}
}

.toggle-modern {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -15px;
}

.toggle-modern > * {
	margin-left: 15px;
}

.toggle-modern.active .toggle-modern-text_default {
	color: #262f3c;
}

.toggle-modern.active .toggle-modern-text_alternate {
	color: #16b6d2;
}

.toggle-modern-text {
	font-weight: 400;
	letter-spacing: .025em;
	color: #262f3c;
	pointer-events: none;
	transition: .22s ease-in-out;
}

.toggle-modern-text_default {
	color: #16b6d2;
}

.toggle-modern-switch {
	position: relative;
	height: 32px;
	width: 80px;
	border: 0;
	border-radius: 30px;
	background: #16b6d2;
	cursor: pointer;
}

.toggle-modern-switch.active .toggle-modern-switch-element {
	left: 52px;
}

.toggle-modern-switch-element {
	position: absolute;
	left: 6px;
	top: 5px;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 1px 5.955px 8px 0 rgba(75, 81, 91, 0.11);
	transition: .22s ease-in-out;
}

.context-dark .toggle-modern-switch, .bg-gray-900 .toggle-modern-switch, .bg-accent .toggle-modern-switch {
	background: rgba(255, 255, 255, 0.2);
}

.context-dark .toggle-modern-text_default, .bg-gray-900 .toggle-modern-text_default, .bg-accent .toggle-modern-text_default {
	color: #ffffff;
}

.context-dark .toggle-modern-text_alternate, .bg-gray-900 .toggle-modern-text_alternate, .bg-accent .toggle-modern-text_alternate {
	color: rgba(255, 255, 255, 0.7);
}

.context-dark .toggle-modern.active .toggle-modern-text_default, .bg-gray-900 .toggle-modern.active .toggle-modern-text_default, .bg-accent .toggle-modern.active .toggle-modern-text_default {
	color: rgba(255, 255, 255, 0.7);
}

.context-dark .toggle-modern.active .toggle-modern-text_alternate, .bg-gray-900 .toggle-modern.active .toggle-modern-text_alternate, .bg-accent .toggle-modern.active .toggle-modern-text_alternate {
	color: #ffffff;
}

* + .toggle-modern {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.toggle-modern-switch {
		height: 36px;
		width: 85px;
	}
	.toggle-modern-switch.active .toggle-modern-switch-element {
		left: 54px;
	}
	.toggle-modern-switch-element {
		width: 26px;
		height: 26px;
	}
}

@media (min-width: 768px) {
	.toggle-modern-text {
		font-size: 17px;
		line-height: 1.52941;
	}
	* + .toggle-modern {
		margin-top: 35px;
	}
}

/*
* Posts
*/
.post-vacancy {
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 25px 35px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 1px 2px 5px 0 rgba(68, 73, 83, 0.12);
	backface-visibility: hidden;
}

.post-vacancy, .post-vacancy:active, .post-vacancy:focus, .post-vacancy:hover {
	color: #8491a5;
}

.post-vacancy:hover {
	box-shadow: 1px 2px 15px 0px rgba(68, 73, 83, 0.25);
}

.post-vacancy-title {
	font-family: Muli, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #262f3c;
}

* + .post-vacancy-meta {
	margin-top: 14px;
}

@media (min-width: 768px) {
	.post-vacancy {
		padding: 35px 9% 45px;
	}
	.post-vacancy-title {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.post-vacancy-title {
		font-size: 26px;
	}
	* + .post-vacancy-meta {
		margin-top: 5px;
	}
}

.post-info {
	padding: 25px 15px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 0 24px 0 rgba(75, 81, 91, 0.12);
	text-align: left;
}

.post-info-header {
	display: flex;
	align-items: flex-start;
}

.post-info-header > * + * {
	margin-left: 10px;
}

.post-info-icon {
	font-size: 20px;
	line-height: 1.4;
	color: #16b6d2;
}

* + .post-info-title {
	margin-top: 0;
}

* + .post-info-main {
	margin-top: 14px;
}

@media (max-width: 767.98px) {
	.post-info {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.post-info {
		padding: 40px 30px;
	}
}

@media (min-width: 768px) {
	.post-info {
		padding: 30px 20px;
	}
}

@media (min-width: 1200px) {
	.post-info {
		padding: 45px 15px 25px 40px;
	}
	.post-info-header {
		max-width: 97%;
	}
	* + .post-info-main {
		margin-top: 20px;
	}
}

.post-lina {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-lina-icon {
	font-size: 32px;
	line-height: 1;
	color: #16b6d2;
}

.post-lina-title {
	font-family: Muli, sans-serif;
	font-weight: 300;
	color: #262f3c;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .025em;
}

* + .post-lina-title {
	margin-top: 10px;
}

* + .post-lina-text {
	margin-top: 12px;
}

@media (min-width: 768px) {
	.post-lina-icon {
		font-size: 60px;
	}
	.post-lina-title {
		font-size: 22px;
	}
	.post-lina-text {
		font-size: 17px;
		line-height: 1.52941;
	}
	* + .post-lina-title {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	.post-lina-icon {
		font-size: 68px;
	}
	.post-lina-title {
		font-size: 26px;
	}
	* + .post-lina-title {
		margin-top: 24px;
	}
	* + .post-lina-text {
		margin-top: 20px;
	}
}

/*
* Quotes
*/
.quote-light {
	position: relative;
	display: flex;
	padding: 20px 0;
	text-align: left;
}

.quote-light::before, .quote-light::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: radial-gradient(circle, #d6dfeb 0%, rgba(214, 223, 235, 0) 100%);
}

.quote-light::before {
	top: 0;
}

.quote-light::after {
	bottom: 0;
}

.quote-light > * + * {
	margin-left: 12px;
}

.quote-light.quote-light_borderless {
	padding-top: 0;
	padding-bottom: 0;
}

.quote-light.quote-light_borderless::before, .quote-light.quote-light_borderless::after {
	display: none;
}

.quote-light_1 {
	max-width: 640px;
}

@media (min-width: 992px) {
	.quote-light_1 {
		margin-right: 35px;
	}
}

.quote-light-mark {
	flex-shrink: 0;
	font-size: 30px;
	line-height: 1;
	color: #16b6d2;
}

.quote-light-text {
	flex-grow: 1;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: .025em;
}

* + .quote-light {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.quote-light-text {
		font-size: 18px;
		font-weight: 300;
	}
}

@media (min-width: 768px) {
	.quote-light {
		padding: 25px 0;
	}
	.quote-light > * + * {
		margin-left: 15px;
	}
	.quote-light-mark {
		font-size: 30px;
	}
	* + .quote-light {
		margin-top: 44px;
	}
}

@media (min-width: 992px) {
	.quote-light {
		padding: 33px 0;
	}
	.quote-light > * + * {
		margin-left: 20px;
	}
	.quote-light-mark {
		font-size: 34px;
	}
	.quote-light-text {
		font-size: 19px;
	}
}

@media (min-width: 1200px) {
	.quote-light-mark {
		font-size: 44px;
	}
	.quote-light-text {
		font-size: 22px;
		line-height: 1.27273;
	}
}

.quote-modern {
	position: relative;
	background: #ffffff;
	border-radius: 9px;
	box-shadow: 0 2px 16px 0 rgba(75, 81, 91, 0.14);
	margin-bottom: 33px;
	text-align: left;
}

.quote-modern::before, .quote-modern::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.quote-modern::before {
	bottom: -24px;
	left: 61px;
	border-width: 24px 34px 0 0;
	border-color: #ebebeb transparent transparent transparent;
}

.quote-modern::after {
	bottom: -22px;
	left: 62px;
	border-width: 22px 32px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

@supports (filter: drop-shadow(0 0 0 #000)) {
	.quote-modern {
		box-shadow: none;
		filter: drop-shadow(0 2px 8px rgba(75, 81, 91, 0.14));
	}
	.quote-modern::before {
		display: none;
	}
}

.quote-modern-header,
.quote-modern-main {
	padding: 22px 20px;
}

.quote-modern-info {
	display: flex;
	align-items: center;
	margin-left: -18px;
}

.quote-modern-info > * {
	margin-left: 18px;
}

.quote-modern-info-main {
	flex-grow: 1;
}

.quote-modern-avatar {
	flex-shrink: 0;
	border-radius: 50%;
	max-width: 55px;
}

.quote-modern-cite {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #262f3c;
}

.quote-modern-position {
	line-height: 1.3;
	color: #16b6d2;
}

.quote-modern-header + .quote-modern-main {
	border-top: 1px solid #ebebeb;
}

.quote-modern-text {
	font-weight: 300;
	letter-spacing: .0025em;
}

.quote-modern-text a {
	color: #ff6f80;
}

.quote-modern-text a:hover {
	color: #16b6d2;
}

.quote-modern-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -10px;
}

.quote-modern-meta > * {
	margin-left: 10px;
}

.quote-modern-link.icon {
	display: block;
	font-size: 24px;
	line-height: 1;
	opacity: .38;
}

.quote-modern-link.icon[class*='facebook'] {
	color: #6885cf;
}

.quote-modern-link.icon[class*='facebook']:hover {
	color: #ff6f80;
}

.quote-modern-time {
	display: block;
	font-weight: 300;
}

* + .quote-modern-position {
	margin-top: 3px;
}

* + .quote-modern-meta {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.quote-modern {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.quote-modern-header,
	.quote-modern-main {
		padding-left: 25px;
		padding-right: 20px;
	}
	.quote-modern-header {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.quote-modern-avatar {
		max-width: 75px;
	}
	.quote-modern-cite {
		font-size: 17px;
	}
	.quote-modern-text {
		font-size: 17px;
		line-height: 1.52941;
	}
	.quote-modern-meta {
		margin-left: -5px;
	}
	.quote-modern-meta > * {
		margin-left: 5px;
	}
	.quote-modern-link.icon {
		position: relative;
		font-size: 40px;
		left: -6px;
	}
	.quote-modern-time {
		font-size: 1.52941;
	}
	* + .quote-modern-position {
		margin-top: 6px;
	}
	* + .quote-modern-meta {
		margin-top: 22px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.quote-modern-avatar {
		max-width: 60px;
	}
	.quote-modern-text {
		font-size: 16px;
		line-height: 1.5;
	}
	.quote-modern-link.icon {
		font-size: 34px;
	}
	* + .quote-modern-position {
		margin-top: 2px;
	}
}

@media (min-width: 1200px) {
	.quote-modern-header,
	.quote-modern-main {
		padding-left: 45px;
		padding-right: 30px;
	}
}

.quote-classic {
	text-align: center;
}

.quote-classic-avatar {
	width: 100%;
	max-width: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	box-shadow: 3px 10px 19px 2px rgba(75, 81, 91, 0.26);
}

.quote-classic-text {
	color: #8491a5;
}

.quote-classic-text a {
	color: #ff6f80;
}

.quote-classic-text a:hover {
	color: #16b6d2;
}

.quote-classic-cite {
	display: block;
	font-family: Muli, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0;
	color: #262f3c;
}

.quote-classic-position {
	line-height: 1.2;
	color: #16b6d2;
}

* + .quote-classic-text {
	margin-top: 20px;
}

* + .quote-classic-meta {
	margin-top: 20px;
}

* + .quote-classic-position {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.quote-classic-avatar {
		max-width: 100px;
	}
}

@media (min-width: 992px) {
	.quote-classic-text {
		font-size: 17px;
		line-height: 1.52941;
	}
	.quote-classic-cite {
		font-size: 22px;
		line-height: 1.36364;
	}
	* + .quote-classic-text {
		margin-top: 26px;
	}
	* + .quote-classic-meta {
		margin-top: 26px;
	}
}

@media (min-width: 1200px) {
	* + .quote-classic-text {
		margin-top: 36px;
	}
	* + .quote-classic-meta {
		margin-top: 36px;
	}
}

.quote-minimal {
	padding: 20px;
	border-radius: 9px;
	background: #ffffff;
	text-align: left;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

.quote-minimal-text {
	font-weight: 300;
	letter-spacing: .025em;
	color: #8491a5;
}

.quote-minimal-text a, .quote-minimal-text a:active, .quote-minimal-text a:focus {
	color: #ff6f80;
}

.quote-minimal-text a:hover {
	color: #16b6d2;
}

.quote-minimal-meta {
	display: flex;
	align-items: center;
}

.quote-minimal-meta > * + * {
	margin-left: 15px;
}

.quote-minimal-avatar {
	display: block;
	max-width: 65px;
	border-radius: 50%;
}

.quote-minimal-cite {
	line-height: 1.2;
}

html .quote-minimal-cite {
	color: #262f3c;
}

.quote-minimal-position {
	line-height: 1.2;
	color: #16b6d2;
}

* + .quote-minimal-meta {
	margin-top: 15px;
}

* + .quote-minimal-position {
	margin-top: 4px;
}

@media (min-width: 576px) {
	* + .quote-minimal-meta {
		margin-top: 22px;
	}
}

@media (min-width: 768px) {
	.quote-minimal-meta > * + * {
		margin-left: 20px;
	}
}

@media (min-width: 1200px) {
	.quote-minimal-text {
		font-size: 17px;
		line-height: 1.52941;
	}
}

/*
* Thumbnails
*/
.image-responsive {
	width: 100%;
}

.thumbnail-classy {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 8px;
	box-shadow: 0 12px 20px 0 rgba(75, 81, 91, 0.22);
	background-position: center center;
	background-size: cover;
}

.thumbnail-classy::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 73.68421%;
}

.thumbnail-classy-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.thumbnail-classy-image::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
	pointer-events: none;
	background-image: linear-gradient(to top, #1c3758 0%, #647181 100%);
}

.thumbnail-classy-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-classy-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.thumbnail-classy-button, .thumbnail-classy-button:active, .thumbnail-classy-button:focus, .thumbnail-classy-button:hover {
	color: #ffffff;
}

.thumbnail-classy-button::before {
	font-size: 20px;
}

.thumbnail-classy-button:hover .thumbnail-classy-button-shape {
	stroke-dasharray: 600;
	stroke-dashoffset: 0;
}

.thumbnail-classy-button-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	fill: none;
	stroke: #ffffff;
	stroke-width: 1px;
	stroke-dasharray: 340;
	stroke-dashoffset: 340;
	transition: 1.3s;
}

@media (min-width: 768px) {
	.thumbnail-classy {
		box-shadow: 0 25px 54px 0 rgba(75, 81, 91, 0.33);
	}
}

html:not(.tablet):not(.mobile) .thumbnail-classy-image {
	transform: scale3d(1.15, 1.15, 1.15);
	transition: 1s;
}

html:not(.tablet):not(.mobile) .thumbnail-classy:hover .thumbnail-classy-image {
	transform: scale3d(1, 1, 1);
	transition: 1.3s;
}

.thumbnail-preview {
	display: block;
	text-align: center;
}

.thumbnail-preview:hover .thumbnail-preview-media {
	box-shadow: 0 0 10px 2px rgba(75, 81, 91, 0.12);
}

.thumbnail-preview:hover .thumbnail-preview-title {
	color: #16b6d2;
}

.thumbnail-preview-media {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(75, 81, 91, 0.08);
	background: #ffffff;
	transition: .33s;
}

.thumbnail-preview-header {
	width: 100%;
}

.thumbnail-preview-image {
	position: relative;
	padding-bottom: 79.22535%;
	background-position: center top;
	background-size: cover;
}

.thumbnail-preview-title {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	text-align: center;
	letter-spacing: .01em;
	transition: .22s;
}

.thumbnail-preview-title, .thumbnail-preview-title:active, .thumbnail-preview-title:focus, .thumbnail-preview-title:hover {
	color: #262f3c;
}

* + .thumbnail-preview-title {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	* + .thumbnail-preview-title {
		margin-top: 22px;
	}
}

.thumbnail-modern {
	position: relative;
	display: block;
}

@media (max-width: 575.98px) {
	.thumbnail-modern {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

.thumbnail-modern:hover .thumbnail-modern-media {
	box-shadow: 0 2px 15px 2px rgba(75, 81, 91, 0.2);
}

.thumbnail-modern:hover .thumbnail-modern-title {
	color: #16b6d2;
}

.thumbnail-modern-sm .thumbnail-modern-media {
	padding-bottom: 59.45946%;
}

.thumbnail-modern-media,
.thumbnail-modern-title {
	transition: .3s;
}

.thumbnail-modern-media {
	position: relative;
	overflow: hidden;
	padding-bottom: 118.91892%;
	background-position: center top;
	background-size: cover;
	border-radius: 6px;
	box-shadow: 0 2px 9px 0 rgba(75, 81, 91, 0.11);
	transform: scale3d(1, 1, 1);
}

* + .thumbnail-modern-title {
	margin-top: 10px;
}

@media (min-width: 992px) {
	* + .thumbnail-modern-title {
		margin-top: 20px;
	}
}

/*
* Breadcrumbs
*/
.breadcrumbs-custom {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.breadcrumbs-custom .big {
	color: rgba(255, 255, 255, 0.8);
}

section.breadcrumbs-custom + section {
	border-top: 1px solid #ebebeb;
}

.breadcrumbs-custom-main {
	position: relative;
	padding: 40px 0 62px;
	background: #16b6d2 url(../images/bg-image-1.jpg) center center;
}

.breadcrumbs-custom-aside {
	background: #f9f8f8;
	padding: 0 10px;
}

.breadcrumbs-custom-path {
	position: relative;
	top: -12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 12px 10px 12px;
	background: #f9f8f8;
	border-radius: 4px;
	transform: translate3d(0, -3px, 0);
	margin-bottom: -3px;
	margin-left: -17px;
	margin-right: -17px;
}

.breadcrumbs-custom-path > * {
	margin-top: 3px;
	padding-left: 17px;
	padding-right: 17px;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #8491a5;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #262f3c;
}

.breadcrumbs-custom-path a:hover {
	color: #16b6d2;
}

.breadcrumbs-custom-title {
	font-weight: 600;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.breadcrumbs-custom-main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 60px 0 82px;
		min-height: 20.3125vw;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom-main {
		padding: 80px 0 110px;
	}
	.breadcrumbs-custom-main * + .big {
		margin-top: 30px;
	}
	.breadcrumbs-custom-main .link-waypoint-icon {
		position: relative;
		margin-top: 0;
		bottom: -33px;
	}
	.breadcrumbs-custom-path {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 2050px) {
	.breadcrumbs-custom-main {
		min-height: 390px;
	}
}

/*
* Pagination custom
*/
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #ebebeb;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #777;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #16b6d2;
	border-color: #16b6d2;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #8491a5;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #262f3c;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* Footers
*/
.footer-classic {
	border-top: 1px solid #ebebeb;
}

.footer-classic.footer-classic_boxed,
.footer-classic.footer-classic_boxed .footer-classic-aside {
	border-top: 0;
}

.breadcrumbs-custom + .footer-classic,
.bg-gray-100 + .footer-classic {
	border-top: 0;
}

.footer-classic-main {
	padding: 40px 0;
}

.footer-classic-list {
	color: #262f3c;
}

.footer-classic-title {
	font-weight: 600;
}

.footer-classic-aside {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #ebebeb;
}

.footer-classic-aside .rights {
	color: #8491a5;
}

.footer-classic .footer-classic-title + * {
	margin-top: 15px;
}

@media (max-width: 575.98px) {
	.footer-classic-list {
		margin-bottom: -10px;
		margin-left: -15px;
	}
	.footer-classic-list:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.footer-classic-list > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	.footer-classic-list > li {
		display: inline-block;
		vertical-align: middle;
	}
	.footer-classic-list > li + li {
		margin-top: 0;
	}
}

@media (min-width: 576px) {
	.footer-classic-list > li + li {
		margin-top: 12px;
	}
	.footer-classic-list_2-cols {
		columns: 2;
		break-inside: avoid;
		column-gap: 30px;
	}
	.footer-classic .footer-classic-title + * {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	.footer-classic-main {
		padding: 70px 0 60px;
	}
	.footer-classic-aside {
		padding: 35px 0;
	}
}

@media (min-width: 1200px) {
	.footer-classic .footer-classic-title + * {
		margin-top: 38px;
	}
}

.footer-light {
	padding: 40px 0 30px;
	background: #ffffff;
}

.footer-light-main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-light-main > * + * {
	margin-top: 22px;
}

.footer-light-list > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.footer-light-list > li:last-child {
	margin-right: 0;
}

.footer-light-list > li + li {
	margin-top: 0;
}

@media (min-width: 768px) {
	.footer-light {
		padding: 45px 0;
	}
	.footer-light-main {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer-light-main > * {
		padding: 0 15px;
		flex-grow: 1;
		text-align: center;
	}
	.footer-light-main > *:first-child {
		padding-left: 0;
		text-align: left;
	}
	.footer-light-main > *:last-child {
		padding-right: 0;
		text-align: right;
	}
	.footer-light-main > * + * {
		margin-top: 0;
	}
	.footer-light-list > li {
		margin-right: 45px;
	}
}

@media (min-width: 1200px) {
	.footer-light-main > * {
		width: 33.33333%;
	}
}

/*
*
* Profiles
*/
.profile-modern {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 265px;
	margin: 0 auto;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
	background: #ffffff;
	text-align: left;
}

.profile-modern .profile-modern-main-title {
	font-style: italic;
}

.profile-modern-figure {
	position: relative;
	flex-grow: 1;
	z-index: 2;
}

.profile-modern-image {
	width: 100%;
	transform-origin: 50% 0;
	transform: scale3d(1, 1, 1) rotate(0.1deg);
}

.profile-modern-main {
	position: relative;
	z-index: 1;
	color: #9b9b9b;
	padding: 20px;
	text-align: center;
}

.profile-modern-main-item {
	width: 100%;
	flex-shrink: 0;
	background: #ffffff;
}

.profile-modern-main-item * + .list-inline {
	margin-top: 12px;
}

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-toggle {
	transform: rotate(180deg);
}

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_primary::before {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_secondary {
	top: 0;
	right: 0;
	transform: translate3d(-100%, 0, 0);
	cursor: default;
}

html:not(.tablet):not(.mobile) .profile-modern-main {
	display: flex;
	padding: 0;
	text-align: left;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_primary {
	padding: 24px 20px 45px 70px;
	transform: scale3d(0.97, 0.97, 0.97);
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_primary::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: .45s;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary {
	position: relative;
	z-index: 2;
	top: -52px;
	right: -52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 55px 25px 47px;
	text-align: center;
	cursor: pointer;
	transform: translate3d(-200%, 100%, 0);
	transition: .45s;
	color: #ffffff;
	background: #16b6d2;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary .profile-modern-main-title {
	color: #ffffff;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary a.icon:hover {
	color: #ffea5c;
}

html:not(.tablet):not(.mobile) .profile-modern-main-title {
	display: block;
}

html:not(.tablet):not(.mobile) .profile-modern-toggle {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: #ffffff;
	font-size: 18px;
	transition: .22s;
}

.profile-modern-main-title {
	display: none;
}

.profile-modern-name {
	font-weight: 400;
}

.profile-modern-toggle {
	display: none;
}

* + .profile-modern-position {
	margin-top: 3px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.profile-modern {
		max-width: 320px;
	}
}

/*
*
* Layouts
*/
.layout-bordered-1-item {
	position: relative;
	padding: 30px 15px;
}

.layout-bordered-1-item::before {
	content: '';
	position: absolute;
	background: radial-gradient(circle, #d6dfeb 0%, rgba(214, 223, 235, 0) 100%);
}

@media (max-width: 575.98px) {
	.layout-bordered-1-item:first-child {
		padding-top: 0;
	}
	.layout-bordered-1-item:first-child::before {
		display: none;
	}
	.layout-bordered-1-item:last-child {
		padding-bottom: 0;
	}
	.layout-bordered-1-item::before {
		width: 80%;
		height: 1px;
		top: 0;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 576px) {
	.layout-bordered-1 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.layout-bordered-1-item {
		width: 33.33333%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.layout-bordered-1-item::before {
		width: 1px;
		height: 80%;
		right: 0;
		top: 50%;
		transform: translate3d(0, -50%, 0);
	}
	.layout-bordered-1-item:nth-child(3n)::before {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.layout-bordered-1-item .counter-classic-title {
		font-size: 16px;
	}
}

.layout-2 {
	padding: 30px 15px;
	margin-left: auto;
	margin-right: auto;
}

.layout-2-inner {
	display: inline-table;
	margin-bottom: -15px;
	margin-left: -15px;
	text-align: center;
}

.layout-2-inner:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-2-inner > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.layout-2-inner > * {
	display: inline-block;
	vertical-align: middle;
}

.layout-2-group {
	display: inline-table;
	margin-bottom: -15px;
	margin-left: -30px;
}

.layout-2-group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-2-group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

.layout-2-group > * {
	display: inline-block;
	vertical-align: middle;
}

.layout-2-group > *,
.layout-2-group .button {
	margin-top: 0;
}

@media (min-width: 768px) {
	.layout-2-inner {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 30px;
	}
}

@media (min-width: 1600px) {
	.layout-2 {
		max-width: 1800px;
	}
	.layout-2-inner {
		padding: 0;
	}
}

.layout-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: -25px;
}

.layout-3 > * {
	margin-bottom: 25px;
}

.layout-3-item {
	padding: 0 30px;
}

.layout-3-item .link-image-1 {
	max-width: 70px;
}

* + .layout-3 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.layout-3 {
		justify-content: space-between;
	}
	* + .layout-3 {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
	.layout-3-item {
		padding: 0 30px;
	}
	.layout-3-item .link-image-1 {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	* + .layout-3 {
		margin-top: 55px;
	}
}

.layout-4 {
	position: relative;
}

.layout-4-item-left {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

* + .layout-4-item-left {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.layout-4 {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		padding: 40px 0;
	}
	.layout-4-item-left {
		width: 67%;
		margin-left: -12.5%;
		max-width: 100%;
	}
	.layout-4-item-right {
		width: 46%;
	}
	* + .layout-4-item-left {
		margin-top: 0;
	}
}

@media (min-width: 1600px) {
	.layout-4 {
		padding: 0;
	}
	.layout-4-item-left {
		width: 60%;
		padding: 40px 0;
		margin-left: -11.3%;
	}
	.layout-4-item-right {
		width: 46%;
	}
}

@media (min-width: 1940px) {
	.layout-4-item-left {
		padding-left: 12%;
	}
}

.layout-5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
	margin-left: -20px;
}

.layout-5:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-5 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.container.layout-5-outer + .container {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.container.layout-5-outer + .container {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.container.layout-5-outer + .container {
		margin-top: 55px;
	}
}

/*
*
* Timeline
*/
.timeline-classic {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 25px 0 25px 20px;
}

.timeline-classic-item {
	position: relative;
	padding-left: 29px;
}

.timeline-classic-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	height: 300%;
	border-left: 1px solid #ebebeb;
}

.timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.timeline-classic-item-decoration {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.timeline-classic-item-decoration::before, .timeline-classic-item-decoration::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #16b6d2;
}

.timeline-classic-item-decoration::before {
	width: 14px;
	height: 14px;
}

.timeline-classic-item-decoration::after {
	width: 26px;
	height: 26px;
	opacity: .3;
}

.ie-10 .timeline-classic-item-decoration::before, .ie-10 .timeline-classic-item-decoration::after,
.ie-11 .timeline-classic-item-decoration::before,
.ie-11 .timeline-classic-item-decoration::after {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.timeline-classic-title {
	font-family: Muli, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #262f3c;
}

.timeline-classic-title span {
	margin-right: .25em;
}

.timeline-classic-text {
	color: #262f3c;
}

.timeline-classic-item-decoration + * {
	margin-top: 0;
}

* + .timeline-classic-text {
	margin-top: 10px;
}

.timeline-classic-item + .timeline-classic-item {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.timeline-classic {
		padding: 35px 0 50px 20px;
	}
	.timeline-classic-item {
		padding-left: 50px;
	}
	.timeline-classic-title {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	* + .timeline-classic-text {
		margin-top: 18px;
	}
}

@media (min-width: 992px) {
	.timeline-classic_1 {
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {
	.timeline-classic {
		padding: 100px 0;
	}
	.timeline-classic_1 {
		padding-left: 85px;
	}
	.timeline-classic-item {
		padding-left: 85px;
	}
	.timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
		padding-bottom: 44px;
	}
	.timeline-classic-item-decoration {
		top: 50px;
	}
	.timeline-classic-item-decoration::before {
		width: 18px;
		height: 18px;
	}
	.timeline-classic-item-decoration::after {
		width: 34px;
		height: 34px;
	}
	.timeline-classic-title {
		font-size: 26px;
		line-height: 1.3;
	}
	.timeline-classic-text {
		font-size: 17px;
		line-height: 1.52941;
	}
	.timeline-classic-item + .timeline-classic-item .timeline-classic-item-inner {
		margin-top: 44px;
	}
}

/*
*
* Pricing
*/
@keyframes object-hide {
	0% {
		opacity: 1;
	}
	25% {
		opacity: .1;
	}
	80%, 100% {
		opacity: 0;
	}
}

@keyframes object-show {
	0% {
		opacity: 0;
		transform: scale3d(0.9, 0.9, 0.9);
	}
	33% {
		opacity: .05;
	}
	75% {
		opacity: .8;
	}
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@keyframes opacity-loop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.pt-classic {
	position: relative;
	padding: 40px 15px;
	border-radius: 7px;
	box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
	background: #ffffff;
}

.pt-classic::before, .pt-classic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 9px;
	background: linear-gradient(3deg, #e0e8a7 0%, #a4d7ff 100%);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	pointer-events: none;
}

.pt-classic::after {
	z-index: 2;
	opacity: 0;
	transform: scale(-1, 1);
}

.pt-classic > * {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.pt-classic:hover::after {
	animation: 1s .1s opacity-loop infinite alternate both ease-in-out;
}

.pt-classic_style-2::before, .pt-classic_style-2:after {
	background: linear-gradient(3deg, #a3ede0 0%, #68dcf5 100%);
}

.pt-classic_style-3::before, .pt-classic_style-3:after {
	background: linear-gradient(3deg, #f8bcc3 0%, #b4c7fe 100%);
}

.pt-classic_preferred {
	z-index: 2;
}

.pt-classic-header {
	max-width: 100%;
}

.pt-classic-header .pt-classic-title {
	position: relative;
	padding: 0 30px;
}

.pt-classic-header .pt-classic-icon {
	position: absolute;
	right: 0;
	top: 15%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease-in-out, transform .6s;
}

.pt-classic-header .pt-classic-price-outer {
	padding: 0 75px;
	transition: .22s;
}

.pt-classic-header .badge {
	position: absolute;
	top: 10%;
	margin: 0;
	right: -15px;
	max-width: 100px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease-in-out;
}

@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
	.pt-classic-header .badge {
		opacity: 1;
		visibility: visible;
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}

.pt-classic-group.active .pt-classic-icon {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
	transition: .22s .22s ease-in-out;
}

.pt-classic-group.active .pt-classic-icon .icon:nth-child(2) {
	transform: scale(1.85, 1.85);
	opacity: 0;
	visibility: hidden;
	transition: .22s .22s ease-in-out;
}

.pt-classic-group.active .pt-classic-header .pt-classic-price-outer {
	padding-left: 40px;
}

.pt-classic-group.active .badge {
	opacity: 1;
	visibility: visible;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: .22s ease-in-out;
}

.pt-classic-title {
	font-weight: 400;
	color: #16b6d2;
}

.pt-classic-icon {
	position: relative;
	width: 30px;
	height: 30px;
	transform: translate(0, 5px);
}

.pt-classic-icon .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 30px;
}

.pt-classic-icon .icon:nth-child(2) {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.pt-classic-price {
	position: relative;
	white-space: nowrap;
	font-family: Muli, sans-serif;
	font-size: 45px;
	line-height: 1;
	font-weight: 100;
	color: #262f3c;
	letter-spacing: -.1em;
}

.pt-classic-price > * {
	letter-spacing: .025em;
}

.pt-classic-price-currency,
.pt-classic-price-value {
	display: inline-block;
}

.pt-classic-price-outer {
	position: relative;
}

.pt-classic-price-outer > *:first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pt-classic-price-outer [aria-hidden='false'] {
	animation: .22s ease-in object-show forwards;
}

.pt-classic-price-outer [aria-hidden='true'] {
	animation: .22s ease-in object-hide forwards;
}

.pt-classic-price-currency {
	position: relative;
	top: -.2em;
	font-size: 0.4em;
}

.pt-classic-divider {
	height: 1px;
	width: 100%;
	background: radial-gradient(circle, #d6dfeb 0%, rgba(214, 223, 235, 0) 100%);
}

.pt-classic-list {
	padding: 0 10px;
	font-weight: 400;
	text-align: left;
}

.pt-classic-list li {
	position: relative;
	padding-left: 30px;
	display: block;
	color: #262f3c;
	line-height: 1.3;
}

.pt-classic-list li::before {
	content: '\eab9';
	position: absolute;
	left: 0;
	font-family: 'Linearicons';
	color: #16b6d2;
	font-size: 1.2em;
	line-height: inherit;
}

.pt-classic-list li[aria-disabled='true'] {
	color: #8491a5;
}

.pt-classic-list li[aria-disabled='true']::before {
	color: #8491a5;
}

.pt-classic-list li + li {
	margin-top: 14px;
}

.pt-classic-note {
	color: #262f3c;
	opacity: .3;
}

* + .pt-classic-group {
	margin-top: 25px;
}

* + .pt-classic-price-outer {
	margin-top: 15px;
}

* + .pt-classic-divider {
	margin-top: 20px;
}

* + .pt-classic-list {
	margin-top: 20px;
}

* + .pt-classic-footer {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.pt-classic {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.pt-classic-list {
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	.pt-classic {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-classic-price {
		font-size: 50px;
	}
	.pt-classic-list li + li {
		margin-top: 17px;
	}
	* + .pt-classic-group {
		margin-top: 30px;
	}
	* + .pt-classic-price-outer {
		margin-top: 25px;
	}
	* + .pt-classic-divider {
		margin-top: 30px;
	}
	* + .pt-classic-list {
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.pt-classic-group .row {
		margin-right: 0;
		margin-left: 0;
	}
	.pt-classic-group .row > [class*='col'] {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.pt-classic {
		padding: 53px 25px;
	}
	.pt-classic-header .pt-classic-price-outer .badge {
		right: -25px;
	}
	.pt-classic_preferred {
		padding-top: 75px;
		padding-bottom: 30px;
	}
	.pt-classic-price {
		font-size: 75px;
	}
	* + .pt-classic-group {
		margin-top: 45px;
	}
	* + .pt-classic-list {
		margin-top: 35px;
	}
	* + .pt-classic-footer {
		margin-top: 42px;
	}
	* + .pt-classic-note {
		margin-top: 25px;
	}
}

.pt-creative-group {
	display: flex;
	justify-content: space-around;
	padding: 25px 10px 30px;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}

.pt-creative {
	width: 200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pt-creative .pt-creative-features li::after {
	background: radial-gradient(circle, #d6dfeb 0%, rgba(214, 223, 235, 0) 100%);
}

.pt-creative-main {
	flex-grow: 1;
	flex-shrink: 0;
	width: calc(100% - 155px);
}

.pt-creative-main .owl-carousel {
	display: flex;
}

.pt-creative-main .owl-stage-outer {
	margin: -10px;
	padding: 10px;
}

.pt-creative-main .owl-stage {
	display: flex;
	align-items: flex-end;
}

.pt-creative-main .owl-item {
	visibility: hidden;
}

.pt-creative-main .owl-item.active {
	visibility: visible;
}

.pt-creative-main .owl-prev,
.pt-creative-main .owl-next {
	top: 16.5%;
	background-color: transparent;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.pt-creative-main .owl-prev.disabled,
.pt-creative-main .owl-next.disabled {
	opacity: .2;
	pointer-events: none;
	filter: grayscale(100%);
}

.pt-creative-main .owl-prev {
	transform: translate(-35%, 0);
}

.pt-creative-main .owl-next {
	transform: translate(35%, 0);
}

@media (max-width: 575.98px) {
	.pt-creative-main .owl-prev,
	.pt-creative-main .owl-next {
		box-shadow: none;
	}
	.pt-creative-main .button {
		padding: 10px 12px;
	}
}

.pt-creative-aside {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 155px;
}

.pt-creative-aside-title {
	font-weight: 100;
	color: #8491a5;
}

.pt-creative-title {
	font-weight: 600;
}

.pt-creative-price-outer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	color: #262f3c;
}

.pt-creative-price,
.pt-creative-price-caption {
	position: relative;
}

.pt-creative-price > *:first-child,
.pt-creative-price-caption > *:first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pt-creative-price [aria-hidden='false'],
.pt-creative-price-caption [aria-hidden='false'] {
	animation: .22s ease-in object-show forwards;
}

.pt-creative-price [aria-hidden='true'],
.pt-creative-price-caption [aria-hidden='true'] {
	animation: .22s ease-in object-hide forwards;
}

.pt-creative-price-currency,
.pt-creative-price-small {
	position: relative;
	top: .22em;
	font-size: 0.5641em;
}

.pt-creative-price-inner {
	white-space: nowrap;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.16em;
}

.pt-creative-price-inner > * {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .025em;
}

.pt-creative-price-text {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #262f3c;
}

.pt-creative-price-value {
	font-weight: 700;
}

.pt-creative-divider {
	height: 1px;
	width: 100%;
	background: radial-gradient(circle, #d6dfeb 0%, rgba(214, 223, 235, 0) 100%);
}

.pt-creative-text {
	line-height: 1.2;
}

.pt-creative-features {
	color: #262f3c;
}

.pt-creative-features li {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 22px;
}

.pt-creative-features li::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #ebebeb;
}

.pt-creative-features .icon {
	font-size: 18px;
	color: #ff6f80;
}

.pt-creative-features li[aria-disabled='true'] {
	color: #8491a5;
}

.pt-creative-footer {
	position: relative;
	display: flex;
	align-items: center;
}

.pt-creative-footer::after {
	content: '';
	display: block;
	min-height: 60px;
	padding-bottom: 30%;
	visibility: hidden;
	pointer-events: none;
}

.pt-creative-footer::after,
.pt-creative-footer .pt-creative-footer-inner {
	width: 100%;
	flex-shrink: 0;
}

* + .pt-creative-group {
	margin-top: 30px;
}

* + .pt-creative-divider {
	margin-top: 10px;
}

* + .pt-creative-features {
	margin-top: 10px;
}

* + .pt-creative-footer {
	margin-top: 25px;
}

@media (max-width: 399px) {
	.pt-creative-group {
		margin-left: -13px;
		margin-right: -13px;
	}
}

@media (min-width: 400px) {
	.pt-creative-group {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 575.98px) {
	.pt-creative-features {
		font-size: 12px;
	}
	.pt-creative-features .icon {
		font-size: 16px;
	}
}

@media (min-width: 576px) {
	.pt-creative-aside {
		width: 200px;
	}
	.pt-creative-main {
		max-width: calc(100% - 200px);
	}
}

@media (min-width: 768px) {
	.pt-creative-group {
		padding: 60px 20px 60px 30px;
	}
	.pt-creative-price-inner {
		font-size: 39px;
	}
	.pt-creative-price-caption {
		font-size: 17px;
		line-height: 1.52941;
	}
	.pt-creative-features li {
		padding: 13px 0 14px;
	}
	* + .pt-creative-price-outer {
		margin-top: 10px;
	}
	* + .pt-creative-text {
		margin-top: 19px;
	}
	* + .pt-creative-features {
		margin-top: 20px;
	}
	* + .pt-creative-footer {
		margin-top: 30px;
	}
	.pt-creative-aside-title + .pt-creative-features {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .pt-creative-group {
		margin-top: 45px;
	}
	.pt-creative-aside-title + .pt-creative-features {
		margin-top: 65px;
	}
}

.pt-modern {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
	background: #ffffff;
	text-align: left;
}

.pt-modern .nav-tabs {
	padding: 30px 15px;
	font-size: 15px;
	line-height: 1.5;
}

.pt-modern .nav-item {
	padding: 5px;
	cursor: unset;
}

.pt-modern .nav-link {
	position: relative;
	display: block;
	padding-left: 30px;
	font-family: Muli, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
	color: #262f3c;
	cursor: pointer;
}

.pt-modern .nav-link > * {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.pt-modern .nav-link,
.pt-modern .nav-item-indicator {
	transition: .22s ease-in-out;
}

.pt-modern .nav-link:hover,
.pt-modern .nav-link.active {
	color: #16b6d2;
}

.pt-modern .nav-link:hover .nav-item-indicator,
.pt-modern .nav-link.active .nav-item-indicator {
	border-color: #16b6d2;
}

.pt-modern .nav-link.active .nav-item-indicator::after {
	opacity: 1;
	visibility: visible;
	background: #16b6d2;
}

.pt-modern .tab-content {
	display: flex;
}

.pt-modern .tab-content > .tab-pane {
	display: flex;
	width: 0;
}

.pt-modern .tab-pane {
	flex-direction: column;
	transition: opacity .02s ease-in;
}

.pt-modern .tab-pane > * {
	border-top: 1px solid #ebebeb;
}

.pt-modern .tab-pane.active {
	width: 100%;
	transition: opacity .14s ease-in;
}

span.nav-item-indicator {
	position: absolute;
	display: inline-flex;
	left: 0;
	top: 3px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 3px solid #ebebeb;
}

span.nav-item-indicator::after {
	content: '';
	display: block;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	background: #ebebeb;
	border-radius: 50%;
	opacity: 0;
}

.pt-modern-features {
	color: #262f3c;
	margin-bottom: -10px;
	font-size: 14px;
}

.pt-modern-features > * {
	margin-bottom: 10px;
}

.pt-modern-features,
.pt-modern-features .icon {
	transition: .22s ease-in-out;
}

.pt-modern-features li {
	position: relative;
	padding-left: 24px;
}

.pt-modern-features .icon {
	position: absolute;
	left: 0;
	top: .2em;
	font-family: 'Material Design Icons';
	color: #ff6f80;
}

.pt-modern-features .icon::before {
	content: '\f222';
}

.pt-modern-features [aria-disabled='true'],
.pt-modern-features [aria-disabled='true'] .icon {
	color: #8491a5;
}

.pt-modern-features [aria-disabled='true'] .icon::before {
	content: '\f24c';
}

.pt-modern-features > li + li {
	margin-top: 0;
}

.pt-modern-price-outer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 15px;
}

.pt-modern-price {
	white-space: nowrap;
	font-family: Muli, sans-serif;
	font-size: 35px;
	line-height: 1;
	color: #262f3c;
}

.pt-modern-price > * {
	display: inline;
	vertical-align: top;
	line-height: 1;
	letter-spacing: 0;
}

.pt-modern-price > * + * {
	margin-left: .1em;
}

.pt-modern-price-value {
	font-weight: 100;
}

.pt-modern-price-currency,
.pt-modern-price-small {
	position: relative;
	top: .15em;
	font-weight: 400;
}

.pt-modern-price-currency {
	font-size: 0.56667em;
}

.pt-modern-price-small {
	font-size: 0.5em;
}

.pt-modern-price-caption {
	color: #262f3c;
}

.pt-modern-element .link {
	display: flex;
	justify-content: center;
	padding: 20px 15px;
	text-align: center;
}

.pt-modern-element .link:hover {
	color: #2c343b;
	background: rgba(249, 248, 248, 0.66);
}

.nav-link:not(.active) + .pt-modern-features, .nav-link:not(.active) + .pt-modern-features .icon {
	color: #8491a5;
}

* + .pt-modern {
	margin-top: 35px;
}

* + .pt-modern-features {
	margin-top: 15px;
}

* + .pt-modern-price-caption {
	margin-top: 4px;
}

@media (max-width: 767.98px) {
	.pt-modern .nav-tabs-outer {
		position: relative;
	}
	.pt-modern .nav-tabs-outer::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 40px;
		right: 0;
		background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 2;
		pointer-events: none;
	}
	.pt-modern .nav-tabs {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		max-width: 100%;
		width: 100%;
		overflow-x: auto;
		padding-bottom: 20px;
	}
	.pt-modern .nav-item {
		flex-shrink: 0;
		min-width: 200px;
		padding-right: 25px;
	}
	.pt-modern-price-outer {
		flex-direction: row;
	}
	* + .pt-modern-price-caption {
		margin-top: 0;
		margin-left: 30px;
	}
}

@media (max-width: 767.98px) and (min-width: 410px) {
	.pt-modern .tab-pane {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.pt-modern-price-outer {
		width: 50%;
		flex-direction: column;
	}
	.pt-modern-price-outer + .pt-modern-price-outer {
		border-left: 1px solid #ebebeb;
	}
	.pt-modern-element {
		width: 100%;
	}
	* + .pt-modern-price-caption {
		margin-top: 5px;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.pt-modern {
		display: flex;
	}
	.pt-modern .nav-tabs-outer {
		width: 100%;
		flex-grow: 1;
	}
	.pt-modern .nav-tabs {
		display: flex;
		flex-wrap: wrap;
		padding: 40px 20px 50px 20px;
		margin-bottom: -20px;
	}
	.pt-modern .nav-tabs > * {
		margin-bottom: 20px;
	}
	.pt-modern .nav-item {
		width: 50%;
	}
	.pt-modern .nav-link {
		padding-left: 36px;
		font-size: 18px;
	}
	.pt-modern .tab-content {
		display: flex;
		width: 23.5%;
		border-left: 1px solid #ebebeb;
	}
	.pt-modern .tab-pane > * + * {
		margin-top: 0;
		border-top: 1px solid #ebebeb;
	}
	span.nav-item-indicator {
		width: 26px;
		height: 26px;
	}
	.pt-modern-price-currency {
		font-size: 0.36667em;
	}
	.pt-modern-price-small {
		font-size: 0.33333em;
	}
	.pt-modern-price-caption {
		font-size: 17px;
		line-height: 1.52941;
	}
	.pt-modern-element .link {
		padding: 30px 20px;
	}
	* + pt-modern-price-caption {
		margin-top: 12px;
	}
}

@media (min-width: 992px) {
	.pt-modern .nav-tabs {
		padding: 43px 20px 75px 28px;
	}
	.pt-modern .nav-item {
		padding: 15px;
	}
	.pt-modern .nav-link {
		padding-left: 40px;
		font-size: 22px;
	}
	span.nav-item-indicator {
		top: 5px;
	}
	.pt-modern-features {
		font-size: 15px;
	}
	.pt-modern-price {
		font-size: 60px;
	}
	.pt-modern-price-currency,
	.pt-modern-price-small {
		top: .45em;
	}
	.pt-modern-element .link {
		padding: 35px 20px;
	}
}

@media (min-width: 1200px) {
	.pt-modern .nav-tabs {
		margin-bottom: -30px;
	}
	.pt-modern .nav-tabs > * {
		margin-bottom: 30px;
	}
	.pt-modern .tab-content {
		width: 17.5%;
	}
	.pt-modern-features {
		columns: 2;
		break-inside: avoid;
		column-gap: 10px;
	}
	.pt-modern-features > * {
		display: inline-block;
		width: 100%;
	}
	* + .pt-modern {
		margin-top: 55px;
	}
	* + .pt-modern-features {
		margin-top: 27px;
	}
}

/*
*
* Frames
*/
.phone-frame-1 {
	position: relative;
	overflow: hidden;
}

.phone-frame-1_mod-1 {
	position: relative;
	display: none;
}

@media (min-width: 768px) {
	.phone-frame-1_mod-1 {
		display: block;
		margin: -50px -100px -80px -120px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.phone-frame-1_mod-1 {
		transform: rotate(-20deg);
	}
}

@media (min-width: 992px) {
	.phone-frame-1_mod-1 {
		margin: 0 -40px -80px -80px;
	}
}

@media (min-width: 1200px) {
	.phone-frame-1_mod-1 {
		top: -4px;
		left: -53px;
		margin: 0 -80px -70px 0;
	}
}

.phone-frame-2 {
	position: relative;
	max-width: 325px;
	pointer-events: none;
}

.phone-frame-2::before {
	content: '';
	position: absolute;
	top: 1%;
	right: 1%;
	bottom: 1%;
	left: 1%;
	z-index: -10;
	box-shadow: -21px 10px 32px 0px rgba(75, 81, 91, 0.11);
	border-radius: 10%;
}

.phone-frame-2-outer {
	position: relative;
	z-index: 1;
	width: 100%;
}

.phone-frame-2-inner {
	position: absolute;
	left: 6%;
	top: 2%;
	bottom: 3%;
	right: 6%;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	border-radius: 15px;
	pointer-events: auto;
}

.slick-slider-phone-frame-2 {
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	transform: translate3d(10%, 0, 0);
	border: 1px solid transparent;
	pointer-events: none;
}

.slick-slider-phone-frame-2,
.slick-slider-phone-frame-2 * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-slider-phone-frame-2 .slick-list {
	padding: 70px;
	margin: -70px;
	user-select: none;
}

.slick-slider-phone-frame-2 .slick-track {
	display: flex;
	align-items: center;
}

.slick-slider-phone-frame-2 .slick-slide {
	float: none;
	height: auto;
	opacity: 0;
	visibility: hidden;
}

.slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::before, .slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: none;
}

.slick-slider-phone-frame-2 .slick-active {
	opacity: .55;
	visibility: visible;
	transition: .05s ease;
	cursor: pointer;
}

.slick-slider-phone-frame-2 .slick-current {
	opacity: 1;
	z-index: 2;
	transition: .22s ease;
	cursor: default;
}

.slick-slider-phone-frame-2 .slick-current .phone-frame-2 {
	transition: .44s ease;
	transform: scale3d(1.14, 1.14, 1.14);
}

.slick-slider-phone-frame-2 .slick-current .tooltip-point {
	pointer-events: auto;
}

.slick-slider-phone-frame-2 .slick-active + .slick-active {
	transform: translate3d(-47%, 0, 0);
}

.slick-slider-phone-frame-2 .phone-frame-2 {
	pointer-events: auto;
	transition: .22s ease;
}

@media (min-width: 768px) {
	.slick-slider-phone-frame-2 {
		max-width: 460px;
	}
}

@media (min-width: 992px) {
	.slick-slider-phone-frame-2 {
		margin: 0;
		transform: translate3d(0, 0, 0);
	}
}

.slick-slider-phone-frame-2.slick-style-1 {
	position: relative;
	padding: 35px 0 20px;
}

@media (min-width: 768px) {
	.slick-slider-phone-frame-2.slick-style-1 {
		padding: 35px 20px 0 0;
		width: auto;
		right: 30px;
		margin-right: -90px;
	}
}

@media (min-width: 992px) {
	.slick-slider-phone-frame-2.slick-style-1 {
		right: -30px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.slick-slider-phone-frame-2.slick-style-1 {
		right: -40px;
	}
}

.phone-frame-3 {
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	max-width: 238px;
}

.phone-frame-3::before {
	content: '';
	background: #ffffff;
}

.phone-frame-3-outer {
	display: block;
	width: 100%;
}

.phone-frame-3::before,
.phone-frame-3-inner {
	position: absolute;
	top: 2.5%;
	right: 5.2%;
	bottom: 4%;
	left: 5.5%;
	z-index: 1;
	border-radius: 15px;
	background-position: center center;
	background-size: cover;
}

.iphone-frame-4 {
	position: relative;
	max-width: 320px;
	min-width: 200px;
	flex-shrink: 0;
}

.iphone-frame-4 .owl-carousel {
	position: absolute;
	overflow: hidden;
	top: 4%;
	left: 19.7%;
	right: 6%;
	bottom: 9%;
	width: auto;
	border-radius: 10px;
	background: #ffffff;
}

.iphone-frame-4 .owl-carousel .owl-stage-outer,
.iphone-frame-4 .owl-carousel .owl-stage-outer * {
	height: 100%;
}

.iphone-frame-4 .owl-carousel .owl-stage {
	display: flex;
}

.iphone-frame-4 .owl-carousel .item {
	display: flex;
	background-position: center top;
	background-size: cover;
}

.iphone-frame-4-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}

.iphone-frame-4-group,
.iphone-frame-4-group * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.iphone-frame-4-group > * {
	pointer-events: auto;
}

.iphone-frame-4-group > * + * {
	margin-top: 10px;
	margin-left: -15px;
}

.iphone-frame-4-outer {
	position: relative;
	max-width: 405px;
}

.iphone-frame-4-inner {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.iphone-frame-4-next {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	cursor: pointer;
	white-space: nowrap;
	transition: .25s;
}

.iphone-frame-4-next > * + * {
	margin-top: -4px;
	margin-left: 12px;
}

h5.iphone-frame-4-next-text {
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.iphone-frame-4-next .icon {
		opacity: .7;
	}
}

@media (min-width: 768px) {
	.iphone-frame-4-group {
		flex-direction: row;
		align-items: flex-start;
	}
	.iphone-frame-4-group > * + * {
		margin-left: 25px;
		margin-top: 30px;
	}
	.iphone-frame-4-next {
		transform-origin: 0 50%;
		transform: rotate(90deg);
	}
	.iphone-frame-4-next .icon {
		color: #8491a5;
		transform: rotate(90deg);
	}
	.iphone-frame-4-next:hover .icon {
		color: #16b6d2;
	}
	h5.iphone-frame-4-next-text {
		color: #262f3c;
	}
}

@media (min-width: 992px) {
	.iphone-frame-4-group > * + * {
		margin-left: 35px;
		margin-top: 70px;
	}
}

@media (min-width: 1400px) {
	.iphone-frame-4 {
		max-width: 405px;
	}
}

.safari-frame-1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 9% 20px 0;
}

.safari-frame-1-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #0bb7d1 0%, #5db1e1 100%);
}

.safari-frame-1-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/dot-pattern.png) repeat;
	opacity: .22;
}

.safari-frame-1-outer {
	position: relative;
	z-index: 2;
	max-width: 891px;
	border-radius: 3px 3px 0 0;
}

.safari-frame-1-outer::before {
	content: '';
	position: absolute;
	bottom: -1.8%;
	width: 138%;
	left: -33%;
	height: 15%;
	background: url(../images/safari-frame-1-1236x81.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}

.safari-frame-1-header {
	display: block;
	width: 100%;
}

.safari-frame-1-inner {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 55.21886%;
}

@media (max-width: 575.98px) {
	.safari-frame-1-outer {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.safari-frame-1 {
		padding: 8.5% 0 0 10%;
		margin-bottom: 8%;
	}
	.safari-frame-1-bg {
		bottom: 17%;
	}
	.safari-frame-1-bg::before {
		top: 1%;
		left: 1%;
		bottom: 1.5%;
		right: 10%;
	}
	.safari-frame-1-outer {
		margin-right: -260px;
	}
	.safari-frame-1-header {
		border-radius: 8px 8px 0 0;
	}
	.safari-frame-1-inner {
		border-radius: 0 0 8px 8px;
	}
}

@media (min-width: 1200px) {
	.safari-frame-1-bg::before {
		right: 19%;
	}
}

@media (min-width: 1600px) {
	.safari-frame-1-outer {
		margin-right: -4%;
	}
}

.safari-frame-2 {
	position: relative;
	overflow: hidden;
	z-index: 0;
	max-width: 100%;
	width: 610px;
	border-radius: 4px;
	box-shadow: -3px 12px 24px 0px rgba(75, 81, 91, 0.11);
}

.safari-frame-2-header {
	display: block;
	width: 100%;
}

.safari-frame-2-inner {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 64.2623%;
}

@media (min-width: 768px) {
	.safari-frame-2 {
		border-radius: 8px;
	}
}

@media (min-width: 992px) {
	.safari-frame-2-right {
		margin-left: 20px;
	}
	.safari-frame-2-left {
		margin-right: 20px;
	}
}

.mac-frame-1 {
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	max-width: 1100px;
}

.mac-frame-1::before {
	content: '';
	background: #ffffff;
}

.mac-frame-1-outer {
	display: block;
	width: 100%;
}

.mac-frame-1::before,
.mac-frame-1-inner {
	position: absolute;
	top: 6.4%;
	right: 13.5%;
	bottom: 12%;
	left: 13.8%;
	z-index: 1;
	background-position: center center;
	background-size: cover;
}

.mac-frame-1-inner {
	max-width: 797px;
	max-height: 503px;
}

.mac-frame-1-inner::before {
	content: '';
	display: block;
	padding-bottom: 63.11167%;
}

.frame-group-1 {
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.frame-group-1 .mac-frame-1 + .phone-frame-3 {
	margin-left: -33.5%;
	margin-bottom: -1.6%;
}

.frame-group-1 .phone-frame-3 {
	max-width: 20.5%;
}

.frame-group-2 {
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.frame-group-2 .phone-frame-3 + .mac-frame-1 {
	margin-left: -25%;
	margin-bottom: -6.5%;
}

.frame-group-2 .phone-frame-3 {
	position: relative;
	z-index: 2;
	max-width: 22%;
}

@media (min-width: 1600px) {
	.frame-group-2 {
		position: relative;
		right: -75px;
	}
}

.laptop-frame-1 {
	position: relative;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.laptop-frame-1::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -6.09%;
	left: -47.53%;
	right: -49.38%;
	bottom: -18.82%;
	background: url(../images/shadow-1.png);
	background-size: cover;
	background-position: center center;
	pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.laptop-frame-1 {
		margin-right: -80px;
		margin-left: -30px;
	}
}

@media (min-width: 992px) {
	.laptop-frame-1 {
		right: -20px;
	}
}

/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

.page-header-1 {
	position: relative;
	overflow: hidden;
}

.page-header-1 .rd-navbar-modern.rd-navbar-static {
	z-index: 1080;
}

.page-header-1 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
	opacity: 1;
	visibility: visible;
	transition: .22s;
}

.page-header-1 .rd-navbar-modern.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-element::after {
	opacity: 0;
	visibility: hidden;
}

.page-header-2 {
	position: relative;
	z-index: 100;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static {
	background-color: transparent;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static::after {
	bottom: 0;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
	display: none;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
	text-align: center;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link {
	color: #ffffff;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link:hover {
	color: #ffea5c;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle, .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffea5c;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck {
	background: #2c343b;
	border-bottom-color: #262f3c;
}

.page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after {
	border-bottom-color: #262f3c;
}

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel {
	background: #2c343b;
	border-bottom-color: #000000;
}

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
	background-color: transparent;
}

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-open-toggle {
	opacity: .7;
}

.page-header-2-inner {
	padding: 40px 0;
}

.page-header-2-inner-aside {
	padding: 20px 0 0;
}

.page-header-2-inner-aside + h4,
.page-header-2-inner-aside + .heading-4 {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.page-header-2-inner {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.page-header-2-inner {
		padding-bottom: 60px;
	}
	.page-header-2-inner-aside + h4,
	.page-header-2-inner-aside + .heading-4 {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.page-header-2-inner {
		padding: 40px 0 100px;
	}
}

.page-header-3 {
	position: relative;
	z-index: 1080;
}

.page-header-3 .rd-navbar-wrap {
	position: relative;
	z-index: 10;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static {
	border-bottom-color: #ebebeb;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 190px;
	justify-content: flex-start;
	border: 0;
	/* background: #16b6d2; */
	background: #ffffff;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::before, .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::after {
	content: '';
	position: absolute;
	left: -10%;
	right: -8px;
	height: 50.2%;
	z-index: 0;
	/* background: #21cade; */
	background: #ffffff;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::before {
	top: 0;
	transform: skew(-44deg);
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::after {
	bottom: 0;
	transform: skew(44deg);
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel > * {
	position: relative;
	z-index: 1;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-dark {
	display: none;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-light {
	display: block;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
	position: relative;
	z-index: 1;
	width: calc(190px + 15.1vw);
	margin-left: -190px;
	color: #ffffff;
	background-color: transparent;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #16b6d2;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 100vw;
	border-bottom: 1px solid #27bed7;
}

@media (min-width: 1920px) {
	.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
		width: calc(58vw - 480px);
	}
}

.page-header-3 .rd-navbar-classic.rd-navbar-static p.rd-navbar-slogan {
	padding-left: 215px;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-link-1:not(:hover) {
	background-color: transparent;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-slogan {
	visibility: visible !important;
}

.rd-navbar-static-linked .page-header-3 .box-custom-4-aside-decoration {
	top: -100px;
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-extra-black {
	font-weight: 800;
}

.font-weight-ubold {
	font-weight: 900;
}

.ls-001 {
	letter-spacing: .01em;
}

.text-default {
	color: #8491a5;
}

.text-primary {
	color: #16b6d2;
}

.text-secondary {
	color: #ff6f80;
}

.text-color-2 {
	color: #e0a755;
}

.text-color-3 {
	color: #2e71cc;
}

.text-color-6 {
	color: #83b4f7;
}

.text-color-7 {
	color: #7389a9;
}

a.text-primary:hover {
	color: #ff6f80;
}

.text-gray-900 {
	color: #262f3c;
}

.context-dark .text-primary, .bg-gray-900 .text-primary, .bg-accent .text-primary {
	color: #ffea5c;
}


/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap.active, .rd-navbar-fixed .rd-navbar-dummy, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.3s all ease-in-out;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #2c343b;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span::after, .rd-navbar-toggle span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-toggle span::after {
	top: 6px;
}

.rd-navbar-toggle span::after, .rd-navbar-toggle span::before, .rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #2c343b;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span::before, .rd-navbar-toggle span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
	transition-property: top, transform;
}

.rd-navbar-toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}

.rd-navbar-toggle.active span::before, .rd-navbar-toggle.active span::after {
	top: 0;
	transition-delay: 0s, 0.3s;
}

.rd-navbar-toggle.active span::before {
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span::after {
	transform: rotate(-45deg);
}

.context-dark .rd-navbar-toggle, .bg-gray-900 .rd-navbar-toggle, .bg-accent .rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffea5c;
	display: none;
}

.context-dark .rd-navbar-toggle span, .bg-gray-900 .rd-navbar-toggle span, .bg-accent .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.context-dark .rd-navbar-toggle span::after, .bg-gray-900 .rd-navbar-toggle span::after, .bg-accent .rd-navbar-toggle span::after, .context-dark .rd-navbar-toggle span::before, .bg-gray-900 .rd-navbar-toggle span::before, .bg-accent .rd-navbar-toggle span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.context-dark .rd-navbar-toggle span::after, .bg-gray-900 .rd-navbar-toggle span::after, .bg-accent .rd-navbar-toggle span::after {
	top: 6px;
}

.context-dark .rd-navbar-toggle span::after, .bg-gray-900 .rd-navbar-toggle span::after, .bg-accent .rd-navbar-toggle span::after, .context-dark .rd-navbar-toggle span::before, .bg-gray-900 .rd-navbar-toggle span::before, .bg-accent .rd-navbar-toggle span::before, .context-dark .rd-navbar-toggle span, .bg-gray-900 .rd-navbar-toggle span, .bg-accent .rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #ffea5c;
	backface-visibility: hidden;
	border-radius: 0;
}

.context-dark .rd-navbar-toggle span::before, .bg-gray-900 .rd-navbar-toggle span::before, .bg-accent .rd-navbar-toggle span::before, .context-dark .rd-navbar-toggle span::after, .bg-gray-900 .rd-navbar-toggle span::after, .bg-accent .rd-navbar-toggle span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
	transition-property: top, transform;
}

.context-dark .rd-navbar-toggle.active span, .bg-gray-900 .rd-navbar-toggle.active span, .bg-accent .rd-navbar-toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}

.context-dark .rd-navbar-toggle.active span::before, .bg-gray-900 .rd-navbar-toggle.active span::before, .bg-accent .rd-navbar-toggle.active span::before, .context-dark .rd-navbar-toggle.active span::after, .bg-gray-900 .rd-navbar-toggle.active span::after, .bg-accent .rd-navbar-toggle.active span::after {
	top: 0;
	transition-delay: 0s, 0.3s;
}

.context-dark .rd-navbar-toggle.active span::before, .bg-gray-900 .rd-navbar-toggle.active span::before, .bg-accent .rd-navbar-toggle.active span::before {
	transform: rotate(45deg);
}

.context-dark .rd-navbar-toggle.active span::after, .bg-gray-900 .rd-navbar-toggle.active span::after, .bg-accent .rd-navbar-toggle.active span::after {
	transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #2c343b;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span::before, .rd-navbar-collapse-toggle span::after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #2c343b;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span::before, .rd-navbar-collapse-toggle span::after {
	content: '';
}

.rd-navbar-collapse-toggle span::before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span::after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span::before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span::after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #d7d7d7;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #16b6d2;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-link {
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: .02em;
	color: #262f3c;
	text-align: center;
}

.rd-navbar-link:hover {
	color: #ffffff;
	background: #16b6d2;
	border-color: #16b6d2;
}

.rd-navbar-link-1 {
	background: #f9f8f8;
}

.rd-navbar-link-1:hover {
	background: #ff6f80;
	border-color: #ff6f80;
}

.rd-navbar-slogan {
	line-height: 1.3;
}

.rd-navbar-dummy {
	display: none;
}

.rd-navbar-aside-open-toggle {
	position: relative;
	width: 30px;
	height: 20px;
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	cursor: pointer;
}

.rd-navbar-aside-open-toggle span {
	position: relative;
	display: block;
	height: 2px;
	background: #2c343b;
}

.rd-navbar-aside-open-toggle span + span {
	margin-top: 7px;
}

.rd-navbar-aside-open-toggle span:nth-child(1),
.rd-navbar-aside-open-toggle span:nth-child(3) {
	width: 100%;
}

.rd-navbar-aside-open-toggle span:nth-child(2) {
	left: 0;
	width: 66%;
	transition: .33s;
}

.rd-navbar-aside-open-toggle:hover span:nth-child(2) {
	left: 33%;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
	white-space: nowrap;
}

.rd-navbar-static .rd-nav-item > * {
	display: inline-block;
	white-space: normal;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #16b6d2;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #16b6d2;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #16b6d2;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #16b6d2;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #16b6d2;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #2c343b;
	font-size: 16px;
	line-height: 1.2;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #16b6d2;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 27px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #ebebeb;
	transform-origin: 50% 0;
	transform: translate3d(0, 1px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: -23px;
	width: 230px;
	padding: 25px 25px 30px;
	background: #ffffff;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(10px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-10px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #16b6d2;
}

.rd-navbar-static .rd-dropdown-link {
	color: #2c343b;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #16b6d2;
}

.rd-navbar-static .rd-navbar-dropdown a,
.rd-navbar-static .rd-megamenu-list a {
	display: block;
	transition: .1s ease;
}

.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-megamenu-list a:hover {
	transition: .15s ease;
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item,
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-navbar-megamenu {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 0;
}

.rd-navbar-static .rd-navbar-megamenu-inner {
	display: flex;
	width: 100%;
	padding: 30px 25px 50px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 30px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 12px;
}

.rd-navbar-static .rd-megamenu-title {
	font-family: Muli, sans-serif;
	color: #262f3c;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #2c343b;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #16b6d2;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 23px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 1170px) {
	.rd-navbar-static .rd-navbar-megamenu {
		left: 50%;
		margin-left: -585px;
		width: 1170px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
		padding-left: 70px;
	}
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 50px;
	width: auto;
	/* height: auto; */
	min-height: 51px;
    object-fit: contain;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 370px;
	max-width: 95%;
	padding: 117.6px 10px 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform-origin: 0 50%;
	transform: translate3d(-10px, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: .11s;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 3px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #16b6d2;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #ebebeb;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element {
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.rd-navbar-fixed .rd-navbar-dummy {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -1000px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 1000;
	pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active ~ .rd-navbar-dummy {
	opacity: 1;
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item:last-child .rd-nav-link {
	border-bottom: 1px solid #ebebeb;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	border-top: 1px solid #ebebeb;
	padding: 9px 56px 9px 14px;
	font-size: 15px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	border-top: 1px solid #ebebeb;
	padding: 4px 0 20px;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
	padding-bottom: 20px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 16px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a {
	padding-left: 25px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 10px 9px 4px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-item {
	position: relative;
}

.rd-navbar-fixed .rd-megamenu-title {
	position: absolute;
	top: -10%;
	right: 2%;
	display: block;
	padding: 0 14px 7px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #8491a5;
	opacity: .15;
	transform-origin: 41% 162%;
	transform: rotate(90deg);
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 20px;
}

.rd-navbar-fixed * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-megamenu-item + .rd-megamenu-item {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f236';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 16px "Material Design Icons";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-link {
	display: flex;
	padding: 16px 20px;
	border: 1px solid #ebebeb;
}

.rd-navbar-fixed * + .rd-navbar-nav {
	margin-top: 20px;
}

.rd-navbar-fixed * + .rd-navbar-link {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-nav + .rd-navbar-link {
	margin-top: 35px;
}

.rd-navbar-fixed .rd-navbar-slogan {
	padding: 20px 10px 10px;
	text-align: center;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #2c343b;
	box-shadow: none;
	background: #ffffff;
	border-bottom: 1px solid #ebebeb;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-left: 0;
	box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-nav-link {
	color: #2c343b;
}

.rd-navbar-fixed .rd-dropdown-link,
.rd-navbar-fixed .rd-megamenu-list-link {
	color: #2c343b;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #ebebeb;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #2c343b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #d7d7d7;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #2c343b;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #16b6d2;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #2c343b;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/**
*
* RD Navbar Classic
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border-right: 1px solid #ebebeb;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 50px;
	/*max-width: 200px;
	max-height: 200px;*/
}
.brand-logo-dark {
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 50px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	flex-grow: 1;
	min-height: 75px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > * {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > *:first-child {
	padding-left: 25px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
	flex-grow: 1;
	justify-content: flex-end;
	padding: 20px 40px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-link,
.rd-navbar-classic.rd-navbar-static .rd-navbar-element {
	flex-shrink: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-link {
	padding: 15px 20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
	padding: 10px 20px;
	text-align: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
	padding: 0 15px;
}

/*.rd-navbar-classic.rd-navbar-static * + .rd-navbar-link,
.rd-navbar-classic.rd-navbar-static * + .rd-navbar-element {
	border-left: 1px solid #ebebeb;
}*/

.rd-navbar-classic.rd-navbar-static * + .rd-navbar-element {
	margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-nav > li + li {
		margin-left: 25px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-nav-link,
	.rd-navbar-classic.rd-navbar-static .rd-dropdown-link,
	.rd-navbar-classic.rd-navbar-static .rd-megamenu-list-link {
		font-size: 14px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-submenu-toggle {
		position: relative;
		top: 1px;
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1599.98px) {
	.rd-navbar-classic.rd-navbar-static .rd-menu {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
		padding: 0 25px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-link {
		padding: 15px 30px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
		padding: 10px 30px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
		padding: 15px 120px 20px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
		padding: 10px 25px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
		padding: 0 35px;
	}
	.rd-navbar-classic.rd-navbar-static .rd-navbar-link {
		padding: 15px 40px;
	}
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #ebebeb;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-fixed .list-localization {
	position: fixed;
	right: 8px;
	top: 28px;
	display: flex;
	align-items: center;
	z-index: 1081;
	transform: translateY(-50%);
}

/**
*
* RD Navbar Modern
*/
.rd-navbar-modern .rd-navbar-element {
	display: flex;
	align-items: center;
}

.rd-navbar-modern .rd-navbar-aside-open-toggle {
	position: relative;
	transition: .11s;
}

.rd-navbar-modern .rd-navbar-aside-open-toggle.active {
	transform: translate3d(20px, 0, 0);
}

.rd-navbar-modern .rd-navbar-aside-close-toggle {
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}

.rd-navbar-modern .rd-navbar-aside {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 385px;
	background: #ffffff;
	z-index: 1081;
	box-shadow: -5.299px 8.48px 24px 0px rgba(0, 0, 0, 0.11);
	transform: translate3d(10px, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: .11s;
}

.rd-navbar-modern .rd-navbar-aside.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-modern .rd-navbar-aside-header,
.rd-navbar-modern .rd-navbar-aside-link {
	padding-left: 20px;
	padding-right: 20px;
}

.rd-navbar-modern .rd-navbar-aside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 40px;
}

.rd-navbar-modern .rd-navbar-aside-header > * + * {
	margin-left: 10px;
}

.rd-navbar-modern .rd-navbar-aside-main {
	position: relative;
	max-width: 385px;
	flex-grow: 1;
	overflow: hidden;
	overflow-y: auto;
}

.rd-navbar-modern .rd-navbar-aside-main::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	border-top: 1px solid #ebebeb;
}

.rd-navbar-modern .rd-navbar-aside-title,
.rd-navbar-modern .rd-navbar-aside-link {
	font-family: Muli, sans-serif;
	color: #262f3c;
	line-height: 1.2;
}

.rd-navbar-modern .rd-navbar-aside-title {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rd-navbar-modern .rd-navbar-aside-link {
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 17px;
}

.rd-navbar-modern .rd-navbar-aside-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	border-top: 1px solid #ebebeb;
}

.rd-navbar-modern .rd-navbar-aside-link.active {
	color: #16b6d2;
	pointer-events: none;
}

.rd-navbar-modern .rd-navbar-aside-link:hover {
	color: #16b6d2;
}

.rd-navbar-modern * + .button {
	margin-top: 0;
}

@media (min-width: 768px) {
	.rd-navbar-modern .rd-navbar-aside-close-toggle {
		font-size: 24px;
	}
	.rd-navbar-modern .rd-navbar-aside-header,
	.rd-navbar-modern .rd-navbar-aside-link {
		padding-left: 40px;
		padding-right: 20px;
	}
	.rd-navbar-modern .rd-navbar-aside-title {
		font-size: 17px;
	}
	.rd-navbar-modern .rd-navbar-aside-link {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-modern .rd-navbar-aside-header {
		padding-right: 5px;
	}
	.rd-navbar-modern .rd-navbar-aside-link {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 22px;
	}
}

.rd-navbar-modern.rd-navbar-static::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid transparent;
	transition: inherit;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
	margin-left: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
	display: flex;
	align-items: center;
	min-height: 75px;
	flex-grow: 1;
	padding: 20px 40px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu-inner {
	border-radius: 8px;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
	padding: 0;
	border: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
	border: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
	border-top: 1px solid #ebebeb;
}

.rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
	padding: 10px 10px 10px 25px;
	font-family: Muli, sans-serif;
	font-size: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element {
	position: relative;
	display: flex;
	align-self: stretch;
	align-items: center;
	padding: 12px 0 12px 25px;
	background-color: transparent;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element > * + * {
	margin-left: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: linear-gradient(227deg, #0a81cc 0%, #00b8d9 100%);
	border-radius: 10px;
	z-index: -1;
	border: 1px solid transparent;
	transform: skewX(-13deg);
	pointer-events: none;
	backface-visibility: hidden;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element .button {
	min-width: 130px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.rd-navbar-modern.rd-navbar-static .rd-nav-link,
	.rd-navbar-modern.rd-navbar-static .rd-dropdown-link,
	.rd-navbar-modern.rd-navbar-static .rd-megamenu-list-link {
		font-size: 14px;
	}
	.rd-navbar-modern.rd-navbar-static .rd-navbar-submenu-toggle {
		position: relative;
		top: 1px;
		font-size: 15px;
	}
}

@media (min-width: 1920px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
		width: auto;
		left: calc(50% + 600px - 30px - 25px);
	}
}

@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
		font-size: 17px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
		padding: 15px 30px 20px 85px;
	}
	.rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
		margin-left: 46px;
	}
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::after {
	border-bottom-color: #ebebeb;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
	position: fixed;
	top: 0;
	right: 0;
	height: 56px;
	z-index: 1081;
	padding-left: 20px;
	padding-right: 10px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element > * + * {
	margin-left: 30px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
	max-width: 90%;
}

@media (max-width: 575.98px) {
	.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element .button {
		padding: 0;
		border: 0;
		background-color: transparent;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
		max-width: 320px;
	}
}



/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 54px;
	height: 54px;
	font-size: 24px;
	line-height: 53px;
	color: #ffffff;
	background: #ff6f80;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #16b6d2;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}