@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.ratio {
	position: relative;
	display: block;
	overflow: hidden
}
.modal-backdrop {
	opacity: 0.7 !important;
}
.ratio:before {
	display: block;
	width: 100%;
	content: ""
}

.ratio-1\:1:before {
	padding-bottom: 100%
}

.ratio-2\:1:before {
	padding-bottom: 50%
}

.ratio-3\:2:before {
	padding-bottom: 66.66667%
}

.ratio-3\:4:before {
	padding-bottom: 133.33333%
}

.ratio-4\:3:before {
	padding-bottom: 75%
}

.ratio-4\:1:before {
	padding-bottom: 25%
}

.ratio-5\:4:before {
	padding-bottom: 80%
}

.ratio-8\:5:before {
	padding-bottom: 62.5%
}

.ratio-15\:9:before {
	padding-bottom: 60%
}

.ratio-16\:9:before {
	padding-bottom: 56.25%
}

.ratio-64\:45:before {
	padding-bottom: 70.3125%
}

.ratio-6\:5:before {
	padding-bottom: 83.33333%
}

.ratio-23\:18:before {
	padding-bottom: 78.26087%
}

.ratio-41\:35:before {
	padding-bottom: 85.36585%
}

.ratio-41\:45:before {
	padding-bottom: 109.7561%
}

.ratio-63\:55:before {
	padding-bottom: 87.30159%
}

:root {
	--font-primary: "Poppins", sans-serif;
	--text-4: 4px;
	--text-7: 7px;
	--text-10: 10px;
	--text-12: 12px;
	--text-13: 13px;
	--text-14: 14px;
	--text-15: 15px;
	--text-16: 16px;
	--text-18: 18px;
	--text-20: 20px;
	--text-22: 22px;
	--text-24: 24px;
	--text-25: 25px;
	--text-26: 26px;
	--text-30: 30px;
	--text-40: 40px;
	--text-50: 50px;
	--text-60: 60px;
	--text-80: 80px;
	--color-white: #fff;
	--color-black: #000;
	--color-border: #ddd;
	--color-dark-1: #051036;
	--color-dark-2: #0d2857;
	--color-dark-3: #13357b;
	--color-dark-4: #163c8c;
	--color-light-1: #697488;
	--color-light-2: #f5f5f5;
	--color-light-3: #fbfcff;
	--color-blue-1: #3554d1;
	--color-blue-2: #e5f0fd;
	--color-green-1: #ebfcea;
	--color-green-2: #008009;
	--color-yellow-1: #f8d448;
	--color-yellow-2: #e1c03f;
	--color-yellow-3: #ffc700;
	--color-yellow-4: #fff8dd;
	--color-brown-1: #923e01;
	--color-purple-1: #7e53f9;
	--color-red-1: #F37335;
	--color-red-2: #f1416c;
	--color-red-3: #fff5f8;
	--color-info-1: #cde9f6;
	--color-info-2: #4780aa;
	--color-warning-1: #f7f3d7;
	--color-warning-2: #927238;
	--color-error-1: #ecc8c5;
	--color-error-2: #ab3331;
	--color-success-1: #def2d7;
	--color-success-2: #5b7052
}

[data-anim-wrap] {
	pointer-events: none
}

[data-anim-wrap].animated {
	pointer-events: auto
}

@-webkit-keyframes reveal {
	to {
		opacity: 1
	}
}

@keyframes reveal {
	to {
		opacity: 1
	}
}

[data-anim-child^=slide-],
[data-anim^=slide-] {
	opacity: 0;
	transition-property: opacity, transform;
	pointer-events: none;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

[data-anim-child^=slide-].is-in-view,
[data-anim^=slide-].is-in-view {
	opacity: 1;
	transform: translateZ(0);
	pointer-events: auto
}

[data-anim-child^=slide-up],
[data-anim^=slide-up] {
	transform: translate3d(0, 40px, 0)
}

[data-anim-child^=slide-down],
[data-anim^=slide-down] {
	transform: translate3d(0, -40px, 0)
}

[data-anim-child^=slide-right],
[data-anim^=slide-right] {
	transform: translate3d(-40px, 0, 0)
}

[data-anim-child^=slide-left],
[data-anim^=slide-left] {
	transform: translate3d(40px, 0, 0)
}

[data-anim-child^=fade],
[data-anim^=fade] {
	opacity: 0;
	transition-property: opacity;
	pointer-events: none;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

[data-anim-child^=fade].is-in-view,
[data-anim^=fade].is-in-view {
	opacity: 1;
	pointer-events: auto
}

[data-anim*=delay-1],
[data-anim-child*=delay-1] {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

[data-anim*=delay-1]:after,
[data-anim*=delay-1]>*,
[data-anim-child*=delay-1]:after,
[data-anim-child*=delay-1]>* {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

[data-anim*=delay-2],
[data-anim-child*=delay-2] {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

[data-anim*=delay-2]:after,
[data-anim*=delay-2]>*,
[data-anim-child*=delay-2]:after,
[data-anim-child*=delay-2]>* {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

[data-anim*=delay-3],
[data-anim-child*=delay-3] {
	transition-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

[data-anim*=delay-3]:after,
[data-anim*=delay-3]>*,
[data-anim-child*=delay-3]:after,
[data-anim-child*=delay-3]>* {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

[data-anim*=delay-4],
[data-anim-child*=delay-4] {
	transition-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

[data-anim*=delay-4]:after,
[data-anim*=delay-4]>*,
[data-anim-child*=delay-4]:after,
[data-anim-child*=delay-4]>* {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

[data-anim*=delay-5],
[data-anim-child*=delay-5] {
	transition-delay: .5s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

[data-anim*=delay-5]:after,
[data-anim*=delay-5]>*,
[data-anim-child*=delay-5]:after,
[data-anim-child*=delay-5]>* {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

[data-anim*=delay-6],
[data-anim-child*=delay-6] {
	transition-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

[data-anim*=delay-6]:after,
[data-anim*=delay-6]>*,
[data-anim-child*=delay-6]:after,
[data-anim-child*=delay-6]>* {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

[data-anim*=delay-7],
[data-anim-child*=delay-7] {
	transition-delay: .7s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

[data-anim*=delay-7]:after,
[data-anim*=delay-7]>*,
[data-anim-child*=delay-7]:after,
[data-anim-child*=delay-7]>* {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

[data-anim*=delay-8],
[data-anim-child*=delay-8] {
	transition-delay: .8s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

[data-anim*=delay-8]:after,
[data-anim*=delay-8]>*,
[data-anim-child*=delay-8]:after,
[data-anim-child*=delay-8]>* {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

[data-anim*=delay-9],
[data-anim-child*=delay-9] {
	transition-delay: .9s;
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

[data-anim*=delay-9]:after,
[data-anim*=delay-9]>*,
[data-anim-child*=delay-9]:after,
[data-anim-child*=delay-9]>* {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

[data-anim*=delay-10],
[data-anim-child*=delay-10] {
	transition-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

[data-anim*=delay-10]:after,
[data-anim*=delay-10]>*,
[data-anim-child*=delay-10]:after,
[data-anim-child*=delay-10]>* {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

[data-anim*=delay-11],
[data-anim-child*=delay-11] {
	transition-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

[data-anim*=delay-11]:after,
[data-anim*=delay-11]>*,
[data-anim-child*=delay-11]:after,
[data-anim-child*=delay-11]>* {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

[data-anim*=delay-12],
[data-anim-child*=delay-12] {
	transition-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

[data-anim*=delay-12]:after,
[data-anim*=delay-12]>*,
[data-anim-child*=delay-12]:after,
[data-anim-child*=delay-12]>* {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

[data-anim*=delay-13],
[data-anim-child*=delay-13] {
	transition-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}

[data-anim*=delay-13]:after,
[data-anim*=delay-13]>*,
[data-anim-child*=delay-13]:after,
[data-anim-child*=delay-13]>* {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}

[data-anim*=delay-14],
[data-anim-child*=delay-14] {
	transition-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

[data-anim*=delay-14]:after,
[data-anim*=delay-14]>*,
[data-anim-child*=delay-14]:after,
[data-anim-child*=delay-14]>* {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

[data-anim*=delay-15],
[data-anim-child*=delay-15] {
	transition-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

[data-anim*=delay-15]:after,
[data-anim*=delay-15]>*,
[data-anim-child*=delay-15]:after,
[data-anim-child*=delay-15]>* {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

[data-anim*=delay-16],
[data-anim-child*=delay-16] {
	transition-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

[data-anim*=delay-16]:after,
[data-anim*=delay-16]>*,
[data-anim-child*=delay-16]:after,
[data-anim-child*=delay-16]>* {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

[data-anim*=delay-17],
[data-anim-child*=delay-17] {
	transition-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}

[data-anim*=delay-17]:after,
[data-anim*=delay-17]>*,
[data-anim-child*=delay-17]:after,
[data-anim-child*=delay-17]>* {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}

[data-anim*=delay-18],
[data-anim-child*=delay-18] {
	transition-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

[data-anim*=delay-18]:after,
[data-anim*=delay-18]>*,
[data-anim-child*=delay-18]:after,
[data-anim-child*=delay-18]>* {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

[data-anim*=delay-19],
[data-anim-child*=delay-19] {
	transition-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}

[data-anim*=delay-19]:after,
[data-anim*=delay-19]>*,
[data-anim-child*=delay-19]:after,
[data-anim-child*=delay-19]>* {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}

[data-anim*=delay-20],
[data-anim-child*=delay-20] {
	transition-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

[data-anim*=delay-20]:after,
[data-anim*=delay-20]>*,
[data-anim-child*=delay-20]:after,
[data-anim-child*=delay-20]>* {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%
}

body {
	padding: 0;
	font-family: var(--font-primary) !important;
	width: 100%;
	background-color: #fff;
	color: var(--color-dark-1);
	font-size: 16px;
	padding-right: 0 !important;
	line-height: 1.875
}

input:not([type=range]),
select,
textarea {
	outline: none;
	width: 100%;
	background-color: transparent
}

main {
	overflow: hidden
}

img {
	max-width: 100%;
	height: auto
}

a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	transition: color .2s ease-in-out;
	text-decoration: none !important;
}

a,
a:hover {
	text-decoration: none
}

li,
ul {
	list-style: none;
	padding: 0
}

li,
p,
ul {
	margin: 0
}

p {
	font-size: 16px;
	color: var(--color-light-1)
}

button {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	text-decoration: none
}

button:focus {
	outline: 0
}

.button {
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	border-radius: 10px;
	border: none;
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.button.-md {
	padding: 14px 30px
}

.button.-lg {
	padding: 19px 30px
}

.button.-min-180 {
	min-width: 180px
}
.mtopContainer {display: none;}
.button.-underline:hover {
	text-decoration: underline
}

.button.-white:hover {
	background-color: var(--color-white) !important;
	color: #fff !important
}

.button.-outline-white,
.button.-white:hover {
	border-color: var(--color-white)
}

.button.-outline-white:hover {
	background-color: var(--color-white);
	border-color: transparent;
	color: #fff !important
}

.button.-black:hover {
	background-color: var(--color-black) !important;
	color: #fff !important
}

.button.-black:hover,
.button.-outline-black {
	border-color: var(--color-black)
}

.button.-outline-black:hover {
	background-color: var(--color-black);
	border-color: transparent;
	color: #fff !important
}

.button.-border:hover {
	background-color: var(--color-border) !important;
	color: #fff !important
}

.button.-border:hover,
.button.-outline-border {
	border-color: var(--color-border)
}

.button.-outline-border:hover {
	background-color: var(--color-border);
	border-color: transparent;
	color: #fff !important
}

.button.-dark-1:hover {
	background-color: var(--color-dark-1) !important;
	color: #fff !important
}

.button.-dark-1:hover,
.button.-outline-dark-1 {
	border-color: var(--color-dark-1)
}

.button.-outline-dark-1:hover {
	background-color: var(--color-dark-1);
	border-color: transparent;
	color: #fff !important
}

.button.-dark-2:hover {
	background-color: var(--color-dark-2) !important;
	color: #fff !important
}

.button.-dark-2:hover,
.button.-outline-dark-2 {
	border-color: var(--color-dark-2)
}

.button.-outline-dark-2:hover {
	background-color: var(--color-dark-2);
	border-color: transparent;
	color: #fff !important
}

.button.-dark-3:hover {
	background-color: var(--color-dark-3) !important;
	color: #fff !important
}

.button.-dark-3:hover,
.button.-outline-dark-3 {
	border-color: var(--color-dark-3)
}

.button.-outline-dark-3:hover {
	background-color: var(--color-dark-3);
	border-color: transparent;
	color: #fff !important
}

.button.-dark-4:hover {
	background-color: var(--color-dark-4) !important;
	color: #fff !important
}

.button.-dark-4:hover,
.button.-outline-dark-4 {
	border-color: var(--color-dark-4)
}

.button.-outline-dark-4:hover {
	background-color: var(--color-dark-4);
	border-color: transparent;
	color: #fff !important
}

.button.-light-1:hover {
	background-color: var(--color-light-1) !important;
	color: #fff !important
}

.button.-light-1:hover,
.button.-outline-light-1 {
	border-color: var(--color-light-1)
}

.button.-outline-light-1:hover {
	background-color: var(--color-light-1);
	border-color: transparent;
	color: #fff !important
}

.button.-light-2:hover {
	background-color: var(--color-light-2) !important;
	color: #fff !important
}

.button.-light-2:hover,
.button.-outline-light-2 {
	border-color: var(--color-light-2)
}

.button.-outline-light-2:hover {
	background-color: var(--color-light-2);
	border-color: transparent;
	color: #fff !important
}

.button.-light-3:hover {
	background-color: var(--color-light-3) !important;
	color: #fff !important
}

.button.-light-3:hover,
.button.-outline-light-3 {
	border-color: var(--color-light-3)
}

.button.-outline-light-3:hover {
	background-color: var(--color-light-3);
	border-color: transparent;
	color: #fff !important
}

.button.-blue-1:hover {
	background-color: var(--color-blue-1) !important;
	color: #fff !important
}

.button.-blue-1:hover,
.button.-outline-blue-1 {
	border-color: var(--color-blue-1)
}

.button.-outline-blue-1:hover {
	background-color: var(--color-blue-1);
	border-color: transparent;
	color: #fff !important
}

.button.-blue-2:hover {
	background-color: var(--color-blue-2) !important;
	color: #fff !important
}

.button.-blue-2:hover,
.button.-outline-blue-2 {
	border-color: var(--color-blue-2)
}

.button.-outline-blue-2:hover {
	background-color: var(--color-blue-2);
	border-color: transparent;
	color: #fff !important
}

.button.-green-1:hover {
	background-color: var(--color-green-1) !important;
	color: #fff !important
}

.button.-green-1:hover,
.button.-outline-green-1 {
	border-color: var(--color-green-1)
}

.button.-outline-green-1:hover {
	background-color: var(--color-green-1);
	border-color: transparent;
	color: #fff !important
}

.button.-green-2:hover {
	background-color: var(--color-green-2) !important;
	color: #fff !important
}

.button.-green-2:hover,
.button.-outline-green-2 {
	border-color: var(--color-green-2)
}

.button.-outline-green-2:hover {
	background-color: var(--color-green-2);
	border-color: transparent;
	color: #fff !important
}

.button.-yellow-1:hover {
	background-color: var(--color-yellow-1) !important;
	color: #fff !important
}

.button.-outline-yellow-1,
.button.-yellow-1:hover {
	border-color: var(--color-yellow-1)
}

.button.-outline-yellow-1:hover {
	background-color: var(--color-yellow-1);
	border-color: transparent;
	color: #fff !important
}

.button.-yellow-2:hover {
	background-color: var(--color-yellow-2) !important;
	color: #fff !important
}

.button.-outline-yellow-2,
.button.-yellow-2:hover {
	border-color: var(--color-yellow-2)
}

.button.-outline-yellow-2:hover {
	background-color: var(--color-yellow-2);
	border-color: transparent;
	color: #fff !important
}

.button.-yellow-3:hover {
	background-color: var(--color-yellow-3) !important;
	color: #fff !important
}

.button.-outline-yellow-3,
.button.-yellow-3:hover {
	border-color: var(--color-yellow-3)
}

.button.-outline-yellow-3:hover {
	background-color: var(--color-yellow-3);
	border-color: transparent;
	color: #fff !important
}

.button.-yellow-4:hover {
	background-color: var(--color-yellow-4) !important;
	color: #fff !important
}

.button.-outline-yellow-4,
.button.-yellow-4:hover {
	border-color: var(--color-yellow-4)
}

.button.-outline-yellow-4:hover {
	background-color: var(--color-yellow-4);
	border-color: transparent;
	color: #fff !important
}

.button.-brown-1:hover {
	background-color: var(--color-brown-1) !important;
	color: #fff !important
}

.button.-brown-1:hover,
.button.-outline-brown-1 {
	border-color: var(--color-brown-1)
}

.button.-outline-brown-1:hover {
	background-color: var(--color-brown-1);
	border-color: transparent;
	color: #fff !important
}

.button.-purple-1:hover {
	background-color: var(--color-purple-1) !important;
	color: #fff !important
}

.button.-outline-purple-1,
.button.-purple-1:hover {
	border-color: var(--color-purple-1)
}

.button.-outline-purple-1:hover {
	background-color: var(--color-purple-1);
	border-color: transparent;
	color: #fff !important
}

.button.-red-1:hover {
	background-color: var(--color-red-1) !important;
	color: #fff !important
}

.button.-outline-red-1,
.button.-red-1:hover {
	border-color: var(--color-red-1)
}

.button.-outline-red-1:hover {
	background-color: var(--color-red-1);
	border-color: transparent;
	color: #fff !important
}

.button.-red-2:hover {
	background-color: var(--color-red-2) !important;
	color: #fff !important
}

.button.-outline-red-2,
.button.-red-2:hover {
	border-color: var(--color-red-2)
}

.button.-outline-red-2:hover {
	background-color: var(--color-red-2);
	border-color: transparent;
	color: #fff !important
}

.button.-red-3:hover {
	background-color: var(--color-red-3) !important;
	color: #fff !important
}

.button.-outline-red-3,
.button.-red-3:hover {
	border-color: var(--color-red-3)
}

.button.-outline-red-3:hover {
	background-color: var(--color-red-3);
	border-color: transparent;
	color: #fff !important
}

.button.-info-1:hover {
	background-color: var(--color-info-1) !important;
	color: #fff !important
}

.button.-info-1:hover,
.button.-outline-info-1 {
	border-color: var(--color-info-1)
}

.button.-outline-info-1:hover {
	background-color: var(--color-info-1);
	border-color: transparent;
	color: #fff !important
}

.button.-info-2:hover {
	background-color: var(--color-info-2) !important;
	color: #fff !important
}

.button.-info-2:hover,
.button.-outline-info-2 {
	border-color: var(--color-info-2)
}

.button.-outline-info-2:hover {
	background-color: var(--color-info-2);
	border-color: transparent;
	color: #fff !important
}

.button.-warning-1:hover {
	background-color: var(--color-warning-1) !important;
	color: #fff !important
}

.button.-outline-warning-1,
.button.-warning-1:hover {
	border-color: var(--color-warning-1)
}

.button.-outline-warning-1:hover {
	background-color: var(--color-warning-1);
	border-color: transparent;
	color: #fff !important
}

.button.-warning-2:hover {
	background-color: var(--color-warning-2) !important;
	color: #fff !important
}

.button.-outline-warning-2,
.button.-warning-2:hover {
	border-color: var(--color-warning-2)
}

.button.-outline-warning-2:hover {
	background-color: var(--color-warning-2);
	border-color: transparent;
	color: #fff !important
}

.button.-error-1:hover {
	background-color: var(--color-error-1) !important;
	color: #fff !important
}

.button.-error-1:hover,
.button.-outline-error-1 {
	border-color: var(--color-error-1)
}

.button.-outline-error-1:hover {
	background-color: var(--color-error-1);
	border-color: transparent;
	color: #fff !important
}

.button.-error-2:hover {
	background-color: var(--color-error-2) !important;
	color: #fff !important
}

.button.-error-2:hover,
.button.-outline-error-2 {
	border-color: var(--color-error-2)
}

.button.-outline-error-2:hover {
	background-color: var(--color-error-2);
	border-color: transparent;
	color: #fff !important
}

.button.-success-1:hover {
	background-color: var(--color-success-1) !important;
	color: #fff !important
}

.button.-outline-success-1,
.button.-success-1:hover {
	border-color: var(--color-success-1)
}

.button.-outline-success-1:hover {
	background-color: var(--color-success-1);
	border-color: transparent;
	color: #fff !important
}

.button.-success-2:hover {
	background-color: var(--color-success-2) !important;
	color: #fff !important
}

.button.-outline-success-2,
.button.-success-2:hover {
	border-color: var(--color-success-2)
}

.button.-outline-success-2:hover {
	background-color: var(--color-success-2);
	border-color: transparent;
	color: #fff !important
}

.button.-white:hover {
	opacity: 0.8;
	color: #fff !important
}

.button.-blue-1-05:hover {
	background-color: rgba(53, 84, 209, .05) !important;
	color: var(--color-blue-1) !important
}

.button.-outline-white:hover {
	background-color: #fff !important;
	color: var(--color-dark-1) !important
}

.contact-form input:not([type=range]),
.contact-form select,
.contact-form textarea {
	border-radius: 4px;
	padding: 17px 20px;
	font-size: 15px;
	letter-spacing: .02em;
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.contact-form input:not([type=range]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: none
}

.contact-form ::-moz-placeholder {
	font-weight: 400
}

.contact-form :-ms-input-placeholder {
	font-weight: 400
}

.contact-form ::placeholder {
	font-weight: 400
}

input.text-white::-moz-placeholder {
	color: #fff
}

input.text-white:-ms-input-placeholder {
	color: #fff
}

input.text-white::placeholder {
	color: #fff
}

.form-checkbox {
	cursor: pointer;
	position: relative;
	display: flex
}

.form-checkbox label {
	margin: 0 0 0 9px;
	font-size: 14px
}

.form-checkbox__mark {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-dark-1);
	border-radius: 4px
}

.form-checkbox__icon {
	display: none;
	position: absolute;
	font-size: 8px;
	color: #fff
}

.form-checkbox input {
	cursor: pointer;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0
}

.form-checkbox input:checked~.form-checkbox__mark {
	background-color: var(--color-blue-1);
	border-color: var(--color-blue-1)
}

.form-checkbox input:checked~.form-checkbox__mark .form-checkbox__icon {
	display: block
}

.form-checkbox:hover input:checked~.form-checkbox__mark,
.form-checkbox:hover input~.form-checkbox__mark {
	background-color: var(--color-blue-1)
}

.form-radio {
	display: flex;
	align-items: center
}

.form-radio .radio {
	cursor: pointer;
	position: relative;
	display: block
}

.form-radio .radio__mark {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	border: 1px solid var(--color-dark-1);
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.form-radio .radio__icon {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--color-white);
	transform-origin: center;
	opacity: 1;
	transform: scale(.2);
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.form-radio .radio input {
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0
}

.form-radio .radio input:checked~.radio__mark {
	border-color: var(--color-blue-1);
	background-color: var(--color-blue-1)
}

.form-radio .radio input:checked~.radio__mark .radio__icon {
	opacity: 1;
	transform: scale(1)
}

.form-switch .switch {
	position: relative;
	width: 60px;
	height: 30px
}

.form-switch .switch__slider {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 10px 50px rgba(13, 38, 59, .1);
	background-color: hsla(0, 0%, 100%, .2);
	transition: .3s;
	border-radius: 30px;
	border: 1px solid var(--color-blue-1)
}

.form-switch .switch__slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 4px;
	background-color: var(--color-blue-1);
	border-radius: 50%;
	transition: .3s
}

.form-switch .switch input {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.form-switch .switch input:checked+.switch__slider {
	background-color: var(--color-blue-1)
}

.form-switch .switch input:checked+.switch__slider:before {
	transform: translateX(29px);
	background-color: #fff
}

.single-field input {
	border-radius: 4px;
	padding: 17px 20px;
	font-size: 15px;
	letter-spacing: .02em;
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.single-field.-w-410 input {
	width: 410px
}
.apply-coupon input {
	border-radius: 0px;
	padding: 17px 20px;
	font-size: 15px;
	border: 1px solid #ddd;
	letter-spacing: .02em;
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.apply-coupon.-w-410 input {
	width: 300px
}
@media (max-width:991px) {
	.single-field.-w-410 input {
		width: 100%
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.45;
	font-weight: 600
}

.text-4 {
	font-size: var(--text-4) !important
}

.text-7 {
	font-size: var(--text-7) !important
}

.text-10 {
	font-size: var(--text-10) !important
}

.text-12 {
	font-size: var(--text-12) !important
}

.text-13 {
	font-size: var(--text-13) !important
}

.text-14 {
	font-size: var(--text-14) !important
}

.text-15 {
	font-size: var(--text-15) !important
}

.text-16 {
	font-size: var(--text-16) !important
}

.text-18 {
	font-size: var(--text-18) !important
}

.text-20 {
	font-size: var(--text-20) !important
}

.text-22 {
	font-size: var(--text-22) !important
}

.text-24 {
	font-size: var(--text-24) !important
}

.text-25 {
	font-size: var(--text-25) !important
}

.text-26 {
	font-size: var(--text-26) !important
}

.text-30 {
	font-size: var(--text-30) !important
}

.text-40 {
	font-size: var(--text-40) !important
}

.text-50 {
	font-size: var(--text-50) !important
}

.text-60 {
	font-size: var(--text-60) !important
}

.text-80 {
	font-size: var(--text-80) !important
}

@media (max-width:1199px) {
	.xl\:text-4 {
		font-size: var(--text-4) !important
	}

	.xl\:text-7 {
		font-size: var(--text-7) !important
	}

	.xl\:text-10 {
		font-size: var(--text-10) !important
	}

	.xl\:text-12 {
		font-size: var(--text-12) !important
	}

	.xl\:text-13 {
		font-size: var(--text-13) !important
	}

	.xl\:text-14 {
		font-size: var(--text-14) !important
	}

	.xl\:text-15 {
		font-size: var(--text-15) !important
	}

	.xl\:text-16 {
		font-size: var(--text-16) !important
	}

	.xl\:text-18 {
		font-size: var(--text-18) !important
	}

	.xl\:text-20 {
		font-size: var(--text-20) !important
	}

	.xl\:text-22 {
		font-size: var(--text-22) !important
	}

	.xl\:text-24 {
		font-size: var(--text-24) !important
	}

	.xl\:text-25 {
		font-size: var(--text-25) !important
	}

	.xl\:text-26 {
		font-size: var(--text-26) !important
	}

	.xl\:text-30 {
		font-size: var(--text-30) !important
	}

	.xl\:text-40 {
		font-size: var(--text-40) !important
	}

	.xl\:text-50 {
		font-size: var(--text-50) !important
	}

	.xl\:text-60 {
		font-size: var(--text-60) !important
	}

	.xl\:text-80 {
		font-size: var(--text-80) !important
	}
}

@media (max-width:991px) {
	.lg\:text-4 {
		font-size: var(--text-4) !important
	}

	.lg\:text-7 {
		font-size: var(--text-7) !important
	}

	.lg\:text-10 {
		font-size: var(--text-10) !important
	}

	.lg\:text-12 {
		font-size: var(--text-12) !important
	}

	.lg\:text-13 {
		font-size: var(--text-13) !important
	}

	.lg\:text-14 {
		font-size: var(--text-14) !important
	}

	.lg\:text-15 {
		font-size: var(--text-15) !important
	}

	.lg\:text-16 {
		font-size: var(--text-16) !important
	}

	.lg\:text-18 {
		font-size: var(--text-18) !important
	}

	.lg\:text-20 {
		font-size: var(--text-20) !important
	}

	.lg\:text-22 {
		font-size: var(--text-22) !important
	}

	.lg\:text-24 {
		font-size: var(--text-24) !important
	}

	.lg\:text-25 {
		font-size: var(--text-25) !important
	}

	.lg\:text-26 {
		font-size: var(--text-26) !important
	}

	.lg\:text-30 {
		font-size: var(--text-30) !important
	}

	.lg\:text-40 {
		font-size: var(--text-40) !important
	}

	.lg\:text-50 {
		font-size: var(--text-50) !important
	}

	.lg\:text-60 {
		font-size: var(--text-60) !important
	}

	.lg\:text-80 {
		font-size: var(--text-80) !important
	}
}

@media (max-width:767px) {
	
	.md\:text-4 {
		font-size: var(--text-4) !important
	}

	.md\:text-7 {
		font-size: var(--text-7) !important
	}

	.md\:text-10 {
		font-size: var(--text-10) !important
	}

	.md\:text-12 {
		font-size: var(--text-12) !important
	}

	.md\:text-13 {
		font-size: var(--text-13) !important
	}

	.md\:text-14 {
		font-size: var(--text-14) !important
	}

	.md\:text-15 {
		font-size: var(--text-15) !important
	}

	.md\:text-16 {
		font-size: var(--text-16) !important
	}

	.md\:text-18 {
		font-size: var(--text-18) !important
	}

	.md\:text-20 {
		font-size: var(--text-20) !important
	}

	.md\:text-22 {
		font-size: var(--text-22) !important
	}

	.md\:text-24 {
		font-size: var(--text-24) !important
	}

	.md\:text-25 {
		font-size: var(--text-25) !important
	}

	.md\:text-26 {
		font-size: var(--text-26) !important
	}

	.md\:text-30 {
		font-size: var(--text-30) !important
	}

	.md\:text-40 {
		font-size: var(--text-40) !important
	}

	.md\:text-50 {
		font-size: var(--text-50) !important
	}

	.md\:text-60 {
		font-size: var(--text-60) !important
	}

	.md\:text-80 {
		font-size: var(--text-80) !important
	}
}

@media (max-width:575px) {
	.sm\:text-4 {
		font-size: var(--text-4) !important
	}

	.sm\:text-7 {
		font-size: var(--text-7) !important
	}

	.sm\:text-10 {
		font-size: var(--text-10) !important
	}

	.sm\:text-12 {
		font-size: var(--text-12) !important
	}

	.sm\:text-13 {
		font-size: var(--text-13) !important
	}

	.sm\:text-14 {
		font-size: var(--text-14) !important
	}

	.sm\:text-15 {
		font-size: var(--text-15) !important
	}

	.sm\:text-16 {
		font-size: var(--text-16) !important
	}

	.sm\:text-18 {
		font-size: var(--text-18) !important
	}

	.sm\:text-20 {
		font-size: var(--text-20) !important
	}

	.sm\:text-22 {
		font-size: var(--text-22) !important
	}

	.sm\:text-24 {
		font-size: var(--text-24) !important
	}

	.sm\:text-25 {
		font-size: var(--text-25) !important
	}

	.sm\:text-26 {
		font-size: var(--text-26) !important
	}

	.sm\:text-30 {
		font-size: var(--text-30) !important
	}

	.sm\:text-40 {
		font-size: var(--text-40) !important
	}

	.sm\:text-50 {
		font-size: var(--text-50) !important
	}

	.sm\:text-60 {
		font-size: var(--text-60) !important
	}

	.sm\:text-80 {
		font-size: var(--text-80) !important
	}
}

@media (max-width:479px) {
	.xs\:text-4 {
		font-size: var(--text-4) !important
	}

	.xs\:text-7 {
		font-size: var(--text-7) !important
	}

	.xs\:text-10 {
		font-size: var(--text-10) !important
	}

	.xs\:text-12 {
		font-size: var(--text-12) !important
	}

	.xs\:text-13 {
		font-size: var(--text-13) !important
	}

	.xs\:text-14 {
		font-size: var(--text-14) !important
	}

	.xs\:text-15 {
		font-size: var(--text-15) !important
	}

	.xs\:text-16 {
		font-size: var(--text-16) !important
	}

	.xs\:text-18 {
		font-size: var(--text-18) !important
	}

	.xs\:text-20 {
		font-size: var(--text-20) !important
	}

	.xs\:text-22 {
		font-size: var(--text-22) !important
	}

	.xs\:text-24 {
		font-size: var(--text-24) !important
	}

	.xs\:text-25 {
		font-size: var(--text-25) !important
	}

	.xs\:text-26 {
		font-size: var(--text-26) !important
	}

	.xs\:text-30 {
		font-size: var(--text-30) !important
	}

	.xs\:text-40 {
		font-size: var(--text-40) !important
	}

	.xs\:text-50 {
		font-size: var(--text-50) !important
	}

	.xs\:text-60 {
		font-size: var(--text-60) !important
	}

	.xs\:text-80 {
		font-size: var(--text-80) !important
	}
}

.lh-1 {
	line-height: 1 !important
}

.lh-11 {
	line-height: 1.1 !important
}

.lh-12 {
	line-height: 1.2 !important
}

.lh-13 {
	line-height: 1.3 !important
}

.lh-14 {
	line-height: 1.4 !important
}

.lh-15 {
	line-height: 1.5 !important
}

.lh-16 {
	line-height: 1.6 !important
}

.lh-17 {
	line-height: 1.7 !important
}

.lh-18 {
	line-height: 1.8 !important
}

.lh-19 {
	line-height: 1.9 !important
}

.lh-2 {
	line-height: 2 !important
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right !important
}

.text-left {
	text-align: left
}

@media (max-width:1199px) {
	.xl\:text-center {
		text-align: center !important
	}

	.xl\:text-right {
		text-align: right !important
	}

	.xl\:text-left {
		text-align: left !important
	}
}

@media (max-width:991px) {
	.lg\:text-center {
		text-align: center !important
	}

	.lg\:text-right {
		text-align: right !important
	}

	.lg\:text-left {
		text-align: left !important
	}
}

@media (max-width:767px) {
	.md\:text-center {
		text-align: center !important
	}

	.md\:text-right {
		text-align: right !important
	}

	.md\:text-left {
		text-align: left !important
	}
}

@media (max-width:575px) {
	.sm\:text-center {
		text-align: center !important
	}

	.sm\:text-right {
		text-align: right !important
	}

	.sm\:text-left {
		text-align: left !important
	}
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}
.fw-900 {
	font-weight: 900
}

.sectionTitle.-md .sectionTitle__title {
	font-size: var(--text-24)
}

@media (max-width:767px) {
	.sectionTitle.-md .sectionTitle__title {
		font-size: var(--text-24)
	}
}

.sectionTitle.-lg .sectionTitle__title {
	font-size: var(--text-40)
}
.masthead.-type-8 {
	display: flex;
	min-height: 100vh;
}

@media (max-width:991px) {
	.masthead.-type-8 {
		padding-top: 160px
	}
}

@media (max-width:767px) {
	.masthead.-type-8 {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.masthead.-type-8.masthead__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.masthead.-type-8 .masthead-bottom {
	position: relative;
	max-width: 1500px;
	margin: 0 auto
}

.masthead.-type-8 .mainSearch {
	padding: 25px 25px 50px 25px;
}

@media (max-width:991px) {
	.masthead.-type-8 .mainSearch {
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		max-width: 600px
	}
}

.masthead.-type-8 .masthead-slider {
	position: relative;
	border-radius: 16px;
	margin: 0 15px
}

@media (max-width:767px) {
	.masthead.-type-8 .masthead-slider {
		border-radius: 0;
		margin: 0
	}
}

.masthead.-type-8 .masthead-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}

.masthead.-type-8 .masthead-slider__nav.-prev {
	left: 40px
}

@media (max-width:767px) {
	.masthead.-type-8 .masthead-slider__nav.-prev {
		left: 12px
	}
}

.masthead.-type-8 .masthead-slider__nav.-next {
	right: 40px
}

@media (max-width:767px) {
	.masthead.-type-8 .masthead-slider__nav.-next {
		right: 12px
	}
}

.tabs__content {
	position: relative
}

.tabs__pane {
	position: absolute;
	top: 0;
	visibility: hidden;
	transition: none;
	opacity: 0
}

.tabs__pane.is-tab-el-active {
	transition: opacity .3s cubic-bezier(.165, .84, .44, 1) .1s;
	position: relative;
	opacity: 1;
	visibility: visible
}

.tabs.-pills .tabs__controls .tabs__button {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-pills .tabs__controls .tabs__button:hover {
	color: var(--color-blue-1) !important
}

.tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
	color: var(--color-blue-1) !important;
	background-color: rgba(53, 84, 209, .05)
}

.tabs.-pills-2 .tabs__controls .tabs__button {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-pills-2 .tabs__controls .tabs__button:hover {
	color: var(--color-blue-1) !important
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active {
	color: var(--color-white) !important;
	background-color: var(--color-blue-1) !important
}

.tabs.-pills-3 .tabs__controls .tabs__button {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-pills-3 .tabs__controls .tabs__button:hover {
	color: var(--color-dark-3) !important
}

.tabs.-pills-3 .tabs__controls .tabs__button.is-tab-el-active {
	color: var(--color-white) !important;
	background-color: var(--color-dark-3) !important
}

.tabs__controls {
	position: relative;
	overflow: auto;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	white-space: nowrap
}

.tabs__controls>div {
	scroll-snap-align: center
}

.tabs.-bookmark .tabs__controls {
	position: relative;
	overflow: auto;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.tabs.-bookmark .tabs__controls>div {
	scroll-snap-align: center
}

.tabs.-bookmark .tabs__button {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-bookmark .tabs__button:hover {
	color: var(--color-blue-1) !important
}

.tabs.-bookmark .tabs__button.is-tab-el-active {
	color: var(--color-dark-1) !important;
	background-color: #fff
}

.tabs.-bookmark-2 .tabs__controls {
	position: relative;
	overflow: auto;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.tabs.-bookmark-2 .tabs__controls>div {
	scroll-snap-align: center
}

.tabs.-bookmark-2 .tabs__button {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-bookmark-2 .tabs__button:hover {
	color: var(--color-blue-1) !important
}
.js-tabs-button {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.js-tabs-button.is-tab-el-active {
	color: #fff !important;
	background-color: #be1e2d
}

.tabs.-underline .tabs__controls .tabs__button {
	position: relative;
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-underline .tabs__controls .tabs__button:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}

.tabs.-underline .tabs__controls .tabs__button:hover {
	color: var(--color-blue-1) !important
}

.tabs.-underline .tabs__controls .tabs__button.is-tab-el-active:after {
	opacity: 1
}

.tabs.-underline-2 .tabs__controls .tabs__button {
	position: relative;
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.tabs.-underline-2 .tabs__controls .tabs__button:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-blue-1);
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
.tabs.-underline-2 .tabs__controls .tabs__button:hover {
	color: var(--color-blue-1) !important
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active:after {
	opacity: 1
}

.accordion__icon {
	position: relative
}

.accordion__icon .icon {
	transition: all .2s ease-out
}

.accordion__icon .icon:first-child {
	position: absolute;
	top: 0;
	left: 0
}

.accordion__icon .icon:nth-child(2) {
	position: relative;
	transform: rotate(-90deg);
	opacity: 0
}

.accordion__item.is-active .accordion__icon>:first-child {
	transform: rotate(90deg);
	opacity: 0
}

.accordion__item.is-active .accordion__icon>:nth-child(2) {
	transform: none;
	opacity: 1
}

.accordion__content {
	overflow: hidden;
	max-height: 0;
	transition: max-height .2s ease-out
}

.accordion__button {
	cursor: pointer
}

.accordion.-simple .accordion__button {
	cursor: pointer;
	transition: .4s
}

.accordion.-simple .accordion__button button {
	color: var(--text-dark-1)
}

.accordion.-simple .accordion__icon {
	transition: all .2s ease-out
}

.accordion.-simple .accordion__icon>:first-child {
	position: absolute;
	transition: all .2s ease-out
}

.accordion.-simple .accordion__icon>:nth-child(2) {
	position: relative;
	transform: rotate(-90deg);
	opacity: 0;
	transition: all .2s ease-out
}

.accordion.-simple .accordion__item.is-active .accordion__icon {
	background-color: var(--color-dark-1) !important;
	color: #fff !important
}

.accordion.-simple .accordion__item.is-active .accordion__icon>:first-child {
	transform: rotate(90deg);
	opacity: 0
}

.accordion.-simple .accordion__item.is-active .accordion__icon>:nth-child(2) {
	transform: none;
	opacity: 1
}

.accordion.-map .accordion__icon {
	transition: all .2s ease-out
}

.accordion.-map .accordion__item.is-active .accordion__icon {
	background-color: var(--color-blue-1) !important;
	color: #fff !important
}

.accordion.-map .accordion__item.is-active .accordion__icon>* {
	transform: none !important;
	opacity: 1 !important
}

.accordion.-db-sidebar .accordion__button {
	cursor: pointer;
	transition: .4s
}

.accordion.-db-sidebar .accordion__button button {
	color: var(--text-dark-1)
}

.accordion.-db-sidebar .accordion__icon {
	transition: all .2s ease-out
}

.accordion.-db-sidebar .accordion__icon>:first-child {
	position: absolute;
	transition: all .2s ease-out
}

.accordion.-db-sidebar .accordion__icon>:nth-child(2) {
	position: relative;
	transform: rotate(-90deg);
	opacity: 0;
	transition: all .2s ease-out
}

.accordion.-db-sidebar .accordion__item.is-active .sidebar__button {
	background-color: rgba(53, 84, 209, .05) !important;
	color: var(--color-blue-1) !important
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon {
	background-color: var(--color-dark-1) !important;
	color: #fff !important
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon>:first-child {
	transform: rotate(90deg);
	opacity: 0
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon>:nth-child(2) {
	transform: none;
	opacity: 1
}

.header-margin {
	margin-top: 90px
}

@media (max-width:767px) {
	.header-margin {
		margin-top: 80px
	}
}

.header {
	background-color: transparent;
	z-index: 1000;
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:767px) {
	.header {
		height: 65px
	}
	.masthead.-type-7 {
		padding-top: 70px;
	}
	.sm\:h-50 {
		height: 50px !important;
	}
}

.header.-fixed {
	position: absolute !important
}

.header .is-menu-opened-hide {
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1)
}

.header.is-menu-opened {
	background-color: #fff !important;
	border-bottom: 1px solid var(--color-border)
}

.header.is-menu-opened .is-menu-opened-hide {
	opacity: 0;
	pointer-events: none
}
.header-d-menu .nav-item {
	font-size: 14px;
	color: #000;
	padding: 0 15px;
}
.header-d-menu .nav-item:hover {
	color: #e9b12b !important;
}
.header.is-sticky {
	margin: 0 !important
}

.header .row {
	flex-wrap: nowrap
}

.header__container {
	width: 100%
}

.header__container-1500 {
	max-width: 1560px
}

.header .header-logo {
	position: relative
}

.header .header-logo img {
	width: 120px;
	margin-top: 20px;
}
.desktopMenu__content .header-logo img {
	width: 100px;
}
@media (max-width:767px) {
	.header .header-logo img {
		max-width: 120px
	}
	.btn-border-w {
		padding: 8px 10px !important;
	}
}

.header .header-logo img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.header .header-logo.is-logo-dark img:first-child {
	opacity: 0
}

.header .header-logo.is-logo-dark img:nth-child(2) {
	opacity: 1
}

.header.-type-2 {
	margin-top: 20px;
	transition: background-color .4s cubic-bezier(.165, .84, .44, 1), margin .1s cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:1199px) {
	.header.-type-2 {
		margin-top: 0
	}
}

.header.-type-2.is-sticky {
	margin: 0
}

@media (max-width:1199px) {
	.header.-type-2 .col-auto-menu {
		position: absolute
	}
}

@media (max-width:767px) {
	.header.-type-5 .header__buttons>:first-child {
		color: #fff !important;
		background-color: var(--color-dark-1) !important;
		border-color: var(--color-dark-1) !important
	}

	.header.-type-5 .header__buttons>:first-child:hover {
		background-color: var(--color-blue-1) !important;
		color: #fff !important;
		border-color: var(--color-blue-1) !important
	}

	.header.-type-5 .header__buttons>:nth-child(2) {
		color: var(--color-dark-1) !important;
		border-color: var(--color-dark-1) !important
	}

	.header.-type-5 .header__buttons>:nth-child(2):hover {
		background-color: var(--color-blue-1) !important;
		color: #fff !important;
		border-color: var(--color-blue-1) !important
	}
}

.header.-type-5.-header-5-sticky {
	background-color: #fff !important;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 54, .03137254901960784)
}

.header.-type-5.-header-5-sticky .header__buttons>:first-child {
	color: #fff !important;
	background-color: var(--color-dark-1) !important;
	border-color: var(--color-dark-1) !important
}

.header.-type-5.-header-5-sticky .header__buttons>:first-child:hover {
	background-color: var(--color-blue-1) !important;
	color: #fff !important;
	border-color: var(--color-blue-1) !important
}

.header.-type-5.-header-5-sticky .header__buttons>:nth-child(2) {
	color: var(--color-dark-1) !important;
	border-color: var(--color-dark-1) !important
}

.header.-type-5.-header-5-sticky .header__buttons>:nth-child(2):hover {
	background-color: var(--color-blue-1) !important;
	color: #fff !important;
	border-color: var(--color-blue-1) !important
}

.header.-dashboard .header__container {
	display: flex;
	align-items: center
}

.header.-dashboard .header__container>.row {
	width: 100%
}

.header.-dashboard .-left-side {
	flex-shrink: 0;
	width: calc(var(--dashboard-width) - 30px)
}

@media (max-width:991px) {
	.header.-dashboard .-left-side {
		width: auto
	}
}

@media (min-width:1200px) {
	.header .header-menu .menu li {
		position: relative
	}

	.header .header-menu .menu li a {
		cursor: pointer
	}

	.header .header-menu .menu li:hover>.subnav {
		opacity: 1;
		pointer-events: auto
	}

	.header .header-menu .menu li.-has-mega-menu:hover>.mega {
		opacity: 1 !important;
		pointer-events: auto !important
	}

	.header .header-menu .menu a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 15px;
		transition: all .2s cubic-bezier(.165, .84, .44, 1)
	}

	.header .header-menu .menu__nav {
		display: flex
	}

	.header .header-menu .menu__nav>li {
		padding: 25px 0
	}

	.header .header-menu .menu__nav>li.menu-item-has-children>a .icon {
		font-size: 7px
	}

	.header .header-menu .menu__nav>li>.subnav:before {
		content: "";
		position: absolute;
		top: -5px;
		left: 20px;
		width: 10px;
		height: 10px;
		background-color: #fff;
		transform: rotate(45deg)
	}

	.header .header-menu .menu__nav a {
		padding: 0 10px
	}

	.header .header-menu .menu .subnav {
		position: absolute;
		top: 100%;
		background-color: #fff;
		border-radius: 4px;
		color: var(--color-dark-1) !important;
		min-width: 240px;
		padding: 20px;
		box-shadow: 0 10px 60px 0 rgba(5, 16, 54, .050980392156862744);
		opacity: 0;
		pointer-events: none;
		transition: all .2s cubic-bezier(.165, .84, .44, 1)
	}

	.header .header-menu .menu .subnav__backBtn {
		display: none
	}

	.header .header-menu .menu .subnav .subnav {
		top: 0;
		left: 100%
	}

	.header .header-menu .menu .subnav>li>a {
		padding: 5px 15px;
		border-radius: 4px
	}

	.header .header-menu .menu .subnav>li>a:hover {
		color: var(--color-blue-1);
		background-color: rgba(53, 84, 209, .05)
	}

	.header .header-menu .menu .mega-mobile {
		display: none
	}

	.header .header-menu .menu .mega {
		position: absolute;
		top: 100%;
		background-color: #fff;
		padding: 30px;
		border-radius: 4px;
		color: var(--color-dark-1);
		width: 800px;
		box-shadow: 0 10px 30px 0 rgba(5, 16, 54, .03137254901960784);
		transition: all .2s cubic-bezier(.165, .84, .44, 1);
		opacity: 0;
		pointer-events: none
	}

	.header .header-menu .menu .mega__content {
		display: flex;
		justify-content: space-between
	}

	.header .header-menu .menu .mega__grid {
		display: grid;
		gap: 60px;
		grid-template-columns: auto auto auto
	}

	.header .header-menu .menu .mega__image {
		width: 270px
	}

	.header .header-menu .menu .mega__image img {
		width: 100%;
		min-height: 300px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.header .header-menu .menu .mega a {
		padding-left: 0;
		padding-right: 0
	}

	.header .header-menu .menu__backButton,
	.header .header-menu .mobile-back-button,
	.header .header-menu .mobile-bg,
	.header .header-menu .mobile-footer,
	.header .header-menu .mobile-overlay {
		display: none
	}
}

@media (max-width:1199px) {
	.header .header-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100vw;
		height: calc(100vh - 80px);
		transition: all .3s cubic-bezier(.165, .84, .44, 1);
		opacity: 0;
		pointer-events: none
	}

	.header .header-menu.is-menu-active {
		opacity: 1;
		pointer-events: auto
	}

	.header .header-menu.is-menu-active .-is-active {
		pointer-events: auto !important;
		overflow-y: scroll;
		overflow-x: hidden
	}

	.header .header-menu .mega {
		display: none
	}

	.header .header-menu ul {
		overflow-y: hidden;
		overflow-x: hidden
	}

	.header .header-menu__content {
		display: flex;
		flex-direction: column;
		height: 100%
	}

	.header .header-menu .mobile-overlay {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(5, 16, 54, .7);
		z-index: -2
	}

	.header .header-menu .mobile-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: #fff
	}

	.header .header-menu .menu {
		overflow-y: hidden;
		overflow-x: hidden;
		position: relative;
		height: 100%;
		padding: 40px 20px 20px
	}

	.header .header-menu .menu ul {
		pointer-events: none
	}

	.header .header-menu .menu li {
		overflow: hidden
	}

	.header .header-menu .menu a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		padding: 0 20px;
		border-radius: 4px;
		font-weight: 500;
		color: var(--color-dark-1);
		transition: all .2s cubic-bezier(.165, .84, .44, 1)
	}

	.header .header-menu .menu a .icon {
		font-size: 8px;
		transform: rotate(-90deg)
	}

	.header .header-menu .menu a:hover {
		color: var(--color-blue-1)
	}

	.header .header-menu .menu__nav {
		display: flex;
		flex-direction: column
	}

	.header .header-menu .menu__nav>li>a {
		font-size: 20px
	}

	.header .header-menu .menu__nav>li>a:hover {
		background-color: rgba(53, 84, 209, .05) !important
	}

	.header .header-menu .menu .subnav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 40px
	}

	.header .header-menu .menu .subnav li {
		padding: 0 20px
	}

	.header .header-menu .menu .subnav a {
		height: 40px;
		font-size: 18px;
		padding: 0 20px;
		transform: translateY(100%)
	}

	.header .header-menu .menu .subnav__backBtn {
		margin-bottom: 20px
	}

	.header .header-menu .menu .subnav__backBtn li {
		padding: 0
	}

	.header .header-menu .menu .subnav__backBtn a {
		justify-content: flex-start;
		height: 50px;
		font-size: 20px;
		color: var(--color-blue-1);
		background-color: rgba(53, 84, 209, .05) !important
	}

	.header .header-menu .menu .subnav__backBtn a .icon {
		margin-right: 12px;
		transform: rotate(90deg)
	}
}

.cardImage {
	position: relative;
	z-index: 0;
	border-radius: inherit
}

.cardImage:hover .cardImage-slider__nav,
.cardImage:hover .pagination__item {
	opacity: 1 !important
}

.cardImage__content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

.cardImage__content,
.cardImage__content>img {
	width: 100%;
	height: 100%;
	border-radius: inherit
}

.cardImage__content>img {
	-o-object-fit: cover;
	object-fit: cover
}

.cardImage .cardImage-slider .swiper-wrapper {
	position: relative;
	z-index: 0
}

.cardImage .cardImage-slider__pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	color: hsla(0, 0%, 100%, .7)
}

.cardImage .cardImage-slider__pagination.-sm {
	bottom: 15px
}

.cardImage .cardImage-slider__pagination>*+* {
	margin-left: 7px
}

.cardImage .cardImage-slider__pagination .pagination__item {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: currentColor;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	transform: scale(.75);
	opacity: 0
}

.cardImage .cardImage-slider__pagination .pagination__item.is-active {
	transform: scale(1);
	background-color: var(--color-white);
	opacity: 1
}

.cardImage .cardImage-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}

.cardImage .cardImage-slider__nav.-prev {
	left: 20px
}

.cardImage .cardImage-slider__nav.-next {
	right: 20px
}

.cardImage__wishlist {
	position: absolute;
	top: 20px;
	right: 20px
}

.cardImage__wishlist.-sm {
	top: 10px;
	right: 10px
}

.cardImage__leftBadge {
	position: absolute;
	top: 20px;
	left: 0
}

.footer.-dashboard {
	border-top: 1px solid var(--color-border)
}

.footer.-dashboard .footer__row {
	padding: 15px 0
}

.mainSearch {
	position: relative;
	z-index: 20
}
.footer a {
	color: #7c7c7c;
    font-size: 14px;
}
@media (max-width:991px) {
	.mainSearch {
		width: 100%;
		border-radius: 4px !important
	}
}

.mainSearch .button-grid {
	display: grid;
	grid-template-columns: 1fr 250px 290px auto
}

.mainSearch .button-grid>*+* {
	border-left: 1px solid var(--color-border)
}

@media (max-width:991px) {
	.mainSearch .button-grid {
		grid-template-columns: 1fr
	}

	.mainSearch .button-grid>*+* {
		border-left: 0;
		border-top: 1px solid var(--color-border)
	}
}

.mainSearch .button-item {
	border: none !important;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0%);
}

@media (max-width:991px) {
	.mainSearch__submit {
		border-radius: 4px !important
	}
}

.mainSearch.-col-2 .button-grid {
	grid-template-columns: 1fr 1fr -webkit-min-content;
	grid-template-columns: 1fr 1fr min-content
}

@media (max-width:991px) {
	.mainSearch.-col-2 .button-grid {
		grid-template-columns: 1fr
	}
}

.mainSearch.-col-4 .button-grid {
	grid-template-columns: auto auto 200px 200px -webkit-min-content;
	grid-template-columns: auto auto 200px 200px min-content
}

@media (max-width:991px) {
	.mainSearch.-col-4 .button-grid {
		grid-template-columns: 1fr
	}
}

.mainSearch.-col-3-big .button-grid {
	grid-template-columns: 1fr .6fr .6fr auto
}

@media (max-width:991px) {
	.mainSearch.-col-3-big .button-grid {
		grid-template-columns: 1fr
	}
}

.mainSearch.-col-5 .button-grid {
	grid-template-columns: auto auto auto auto auto -webkit-min-content;
	grid-template-columns: auto auto auto auto auto min-content
}

@media (max-width:991px) {
	.mainSearch.-col-5 .button-grid {
		grid-template-columns: 1fr
	}

	.mainSearch.-col-5 .button-grid>*+* {
		border-left: 0;
		border-top: 1px solid var(--color-border)
	}
}

.mainSearch.-w-900 {
	width: 900px
}

@media (max-width:991px) {
	.mainSearch.-w-900 {
		width: auto
	}
}

.mainSearch.-w-1070 {
	width: 100%;
	max-width: 100%
}

@media (max-width:991px) {
	.mainSearch.-w-1070 {
		width: auto
	}
}

.searchMenu-loc {
	position: relative
}

.searchMenu-loc__field {
	position: absolute;
	margin-top: 30px;
	top: 100%;
	left: 0;
	z-index: 20;
	width: 500px;
	max-width: 100vw;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0
}

@media (max-width:991px) {
	.searchMenu-loc__field {
		width: auto;
		left: -20px;
		right: -20px
	}
}

@media (max-width:575px) {
	.searchMenu-loc__field {
		left: -35px;
		right: -35px
	}
}

.searchMenu-loc__field.-is-active {
	pointer-events: auto;
	opacity: 1
}

.searchMenu-loc .-link:hover {
	background-color: rgba(53, 84, 209, .05) !important
}

.searchMenu-date {
	position: relative
}

.searchMenu-date.-left .searchMenu-date__field {
	transform: none !important
}

.searchMenu-date.-right .searchMenu-date__field {
	left: unset;
	right: 0;
	transform: none !important
}

.searchMenu-date__field {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 900px;
	max-width: 100vw;
	margin-top: 30px;
	box-shadow: 0 10px 60px 0 rgba(5, 16, 54, .050980392156862744);
	transform: translateX(-31%);
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0
}

.searchMenu-date__field.-is-active {
	pointer-events: auto;
	opacity: 1
}

@media (max-width:991px) {
	.searchMenu-date__field {
		transform: none;
		width: auto;
		left: -20px;
		right: -20px
	}
}

@media (max-width:575px) {
	.searchMenu-date__field {
		left: -35px;
		right: -35px
	}
}

.searchMenu-guests {
	position: relative
}

.searchMenu-guests__field {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 400px;
	max-width: 100vw;
	margin-top: 30px;
	box-shadow: 0 10px 60px 0 rgba(5, 16, 54, .050980392156862744);
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0;
	transform: translate(-45%, -35%);
}

@media (max-width:991px) {
	.searchMenu-guests__field {
		width: auto;
		left: auto;
		right: 0px;
		transform: translate(0%, -25%);
	}
}
.searchMenu-guests__field.-is-active {
	pointer-events: auto;
	opacity: 1
}

.featureIcon.-type-1.-hover-shadow {
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.featureIcon.-type-1.-hover-shadow:hover {
	box-shadow: 0 20px 40px 0 rgba(5, 16, 54, .07058823529411765)
}

.testimonials-slider-2 .swiper-slide {
	opacity: .8
}

.testimonials-slider-2 .swiper-slide.swiper-slide-active {
	opacity: 1
}

.testimonials.-type-2 .testimonials__image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0
}

.testimonials.-type-2 .testimonials__image>img:nth-child(2) {
	position: absolute;
	z-index: 1;
	width: 96px;
	height: 96px;
	-o-object-fit: cover;
	object-fit: cover
}

.pagination.-dots {
	display: flex
}

.pagination.-dots>* {
	margin: 0 5px
}

.pagination.-dots .pagination__item {
	background-color: currentColor;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	transform: scale(.75)
}

.pagination.-dots .pagination__item.is-active {
	background-color: var(--color-blue-1);
	transform: scale(1)
}

.arrow-left-hover {
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.arrow-left-hover:hover {
	color: var(--color-purple-1);
	transform: translateX(-5px) scale(1.25)
}

.arrow-right-hover {
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.arrow-right-hover:hover {
	color: var(--color-purple-1);
	transform: translateX(5px) scale(1.25)
}

.pagination.-buttons {
	display: flex;
	align-items: center
}

.pagination.-buttons>*+* {
	margin-left: 40px
}

.pagination.-buttons .pagination__button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	border-radius: 100%;
	background-color: var(--color-light-7);
	color: var(--color-purple-1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.pagination.-buttons .pagination__button .icon {
	font-size: 12px
}

.pagination.-buttons .pagination__button:hover {
	background-color: var(--color-purple-1);
	color: #fff
}

.pagination.-buttons .pagination__count>* {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: var(--color-dark-1)
}

.pagination.-buttons .pagination__count>*+* {
	margin-left: 30px
}

.pagination.-buttons .pagination__count a:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 16px;
	height: 2px;
	transform: translateX(-50%);
	background-color: var(--color-purple-1);
	transition: all .2s cubic-bezier(.215, .61, .355, 1);
	opacity: 0
}

.pagination.-buttons .pagination__count a.-count-is-active {
	color: var(--color-purple-1)
}

.pagination.-buttons .pagination__count a.-count-is-active:after {
	opacity: 1
}

.pagination.-avatars {
	display: flex;
	align-items: center
}

.pagination.-avatars .pagination__item {
	display: flex;
	align-items: center;
	justify-content: center
}

.pagination.-avatars .pagination__item:before {
	content: "";
	position: absolute;
	border-radius: 100%;
	width: 92px;
	height: 92px;
	border: 2px solid var(--color-dark-1);
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
	opacity: 0
}

.pagination.-avatars .pagination__item.is-active:before {
	opacity: 1
}

:root {
	--dashboard-width: 300px
}

@media (max-width:1199px) {
	:root {
		--dashboard-width: 250px
	}
}

.dashboard {
	display: flex
}

@media (max-width:991px) {
	.dashboard {
		flex-direction: column
	}
}

.dashboard__main {
	overflow: hidden;
	width: 100%;
	padding-left: var(--dashboard-width);
	will-change: padding-left
}

.dashboard__main,
.dashboard__main:after {
	transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

.dashboard__main:after {
	content: "";
	display: none;
	position: fixed;
	z-index: 50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	pointer-events: none;
	opacity: 0
}

@media (max-width:991px) {
	.dashboard__main {
		padding-left: 0
	}

	.dashboard__main:after {
		display: block
	}
}

.dashboard__content {
	width: 100%;
	padding: 60px 60px 0
}

@media (max-width:767px) {
	.dashboard__content {
		padding: 30px 30px 0
	}
}

@media (max-width:575px) {
	.dashboard__content {
		padding: 20px 20px 0
	}
}

.dashboard__sidebar {
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: var(--dashboard-width);
	height: calc(100% - 90px);
	padding: 60px 30px 40px;
	will-change: transform;
	transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

@media (max-width:991px) {
	.dashboard__sidebar {
		transform: translateX(-100%)
	}
}

@media (max-width:767px) {
	.dashboard__sidebar {
		width: 80%;
		height: calc(100% - 80px)
	}
}

@media (max-width:991px) {
	.dashboard.-is-sidebar-open .dashboard__sidebar {
		transform: none
	}

	.dashboard.-is-sidebar-open .dashboard__main:after {
		pointer-events: auto;
		opacity: 1
	}
}

@media (min-width:992px) {
	.dashboard.-is-sidebar-open .dashboard__sidebar {
		transform: translateX(-100%)
	}

	.dashboard.-is-sidebar-open .dashboard__main {
		padding-left: 0
	}

	.dashboard.-is-sidebar-open .dashboard__main:after {
		pointer-events: auto;
		opacity: 1
	}
}

.sidebar.-dashboard .sidebar__item {
	border: none
}

.sidebar.-dashboard .sidebar__button {
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 0 15px;
	height: 55px
}

@media (max-width:575px) {
	.sidebar.-dashboard .sidebar__button {
		height: 45px
	}
}

.sidebar.-dashboard .sidebar__button.-is-active {
	background-color: rgba(53, 84, 209, .05);
	color: var(--color-blue-1) !important
}

.scroll-bar-1::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 12px
}

.dropdown {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 8px
}

.dropdown__button {
	height: 40px
}

.dropdown .icon {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.dropdown.-is-dd-active .border-light {
	border: 2px solid var(--color-dark-1) !important
}

.dropdown.-is-dd-active .icon {
	transform: rotate(180deg)
}

.dropdown__item {
	position: absolute;
	z-index: 500;
	pointer-events: none;
	top: 100%;
	left: 50%;
	padding: 26px;
	background-color: #fff;
	box-shadow: 0 25px 70px rgba(1, 33, 58, .07);
	min-width: 180px;
	border-radius: 8px;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	transform: translateX(-50%);
	opacity: 0
}

.dropdown:hover .dropdown__item {
	z-index: 20;
	transform: translateX(-50%);
	opacity: 1;
	pointer-events: auto
}

.toggle-element {
	transition: all .2s cubic-bezier(.215, .61, .355, 1);
	opacity: 0;
	pointer-events: none
}

.toggle-element.-down {
	transform: translateY(20px)
}

.toggle-element.-is-el-visible {
	z-index: 25;
	transform: none;
	opacity: 1;
	pointer-events: auto
}

.toggle-element.-dropdown {
	top: calc(100% + 10px);
	padding: 14px 20px;
	min-width: 160px;
	border-radius: 4px;
	border: 1px solid var(--color-border);
	font-weight: 500
}

.toggle-element.-dropdown,
.toggle-element.-dropdown-2 {
	position: absolute;
	left: 50%;
	background-color: #fff;
	box-shadow: 0 25px 70px rgba(1, 33, 58, .07);
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	transform: translateX(-50%)
}

.toggle-element.-dropdown-2 {
	top: 100%;
	padding: 10px;
	min-width: 120px;
	border-radius: 4px
}

.toggle-element.-dropdown-2 a {
	padding: 10px
}

.toggle-element.-dropdown-2 a:hover {
	background-color: var(--color-light-2);
	color: var(--color-dark-1)
}

.blogCard.-type-1 .blogCard__image {
	overflow: hidden
}

.blogCard.-type-1 .blogCard__image img {
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.blogCard.-type-1:hover .blogCard__image img {
	transform: scale(1.1)
}

.blogCard.-type-2 .blogCard__image {
	overflow: hidden
}

.blogCard.-type-2 .blogCard__image img {
	transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.blogCard.-type-2:hover .blogCard__image img {
	transform: scale(1.15)
}

.blogCard.-type-3 {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.blogCard.-type-3 .blogCard__image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%
}

.blogCard.-type-3 .blogCard__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.blogCard.-type-3 .blogCard__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(5, 16, 54, 0), rgba(5, 16, 54, .7));
	padding: 20px
}

.blogCard.-type-3:hover .blogCard__image img {
	transform: scale(1.1)
}

[data-slider]>div>[data-sign] {
	background-color: unset;
	width: unset;
	height: unset;
	border-radius: unset;
	text-align: unset;
	color: #000
}

[data-slider]>div>[data-sign]:last-child {
	float: right
}

[data-slider]>div>[data-sign] span:before {
	content: "Min Price: $";
	display: inline-block
}

[data-slider]>div>[data-sign]:last-child span:before {
	content: "Max Price: $";
	display: inline-block
}

[data-slider]>div>[data-sign]>span {
	font-size: 14px;
	line-height: 16px
}

[data-slider] {
	position: relative;
	border-radius: 10px;
	text-align: left
}

[data-slider]>div {
	width: 100%
}

[data-slider]>div>[data-inverse-left] {
	left: 0
}

[data-slider]>div>[data-inverse-left],
[data-slider]>div>[data-inverse-right] {
	position: absolute;
	height: 5px;
	border-radius: 10px;
	background-color: var(--color-blue-2)
}

[data-slider]>div>[data-inverse-right] {
	right: 0
}

[data-slider]>div>[data-range] {
	position: absolute;
	left: 0;
	height: 5px;
	border-radius: 14px;
	background-color: var(--color-blue-1)
}

[data-slider]>div>[data-thumb] {
	position: absolute;
	top: -7px;
	z-index: 2;
	height: 17px;
	width: 17px;
	text-align: left;
	margin-left: -11px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	border: 2px solid var(--color-blue-1)
}

div[data-slider]>input[type=range]::-ms-thumb {
	pointer-events: all;
	width: 17px;
	height: 17px;
	border-radius: 0;
	border: 0;
	background: red
}

div[data-slider]>input[type=range]::-moz-range-thumb {
	pointer-events: all;
	width: 17px;
	height: 17px;
	border-radius: 0;
	border: 0;
	background: red
}

div[data-slider]>input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 17px;
	height: 17px;
	border-radius: 0;
	border: 0;
	background: red;
	-webkit-appearance: none
}

div[data-slider]>input[type=range]::-ms-fill-lower,
div[data-slider]>input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0
}

[data-slider]>input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 3;
	height: 5px;
	top: -2px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

div[data-slider]>input[type=range]::-ms-track {
	-webkit-appearance: none;
	background: transparent;
	color: transparent
}

div[data-slider]>input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: transparent;
	color: transparent
}

div[data-slider]>input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
	border: transparent
}

div[data-slider]>input[type=range]:focus {
	outline: none
}

div[data-slider]>input[type=range]::-ms-tooltip {
	display: none
}

[data-slider]>div>[data-sign] {
	display: inline-block;
	text-align: center;
	padding: 4px 16px;
	border-radius: 8px;
	margin-top: 22px
}

[data-slider]>div>[data-sign]>span {
	font-size: 12px;
	line-height: 28px
}

[data-slider]:hover>div>[data-sign] {
	opacity: 1
}

.select {
	position: relative
}

.select__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 15px;
	height: 70px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: left
}

.select__icon {
	width: 20px;
	height: 20px
}

.select__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	background-color: #fff;
	padding: 20px;
	width: 100%;
	min-height: 150px;
	max-height: 300px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
	border: 1px solid #ddd;
	transition: all .2s ease;
	pointer-events: none;
	opacity: 0
}

.select__dropdown.-is-visible {
	opacity: 1;
	pointer-events: auto
}

.select__options {
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll
}

.select__options::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

.select__options::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 12px
}

.select__options__button {
	display: flex;
	align-items: center;
	font-size: 15px;
	padding: 6px 0;
	text-align: left;
	transition: all .15s ease
}

.select__options__button:hover {
	cursor: pointer
}

.select__options__button:focus,
.select__options__button:hover {
	color: var(--color-purple-1) !important
}

.select__search {
	flex-shrink: 0;
	height: 50px;
	border-radius: 4px;
	background-color: #f5f5f5 !important;
	color: #000;
	padding: 0 20px;
	margin-bottom: 12px
}

.mapFilter {
	overflow: hidden;
	position: fixed;
	top: 30px;
	bottom: 70px;
	left: 30px;
	right: 30px;
	z-index: 1000;
	border-radius: 4px;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0
}

@media (max-width:1400px) {
	.mapFilter {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px
	}
}

@media (max-width:1199px) {
	.mapFilter {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0
	}
}

.mapFilter.-is-active {
	pointer-events: auto;
	opacity: 1
}

.mapFilter__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 16, 54, .4)
}

.mapFilter__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5
}

@media (max-width:575px) {
	.mapFilter__close {
		right: 50%;
		transform: translateX(50%)
	}
}

.mapFilter__grid {
	display: grid;
	gap: 0;
	grid-template-columns: 515px 1fr;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-left: 340px;
	transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:991px) {
	.mapFilter__grid {
		grid-template-columns: 420px 1fr
	}
}

@media (max-width:767px) {
	.mapFilter__grid {
		grid-template-columns: 250px 1fr;
		padding-left: 330px
	}

	.mapFilter__grid .ratio {
		width: 100%;
		height: auto
	}
}

@media (max-width:575px) {
	.mapFilter__grid {
		grid-template-columns: 1fr
	}
}

.mapFilter__grid.-filters-hidden {
	padding-left: 80px
}

.mapFilter__grid.-filters-hidden .mapFilter-filter {
	transform: translateX(-255px)
}

@media (max-width:767px) {
	.mapFilter__grid.-filters-hidden {
		padding-left: 70px
	}
}

.mapFilter-filter {
	overflow-y: scroll;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 10px 35px 0 rgba(5, 16, 54, .10196078431372549);
	transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.mapFilter-filter__item {
	border-top: 1px solid var(--color-border);
	padding-top: 20px;
	margin-top: 20px
}

.mapFilter-results {
	overflow-y: scroll;
	transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:575px) {
	.mapFilter-results {
		display: none
	}
}

.mapFilter-results__item {
	border-top: 1px solid var(--color-border);
	padding-top: 20px;
	margin-top: 20px
}

.mapFilter-map {
	transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.mapFilter-map img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.scroll-bar-1::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

.scroll-bar-1::-webkit-scrollbar-thumb {
	background-color: #e7e7e7;
	border-radius: 4px
}

.hotelsCard.-type-1 .hotelsCard__image {
	overflow: hidden;
	border-radius: 4px
}

.hotelsCard.-type-1 .hotelsCard__image .cardImage__content .swiper-slide,
.hotelsCard.-type-1 .hotelsCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.hotelsCard.-type-1 .hotelsCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.hotelsCard.-type-1 .hotelsCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.hotelsCard.-type-1:hover .hotelsCard__image .cardImage__content>img,
.hotelsCard.-type-1:hover .hotelsCard__image .swiper-slide {
	transform: scale(1.15)
}

.hotelsCard.-type-1:hover .hotelsCard__title span {
	background-size: 100% !important
}

.tourCard.-type-1 .tourCard__image {
	overflow: hidden;
	border-radius: 4px
}

.tourCard.-type-1 .tourCard__image .cardImage__content .swiper-slide,
.tourCard.-type-1 .tourCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.tourCard.-type-1 .tourCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.tourCard.-type-1 .tourCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.tourCard.-type-1:hover .tourCard__image .cardImage__content>img,
.tourCard.-type-1:hover .tourCard__image .swiper-slide {
	transform: scale(1.15)
}

.tourCard.-type-1:hover .tourCard__title span {
	background-size: 100% !important
}

.activityCard.-type-1 .activityCard__image {
	overflow: hidden;
	border-radius: 4px
}

.activityCard.-type-1 .activityCard__image .cardImage__content .swiper-slide,
.activityCard.-type-1 .activityCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.activityCard.-type-1 .activityCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.activityCard.-type-1 .activityCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.activityCard.-type-1:hover .activityCard__image .cardImage__content>img,
.activityCard.-type-1:hover .activityCard__image .swiper-slide {
	transform: scale(1.15)
}

.activityCard.-type-1:hover .activityCard__title span {
	background-size: 100% !important
}

.rentalCard.-type-1 .rentalCard__image {
	overflow: hidden;
	border-radius: 4px
}

.rentalCard.-type-1 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-1 .rentalCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.rentalCard.-type-1 .rentalCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.rentalCard.-type-1 .rentalCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.rentalCard.-type-1:hover .rentalCard__image .cardImage__content>img,
.rentalCard.-type-1:hover .rentalCard__image .swiper-slide {
	transform: scale(1.15)
}

.rentalCard.-type-1:hover .rentalCard__title span {
	background-size: 100% !important
}

.rentalCard.-type-2 .rentalCard__image {
	overflow: hidden;
	border-radius: 4px
}

.rentalCard.-type-2 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-2 .rentalCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.rentalCard.-type-2 .rentalCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.rentalCard.-type-2 .rentalCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.rentalCard.-type-2:hover .rentalCard__image .cardImage__content>img,
.rentalCard.-type-2:hover .rentalCard__image .swiper-slide {
	transform: scale(1.15)
}

.rentalCard.-type-2:hover .rentalCard__title span {
	background-size: 100% !important
}

.carCard.-type-1 .carCard__image {
	overflow: hidden;
	border-radius: 4px
}

.carCard.-type-1 .carCard__image .cardImage__content .swiper-slide,
.carCard.-type-1 .carCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.carCard.-type-1 .carCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.carCard.-type-1:hover .carCard__image .cardImage__content>img,
.carCard.-type-1:hover .carCard__image .swiper-slide {
	transform: scale(1.05)
}

.cruiseCard.-type-1 .cruiseCard__image {
	overflow: hidden;
	border-radius: 4px
}

.cruiseCard.-type-1 .cruiseCard__image .cardImage__content .swiper-slide,
.cruiseCard.-type-1 .cruiseCard__image .cardImage__content>img {
	transition: all .8s cubic-bezier(.165, .84, .44, 1)
}

.cruiseCard.-type-1 .cruiseCard__image .swiper-slide-active {
	position: relative;
	z-index: 2
}

.cruiseCard.-type-1 .cruiseCard__title span {
	background-image: linear-gradient(transparent 24px, #000 0);
	background-size: 0;
	background-repeat: no-repeat;
	transition: background-size .3s cubic-bezier(.785, .135, .15, .86) 0s
}

.cruiseCard.-type-1:hover .cruiseCard__image .cardImage__content>img,
.cruiseCard.-type-1:hover .cruiseCard__image .swiper-slide {
	transform: scale(1.15)
}

.cruiseCard.-type-1:hover .cruiseCard__title span {
	background-size: 100% !important
}

.tourTypeCard.-type-1 {
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.tourTypeCard.-type-1:hover {
	background-color: var(--color-blue-1) !important;
	transform: translateY(-10px)
}

.tourTypeCard.-type-1:hover .tourTypeCard__content>* {
	color: #fff !important
}

.destCard.-type-1 {
	transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.destCard.-type-1 .destCard__image {
	overflow: hidden
}

.destCard.-type-1 .destCard__image img {
	transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.destCard.-type-1:hover .destCard__image img {
	transform: scale(1.15)
}

.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	transition: opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.preloader__wrap {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	margin-bottom: 20px;
	height: 72px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .0784313725490196);
	-webkit-animation-name: preloaderWraper;
	animation-name: preloaderWraper;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}

.preloader__icon {
	position: absolute;
	-webkit-animation-name: preloader;
	animation-name: preloader;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}

.spinner {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #d27b1d;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner2 {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}

.spinner2 > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.contentLoader {
	padding: 80px 0;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #d27b1d;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
.preloader.-is-hidden {
	opacity: 0;
	pointer-events: none
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}
.mt--30 {
	margin-top: -30px;
}
.py-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important
}

.px-4 {
	padding-left: 4px !important;
	padding-right: 4px !important
}

.pt-4 {
	padding-top: 4px !important
}

.pb-4 {
	padding-bottom: 4px !important
}

.pl-4 {
	padding-left: 4px !important
}

.pr-4 {
	padding-right: 4px !important
}

.mt-4 {
	margin-top: 4px !important
}

.mb-4 {
	margin-bottom: 4px !important
}

.ml-4 {
	margin-left: 4px !important
}

.mr-4 {
	margin-right: 4px !important
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important
}

.pt-5 {
	padding-top: 5px !important
}

.pb-5 {
	padding-bottom: 5px !important
}

.pl-5 {
	padding-left: 5px !important
}

.pr-5 {
	padding-right: 5px !important
}

.mt-5 {
	margin-top: 5px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

.ml-5 {
	margin-left: 5px !important
}

.mr-5 {
	margin-right: 5px !important
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.pt-10 {
	padding-top: 10px !important
}

.pb-10 {
	padding-bottom: 10px !important
}

.pl-10 {
	padding-left: 10px !important
}

.pr-10 {
	padding-right: 10px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.ml-10 {
	margin-left: 10px !important
}

.mr-10 {
	margin-right: 10px !important
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important
}

.pt-15 {
	padding-top: 15px !important
}

.pb-15 {
	padding-bottom: 15px !important
}

.pl-15 {
	padding-left: 15px !important
}

.pr-15 {
	padding-right: 15px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.ml-15 {
	margin-left: 15px !important
}

.mr-15 {
	margin-right: 15px !important
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pl-20 {
	padding-left: 20px !important
}

.pr-20 {
	padding-right: 20px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.ml-20 {
	margin-left: 20px !important
}

.mr-20 {
	margin-right: 20px !important
}

.py-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.px-24 {
	padding-left: 24px !important;
	padding-right: 24px !important
}

.pt-24 {
	padding-top: 24px !important
}

.pb-24 {
	padding-bottom: 24px !important
}

.pl-24 {
	padding-left: 24px !important
}

.pr-24 {
	padding-right: 24px !important
}

.mt-24 {
	margin-top: 24px !important
}

.mb-24 {
	margin-bottom: 24px !important
}

.ml-24 {
	margin-left: 24px !important
}

.mr-24 {
	margin-right: 24px !important
}

.py-28 {
	padding-top: 28px !important;
	padding-bottom: 28px !important
}

.px-28 {
	padding-left: 28px !important;
	padding-right: 28px !important
}

.pt-28 {
	padding-top: 28px !important
}

.pb-28 {
	padding-bottom: 28px !important
}

.pl-28 {
	padding-left: 28px !important
}

.pr-28 {
	padding-right: 28px !important
}

.mt-28 {
	margin-top: 28px !important
}

.mb-28 {
	margin-bottom: 28px !important
}

.ml-28 {
	margin-left: 28px !important
}

.mr-28 {
	margin-right: 28px !important
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important
}

.pt-30 {
	padding-top: 30px !important
}

.pb-30 {
	padding-bottom: 30px !important
}

.pl-30 {
	padding-left: 30px !important
}

.pr-30 {
	padding-right: 30px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.ml-30 {
	margin-left: 30px !important
}

.mr-30 {
	margin-right: 30px !important
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important
}

.pt-35 {
	padding-top: 35px !important
}

.pb-35 {
	padding-bottom: 35px !important
}

.pl-35 {
	padding-left: 35px !important
}

.pr-35 {
	padding-right: 35px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mb-35 {
	margin-bottom: 35px !important
}

.ml-35 {
	margin-left: 35px !important
}

.mr-35 {
	margin-right: 35px !important
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important
}

.pt-40 {
	padding-top: 40px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.pl-40 {
	padding-left: 40px !important
}

.pr-40 {
	padding-right: 40px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.ml-40 {
	margin-left: 40px !important
}

.mr-40 {
	margin-right: 40px !important
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important
}

.pt-45 {
	padding-top: 45px !important
}

.pb-45 {
	padding-bottom: 45px !important
}

.pl-45 {
	padding-left: 45px !important
}

.pr-45 {
	padding-right: 45px !important
}

.mt-45 {
	margin-top: 45px !important
}

.mb-45 {
	margin-bottom: 45px !important
}

.ml-45 {
	margin-left: 45px !important
}

.mr-45 {
	margin-right: 45px !important
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important
}

.pt-50 {
	padding-top: 50px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pl-50 {
	padding-left: 50px !important
}

.pr-50 {
	padding-right: 50px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.ml-50 {
	margin-left: 50px !important
}

.mr-50 {
	margin-right: 50px !important
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important
}

.pt-60 {
	padding-top: 60px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pl-60 {
	padding-left: 60px !important
}

.pr-60 {
	padding-right: 60px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.ml-60 {
	margin-left: 60px !important
}

.mr-60 {
	margin-right: 60px !important
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important
}

.pt-70 {
	padding-top: 70px !important
}

.pb-70 {
	padding-bottom: 70px !important
}

.pl-70 {
	padding-left: 70px !important
}

.pr-70 {
	padding-right: 70px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.ml-70 {
	margin-left: 70px !important
}

.mr-70 {
	margin-right: 70px !important
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important
}

.pt-80 {
	padding-top: 80px !important
}

.pb-80 {
	padding-bottom: 80px !important
}

.pl-80 {
	padding-left: 80px !important
}

.pr-80 {
	padding-right: 80px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.ml-80 {
	margin-left: 80px !important
}

.mr-80 {
	margin-right: 80px !important
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important
}

.pt-90 {
	padding-top: 90px !important
}

.pb-90 {
	padding-bottom: 90px !important
}

.pl-90 {
	padding-left: 90px !important
}

.pr-90 {
	padding-right: 90px !important
}

.mt-90 {
	margin-top: 90px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.ml-90 {
	margin-left: 90px !important
}

.mr-90 {
	margin-right: 90px !important
}

.py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important
}

.px-120 {
	padding-left: 120px !important;
	padding-right: 120px !important
}

.pt-120 {
	padding-top: 120px !important
}

.pb-120 {
	padding-bottom: 120px !important
}

.pl-120 {
	padding-left: 120px !important
}

.pr-120 {
	padding-right: 120px !important
}

.mt-120 {
	margin-top: 120px !important
}

.mb-120 {
	margin-bottom: 120px !important
}

.ml-120 {
	margin-left: 120px !important
}

.mr-120 {
	margin-right: 120px !important
}

@media (max-width:1199px) {
	.xl\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.xl\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.xl\:pt-0 {
		padding-top: 0 !important
	}

	.xl\:pb-0 {
		padding-bottom: 0 !important
	}

	.xl\:pl-0 {
		padding-left: 0 !important
	}

	.xl\:pr-0 {
		padding-right: 0 !important
	}

	.xl\:mt-0 {
		margin-top: 0 !important
	}

	.xl\:mb-0 {
		margin-bottom: 0 !important
	}

	.xl\:ml-0 {
		margin-left: 0 !important
	}

	.xl\:mr-0 {
		margin-right: 0 !important
	}

	.xl\:py-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important
	}

	.xl\:px-4 {
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.xl\:pt-4 {
		padding-top: 4px !important
	}

	.xl\:pb-4 {
		padding-bottom: 4px !important
	}

	.xl\:pl-4 {
		padding-left: 4px !important
	}

	.xl\:pr-4 {
		padding-right: 4px !important
	}

	.xl\:mt-4 {
		margin-top: 4px !important
	}

	.xl\:mb-4 {
		margin-bottom: 4px !important
	}

	.xl\:ml-4 {
		margin-left: 4px !important
	}

	.xl\:mr-4 {
		margin-right: 4px !important
	}

	.xl\:py-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important
	}

	.xl\:px-5 {
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.xl\:pt-5 {
		padding-top: 5px !important
	}

	.xl\:pb-5 {
		padding-bottom: 5px !important
	}

	.xl\:pl-5 {
		padding-left: 5px !important
	}

	.xl\:pr-5 {
		padding-right: 5px !important
	}

	.xl\:mt-5 {
		margin-top: 5px !important
	}

	.xl\:mb-5 {
		margin-bottom: 5px !important
	}

	.xl\:ml-5 {
		margin-left: 5px !important
	}

	.xl\:mr-5 {
		margin-right: 5px !important
	}

	.xl\:py-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.xl\:px-10 {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.xl\:pt-10 {
		padding-top: 10px !important
	}

	.xl\:pb-10 {
		padding-bottom: 10px !important
	}

	.xl\:pl-10 {
		padding-left: 10px !important
	}

	.xl\:pr-10 {
		padding-right: 10px !important
	}

	.xl\:mt-10 {
		margin-top: 10px !important
	}

	.xl\:mb-10 {
		margin-bottom: 10px !important
	}

	.xl\:ml-10 {
		margin-left: 10px !important
	}

	.xl\:mr-10 {
		margin-right: 10px !important
	}

	.xl\:py-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}

	.xl\:px-15 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.xl\:pt-15 {
		padding-top: 15px !important
	}

	.xl\:pb-15 {
		padding-bottom: 15px !important
	}

	.xl\:pl-15 {
		padding-left: 15px !important
	}

	.xl\:pr-15 {
		padding-right: 15px !important
	}

	.xl\:mt-15 {
		margin-top: 15px !important
	}

	.xl\:mb-15 {
		margin-bottom: 15px !important
	}

	.xl\:ml-15 {
		margin-left: 15px !important
	}

	.xl\:mr-15 {
		margin-right: 15px !important
	}

	.xl\:py-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.xl\:px-20 {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.xl\:pt-20 {
		padding-top: 20px !important
	}

	.xl\:pb-20 {
		padding-bottom: 20px !important
	}

	.xl\:pl-20 {
		padding-left: 20px !important
	}

	.xl\:pr-20 {
		padding-right: 20px !important
	}

	.xl\:mt-20 {
		margin-top: 20px !important
	}

	.xl\:mb-20 {
		margin-bottom: 20px !important
	}

	.xl\:ml-20 {
		margin-left: 20px !important
	}

	.xl\:mr-20 {
		margin-right: 20px !important
	}

	.xl\:py-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important
	}

	.xl\:px-24 {
		padding-left: 24px !important;
		padding-right: 24px !important
	}

	.xl\:pt-24 {
		padding-top: 24px !important
	}

	.xl\:pb-24 {
		padding-bottom: 24px !important
	}

	.xl\:pl-24 {
		padding-left: 24px !important
	}

	.xl\:pr-24 {
		padding-right: 24px !important
	}

	.xl\:mt-24 {
		margin-top: 24px !important
	}

	.xl\:mb-24 {
		margin-bottom: 24px !important
	}

	.xl\:ml-24 {
		margin-left: 24px !important
	}

	.xl\:mr-24 {
		margin-right: 24px !important
	}

	.xl\:py-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important
	}

	.xl\:px-28 {
		padding-left: 28px !important;
		padding-right: 28px !important
	}

	.xl\:pt-28 {
		padding-top: 28px !important
	}

	.xl\:pb-28 {
		padding-bottom: 28px !important
	}

	.xl\:pl-28 {
		padding-left: 28px !important
	}

	.xl\:pr-28 {
		padding-right: 28px !important
	}

	.xl\:mt-28 {
		margin-top: 28px !important
	}

	.xl\:mb-28 {
		margin-bottom: 28px !important
	}

	.xl\:ml-28 {
		margin-left: 28px !important
	}

	.xl\:mr-28 {
		margin-right: 28px !important
	}

	.xl\:py-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}

	.xl\:px-30 {
		padding-left: 30px !important;
		padding-right: 30px !important
	}

	.xl\:pt-30 {
		padding-top: 30px !important
	}

	.xl\:pb-30 {
		padding-bottom: 30px !important
	}

	.xl\:pl-30 {
		padding-left: 30px !important
	}

	.xl\:pr-30 {
		padding-right: 30px !important
	}

	.xl\:mt-30 {
		margin-top: 30px !important
	}

	.xl\:mb-30 {
		margin-bottom: 30px !important
	}

	.xl\:ml-30 {
		margin-left: 30px !important
	}

	.xl\:mr-30 {
		margin-right: 30px !important
	}

	.xl\:py-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important
	}

	.xl\:px-35 {
		padding-left: 35px !important;
		padding-right: 35px !important
	}

	.xl\:pt-35 {
		padding-top: 35px !important
	}

	.xl\:pb-35 {
		padding-bottom: 35px !important
	}

	.xl\:pl-35 {
		padding-left: 35px !important
	}

	.xl\:pr-35 {
		padding-right: 35px !important
	}

	.xl\:mt-35 {
		margin-top: 35px !important
	}

	.xl\:mb-35 {
		margin-bottom: 35px !important
	}

	.xl\:ml-35 {
		margin-left: 35px !important
	}

	.xl\:mr-35 {
		margin-right: 35px !important
	}

	.xl\:py-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.xl\:px-40 {
		padding-left: 40px !important;
		padding-right: 40px !important
	}

	.xl\:pt-40 {
		padding-top: 40px !important
	}

	.xl\:pb-40 {
		padding-bottom: 40px !important
	}

	.xl\:pl-40 {
		padding-left: 40px !important
	}

	.xl\:pr-40 {
		padding-right: 40px !important
	}

	.xl\:mt-40 {
		margin-top: 40px !important
	}

	.xl\:mb-40 {
		margin-bottom: 40px !important
	}

	.xl\:ml-40 {
		margin-left: 40px !important
	}

	.xl\:mr-40 {
		margin-right: 40px !important
	}

	.xl\:py-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important
	}

	.xl\:px-45 {
		padding-left: 45px !important;
		padding-right: 45px !important
	}

	.xl\:pt-45 {
		padding-top: 45px !important
	}

	.xl\:pb-45 {
		padding-bottom: 45px !important
	}

	.xl\:pl-45 {
		padding-left: 45px !important
	}

	.xl\:pr-45 {
		padding-right: 45px !important
	}

	.xl\:mt-45 {
		margin-top: 45px !important
	}

	.xl\:mb-45 {
		margin-bottom: 45px !important
	}

	.xl\:ml-45 {
		margin-left: 45px !important
	}

	.xl\:mr-45 {
		margin-right: 45px !important
	}

	.xl\:py-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	.xl\:px-50 {
		padding-left: 50px !important;
		padding-right: 50px !important
	}

	.xl\:pt-50 {
		padding-top: 50px !important
	}

	.xl\:pb-50 {
		padding-bottom: 50px !important
	}

	.xl\:pl-50 {
		padding-left: 50px !important
	}

	.xl\:pr-50 {
		padding-right: 50px !important
	}

	.xl\:mt-50 {
		margin-top: 50px !important
	}

	.xl\:mb-50 {
		margin-bottom: 50px !important
	}

	.xl\:ml-50 {
		margin-left: 50px !important
	}

	.xl\:mr-50 {
		margin-right: 50px !important
	}

	.xl\:py-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.xl\:px-60 {
		padding-left: 60px !important;
		padding-right: 60px !important
	}

	.xl\:pt-60 {
		padding-top: 60px !important
	}

	.xl\:pb-60 {
		padding-bottom: 60px !important
	}

	.xl\:pl-60 {
		padding-left: 60px !important
	}

	.xl\:pr-60 {
		padding-right: 60px !important
	}

	.xl\:mt-60 {
		margin-top: 60px !important
	}

	.xl\:mb-60 {
		margin-bottom: 60px !important
	}

	.xl\:ml-60 {
		margin-left: 60px !important
	}

	.xl\:mr-60 {
		margin-right: 60px !important
	}

	.xl\:py-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important
	}

	.xl\:px-70 {
		padding-left: 70px !important;
		padding-right: 70px !important
	}

	.xl\:pt-70 {
		padding-top: 70px !important
	}

	.xl\:pb-70 {
		padding-bottom: 70px !important
	}

	.xl\:pl-70 {
		padding-left: 70px !important
	}

	.xl\:pr-70 {
		padding-right: 70px !important
	}

	.xl\:mt-70 {
		margin-top: 70px !important
	}

	.xl\:mb-70 {
		margin-bottom: 70px !important
	}

	.xl\:ml-70 {
		margin-left: 70px !important
	}

	.xl\:mr-70 {
		margin-right: 70px !important
	}

	.xl\:py-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important
	}

	.xl\:px-80 {
		padding-left: 80px !important;
		padding-right: 80px !important
	}

	.xl\:pt-80 {
		padding-top: 80px !important
	}

	.xl\:pb-80 {
		padding-bottom: 80px !important
	}

	.xl\:pl-80 {
		padding-left: 80px !important
	}

	.xl\:pr-80 {
		padding-right: 80px !important
	}

	.xl\:mt-80 {
		margin-top: 80px !important
	}

	.xl\:mb-80 {
		margin-bottom: 80px !important
	}

	.xl\:ml-80 {
		margin-left: 80px !important
	}

	.xl\:mr-80 {
		margin-right: 80px !important
	}

	.xl\:py-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important
	}

	.xl\:px-90 {
		padding-left: 90px !important;
		padding-right: 90px !important
	}

	.xl\:pt-90 {
		padding-top: 90px !important
	}

	.xl\:pb-90 {
		padding-bottom: 90px !important
	}

	.xl\:pl-90 {
		padding-left: 90px !important
	}

	.xl\:pr-90 {
		padding-right: 90px !important
	}

	.xl\:mt-90 {
		margin-top: 90px !important
	}

	.xl\:mb-90 {
		margin-bottom: 90px !important
	}

	.xl\:ml-90 {
		margin-left: 90px !important
	}

	.xl\:mr-90 {
		margin-right: 90px !important
	}

	.xl\:py-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important
	}

	.xl\:px-120 {
		padding-left: 120px !important;
		padding-right: 120px !important
	}

	.xl\:pt-120 {
		padding-top: 120px !important
	}

	.xl\:pb-120 {
		padding-bottom: 120px !important
	}

	.xl\:pl-120 {
		padding-left: 120px !important
	}

	.xl\:pr-120 {
		padding-right: 120px !important
	}

	.xl\:mt-120 {
		margin-top: 120px !important
	}

	.xl\:mb-120 {
		margin-bottom: 120px !important
	}

	.xl\:ml-120 {
		margin-left: 120px !important
	}

	.xl\:mr-120 {
		margin-right: 120px !important
	}
}

@media (max-width:991px) {
	.lg\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.lg\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.lg\:pt-0 {
		padding-top: 0 !important
	}

	.lg\:pb-0 {
		padding-bottom: 0 !important
	}

	.lg\:pl-0 {
		padding-left: 0 !important
	}

	.lg\:pr-0 {
		padding-right: 0 !important
	}

	.lg\:mt-0 {
		margin-top: 0 !important
	}

	.lg\:mb-0 {
		margin-bottom: 0 !important
	}

	.lg\:ml-0 {
		margin-left: 0 !important
	}

	.lg\:mr-0 {
		margin-right: 0 !important
	}

	.lg\:py-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important
	}

	.lg\:px-4 {
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.lg\:pt-4 {
		padding-top: 4px !important
	}

	.lg\:pb-4 {
		padding-bottom: 4px !important
	}

	.lg\:pl-4 {
		padding-left: 4px !important
	}

	.lg\:pr-4 {
		padding-right: 4px !important
	}

	.lg\:mt-4 {
		margin-top: 4px !important
	}

	.lg\:mb-4 {
		margin-bottom: 4px !important
	}

	.lg\:ml-4 {
		margin-left: 4px !important
	}

	.lg\:mr-4 {
		margin-right: 4px !important
	}

	.lg\:py-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important
	}

	.lg\:px-5 {
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.lg\:pt-5 {
		padding-top: 5px !important
	}

	.lg\:pb-5 {
		padding-bottom: 5px !important
	}

	.lg\:pl-5 {
		padding-left: 5px !important
	}

	.lg\:pr-5 {
		padding-right: 5px !important
	}

	.lg\:mt-5 {
		margin-top: 5px !important
	}

	.lg\:mb-5 {
		margin-bottom: 5px !important
	}

	.lg\:ml-5 {
		margin-left: 5px !important
	}

	.lg\:mr-5 {
		margin-right: 5px !important
	}

	.lg\:py-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.lg\:px-10 {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.lg\:pt-10 {
		padding-top: 10px !important
	}

	.lg\:pb-10 {
		padding-bottom: 10px !important
	}

	.lg\:pl-10 {
		padding-left: 10px !important
	}

	.lg\:pr-10 {
		padding-right: 10px !important
	}

	.lg\:mt-10 {
		margin-top: 10px !important
	}

	.lg\:mb-10 {
		margin-bottom: 10px !important
	}

	.lg\:ml-10 {
		margin-left: 10px !important
	}

	.lg\:mr-10 {
		margin-right: 10px !important
	}

	.lg\:py-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}

	.lg\:px-15 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.lg\:pt-15 {
		padding-top: 15px !important
	}

	.lg\:pb-15 {
		padding-bottom: 15px !important
	}

	.lg\:pl-15 {
		padding-left: 15px !important
	}

	.lg\:pr-15 {
		padding-right: 15px !important
	}

	.lg\:mt-15 {
		margin-top: 15px !important
	}

	.lg\:mb-15 {
		margin-bottom: 15px !important
	}

	.lg\:ml-15 {
		margin-left: 15px !important
	}

	.lg\:mr-15 {
		margin-right: 15px !important
	}

	.lg\:py-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.lg\:px-20 {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.lg\:pt-20 {
		padding-top: 20px !important
	}

	.lg\:pb-20 {
		padding-bottom: 20px !important
	}

	.lg\:pl-20 {
		padding-left: 20px !important
	}

	.lg\:pr-20 {
		padding-right: 20px !important
	}

	.lg\:mt-20 {
		margin-top: 20px !important
	}

	.lg\:mb-20 {
		margin-bottom: 20px !important
	}

	.lg\:ml-20 {
		margin-left: 20px !important
	}

	.lg\:mr-20 {
		margin-right: 20px !important
	}

	.lg\:py-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important
	}

	.lg\:px-24 {
		padding-left: 24px !important;
		padding-right: 24px !important
	}

	.lg\:pt-24 {
		padding-top: 24px !important
	}

	.lg\:pb-24 {
		padding-bottom: 24px !important
	}

	.lg\:pl-24 {
		padding-left: 24px !important
	}

	.lg\:pr-24 {
		padding-right: 24px !important
	}

	.lg\:mt-24 {
		margin-top: 24px !important
	}

	.lg\:mb-24 {
		margin-bottom: 24px !important
	}

	.lg\:ml-24 {
		margin-left: 24px !important
	}

	.lg\:mr-24 {
		margin-right: 24px !important
	}

	.lg\:py-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important
	}

	.lg\:px-28 {
		padding-left: 28px !important;
		padding-right: 28px !important
	}

	.lg\:pt-28 {
		padding-top: 28px !important
	}

	.lg\:pb-28 {
		padding-bottom: 28px !important
	}

	.lg\:pl-28 {
		padding-left: 28px !important
	}

	.lg\:pr-28 {
		padding-right: 28px !important
	}

	.lg\:mt-28 {
		margin-top: 28px !important
	}

	.lg\:mb-28 {
		margin-bottom: 28px !important
	}

	.lg\:ml-28 {
		margin-left: 28px !important
	}

	.lg\:mr-28 {
		margin-right: 28px !important
	}

	.lg\:py-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}

	.lg\:px-30 {
		padding-left: 30px !important;
		padding-right: 30px !important
	}

	.lg\:pt-30 {
		padding-top: 30px !important
	}

	.lg\:pb-30 {
		padding-bottom: 30px !important
	}

	.lg\:pl-30 {
		padding-left: 30px !important
	}

	.lg\:pr-30 {
		padding-right: 30px !important
	}

	.lg\:mt-30 {
		margin-top: 30px !important
	}

	.lg\:mb-30 {
		margin-bottom: 30px !important
	}

	.lg\:ml-30 {
		margin-left: 30px !important
	}

	.lg\:mr-30 {
		margin-right: 30px !important
	}

	.lg\:py-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important
	}

	.lg\:px-35 {
		padding-left: 35px !important;
		padding-right: 35px !important
	}

	.lg\:pt-35 {
		padding-top: 35px !important
	}

	.lg\:pb-35 {
		padding-bottom: 35px !important
	}

	.lg\:pl-35 {
		padding-left: 35px !important
	}

	.lg\:pr-35 {
		padding-right: 35px !important
	}

	.lg\:mt-35 {
		margin-top: 35px !important
	}

	.lg\:mb-35 {
		margin-bottom: 35px !important
	}

	.lg\:ml-35 {
		margin-left: 35px !important
	}

	.lg\:mr-35 {
		margin-right: 35px !important
	}

	.lg\:py-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.lg\:px-40 {
		padding-left: 40px !important;
		padding-right: 40px !important
	}

	.lg\:pt-40 {
		padding-top: 40px !important
	}

	.lg\:pb-40 {
		padding-bottom: 40px !important
	}

	.lg\:pl-40 {
		padding-left: 40px !important
	}

	.lg\:pr-40 {
		padding-right: 40px !important
	}

	.lg\:mt-40 {
		margin-top: 40px !important
	}

	.lg\:mb-40 {
		margin-bottom: 40px !important
	}

	.lg\:ml-40 {
		margin-left: 40px !important
	}

	.lg\:mr-40 {
		margin-right: 40px !important
	}

	.lg\:py-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important
	}

	.lg\:px-45 {
		padding-left: 45px !important;
		padding-right: 45px !important
	}

	.lg\:pt-45 {
		padding-top: 45px !important
	}

	.lg\:pb-45 {
		padding-bottom: 45px !important
	}

	.lg\:pl-45 {
		padding-left: 45px !important
	}

	.lg\:pr-45 {
		padding-right: 45px !important
	}

	.lg\:mt-45 {
		margin-top: 45px !important
	}

	.lg\:mb-45 {
		margin-bottom: 45px !important
	}

	.lg\:ml-45 {
		margin-left: 45px !important
	}

	.lg\:mr-45 {
		margin-right: 45px !important
	}

	.lg\:py-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	.lg\:px-50 {
		padding-left: 50px !important;
		padding-right: 50px !important
	}

	.lg\:pt-50 {
		padding-top: 50px !important
	}

	.lg\:pb-50 {
		padding-bottom: 50px !important
	}

	.lg\:pl-50 {
		padding-left: 50px !important
	}

	.lg\:pr-50 {
		padding-right: 50px !important
	}

	.lg\:mt-50 {
		margin-top: 50px !important
	}

	.lg\:mb-50 {
		margin-bottom: 50px !important
	}

	.lg\:ml-50 {
		margin-left: 50px !important
	}

	.lg\:mr-50 {
		margin-right: 50px !important
	}

	.lg\:py-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.lg\:px-60 {
		padding-left: 60px !important;
		padding-right: 60px !important
	}

	.lg\:pt-60 {
		padding-top: 60px !important
	}

	.lg\:pb-60 {
		padding-bottom: 60px !important
	}

	.lg\:pl-60 {
		padding-left: 60px !important
	}

	.lg\:pr-60 {
		padding-right: 60px !important
	}

	.lg\:mt-60 {
		margin-top: 60px !important
	}

	.lg\:mb-60 {
		margin-bottom: 60px !important
	}

	.lg\:ml-60 {
		margin-left: 60px !important
	}

	.lg\:mr-60 {
		margin-right: 60px !important
	}

	.lg\:py-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important
	}

	.lg\:px-70 {
		padding-left: 70px !important;
		padding-right: 70px !important
	}

	.lg\:pt-70 {
		padding-top: 70px !important
	}

	.lg\:pb-70 {
		padding-bottom: 70px !important
	}

	.lg\:pl-70 {
		padding-left: 70px !important
	}

	.lg\:pr-70 {
		padding-right: 70px !important
	}

	.lg\:mt-70 {
		margin-top: 70px !important
	}

	.lg\:mb-70 {
		margin-bottom: 70px !important
	}

	.lg\:ml-70 {
		margin-left: 70px !important
	}

	.lg\:mr-70 {
		margin-right: 70px !important
	}

	.lg\:py-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important
	}

	.lg\:px-80 {
		padding-left: 80px !important;
		padding-right: 80px !important
	}

	.lg\:pt-80 {
		padding-top: 80px !important
	}

	.lg\:pb-80 {
		padding-bottom: 80px !important
	}

	.lg\:pl-80 {
		padding-left: 80px !important
	}

	.lg\:pr-80 {
		padding-right: 80px !important
	}

	.lg\:mt-80 {
		margin-top: 80px !important
	}

	.lg\:mb-80 {
		margin-bottom: 80px !important
	}

	.lg\:ml-80 {
		margin-left: 80px !important
	}

	.lg\:mr-80 {
		margin-right: 80px !important
	}

	.lg\:py-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important
	}

	.lg\:px-90 {
		padding-left: 90px !important;
		padding-right: 90px !important
	}

	.lg\:pt-90 {
		padding-top: 90px !important
	}

	.lg\:pb-90 {
		padding-bottom: 90px !important
	}

	.lg\:pl-90 {
		padding-left: 90px !important
	}

	.lg\:pr-90 {
		padding-right: 90px !important
	}

	.lg\:mt-90 {
		margin-top: 90px !important
	}

	.lg\:mb-90 {
		margin-bottom: 90px !important
	}

	.lg\:ml-90 {
		margin-left: 90px !important
	}

	.lg\:mr-90 {
		margin-right: 90px !important
	}

	.lg\:py-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important
	}

	.lg\:px-120 {
		padding-left: 120px !important;
		padding-right: 120px !important
	}

	.lg\:pt-120 {
		padding-top: 120px !important
	}

	.lg\:pb-120 {
		padding-bottom: 120px !important
	}

	.lg\:pl-120 {
		padding-left: 120px !important
	}

	.lg\:pr-120 {
		padding-right: 120px !important
	}

	.lg\:mt-120 {
		margin-top: 120px !important
	}

	.lg\:mb-120 {
		margin-bottom: 120px !important
	}

	.lg\:ml-120 {
		margin-left: 120px !important
	}

	.lg\:mr-120 {
		margin-right: 120px !important
	}
}

@media (max-width:767px) {
	.md\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.md\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.md\:pt-0 {
		padding-top: 0 !important
	}

	.md\:pb-0 {
		padding-bottom: 0 !important
	}

	.md\:pl-0 {
		padding-left: 0 !important
	}

	.md\:pr-0 {
		padding-right: 0 !important
	}

	.md\:mt-0 {
		margin-top: 0 !important
	}

	.md\:mb-0 {
		margin-bottom: 0 !important
	}

	.md\:ml-0 {
		margin-left: 0 !important
	}

	.md\:mr-0 {
		margin-right: 0 !important
	}

	.md\:py-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important
	}

	.md\:px-4 {
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.md\:pt-4 {
		padding-top: 4px !important
	}

	.md\:pb-4 {
		padding-bottom: 4px !important
	}

	.md\:pl-4 {
		padding-left: 4px !important
	}

	.md\:pr-4 {
		padding-right: 4px !important
	}

	.md\:mt-4 {
		margin-top: 4px !important
	}

	.md\:mb-4 {
		margin-bottom: 4px !important
	}

	.md\:ml-4 {
		margin-left: 4px !important
	}

	.md\:mr-4 {
		margin-right: 4px !important
	}

	.md\:py-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important
	}

	.md\:px-5 {
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.md\:pt-5 {
		padding-top: 5px !important
	}

	.md\:pb-5 {
		padding-bottom: 5px !important
	}

	.md\:pl-5 {
		padding-left: 5px !important
	}

	.md\:pr-5 {
		padding-right: 5px !important
	}

	.md\:mt-5 {
		margin-top: 5px !important
	}

	.md\:mb-5 {
		margin-bottom: 5px !important
	}

	.md\:ml-5 {
		margin-left: 5px !important
	}

	.md\:mr-5 {
		margin-right: 5px !important
	}

	.md\:py-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.md\:px-10 {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.md\:pt-10 {
		padding-top: 10px !important
	}

	.md\:pb-10 {
		padding-bottom: 10px !important
	}

	.md\:pl-10 {
		padding-left: 10px !important
	}

	.md\:pr-10 {
		padding-right: 10px !important
	}

	.md\:mt-10 {
		margin-top: 10px !important
	}

	.md\:mb-10 {
		margin-bottom: 10px !important
	}

	.md\:ml-10 {
		margin-left: 10px !important
	}

	.md\:mr-10 {
		margin-right: 10px !important
	}

	.md\:py-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}

	.md\:px-15 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.md\:pt-15 {
		padding-top: 15px !important
	}

	.md\:pb-15 {
		padding-bottom: 15px !important
	}

	.md\:pl-15 {
		padding-left: 15px !important
	}

	.md\:pr-15 {
		padding-right: 15px !important
	}

	.md\:mt-15 {
		margin-top: 15px !important
	}

	.md\:mb-15 {
		margin-bottom: 15px !important
	}

	.md\:ml-15 {
		margin-left: 15px !important
	}

	.md\:mr-15 {
		margin-right: 15px !important
	}

	.md\:py-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.md\:px-20 {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.md\:pt-20 {
		padding-top: 20px !important
	}

	.md\:pb-20 {
		padding-bottom: 20px !important
	}

	.md\:pl-20 {
		padding-left: 20px !important
	}

	.md\:pr-20 {
		padding-right: 20px !important
	}

	.md\:mt-20 {
		margin-top: 20px !important
	}

	.md\:mb-20 {
		margin-bottom: 20px !important
	}

	.md\:ml-20 {
		margin-left: 20px !important
	}

	.md\:mr-20 {
		margin-right: 20px !important
	}

	.md\:py-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important
	}

	.md\:px-24 {
		padding-left: 24px !important;
		padding-right: 24px !important
	}

	.md\:pt-24 {
		padding-top: 24px !important
	}

	.md\:pb-24 {
		padding-bottom: 24px !important
	}

	.md\:pl-24 {
		padding-left: 24px !important
	}

	.md\:pr-24 {
		padding-right: 24px !important
	}

	.md\:mt-24 {
		margin-top: 24px !important
	}

	.md\:mb-24 {
		margin-bottom: 24px !important
	}

	.md\:ml-24 {
		margin-left: 24px !important
	}

	.md\:mr-24 {
		margin-right: 24px !important
	}

	.md\:py-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important
	}

	.md\:px-28 {
		padding-left: 28px !important;
		padding-right: 28px !important
	}

	.md\:pt-28 {
		padding-top: 28px !important
	}

	.md\:pb-28 {
		padding-bottom: 28px !important
	}

	.md\:pl-28 {
		padding-left: 28px !important
	}

	.md\:pr-28 {
		padding-right: 28px !important
	}

	.md\:mt-28 {
		margin-top: 28px !important
	}

	.md\:mb-28 {
		margin-bottom: 28px !important
	}

	.md\:ml-28 {
		margin-left: 28px !important
	}

	.md\:mr-28 {
		margin-right: 28px !important
	}

	.md\:py-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}

	.md\:px-30 {
		padding-left: 30px !important;
		padding-right: 30px !important
	}

	.md\:pt-30 {
		padding-top: 30px !important
	}

	.md\:pb-30 {
		padding-bottom: 30px !important
	}

	.md\:pl-30 {
		padding-left: 30px !important
	}

	.md\:pr-30 {
		padding-right: 30px !important
	}

	.md\:mt-30 {
		margin-top: 30px !important
	}

	.md\:mb-30 {
		margin-bottom: 30px !important
	}

	.md\:ml-30 {
		margin-left: 30px !important
	}

	.md\:mr-30 {
		margin-right: 30px !important
	}

	.md\:py-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important
	}

	.md\:px-35 {
		padding-left: 35px !important;
		padding-right: 35px !important
	}

	.md\:pt-35 {
		padding-top: 35px !important
	}

	.md\:pb-35 {
		padding-bottom: 35px !important
	}

	.md\:pl-35 {
		padding-left: 35px !important
	}

	.md\:pr-35 {
		padding-right: 35px !important
	}

	.md\:mt-35 {
		margin-top: 35px !important
	}

	.md\:mb-35 {
		margin-bottom: 35px !important
	}

	.md\:ml-35 {
		margin-left: 35px !important
	}

	.md\:mr-35 {
		margin-right: 35px !important
	}

	.md\:py-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.md\:px-40 {
		padding-left: 40px !important;
		padding-right: 40px !important
	}

	.md\:pt-40 {
		padding-top: 40px !important
	}

	.md\:pb-40 {
		padding-bottom: 40px !important
	}

	.md\:pl-40 {
		padding-left: 40px !important
	}

	.md\:pr-40 {
		padding-right: 40px !important
	}

	.md\:mt-40 {
		margin-top: 40px !important
	}

	.md\:mb-40 {
		margin-bottom: 40px !important
	}

	.md\:ml-40 {
		margin-left: 40px !important
	}

	.md\:mr-40 {
		margin-right: 40px !important
	}

	.md\:py-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important
	}

	.md\:px-45 {
		padding-left: 45px !important;
		padding-right: 45px !important
	}

	.md\:pt-45 {
		padding-top: 45px !important
	}

	.md\:pb-45 {
		padding-bottom: 45px !important
	}

	.md\:pl-45 {
		padding-left: 45px !important
	}

	.md\:pr-45 {
		padding-right: 45px !important
	}

	.md\:mt-45 {
		margin-top: 45px !important
	}

	.md\:mb-45 {
		margin-bottom: 45px !important
	}

	.md\:ml-45 {
		margin-left: 45px !important
	}

	.md\:mr-45 {
		margin-right: 45px !important
	}

	.md\:py-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	.md\:px-50 {
		padding-left: 50px !important;
		padding-right: 50px !important
	}

	.md\:pt-50 {
		padding-top: 50px !important
	}

	.md\:pb-50 {
		padding-bottom: 50px !important
	}

	.md\:pl-50 {
		padding-left: 50px !important
	}

	.md\:pr-50 {
		padding-right: 50px !important
	}

	.md\:mt-50 {
		margin-top: 50px !important
	}

	.md\:mb-50 {
		margin-bottom: 50px !important
	}

	.md\:ml-50 {
		margin-left: 50px !important
	}

	.md\:mr-50 {
		margin-right: 50px !important
	}

	.md\:py-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.md\:px-60 {
		padding-left: 60px !important;
		padding-right: 60px !important
	}

	.md\:pt-60 {
		padding-top: 60px !important
	}

	.md\:pb-60 {
		padding-bottom: 60px !important
	}

	.md\:pl-60 {
		padding-left: 60px !important
	}

	.md\:pr-60 {
		padding-right: 60px !important
	}

	.md\:mt-60 {
		margin-top: 60px !important
	}

	.md\:mb-60 {
		margin-bottom: 60px !important
	}

	.md\:ml-60 {
		margin-left: 60px !important
	}

	.md\:mr-60 {
		margin-right: 60px !important
	}

	.md\:py-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important
	}

	.md\:px-70 {
		padding-left: 70px !important;
		padding-right: 70px !important
	}

	.md\:pt-70 {
		padding-top: 70px !important
	}

	.md\:pb-70 {
		padding-bottom: 70px !important
	}

	.md\:pl-70 {
		padding-left: 70px !important
	}

	.md\:pr-70 {
		padding-right: 70px !important
	}

	.md\:mt-70 {
		margin-top: 70px !important
	}

	.md\:mb-70 {
		margin-bottom: 70px !important
	}

	.md\:ml-70 {
		margin-left: 70px !important
	}

	.md\:mr-70 {
		margin-right: 70px !important
	}

	.md\:py-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important
	}

	.md\:px-80 {
		padding-left: 80px !important;
		padding-right: 80px !important
	}

	.md\:pt-80 {
		padding-top: 80px !important
	}

	.md\:pb-80 {
		padding-bottom: 80px !important
	}

	.md\:pl-80 {
		padding-left: 80px !important
	}

	.md\:pr-80 {
		padding-right: 80px !important
	}

	.md\:mt-80 {
		margin-top: 80px !important
	}

	.md\:mb-80 {
		margin-bottom: 80px !important
	}

	.md\:ml-80 {
		margin-left: 80px !important
	}

	.md\:mr-80 {
		margin-right: 80px !important
	}

	.md\:py-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important
	}

	.md\:px-90 {
		padding-left: 90px !important;
		padding-right: 90px !important
	}

	.md\:pt-90 {
		padding-top: 90px !important
	}

	.md\:pb-90 {
		padding-bottom: 90px !important
	}

	.md\:pl-90 {
		padding-left: 90px !important
	}

	.md\:pr-90 {
		padding-right: 90px !important
	}

	.md\:mt-90 {
		margin-top: 90px !important
	}

	.md\:mb-90 {
		margin-bottom: 90px !important
	}

	.md\:ml-90 {
		margin-left: 90px !important
	}

	.md\:mr-90 {
		margin-right: 90px !important
	}

	.md\:py-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important
	}

	.md\:px-120 {
		padding-left: 120px !important;
		padding-right: 120px !important
	}

	.md\:pt-120 {
		padding-top: 120px !important
	}

	.md\:pb-120 {
		padding-bottom: 120px !important
	}

	.md\:pl-120 {
		padding-left: 120px !important
	}

	.md\:pr-120 {
		padding-right: 120px !important
	}

	.md\:mt-120 {
		margin-top: 120px !important
	}

	.md\:mb-120 {
		margin-bottom: 120px !important
	}

	.md\:ml-120 {
		margin-left: 120px !important
	}

	.md\:mr-120 {
		margin-right: 120px !important
	}
}

@media (max-width:575px) {
	.sm\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.sm\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.sm\:pt-0 {
		padding-top: 0 !important
	}

	.sm\:pb-0 {
		padding-bottom: 0 !important
	}

	.sm\:pl-0 {
		padding-left: 0 !important
	}

	.sm\:pr-0 {
		padding-right: 0 !important
	}

	.sm\:mt-0 {
		margin-top: 0 !important
	}

	.sm\:mb-0 {
		margin-bottom: 0 !important
	}

	.sm\:ml-0 {
		margin-left: 0 !important
	}

	.sm\:mr-0 {
		margin-right: 0 !important
	}

	.sm\:py-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important
	}

	.sm\:px-4 {
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.sm\:pt-4 {
		padding-top: 4px !important
	}

	.sm\:pb-4 {
		padding-bottom: 4px !important
	}

	.sm\:pl-4 {
		padding-left: 4px !important
	}

	.sm\:pr-4 {
		padding-right: 4px !important
	}

	.sm\:mt-4 {
		margin-top: 4px !important
	}

	.sm\:mb-4 {
		margin-bottom: 4px !important
	}

	.sm\:ml-4 {
		margin-left: 4px !important
	}

	.sm\:mr-4 {
		margin-right: 4px !important
	}

	.sm\:py-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important
	}

	.sm\:px-5 {
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.sm\:pt-5 {
		padding-top: 5px !important
	}

	.sm\:pb-5 {
		padding-bottom: 5px !important
	}

	.sm\:pl-5 {
		padding-left: 5px !important
	}

	.sm\:pr-5 {
		padding-right: 5px !important
	}

	.sm\:mt-5 {
		margin-top: 5px !important
	}

	.sm\:mb-5 {
		margin-bottom: 5px !important
	}

	.sm\:ml-5 {
		margin-left: 5px !important
	}

	.sm\:mr-5 {
		margin-right: 5px !important
	}

	.sm\:py-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.sm\:px-10 {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.sm\:pt-10 {
		padding-top: 10px !important
	}

	.sm\:pb-10 {
		padding-bottom: 10px !important
	}

	.sm\:pl-10 {
		padding-left: 10px !important
	}

	.sm\:pr-10 {
		padding-right: 10px !important
	}

	.sm\:mt-10 {
		margin-top: 10px !important
	}

	.sm\:mb-10 {
		margin-bottom: 10px !important
	}

	.sm\:ml-10 {
		margin-left: 10px !important
	}

	.sm\:mr-10 {
		margin-right: 10px !important
	}

	.sm\:py-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}

	.sm\:px-15 {
		padding-left: 15px !important;
		padding-right: 15px !important
	}

	.sm\:pt-15 {
		padding-top: 15px !important
	}

	.sm\:pb-15 {
		padding-bottom: 15px !important
	}

	.sm\:pl-15 {
		padding-left: 15px !important
	}

	.sm\:pr-15 {
		padding-right: 15px !important
	}

	.sm\:mt-15 {
		margin-top: 15px !important
	}

	.sm\:mb-15 {
		margin-bottom: 15px !important
	}

	.sm\:ml-15 {
		margin-left: 15px !important
	}

	.sm\:mr-15 {
		margin-right: 15px !important
	}

	.sm\:py-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}

	.sm\:px-20 {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.sm\:pt-20 {
		padding-top: 20px !important
	}

	.sm\:pb-20 {
		padding-bottom: 20px !important
	}

	.sm\:pl-20 {
		padding-left: 20px !important
	}

	.sm\:pr-20 {
		padding-right: 20px !important
	}

	.sm\:mt-20 {
		margin-top: 20px !important
	}

	.sm\:mb-20 {
		margin-bottom: 20px !important
	}

	.sm\:ml-20 {
		margin-left: 20px !important
	}

	.sm\:mr-20 {
		margin-right: 20px !important
	}

	.sm\:py-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important
	}

	.sm\:px-24 {
		padding-left: 24px !important;
		padding-right: 24px !important
	}

	.sm\:pt-24 {
		padding-top: 24px !important
	}

	.sm\:pb-24 {
		padding-bottom: 24px !important
	}

	.sm\:pl-24 {
		padding-left: 24px !important
	}

	.sm\:pr-24 {
		padding-right: 24px !important
	}

	.sm\:mt-24 {
		margin-top: 24px !important
	}

	.sm\:mb-24 {
		margin-bottom: 24px !important
	}

	.sm\:ml-24 {
		margin-left: 24px !important
	}

	.sm\:mr-24 {
		margin-right: 24px !important
	}

	.sm\:py-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important
	}

	.sm\:px-28 {
		padding-left: 28px !important;
		padding-right: 28px !important
	}

	.sm\:pt-28 {
		padding-top: 28px !important
	}

	.sm\:pb-28 {
		padding-bottom: 28px !important
	}

	.sm\:pl-28 {
		padding-left: 28px !important
	}

	.sm\:pr-28 {
		padding-right: 28px !important
	}

	.sm\:mt-28 {
		margin-top: 28px !important
	}

	.sm\:mb-28 {
		margin-bottom: 28px !important
	}

	.sm\:ml-28 {
		margin-left: 28px !important
	}

	.sm\:mr-28 {
		margin-right: 28px !important
	}

	.sm\:py-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}

	.sm\:px-30 {
		padding-left: 30px !important;
		padding-right: 30px !important
	}

	.sm\:pt-30 {
		padding-top: 30px !important
	}

	.sm\:pb-30 {
		padding-bottom: 30px !important
	}

	.sm\:pl-30 {
		padding-left: 30px !important
	}

	.sm\:pr-30 {
		padding-right: 30px !important
	}

	.sm\:mt-30 {
		margin-top: 30px !important
	}

	.sm\:mb-30 {
		margin-bottom: 30px !important
	}

	.sm\:ml-30 {
		margin-left: 30px !important
	}

	.sm\:mr-30 {
		margin-right: 30px !important
	}

	.sm\:py-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important
	}

	.sm\:px-35 {
		padding-left: 35px !important;
		padding-right: 35px !important
	}

	.sm\:pt-35 {
		padding-top: 35px !important
	}

	.sm\:pb-35 {
		padding-bottom: 35px !important
	}

	.sm\:pl-35 {
		padding-left: 35px !important
	}

	.sm\:pr-35 {
		padding-right: 35px !important
	}

	.sm\:mt-35 {
		margin-top: 35px !important
	}

	.sm\:mb-35 {
		margin-bottom: 35px !important
	}

	.sm\:ml-35 {
		margin-left: 35px !important
	}

	.sm\:mr-35 {
		margin-right: 35px !important
	}

	.sm\:py-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}

	.sm\:px-40 {
		padding-left: 40px !important;
		padding-right: 40px !important
	}

	.sm\:pt-40 {
		padding-top: 40px !important
	}

	.sm\:pb-40 {
		padding-bottom: 40px !important
	}

	.sm\:pl-40 {
		padding-left: 40px !important
	}

	.sm\:pr-40 {
		padding-right: 40px !important
	}

	.sm\:mt-40 {
		margin-top: 40px !important
	}

	.sm\:mb-40 {
		margin-bottom: 40px !important
	}

	.sm\:ml-40 {
		margin-left: 40px !important
	}

	.sm\:mr-40 {
		margin-right: 40px !important
	}

	.sm\:py-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important
	}

	.sm\:px-45 {
		padding-left: 45px !important;
		padding-right: 45px !important
	}

	.sm\:pt-45 {
		padding-top: 45px !important
	}

	.sm\:pb-45 {
		padding-bottom: 45px !important
	}

	.sm\:pl-45 {
		padding-left: 45px !important
	}

	.sm\:pr-45 {
		padding-right: 45px !important
	}

	.sm\:mt-45 {
		margin-top: 45px !important
	}

	.sm\:mb-45 {
		margin-bottom: 45px !important
	}

	.sm\:ml-45 {
		margin-left: 45px !important
	}

	.sm\:mr-45 {
		margin-right: 45px !important
	}

	.sm\:py-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	.sm\:px-50 {
		padding-left: 50px !important;
		padding-right: 50px !important
	}

	.sm\:pt-50 {
		padding-top: 50px !important
	}

	.sm\:pb-50 {
		padding-bottom: 50px !important
	}

	.sm\:pl-50 {
		padding-left: 50px !important
	}

	.sm\:pr-50 {
		padding-right: 50px !important
	}

	.sm\:mt-50 {
		margin-top: 50px !important
	}

	.sm\:mb-50 {
		margin-bottom: 50px !important
	}

	.sm\:ml-50 {
		margin-left: 50px !important
	}

	.sm\:mr-50 {
		margin-right: 50px !important
	}

	.sm\:py-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important
	}

	.sm\:px-60 {
		padding-left: 60px !important;
		padding-right: 60px !important
	}

	.sm\:pt-60 {
		padding-top: 60px !important
	}

	.sm\:pb-60 {
		padding-bottom: 60px !important
	}

	.sm\:pl-60 {
		padding-left: 60px !important
	}

	.sm\:pr-60 {
		padding-right: 60px !important
	}

	.sm\:mt-60 {
		margin-top: 60px !important
	}

	.sm\:mb-60 {
		margin-bottom: 60px !important
	}

	.sm\:ml-60 {
		margin-left: 60px !important
	}

	.sm\:mr-60 {
		margin-right: 60px !important
	}

	.sm\:py-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important
	}

	.sm\:px-70 {
		padding-left: 70px !important;
		padding-right: 70px !important
	}

	.sm\:pt-70 {
		padding-top: 70px !important
	}

	.sm\:pb-70 {
		padding-bottom: 70px !important
	}

	.sm\:pl-70 {
		padding-left: 70px !important
	}

	.sm\:pr-70 {
		padding-right: 70px !important
	}

	.sm\:mt-70 {
		margin-top: 70px !important
	}

	.sm\:mb-70 {
		margin-bottom: 70px !important
	}

	.sm\:ml-70 {
		margin-left: 70px !important
	}

	.sm\:mr-70 {
		margin-right: 70px !important
	}

	.sm\:py-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important
	}

	.sm\:px-80 {
		padding-left: 80px !important;
		padding-right: 80px !important
	}

	.sm\:pt-80 {
		padding-top: 80px !important
	}

	.sm\:pb-80 {
		padding-bottom: 80px !important
	}

	.sm\:pl-80 {
		padding-left: 80px !important
	}

	.sm\:pr-80 {
		padding-right: 80px !important
	}

	.sm\:mt-80 {
		margin-top: 80px !important
	}

	.sm\:mb-80 {
		margin-bottom: 80px !important
	}

	.sm\:ml-80 {
		margin-left: 80px !important
	}

	.sm\:mr-80 {
		margin-right: 80px !important
	}

	.sm\:py-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important
	}

	.sm\:px-90 {
		padding-left: 90px !important;
		padding-right: 90px !important
	}

	.sm\:pt-90 {
		padding-top: 90px !important
	}

	.sm\:pb-90 {
		padding-bottom: 90px !important
	}

	.sm\:pl-90 {
		padding-left: 90px !important
	}

	.sm\:pr-90 {
		padding-right: 90px !important
	}

	.sm\:mt-90 {
		margin-top: 90px !important
	}

	.sm\:mb-90 {
		margin-bottom: 90px !important
	}

	.sm\:ml-90 {
		margin-left: 90px !important
	}

	.sm\:mr-90 {
		margin-right: 90px !important
	}

	.sm\:py-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important
	}

	.sm\:px-120 {
		padding-left: 120px !important;
		padding-right: 120px !important
	}

	.sm\:pt-120 {
		padding-top: 120px !important
	}

	.sm\:pb-120 {
		padding-bottom: 120px !important
	}

	.sm\:pl-120 {
		padding-left: 120px !important
	}

	.sm\:pr-120 {
		padding-right: 120px !important
	}

	.sm\:mt-120 {
		margin-top: 120px !important
	}

	.sm\:mb-120 {
		margin-bottom: 120px !important
	}

	.sm\:ml-120 {
		margin-left: 120px !important
	}

	.sm\:mr-120 {
		margin-right: 120px !important
	}
}

.lg\:mx-auto,
.md\:mx-auto,
.mx-auto,
.sm\:mx-auto,
.xl\:mx-auto {
	margin-left: auto;
	margin-right: auto
}

.x-gap-0 {
	margin-left: 0;
	margin-right: 0
}

.x-gap-0>* {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.y-gap-0 {
	margin-top: 0;
	margin-bottom: 0
}

.y-gap-0>* {
	padding-top: 0;
	padding-bottom: 0
}

.x-gap-5 {
	margin-left: -2.5px;
	margin-right: -2.5px
}

.x-gap-5>* {
	padding-left: 2.5px;
	padding-right: 2.5px
}

.y-gap-5 {
	margin-top: -2.5px;
	margin-bottom: -2.5px
}

.y-gap-5>* {
	padding-top: 2.5px;
	padding-bottom: 2.5px
}

.x-gap-10 {
	margin-left: -5px;
	margin-right: -5px
}

.x-gap-10>* {
	padding-left: 5px;
	padding-right: 5px
}

.y-gap-10 {
	margin-top: -5px;
	margin-bottom: -5px
}

.y-gap-10>* {
	padding-top: 5px;
	padding-bottom: 5px
}

.x-gap-15 {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.x-gap-15>* {
	padding-left: 7.5px;
	padding-right: 7.5px
}

.y-gap-15 {
	margin-top: -7.5px;
	margin-bottom: -7.5px
}

.y-gap-15>* {
	padding-top: 7.5px;
	padding-bottom: 7.5px
}

.x-gap-20 {
	margin-left: -10px;
	margin-right: -10px
}

.x-gap-20>* {
	padding-left: 10px;
	padding-right: 10px
}

.y-gap-20 {
	margin-top: -10px;
	margin-bottom: -10px
}

.y-gap-20>* {
	padding-top: 10px;
	padding-bottom: 10px
}

.x-gap-30 {
	margin-left: -15px;
	margin-right: -15px
}

.x-gap-30>* {
	padding-left: 15px;
	padding-right: 15px
}

.y-gap-30 {
	margin-top: -15px;
	margin-bottom: -15px
}

.y-gap-30>* {
	padding-top: 15px;
	padding-bottom: 15px
}

.x-gap-40 {
	margin-left: -20px;
	margin-right: -20px
}

.x-gap-40>* {
	padding-left: 20px;
	padding-right: 20px
}

.y-gap-40 {
	margin-top: -20px;
	margin-bottom: -20px
}

.y-gap-40>* {
	padding-top: 20px;
	padding-bottom: 20px
}

.x-gap-50 {
	margin-left: -25px;
	margin-right: -25px
}

.x-gap-50>* {
	padding-left: 25px;
	padding-right: 25px
}

.y-gap-50 {
	margin-top: -25px;
	margin-bottom: -25px
}

.y-gap-50>* {
	padding-top: 25px;
	padding-bottom: 25px
}

.x-gap-60 {
	margin-left: -30px;
	margin-right: -30px
}

.x-gap-60>* {
	padding-left: 30px;
	padding-right: 30px
}

.y-gap-60 {
	margin-top: -30px;
	margin-bottom: -30px
}

.y-gap-60>* {
	padding-top: 30px;
	padding-bottom: 30px
}

.x-gap-80 {
	margin-left: -40px;
	margin-right: -40px
}

.x-gap-80>* {
	padding-left: 40px;
	padding-right: 40px
}

.y-gap-80 {
	margin-top: -40px;
	margin-bottom: -40px
}

.y-gap-80>* {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (max-width:767px) {
	.md\:x-gap-0 {
		margin-left: 0;
		margin-right: 0
	}

	.md\:x-gap-0>* {
		padding-left: 0;
		padding-right: 0
	}

	.md\:y-gap-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.md\:y-gap-0>* {
		padding-top: 0;
		padding-bottom: 0
	}

	.md\:x-gap-5 {
		margin-left: -2.5px;
		margin-right: -2.5px
	}

	.md\:x-gap-5>* {
		padding-left: 2.5px;
		padding-right: 2.5px
	}

	.md\:y-gap-5 {
		margin-top: -2.5px;
		margin-bottom: -2.5px
	}

	.md\:y-gap-5>* {
		padding-top: 2.5px;
		padding-bottom: 2.5px
	}

	.md\:x-gap-10 {
		margin-left: -5px;
		margin-right: -5px
	}

	.md\:x-gap-10>* {
		padding-left: 5px;
		padding-right: 5px
	}

	.md\:y-gap-10 {
		margin-top: -5px;
		margin-bottom: -5px
	}

	.md\:y-gap-10>* {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.md\:x-gap-15 {
		margin-left: -7.5px;
		margin-right: -7.5px
	}

	.md\:x-gap-15>* {
		padding-left: 7.5px;
		padding-right: 7.5px
	}

	.md\:y-gap-15 {
		margin-top: -7.5px;
		margin-bottom: -7.5px
	}

	.md\:y-gap-15>* {
		padding-top: 7.5px;
		padding-bottom: 7.5px
	}

	.md\:x-gap-20 {
		margin-left: -10px;
		margin-right: -10px
	}

	.md\:x-gap-20>* {
		padding-left: 10px;
		padding-right: 10px
	}

	.md\:y-gap-20 {
		margin-top: -10px;
		margin-bottom: -10px
	}

	.md\:y-gap-20>* {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.md\:x-gap-30 {
		margin-left: -15px;
		margin-right: -15px
	}

	.md\:x-gap-30>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.md\:y-gap-30 {
		margin-top: -15px;
		margin-bottom: -15px
	}

	.md\:y-gap-30>* {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.md\:x-gap-40 {
		margin-left: -20px;
		margin-right: -20px
	}

	.md\:x-gap-40>* {
		padding-left: 20px;
		padding-right: 20px
	}

	.md\:y-gap-40 {
		margin-top: -20px;
		margin-bottom: -20px
	}

	.md\:y-gap-40>* {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.md\:x-gap-50 {
		margin-left: -25px;
		margin-right: -25px
	}

	.md\:x-gap-50>* {
		padding-left: 25px;
		padding-right: 25px
	}

	.md\:y-gap-50 {
		margin-top: -25px;
		margin-bottom: -25px
	}

	.md\:y-gap-50>* {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.md\:x-gap-60 {
		margin-left: -30px;
		margin-right: -30px
	}

	.md\:x-gap-60>* {
		padding-left: 30px;
		padding-right: 30px
	}

	.md\:y-gap-60 {
		margin-top: -30px;
		margin-bottom: -30px
	}

	.md\:y-gap-60>* {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.md\:x-gap-80 {
		margin-left: -40px;
		margin-right: -40px
	}

	.md\:x-gap-80>* {
		padding-left: 40px;
		padding-right: 40px
	}

	.md\:y-gap-80 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.md\:y-gap-80>* {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767px) {
	.sm\:x-gap-0 {
		margin-left: 0;
		margin-right: 0
	}

	.sm\:x-gap-0>* {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.sm\:y-gap-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.sm\:y-gap-0>* {
		padding-top: 0;
		padding-bottom: 0
	}

	.sm\:x-gap-5 {
		margin-left: -2.5px;
		margin-right: -2.5px
	}

	.sm\:x-gap-5>* {
		padding-left: 2.5px;
		padding-right: 2.5px
	}

	.sm\:y-gap-5 {
		margin-top: -2.5px;
		margin-bottom: -2.5px
	}

	.sm\:y-gap-5>* {
		padding-top: 2.5px;
		padding-bottom: 2.5px
	}

	.sm\:x-gap-10 {
		margin-left: -5px;
		margin-right: -5px
	}

	.sm\:x-gap-10>* {
		padding-left: 5px;
		padding-right: 5px
	}

	.sm\:y-gap-10 {
		margin-top: -5px;
		margin-bottom: -5px
	}

	.sm\:y-gap-10>* {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.sm\:x-gap-15 {
		margin-left: -7.5px;
		margin-right: -7.5px
	}

	.sm\:x-gap-15>* {
		padding-left: 7.5px;
		padding-right: 7.5px
	}

	.sm\:y-gap-15 {
		margin-top: -7.5px;
		margin-bottom: -7.5px
	}

	.sm\:y-gap-15>* {
		padding-top: 7.5px;
		padding-bottom: 7.5px
	}

	.sm\:x-gap-20 {
		margin-left: -10px;
		margin-right: -10px
	}

	.sm\:x-gap-20>* {
		padding-left: 10px;
		padding-right: 10px
	}

	.sm\:y-gap-20 {
		margin-top: -10px;
		margin-bottom: -10px
	}

	.sm\:y-gap-20>* {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.sm\:x-gap-30 {
		margin-left: -15px;
		margin-right: -15px
	}

	.sm\:x-gap-30>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.sm\:y-gap-30 {
		margin-top: -15px;
		margin-bottom: -15px
	}

	.sm\:y-gap-30>* {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.sm\:x-gap-40 {
		margin-left: -20px;
		margin-right: -20px
	}

	.sm\:x-gap-40>* {
		padding-left: 20px;
		padding-right: 20px
	}

	.sm\:y-gap-40 {
		margin-top: -20px;
		margin-bottom: -20px
	}

	.sm\:y-gap-40>* {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.sm\:x-gap-50 {
		margin-left: -25px;
		margin-right: -25px
	}

	.sm\:x-gap-50>* {
		padding-left: 25px;
		padding-right: 25px
	}

	.sm\:y-gap-50 {
		margin-top: -25px;
		margin-bottom: -25px
	}

	.sm\:y-gap-50>* {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.sm\:x-gap-60 {
		margin-left: -30px;
		margin-right: -30px
	}

	.sm\:x-gap-60>* {
		padding-left: 30px;
		padding-right: 30px
	}

	.sm\:y-gap-60 {
		margin-top: -30px;
		margin-bottom: -30px
	}

	.sm\:y-gap-60>* {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.sm\:x-gap-80 {
		margin-left: -40px;
		margin-right: -40px
	}

	.sm\:x-gap-80>* {
		padding-left: 40px;
		padding-right: 40px
	}

	.sm\:y-gap-80 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.sm\:y-gap-80>* {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.layout-pt-xs {
	padding-top: 20px
}

.layout-pb-xs {
	padding-bottom: 20px
}
.layout-pt-sm {
	padding-top: 30px
}

.layout-pb-sm {
	padding-bottom: 30px
}
.layout-pt-md {
	padding-top: 60px
}

.layout-pb-md {
	padding-bottom: 60px
}

.layout-pt-lg {
	padding-top: 100px
}

.layout-pb-lg {
	padding-bottom: 120px
}

.layout-pt-xl {
	padding-top: 140px
}

.layout-pb-xl {
	padding-bottom: 140px
}

@media (max-width:767px) {
	.layout-pt-sm {
		padding-top: 30px
	}

	.layout-pb-sm {
		padding-bottom: 30px
	}
}

@media (max-width:767px) {
	.layout-pt-md {
		padding-top: 60px
	}

	.layout-pb-md {
		padding-bottom: 60px
	}
}

@media (max-width:767px) {
	.layout-pt-lg {
		padding-top: 100px
	}

	.layout-pb-lg {
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.layout-pt-xl {
		padding-top: 120px
	}

	.layout-pb-xl {
		padding-bottom: 120px
	}
}

@media (max-width:575px) {
	.layout-pt-sm {
		padding-top: 30px
	}

	.layout-pb-sm {
		padding-bottom: 30px
	}
}

@media (max-width:575px) {
	.layout-pt-md {
		padding-top: 30px
	}

	.layout-pb-md {
		padding-bottom: 30px
	}
}

@media (max-width:575px) {
	.layout-pt-lg {
		padding-top: 60px
	}

	.layout-pb-lg {
		padding-bottom: 60px
	}
}

@media (max-width:575px) {
	.layout-pt-xl {
		padding-top: 60px
	}

	.layout-pb-xl {
		padding-bottom: 60px
	}
}

.w-1\/7 {
	width: 14.285714% !important
}

.w-1\/5 {
	width: 20% !important
}

.w-1\/4 {
	width: 25% !important
}

.w-1\/3 {
	width: 33.333333% !important
}

.w-1\/2 {
	width: 50% !important
}

.w-1\/1 {
	width: 100% !important
}

@media (max-width:1199px) {
	.xl\:w-1\/5 {
		width: 20% !important
	}

	.xl\:w-1\/4 {
		width: 25% !important
	}

	.xl\:w-1\/3 {
		width: 33.333333% !important
	}

	.xl\:w-1\/2 {
		width: 50% !important
	}

	.xl\:w-1\/1 {
		width: 100% !important
	}
}

@media (max-width:991px) {
	.lg\:w-1\/5 {
		width: 20% !important
	}

	.lg\:w-1\/4 {
		width: 25% !important
	}

	.lg\:w-1\/3 {
		width: 33.333333% !important
	}

	.lg\:w-1\/2 {
		width: 50% !important
	}

	.lg\:w-1\/1 {
		width: 100% !important
	}
}

@media (max-width:767px) {
	.md\:w-1\/5 {
		width: 20% !important
	}

	.md\:w-1\/4 {
		width: 25% !important
	}

	.md\:w-1\/3 {
		width: 33.333333% !important
	}

	.md\:w-1\/2 {
		width: 50% !important
	}

	.md\:w-1\/1 {
		width: 100% !important
	}
}

@media (max-width:575px) {
	.sm\:w-1\/5 {
		width: 20% !important
	}

	.sm\:w-1\/4 {
		width: 25% !important
	}

	.sm\:w-1\/3 {
		width: 33.333333% !important
	}

	.sm\:w-1\/2 {
		width: 50% !important
	}

	.sm\:w-1\/1 {
		width: 100% !important
	}
}

.flex-column {
	flex-direction: column
}

@media (max-width:1199px) {
	.xl\:flex-column {
		flex-direction: column !important
	}
}

@media (max-width:991px) {
	.lg\:flex-column {
		flex-direction: column !important
	}
}

@media (max-width:767px) {
	.md\:flex-column {
		flex-direction: column !important
	}
}

@media (max-width:575px) {
	.sm\:flex-column {
		flex-direction: column !important
	}
}

.justify-start {
	justify-content: flex-start !important
}

.justify-end {
	justify-content: flex-end !important
}

.justify-center {
	justify-content: center !important
}

.justify-between {
	justify-content: space-between !important
}

.items-start {
	align-items: flex-start !important
}

.items-end {
	align-items: flex-end !important
}

.items-center {
	align-items: center !important
}

@media (max-width:1199px) {
	.xl\:justify-start {
		justify-content: flex-start !important
	}

	.xl\:justify-end {
		justify-content: flex-end !important
	}

	.xl\:justify-center {
		justify-content: center !important
	}

	.xl\:justify-between {
		justify-content: space-between !important
	}

	.xl\:items-start {
		align-items: flex-start !important
	}

	.xl\:items-end {
		align-items: flex-end !important
	}

	.xl\:items-center {
		align-items: center !important
	}
}

@media (max-width:991px) {
	.lg\:justify-start {
		justify-content: flex-start !important
	}

	.lg\:justify-end {
		justify-content: flex-end !important
	}

	.lg\:justify-center {
		justify-content: center !important
	}

	.lg\:justify-between {
		justify-content: space-between !important
	}

	.lg\:items-start {
		align-items: flex-start !important
	}

	.lg\:items-end {
		align-items: flex-end !important
	}

	.lg\:items-center {
		align-items: center !important
	}
}

@media (max-width:767px) {
	.md\:justify-start {
		justify-content: flex-start !important
	}

	.md\:justify-end {
		justify-content: flex-end !important
	}

	.md\:justify-center {
		justify-content: center !important
	}

	.md\:justify-between {
		justify-content: space-between !important
	}

	.md\:items-start {
		align-items: flex-start !important
	}

	.md\:items-end {
		align-items: flex-end !important
	}

	.md\:items-center {
		align-items: center !important
	}
}

@media (max-width:575px) {
	.sm\:justify-start {
		justify-content: flex-start !important
	}

	.sm\:justify-end {
		justify-content: flex-end !important
	}

	.sm\:justify-center {
		justify-content: center !important
	}

	.sm\:justify-between {
		justify-content: space-between !important
	}

	.sm\:items-start {
		align-items: flex-start !important
	}

	.sm\:items-end {
		align-items: flex-end !important
	}

	.sm\:items-center {
		align-items: center !important
	}
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

@media (max-width:1199px) {
	.xl\:order-1 {
		order: 1
	}

	.xl\:order-2 {
		order: 2
	}

	.xl\:order-3 {
		order: 3
	}
}

@media (max-width:991px) {
	.lg\:order-1 {
		order: 1
	}

	.lg\:order-2 {
		order: 2
	}

	.lg\:order-3 {
		order: 3
	}
}

@media (max-width:767px) {
	.md\:order-1 {
		order: 1
	}

	.md\:order-2 {
		order: 2
	}

	.md\:order-3 {
		order: 3
	}
}

@media (max-width:575px) {
	.sm\:order-1 {
		order: 1
	}

	.sm\:order-2 {
		order: 2
	}

	.sm\:order-3 {
		order: 3
	}
}

.bg-white {
	background-color: var(--color-white) !important
}

.bg-black {
	background-color: var(--color-black) !important
}

.bg-border {
	background-color: var(--color-border) !important
}

.bg-dark-1 {
	background-color: var(--color-dark-1) !important
}

.bg-dark-2 {
	background-color: var(--color-dark-2) !important
}

.bg-dark-3 {
	background-color: var(--color-dark-3) !important
}

.bg-dark-4 {
	background-color: var(--color-dark-4) !important
}

.bg-light-1 {
	background-color: var(--color-light-1) !important
}

.bg-light-2 {
	background-color: #fef6dd !important
}

.bg-light-3 {
	background-color: var(--color-light-3) !important
}

.bg-blue-1 {
	background: #d27b1d;
    background: -webkit-linear-gradient(to right, #F37335, #d27b1d);
    background: linear-gradient(to right, #F37335, #d27b1d);
}

.bg-blue-2 {
	background-color: #ffb1c0 !important
}

.bg-green-1 {
	background-color: var(--color-green-1) !important
}

.bg-green-2 {
	background-color: var(--color-green-2) !important
}

.bg-yellow-1 {
	background-color: var(--color-yellow-1) !important
}

.bg-yellow-2 {
	background-color: var(--color-yellow-2) !important
}

.bg-yellow-3 {
	background-color: var(--color-yellow-3) !important
}

.bg-yellow-4 {
	background-color: var(--color-yellow-4) !important
}

.bg-brown-1 {
	background-color: var(--color-brown-1) !important
}

.bg-purple-1 {
	background-color: var(--color-purple-1) !important
}

.bg-red-1 {
	background-color: var(--color-red-1) !important
}

.bg-red-2 {
	background-color: var(--color-red-2) !important
}

.bg-red-3 {
	background-color: var(--color-red-3) !important
}

.bg-info-1 {
	background-color: var(--color-info-1) !important
}

.bg-info-2 {
	background-color: var(--color-info-2) !important
}

.bg-warning-1 {
	background-color: var(--color-warning-1) !important
}

.bg-warning-2 {
	background-color: var(--color-warning-2) !important
}

.bg-error-1 {
	background-color: var(--color-error-1) !important
}

.bg-error-2 {
	background-color: var(--color-error-2) !important
}

.bg-success-1 {
	background-color: var(--color-success-1) !important
}

.bg-success-2 {
	background-color: var(--color-success-2) !important
}

.bg-red-1-05 {
	background-color: #efe6e7
}

.bg-white-10 {
	background-color: hsla(0, 0%, 100%, .1)
}

.bg-white-20 {
	background-color: hsla(0, 0%, 100%, .2)
}

.bg-white-50 {
	background-color: hsla(0, 0%, 100%, .5)
}

.bg-black-20 {
	background-color: rgba(0, 0, 0, .2)
}
.bg-btn-gradient {
    text-align: center;
    background: #d27b1d;
    background: -webkit-linear-gradient(to right, #F37335, #d27b1d);
    background: linear-gradient(to right, #F37335, #d27b1d);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 10px;
}
.bg-btn-gradient.btn-sm {
	padding: 8px 20px;
	font-size: 13px;
}
.bg-btn-gradient:hover {
	opacity: 0.75;
	color: #fff;
}
.bg-btn-gradient-2 {
	background: #5363d7;  
}
.bg-inner-gradient {
	background: #ED213A; 
	background: -webkit-linear-gradient(to right, #93291E, #ED213A);
	background: linear-gradient(to right, #93291E, #ED213A);
}
.btn-border {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #d27b1d;
	border-radius: 10px;
	padding: 15px 40px;
	display: inline-block;
	color: #d27b1d;
}
.btn-border.btn-sm {
	padding: 8px 20px;
	font-size: 13px;
}
.btn-border:hover {
	background: #d27b1d;
	color: #fff;
	border: 1px solid #d27b1d;
}
.btn-border-w {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 8px 14px;
	color: #d27b1d;
}

/*
 * Split section
 */

.split-section{
    width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.split-section-headings{    
    width: 50%;
    position: relative;
    overflow: hidden;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ssh-table{
    width: 100%;
    min-height: 500px;
    display: table;
}
.ssh-cell{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-content{
    width: 50%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.split-section-wrapper{
    padding: 0 80px;
}
.split-section-wrapper2 {
    padding-left: 80px;
    padding-right: 160px;
}
.fixed-height-medium {
    min-height: 700px;
}
.bg-yellow {
    background-color: #ffc620 !important;
}
.bg-restartwithrupan {
	background-color: #d12b4a;
}
.bg-scroll {
    background-attachment: scroll !important;
}
.home-section {
    width: 100%;
    padding-top: 90px;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pagenew-section {
    width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    padding: 100px 0 220px;
}

.new-pad {
	padding: 120px 0 160px;
}
.overflow {
    overflow: visible !important;
}
.banner-float-one {
    top: 0;
    left: 0;
    position: absolute;
}
.banner-float-two {
    top: 30%;
    right: 40px;
    position: absolute;
}
.hs-line-1{
    margin-top: 0;
    position: relative;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #1f1d1d;
    text-transform: none;
}
.hs-line-2{
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: #1f1d1d;
}
.hs-line-3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: #1f1d1d;
}
.hs-line-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: normal;
    color: #1b1b1b;
}
.hs-line-desc2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
    color: #454546;
}
.count-wrapper{
    padding: 40px 20px;
    border: 1px solid rgba(0,0,0, .09);
}
.floral-one {
    position: absolute;
    left: 130px;
    top: 150px;
}
.floral-two {
    position: absolute;
    right: 190px;
    bottom: 5px;
}
.counter-one {
    padding: 80px 10px;
    border-radius: 175px;
    border: solid 3px #fff;
    background-color: #e33439;
    text-align: center;
    left: 60px;
    bottom: -35px;
    position: absolute;
}
.counter-two {
    padding: 180px 40px;
    border-radius: 175px;
    border: solid 3px #fff;
    background-color: #fffcf4;
    text-align: center;
    display: inline-block;
    width: 310px;
}
.counter-three {
    padding: 100px 10px;
    border-radius: 160px;
    border: solid 4px #fff;
    background-color: #1a2d30;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 70px;
}
.counter-three .count-number {
    font-size: 90px;
}
.count-number{
    font-size: 100px;
    font-weight: bold;;
    line-height: 0.69;
    letter-spacing: -1.6px;
    color: #fff;
    margin-bottom: 20px;
}
.counter-two.yellow .count-number {
    color: #ffc620;
}
.counter-two.yellow .count-descr {
    color: #1e1e1e;
}
.count-descr{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.count-descr .fa{
    font-size: 14px;
}

.count-title{
    margin-top: -1px;
    font-size: 13px;
}
.count-separator{
    height: 30px;
    clear: both;
    float: none;
    overflow: hidden;
}
.bg-position-top {background-position: top center !important;}
.footer {
    padding: 80px 0;
	background-color: #292929;
}
.widget{
    margin-bottom: 0px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.widget-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 2.75;
    letter-spacing: normal;
    color: #fff;
}
.widget-body {
	color: #ddd;
	line-height: 1.8;
}
.widget-body ul {
    padding: 0;
    margin: 0;
}
.widget-body ul li {
    list-style: none;
    display: block;
    padding: 1px 0;
}
.widget-body ul li a {
    color: #ddd;
    font-size: 13px;
    text-transform: none;
    text-decoration: none;
}
.footer-copy, .footer-made {
	color: #fff;
	font-size: 13px;
}
.footer-made a {
	color: #cf324f;
}
.widget-text{
    line-height: 1.7;
}
.cardDiv {
    border-radius: 10px;
    display: block;
    box-shadow: 20px 15px 30px 0 rgba(212, 216, 229, 0.31);
    border: solid 1px #e5e5e5;
    background-color: #fff;
    padding: 25px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1)
}
.cardDiv2 {
    border-radius: 10px;
    display: block;
    box-shadow: 20px 15px 30px 0 rgba(212, 216, 229, 0.31);
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(255, 243, 225, 1.0) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);
    padding: 25px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1)
}
.btn-mod.btn-circle {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-mod.btn-black {
    color: #fff;
    border: 5px solid #d0d0d0;
    border-radius: 10px;
    background: #141414;
}
.btn-mod.btn-black:hover {
    color: #fff !important;
    border: 5px solid #d0d0d0;
    background: #d12b4a;
}
.btn-mod.btn-black2 {
    color: #fff;
    border: 5px solid #977379;
    border-radius: 10px;
    background: #141414;
}
.btn-mod.btn-black2:hover {
    color: #fff !important;
    border: 5px solid #d0d0d0;
    background: #d12b4a;
}
.btn-mod.btn-small {
    height: auto;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0;
}
.btn-mod.btn-large {
    height: auto;
    padding: 12px 35px;
    font-size: 14px;
    letter-spacing: 0;
}
.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff !important;
    background: #d27b1d; 
	background: -webkit-linear-gradient(to right, #F37335, #d27b1d); 
	background: linear-gradient(to right, #F37335, #d27b1d);
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.freeExams {
	padding-left: 30px;
}
.freeExams ul {
	margin: 0;
	padding: 0;
}
.freeExams ul li {
	list-style: none;
	display: block;
	margin: 10px 0;
}
.text-justify {
	text-align: justify;
}
.text-white {
	color: var(--color-white)
}
.text-white p {
	color: var(--color-white) !important
}
.text-black {
	color: var(--color-black)
}

.text-border {
	color: var(--color-border)
}

.text-dark-1 {
	color: var(--color-dark-1)
}

.text-dark-2 {
	color: var(--color-dark-2)
}

.text-dark-3 {
	color: var(--color-dark-3)
}

.text-dark-4 {
	color: var(--color-dark-4)
}

.text-light-1 {
	color: var(--color-light-1)
}

.text-light-2 {
	color: var(--color-light-2)
}

.text-light-3 {
	color: var(--color-light-3)
}

.text-blue-1 {
	color: var(--color-blue-1)
}

.text-blue-2 {
	color: var(--color-blue-2)
}

.text-green-1 {
	color: var(--color-green-1)
}

.text-green-2 {
	color: var(--color-green-2)
}

.text-yellow-1 {
	color: var(--color-yellow-1)
}

.text-yellow-2 {
	color: var(--color-yellow-2)
}

.text-yellow-3 {
	color: var(--color-yellow-3)
}

.text-yellow-4 {
	color: var(--color-yellow-4)
}

.text-brown-1 {
	color: var(--color-brown-1)
}

.text-purple-1 {
	color: #d27b1d
}

.text-red-1 {
	color: var(--color-red-1)
}

.text-red-2 {
	color: var(--color-red-2)
}

.text-red-3 {
	color: var(--color-red-3)
}

.text-info-1 {
	color: var(--color-info-1)
}

.text-info-2 {
	color: var(--color-info-2)
}

.text-warning-1 {
	color: var(--color-warning-1)
}

.text-warning-2 {
	color: var(--color-warning-2)
}

.text-error-1 {
	color: var(--color-error-1)
}

.text-error-2 {
	color: var(--color-error-2)
}

.text-success-1 {
	color: var(--color-success-1)
}

.text-success-2 {
	color: var(--color-success-2)
}

.text-inherit {
	color: inherit
}

.text-white-50 {
	color: #ddd
}

.d-none {
	display: none !important
}

.d-flex {
	display: flex !important
}

.d-block {
	display: block !important
}

.d-inline-block {
	display: inline-block !important
}

@media (max-width:1199px) {
	.xl\:d-none {
		display: none !important
	}

	.xl\:d-inline-block {
		display: inline-block !important
	}

	.xl\:d-block {
		display: block !important
	}

	.xl\:d-flex {
		display: flex !important
	}
}

@media (max-width:991px) {
	.lg\:d-none {
		display: none !important
	}

	.lg\:d-inline-block {
		display: inline-block !important
	}

	.lg\:d-block {
		display: block !important
	}

	.lg\:d-flex {
		display: flex !important
	}
}

@media (max-width:767px) {
	.md\:d-none {
		display: none !important
	}

	.md\:d-inline-block {
		display: inline-block !important
	}

	.md\:d-block {
		display: block !important
	}

	.md\:d-flex {
		display: flex !important
	}
}

@media (max-width:575px) {
	.sm\:d-none {
		display: none !important
	}

	.sm\:d-inline-block {
		display: inline-block !important
	}

	.sm\:d-block {
		display: block !important
	}

	.sm\:d-flex {
		display: flex !important
	}
}

@media (max-width:1300px) {
	.xxl\:d-none {
		display: none !important
	}
}

.html-overflow-hidden {
	overflow: hidden !important
}

.html-overflow-hidden body {
	overflow-y: scroll
}

.origin-top {
	transform-origin: top !important
}

.origin-left {
	transform-origin: left !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-normal {
	overflow: initial !important
}

.overflow-visible {
	overflow: visible !important
}

.pointer-events-auto {
	pointer-events: auto !important
}

.pointer-events-none {
	pointer-events: none !important
}

.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.bg-image,
.img-ratio {
	width: 100%;
	height: 100%
}

.img-ratio {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.line-through {
	text-decoration: line-through
}

.underline {
	text-decoration: underline
}

.italic {
	font-style: italic
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

.normal {
	text-transform: none
}

.radius-0 {
	border-radius: 0
}

.radius-4 {
	border-radius: 4px !important
}

.radius-8 {
	border-radius: 8px !important
}

.radius-16 {
	border-radius: 16px
}

.radius-22 {
	border-radius: 22px
}

.radius-100 {
	border-radius: 100px
}

.radius-full {
	border-radius: 100%
}

.radius-right-4 {
	border-radius: 0 4px 4px 0
}
.w-45 {
	width: 45px;
}
@media (max-width:991px) {
	.lg\:border-none {
		border: none !important
	}
}

.border-type-1 {
	border: 1px dashed var(--color-blue-1)
}

.border-top-light {
	border-top: 1px solid #f3f3f3
}

.border-left-light {
	border-left: 1px solid var(--color-border)
}

.border-bottom-light {
	border-bottom: 1px solid var(--color-border)
}

.border-white {
	border: 1px solid #fff
}

.border-dark-1 {
	border: 1px solid var(--color-dark-1)
}

.border-dark-4 {
	border: 1px solid var(--color-dark-4)
}

.border-blue-1 {
	border: 1px solid var(--color-blue-1)
}

.border-white-15 {
	border: 1px solid hsla(0, 0%, 100%, .15)
}

.border-top-white-15 {
	border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.border-light-alt {
	border: 1px solid #ddd !important
}

.size-3 {
	flex-shrink: 0;
	width: 3px;
	height: 3px
}

.size-4 {
	flex-shrink: 0;
	width: 4px;
	height: 4px
}

.size-10 {
	flex-shrink: 0;
	width: 10px;
	height: 10px
}

.size-30 {
	flex-shrink: 0;
	width: 30px;
	height: 30px
}

.size-38 {
	flex-shrink: 0;
	width: 38px;
	height: 38px
}

.size-35 {
	flex-shrink: 0;
	width: 35px;
	height: 35px
}

.size-40 {
	flex-shrink: 0;
	width: 40px;
	height: 40px
}

.size-180 {
	flex-shrink: 0;
	width: 180px;
	height: 180px
}

.size-140 {
	flex-shrink: 0;
	width: 140px;
	height: 140px
}

.size-80 {
	flex-shrink: 0;
	width: 80px;
	height: 80px
}

.size-50 {
	flex-shrink: 0;
	width: 50px;
	height: 50px
}

.size-60 {
	flex-shrink: 0;
	width: 60px;
	height: 60px
}

.size-65 {
	flex-shrink: 0;
	width: 65px;
	height: 65px
}

.size-20 {
	flex-shrink: 0;
	width: 20px;
	height: 20px
}

.size-70 {
	flex-shrink: 0;
	width: 70px;
	height: 70px
}

.size-100 {
	flex-shrink: 0;
	width: 100px;
	height: 100px
}

.size-120 {
	flex-shrink: 0;
	width: 120px;
	height: 120px
}

.size-250 {
	flex-shrink: 0;
	width: 250px;
	height: 250px
}

.size-160 {
	flex-shrink: 0;
	width: 160px;
	height: 160px
}

.size-130 {
	flex-shrink: 0;
	width: 130px;
	height: 130px
}

.shadow-1 {
	box-shadow: 0 20px 40px 0 rgba(5, 16, 54, .07058823529411765)
}

.shadow-2 {
	box-shadow: 0 10px 35px 0 rgba(5, 16, 54, .10196078431372549)
}

.shadow-3 {
	box-shadow: 0 10px 30px 0 rgba(5, 16, 54, .03137254901960784)
}

.shadow-4 {
	box-shadow: 0 10px 60px 0 rgba(5, 16, 54, .050980392156862744)
}
.shadow-alt {
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 21%);
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.flex-wrap {
	flex-wrap: wrap
}

.h-full {
	height: 100% !important
}

.h-34 {
	height: 34px !important
}

.h-60 {
	height: 60px !important
}

.h-1 {
	height: 1px !important
}

.h-68 {
	height: 68px !important
}

.h-50 {
	height: 50px !important
}

.h-20 {
	height: 20px !important
}

.h-40 {
	height: 40px !important
}

.w-48 {
	width: 48px
}

.w-28 {
	width: 28px
}

.w-max-300 {
	max-width: 300px
}

.slider-scrollbar {
	width: 100%;
	border-radius: 4px;
	height: 3px
}

.slider-scrollbar .swiper-scrollbar-drag {
	cursor: -webkit-grab;
	cursor: grab;
	background-color: var(--color-dark-1)
}

.slider-scrollbar .swiper-scrollbar-drag:active:hover {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.slider-scrollbar.-light .swiper-scrollbar-drag {
	background-color: var(--color-white)
}

.pointer {
	cursor: pointer
}

.section-bg {
	position: relative;
	z-index: 0
}

.section-bg__item {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: -1
}

.section-bg__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-bg__item.-w-1500 {
	width: 1500px;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1199px) {
	.section-bg__item.-w-1500 {
		width: 100%
	}
}

.section-bg__item.-w-1165 {
	width: 64vw
}

@media (max-width:1199px) {
	.section-bg__item.-w-1165 {
		width: 100%
	}
}

.section-bg__item.-video-left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40vw;
	height: unset
}

@media (max-width:1199px) {
	.section-bg__item.-video-left {
		top: unset;
		width: 100%;
		transform: none;
		position: relative;
		margin: 0 auto;
		padding: 0 15px;
		max-width: 960px
	}
}

@media (max-width:991px) {
	.section-bg__item.-video-left {
		max-width: 720px
	}
}

@media (max-width:767px) {
	.section-bg__item.-video-left {
		max-width: 540px
	}
}

.section-bg__item.-left {
	left: 0
}

.section-bg__item.-right {
	right: 0
}

.section-bg__item.-left-100 {
	left: 100px
}

@media (max-width:991px) {
	.section-bg__item.-left-100 {
		left: 0
	}
}

.section-bg__item.-right-100 {
	right: 100px
}

@media (max-width:991px) {
	.section-bg__item.-right-100 {
		right: 0
	}
}

.section-bg__item.-mx-20 {
	left: 20px;
	right: 20px
}

@media (max-width:767px) {
	.section-bg__item.-mx-20 {
		left: 0;
		right: 0
	}
}

@media (max-width:767px) {
	.section-bg__item.-image {
		position: relative;
		width: 100%
	}
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.currencyMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 120px;
	z-index: 1100;
	pointer-events: auto;
	transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.currencyMenu.is-hidden {
	pointer-events: none;
	opacity: 0
}

.currencyMenu__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 16, 54, .4)
}

.currencyMenu__content {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 1070px;
	height: auto;
	transform: translateX(-50%)
}

.modalGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px
}

@media (max-width:991px) {
	.modalGrid {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media (max-width:575px) {
	.modalGrid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px
	}
}

.modalGrid__item {
	cursor: pointer;
	border-radius: 4px
}

.modalGrid__item,
.modalGrid__item>*>:first-child {
	transition: all .15s cubic-bezier(.165, .84, .44, 1)
}

.modalGrid__item:hover {
	background-color: rgba(53, 84, 209, .05) !important
}

.modalGrid__item:hover>*>:first-child {
	color: var(--color-blue-1)
}

.modalGrid__item.-is-active {
	background-color: #f5f5f5
}

.langMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	padding-top: 120px;
	pointer-events: auto;
	transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.langMenu.is-hidden {
	pointer-events: none;
	opacity: 0
}

.langMenu__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 16, 54, .4)
}

.langMenu__content {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 1070px;
	max-width: 100%;
	height: auto;
	transform: translateX(-50%)
}

.relative {
	position: relative
}

.ph-white::-moz-placeholder {
	color: var(--color-white)
}

.ph-white:-ms-input-placeholder {
	color: var(--color-white)
}

.ph-white::placeholder {
	color: var(--color-white)
}

.absolute {
	position: absolute
}

.bottom-0 {
	bottom: 0
}

.flightLine {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: var(--color-border)
}

.flightLine>* {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border: 1px solid var(--color-border);
	border-radius: 100%
}

.flightLine>:first-child {
	left: 0;
	background-color: var(--color-white)
}

.flightLine>:nth-child(2) {
	right: 0;
	background-color: var(--color-border)
}

.blog-grid-1 {
	display: grid;
	grid-template-columns: .66fr .33fr;
	grid-template-rows: 250px 250px;
	gap: 30px
}

@media (max-width:991px) {
	.blog-grid-1 {
		grid-template-columns: 1fr;
		grid-template-rows: auto
	}
}

.blog-grid-1>:first-child {
	grid-row: span 2
}

@media (max-width:991px) {
	.blog-grid-1>:first-child {
		grid-row: unset
	}
}

.border-center>:nth-child(2n+2) {
	border-left: 1px solid var(--color-light-2)
}

.border-center>:nth-child(1n+3) {
	border-top: 1px solid var(--color-light-2)
}

@media (max-width:991px) {
	.border-center>:nth-child(1n+2) {
		border-top: 1px solid var(--color-light-2)
	}

	.border-center>* {
		border-left: 0
	}
}

.header-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.section-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}

.section-slider-nav.-prev {
	left: -20px
}

.section-slider-nav.-next {
	right: -20px
}

@media (max-width:767px) {
	.md\:size-full {
		width: 100%;
		height: auto
	}
}

.sidebar__item:not(.-no-border) {
	border-top: 1px solid var(--color-border)
}

.sidebar.-mobile-filter {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	padding: 70px 24px 10px
}

.sidebar.-mobile-filter .-icon-close {
	position: absolute;
	top: 20px;
	left: 24px
}

@media (max-width:767px) {
	.sidebar.-mobile-filter {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:575px) {
	.sidebar.-mobile-filter {
		grid-template-columns: 1fr
	}
}

.sidebar.-mobile-filter>* {
	border-top: none !important
}

.w-250 {
	width: 250px
}

.w-1,
.w-250 {
	max-width: 100%
}

.w-1 {
	width: 1px
}

.w-200 {
	width: 200px
}

.w-180,
.w-200 {
	max-width: 100%
}

.w-120 {
	width: 120px
}
.w-60 {
	width: 50px
}
.halfMap {
	display: flex;
	width: 100%;
	min-height: calc(100vh - 90px);
	margin-top: 90px
}

@media (max-width:991px) {
	.halfMap {
		flex-direction: column
	}
}

@media (max-width:767px) {
	.halfMap {
		margin-top: 80px
	}
}

.halfMap__content {
	width: 865px;
	max-width: 100%;
	flex-shrink: 0;
	padding: 30px;
	min-height: 100%
}

@media (max-width:1199px) {
	.halfMap__content {
		width: 660px
	}
}

@media (max-width:991px) {
	.halfMap__content {
		width: 100%;
		order: 2
	}
}

@media (max-width:767px) {
	.halfMap__content {
		padding: 20px
	}
}

.halfMap__map {
	width: 100%;
	min-height: 100%
}

@media (max-width:991px) {
	.halfMap__map {
		order: 1
	}
}

.halfMap__map img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.galleryGrid.-type-1 {
	display: grid;
	grid-template-columns: .52fr .24fr .24fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px
}

@media (max-width:991px) {
	.galleryGrid.-type-1 {
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media (max-width:767px) {
	.galleryGrid.-type-1 {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:575px) {
	.galleryGrid.-type-1 {
		grid-template-columns: 1fr
	}
}

.galleryGrid.-type-1>:first-child {
	grid-row: 2 span
}

@media (max-width:991px) {
	.galleryGrid.-type-1>:first-child {
		grid-row: 1
	}
}

.galleryGrid.-type-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:991px) {
	.galleryGrid.-type-1 img {
		width: 100%
	}
}

.galleryGrid.-type-2 {
	display: grid;
	grid-template-columns: .6fr .2fr .2fr;
	grid-template-rows: .4fr .6fr;
	gap: 10px
}

@media (max-width:991px) {
	.galleryGrid.-type-2 {
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media (max-width:767px) {
	.galleryGrid.-type-2 {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:575px) {
	.galleryGrid.-type-2 {
		grid-template-columns: 1fr
	}
}

.galleryGrid.-type-2>:first-child {
	grid-row: 2 span
}

.galleryGrid.-type-2>:nth-child(4) {
	grid-column: 2 span
}

.galleryGrid.-type-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:991px) {
	.galleryGrid.-type-2 img {
		width: 100%
	}
}

.min-h-250 {
	min-height: 250px
}

.roomGrid {
	width: 100%
}

.roomGrid__header {
	display: grid;
	grid-template-columns: 180px 1fr 60px 170px 140px 270px;
	gap: 30px;
	background-color: var(--color-dark-3);
	color: #fff;
	font-weight: 500;
	padding: 15px 0
}

@media (max-width:1400px) {
	.roomGrid__header {
		grid-template-columns: 140px 1fr 60px 170px 140px 180px
	}
}

@media (max-width:1199px) {
	.roomGrid__header {
		display: none
	}
}

.roomGrid__header>:first-child {
	padding-left: 30px
}

.roomGrid__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 180px auto 270px
}

@media (max-width:1400px) {
	.roomGrid__grid {
		grid-template-columns: 140px auto 180px
	}
}

@media (max-width:1199px) {
	.roomGrid__grid {
		grid-template-columns: 140px auto
	}

	.roomGrid__grid>:nth-child(3) {
		grid-column: 2 span
	}
}

@media (max-width:991px) {
	.roomGrid__grid {
		grid-template-columns: 1fr
	}

	.roomGrid__grid>:first-child {
		display: flex;
		align-items: center
	}

	.roomGrid__grid>:first-child>:first-child {
		min-width: 200px;
		margin-right: 20px
	}

	.roomGrid__grid>:nth-child(2) {
		grid-column: 2 span
	}
}

@media (max-width:767px) {
	.roomGrid__grid>:first-child {
		display: block;
		align-items: unset
	}

	.roomGrid__grid>:first-child>:first-child {
		min-width: auto;
		width: 100%;
		margin-right: 0
	}
}

.roomGrid__grid>* {
	padding-top: 20px
}

.roomGrid__grid>:nth-child(3) {
	background-color: rgba(53, 84, 209, .05);
	padding: 20px 30px
}

.roomGrid__content {
	display: grid;
	grid-template-columns: 1fr 60px 170px 140px;
	gap: 30px
}

@media (max-width:767px) {
	.roomGrid__content {
		grid-template-columns: 1fr;
		gap: 20px
	}
}

.roomGrid__content:nth-child(1n+2) {
	border-top: 1px solid var(--color-border)
}

.progressBar {
	position: relative
}

.progressBar__bg {
	width: 100%;
	height: 4px;
	border-radius: 4px
}

.progressBar__bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	height: 100%;
	border-radius: 4px
}

.progressBar__bar span {
	position: absolute;
	right: 0;
	bottom: 100%
}

.tooltip {
	position: relative;
	color: #615e5e
}

.tooltip,
.tooltip__content {
	display: flex;
	justify-content: center;
	align-items: center
}

.tooltip__content {
	position: absolute;
	padding: 7px 11px;
	font-size: 14px;
	line-height: 1.2;
	background-color: var(--color-dark-1);
	color: #fff;
	border-radius: 8px;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}

.tooltip__content:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #000;
	transform: rotate(45deg)
}

.tooltip.-top .tooltip__content {
	bottom: calc(100% + 6px);
	transform: translateY(8px)
}

.tooltip.-top .tooltip__content:after {
	bottom: -4px
}

.tooltip.-bottom .tooltip__content {
	top: calc(100% + 6px);
	transform: translateY(-8px)
}

.tooltip.-bottom .tooltip__content:after {
	top: -4px
}

.tooltip.-left .tooltip__content {
	right: calc(100% + 6px);
	transform: translateX(8px)
}

.tooltip.-left .tooltip__content:after {
	right: -4px
}

.tooltip.-right .tooltip__content {
	left: calc(100% + 6px);
	transform: translateX(-8px)
}

.tooltip.-right .tooltip__content:after {
	left: -4px
}

.tooltip:hover .tooltip__content {
	transform: none;
	opacity: 1
}

.gallery__item {
	position: relative;
	display: block
}

.gallery__item:hover .gallery__button {
	opacity: 1
}

.gallery__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #000;
	border-radius: 100%;
	width: rem(52px);
	height: rem(52px);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}

.gallery__button .icon {
	color: #fff;
	stroke-width: 1;
	width: rem(28px);
	height: rem(28px)
}

.gallery__button.-bottom-right {
	top: unset;
	left: unset;
	transform: unset;
	bottom: rem(30px);
	right: rem(30px)
}

.form-input {
	position: relative;
	display: flex
}

.form-input,
.form-input label {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.form-input label {
	position: absolute;
	top: 0;
	top: 20px;
	padding: 0 15px;
	pointer-events: none;
	font-size: 14px
}

.form-input input,
.form-input select,
.form-input textarea {
	border: 1px solid var(--color-border);
	border-radius: 4px;
	padding: 10px 15px;
	min-height: 50px;
	font-size: 13px;
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
	border: 2px solid #93291E !important
}

.form-input input:focus~label,
.form-input input:valid~label,
.form-input select:focus~label,
.form-input select:valid~label,
.form-input textarea:focus~label,
.form-input textarea:valid~label {
	transform: translateY(-10px)
}
.form-input .validate {
	border: 2px solid #e64d3d !important;
	background-color: #fdebe9;
}
.help-validate {
	font-size: 12px;
	color: #e64d3d;
	text-align: left;
	display: block;
}
.sidebar.-blog>*+* {
	padding-top: 30px;
	margin-top: 30px
}

.list-disc li {
	list-style-type: disc;
	list-style-position: inside
}

.w-360 {
	width: 360px
}

@media (max-width:991px) {
	.lg\:w-full {
		width: 100% !important
	}
}

@media (max-width:575px) {
	.sm\:w-full {
		width: 100% !important
	}
}

.w-140 {
	width: 140px
}

.w-140,
.w-210 {
	max-width: 100%
}

.w-210 {
	width: 210px
}

.w-230 {
	width: 230px;
	max-width: 100%
}

.no-page__title {
	font-size: 200px;
	font-weight: 600;
	line-height: 1.2
}

table.table th {
	padding: 10px 15px;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	border-bottom: none;
	background-color: #e7e7e7;
}

/*table.table th:first-child {
	border-radius: 8px 0 0 8px
}

table.table th:last-child {
	border-radius: 0 8px 8px 0
}
*/
table.table tbody>tr+tr {
	border-top: none
}

table.table td {
	padding: 18px 15px;
	font-size: 13px;
	border-bottom: 1px solid #dfdfdf
}

table.table-2 th {
	font-weight: 500;
	padding: 15px 10px;
	line-height: 1.2
}

table.table-2 th:first-child {
	border-radius: 8px 0 0 8px
}

table.table-2 th:last-child {
	border-radius: 0 8px 8px 0
}

table.table-2 th:first-child {
	padding-left: 0
}

table.table-2 th:last-child {
	text-align: right;
	padding-right: 0
}

table.table-2 tbody>tr {
	border-top: 1px dashed var(--color-border);
	vertical-align: top
}

table.table-2 td {
	padding: 15px 10px;
	font-size: 15px;
	line-height: 1.2
}

table.table-2 td:first-child {
	padding-left: 0
}

table.table-2 td:last-child {
	text-align: right;
	padding-right: 0
}

.overflow-x-scroll {
	overflow-x: scroll
}

table.table-3 th {
	font-weight: 500;
	padding: 20px 30px;
	line-height: 1.2;
	min-width: 130px
}

@media (max-width:1199px) {
	table.table-3 th {
		padding: 15px;
		min-width: 100px
	}
}

table.table-3 th:first-child {
	border-radius: 8px 0 0 8px
}

table.table-3 th:last-child {
	border-radius: 0 8px 8px 0
}

table.table-3 tbody tr {
	vertical-align: top
}

table.table-3 tbody>tr+tr {
	border-top: 1px dashed var(--color-border)
}

table.table-3 td {
	padding: 15px 30px;
	font-size: 15px;
	line-height: 1.2;
	min-width: 130px
}

@media (max-width:1199px) {
	table.table-3 td {
		padding: 15px
	}
}

table.table-3.-border-bottom tbody>tr {
	border-top: none;
	border-bottom: 1px dashed var(--color-border)
}
table.table-4 {
	width: 100%;
}
table.table-4 th {
	font-weight: 500;
	padding: 10px 0px;
	line-height: 1.2;
}

@media (max-width:1199px) {
	table.table-4 th {
		padding: 15px;
		min-width: 100px
	}
}

table.table-4 th:first-child {
	border-radius: 8px 0 0 8px
}

table.table-4 th:last-child {
	border-radius: 0 8px 8px 0
}

table.table-4 tbody tr {
	vertical-align: top
}

table.table-4 tbody>tr+tr {
	border-top: 1px dashed var(--color-border)
}
table.table-4 tfoot tr {
	vertical-align: top;
	border-top: 1px dashed var(--color-border)
}

table.table-4 td {
	padding: 10px 0px;
	font-size: 15px;
	line-height: 1.2;
}

@media (max-width:1199px) {
	table.table-4 td {
		padding: 15px
	}
}

table.table-4.-border-bottom tbody>tr {
	border-top: none;
	border-bottom: 1px dashed var(--color-border)
}

table.table-5 {
	width: 100%;
	margin-bottom: 0;
}

table.table-5 th {
	font-weight: 500;
	padding: 20px 15px;
	line-height: 1.2;
}

@media (max-width:1199px) {
	table.table-5 th {
		padding: 15px;
		min-width: 100px
	}
}

table.table-5 th:first-child {
	border-radius: 8px 0 0 8px
}

table.table-5 th:last-child {
	border-radius: 0 8px 8px 0
}

table.table-5 tbody tr {
	vertical-align: top
}

table.table-5 tbody>tr {
	border-bottom: 1px solid var(--color-border)
}

table.table-5 td {
	padding: 8px 0px;
	font-size: 14px;
	border:  none;
	line-height: 1.2;
}

@media (max-width:1199px) {
	table.table-5 td {
		padding: 15px
	}
}

.z--1 {
	z-index: -1
}

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

.z-4 {
	z-index: 4
}

.z-5 {
	z-index: 5
}

.side-badge {
	position: absolute;
	top: -7px;
	left: -3px
}

.side-badge>* {
	border: 3px solid #fff
}

.map-500 {
	min-height: 500px;
	height: 500px
}

@media (max-width:575px) {
	.map-500 {
		min-height: 400px;
		height: 400px
	}
}

.map-form {
	position: relative;
	margin-top: -680px
}

@media (max-width:991px) {
	.map-form {
		margin-top: 40px
	}
}

.h-400 {
	height: 400px;
	min-height: 400px
}

.table-calendar {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}

.table-calendar__header {
	font-size: 14px;
	font-weight: 600
}

.table-calendar__grid {
	font-size: 15px
}

.table-calendar__cell {
	cursor: pointer;
	position: relative;
	z-index: 0;
	transition: all .15s cubic-bezier(.165, .84, .44, 1)
}

.table-calendar__cell:hover {
	background-color: var(--color-dark-3);
	color: #fff
}

.table-calendar__cell.-is-in-path {
	position: relative;
	z-index: 0;
	color: var(--color-dark-1) !important
}

.table-calendar__cell.-is-in-path:before {
	content: "";
	background-color: var(--color-light-2);
	position: absolute;
	top: 0;
	left: -16px;
	right: -16px;
	z-index: -2;
	height: 100%
}

.table-calendar__cell.-is-active {
	position: relative;
	z-index: 2;
	background-color: var(--color-dark-3);
	color: #fff
}

.table-calendar__grid,
.table-calendar__header {
	display: grid;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 8px
}

.table-calendar__grid>*,
.table-calendar__header>* {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 48px;
	height: 48px;
	border-radius: 100%
}

@media (max-width:767px) {

	.table-calendar__grid>*,
	.table-calendar__header>* {
		width: 32px;
		height: 32px
	}
}

.desktopMenu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 450px;
	max-width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	pointer-events: none
}

.desktopMenu .mobile-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #fff
}

.desktopMenu__content {
	display: flex;
	flex-direction: column;
	height: 100%
}

.desktopMenu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
	background-color: rgba(5, 16, 54, .5)
}

.desktopMenu.is-menu-active {
	opacity: 1;
	pointer-events: auto
}

.desktopMenu.is-menu-active .-is-active {
	pointer-events: auto !important;
	overflow-x: hidden
}

.desktopMenu .menu {
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	height: 100%
}

.desktopMenu .menu ul {
	pointer-events: none;
	padding-left: 0;
}

.desktopMenu .menu li {
	overflow: hidden
}

.desktopMenu .menu a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	font-weight: 500;
	color: var(--color-dark-1);
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.desktopMenu .menu a .icon {
	font-size: 8px;
	transform: rotate(-90deg)
}

.desktopMenu .menu a:hover {
	color: var(--color-blue-1)
}

.desktopMenu .menu__nav {
	display: flex;
	flex-direction: column
}

.desktopMenu .menu__nav>li>a {
	font-size: 16px
}

.desktopMenu .menu__nav>li>a:hover {
	background-color: rgba(53, 84, 209, .05) !important
}

.desktopMenu .menu .subnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.desktopMenu .menu .subnav a {
	height: 40px;
	font-size: 18px;
	padding: 0 20px;
	transform: translateY(100%)
}

.desktopMenu .menu .subnav__backBtn {
	margin-bottom: 10px
}

.desktopMenu .menu .subnav__backBtn li {
	padding: 0
}

.desktopMenu .menu .subnav__backBtn a {
	justify-content: flex-start;
	height: 50px;
	font-size: 20px;
	color: var(--color-blue-1);
	background-color: rgba(53, 84, 209, .05) !important
}

.desktopMenu .menu .subnav__backBtn a .icon {
	margin-right: 12px;
	transform: rotate(90deg)
}

.searchMenu {
	position: relative
}

.searchMenu__field {
	position: absolute;
	padding-top: 30px;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 500px;
	max-width: 100vw;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0
}

.searchMenu__field.is-visible {
	pointer-events: auto;
	opacity: 1
}

.searchMenu .-link:hover {
	background-color: rgba(53, 84, 209, .05) !important
}

.h-34 {
	height: 34px
}

.dropRating {
	position: absolute;
	top: calc(100% + 10px);
	z-index: 10;
	width: 340px;
	max-width: 100vw;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	opacity: 0
}

.dropRating.-is-active {
	pointer-events: auto;
	opacity: 1
}

.quote {
	position: relative;
	padding: 20px 0 20px 75px;
	width: 740px;
	max-width: 100%
}

.quote__line {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.quote__icon {
	position: absolute;
	top: 12px;
	left: 22px;
	z-index: -1
}

.hotelSingleGrid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 360px
}

@media (max-width:767px) {
	.hotelSingleGrid {
		grid-template-columns: 1fr
	}
}

.border-test {
	top: 0;
	bottom: 40px;
	left: 19px;
	border-left: 2px dashed #e5f0fd
}

.border-line-2,
.border-test {
	position: absolute;
	z-index: -1
}

.border-line-2 {
	top: 12px;
	bottom: 12px;
	left: 13px;
	border-left: 1px solid var(--color-border)
}

@media (max-width:575px) {
	.border-line-2 {
		display: none
	}
}

.map {
	width: 100%;
	height: 100%;
	background-color: #a3a3a3
}

.carsSlider {
	display: grid;
	gap: 10px;
	grid-template-columns: 120px calc(100% - 130px)
}

@media (max-width:767px) {
	.carsSlider {
		grid-template-columns: 1fr
	}
}

.carsSlider .carsSlider-slides {
	display: flex;
	flex-direction: column
}

.carsSlider .carsSlider-slides>*+* {
	margin-top: 10px
}

@media (max-width:767px) {
	.carsSlider .carsSlider-slides {
		flex-direction: row;
		order: 2
	}

	.carsSlider .carsSlider-slides>*+* {
		margin-top: 0;
		margin-left: 10px
	}
}

.carsSlider .carsSlider-slides__item {
	border: 1px solid #ddd
}

.carsSlider .carsSlider-slides__item.-is-active {
	border: 1px solid #051036
}

.carsSlider .carsSlider-slider {
	overflow: hidden;
	width: 100%
}

@media (max-width:767px) {
	.carsSlider .carsSlider-slider {
		order: 1
	}
}

.carsSlider .carsSlider-slider img {
	border: 1px solid #ddd;
	width: 100%;
	max-height: 510px
}

.cruiseSlider .cruiseSlider-slides__item {
	border: 1px solid #ddd
}

.cruiseSlider .cruiseSlider-slides__item.-is-active {
	border: 1px solid #051036
}

.cruiseSlider .cruiseSlider-slider {
	overflow: hidden;
	width: 100%
}

@media (max-width:767px) {
	.cruiseSlider .cruiseSlider-slider {
		order: 1
	}
}

.cruiseSlider .cruiseSlider-slider img {
	border: 1px solid #ddd;
	width: 100%;
	max-height: 510px
}

.cruiseSlider__nav {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%)
}

.cruiseSlider__nav.-prev {
	left: 20px
}

.cruiseSlider__nav.-next {
	right: 20px
}

@media (max-width:767px) {
	.cruiseSlider__nav {
		top: unset;
		bottom: 30px;
		transform: none
	}

	.cruiseSlider__nav.-prev {
		left: unset;
		right: calc(50% + 10px)
	}

	.cruiseSlider__nav.-next {
		right: unset;
		left: calc(50% + 10px)
	}
}

.w-max-120 {
	max-width: 120px
}

.singleMenu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 20;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	transition: all .15s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	pointer-events: none
}

.singleMenu.-is-active {
	opacity: 1;
	pointer-events: auto
}

.singleMenu__content {
	width: 100%;
	min-height: 80px;
	padding: 15px 0
}

.singleMenu__links a {
	font-size: 15px;
	font-weight: 500
}

.overflow-x-hidden {
	overflow-x: clip
}

.-is-dd-wrap-active .-dd-button {
	border-color: var(--color-dark-1) !important;
	outline: 1px solid var(--color-dark-1) !important
}

.-is-dd-wrap-active .-dd-button .icon {
	transform: rotate(180deg)
}


.filterPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow-y: scroll;
	transition: all .3s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	pointer-events: none
}

.filterPopup.-is-active {
	opacity: 1;
	pointer-events: auto
}

.base-tr {
	transition: all .2s cubic-bezier(.165, .84, .44, 1)
}

.date-input {
	display: flex;
	flex-flow: row-reverse;
	width: 100%
}

.date-input::-webkit-calendar-picker-indicator {
	cursor: pointer;
	background: none;
	z-index: 2;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.calendar-icon {
	position: absolute;
	top: 28px
}

.calendar-icon.-left {
	left: 40px
}

.calendar-icon.-right {
	right: 40px
}

.gm-style-iw-t {
	right: unset !important;
	left: 25px;
	bottom: 20px !important
}

.mapMarker {
	position: relative;
	z-index: 100
}

.mapMarker:hover {
	background-color: var(--color-dark-1) !important;
	border-color: var(--color-dark-1) !important;
	color: #fff !important
}

.gm-style .gm-style-iw-c {
	border-radius: 4px
}

.mapItem__img {
	width: 100px !important;
	height: 100px !important;
	-o-object-fit: cover;
	object-fit: cover
}

.mapItem__content {
	height: 100px
}

.map-ratio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 700px
}


/* Custom */

.rwrform form label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 0.375em;
  margin-left: 5px;
}
.rwrform form label input {
  position: absolute;
  left: -9999px;
}
.rwrform form label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #f37335;
}
.rwrform form label span {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 99em;
  transition: 0.25s ease;
}
.rwrform form label span p {
	margin-bottom: 0;
	font-size: 18px;
	font-family: var(--font-primary) !important;
}
.rwrform form label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #93291E;
}
.searchInput {
	font-size: 18px;
	font-weight: 700;
}
.alt-service-item{
    margin: 10px;
    position: relative;
    padding: 4px 0px 4px 30px;
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-service-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 20px;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-services-title{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #232323;
}
.alt-services-title span {
	font-weight: 700;
}
.searchForm .form-control {
	padding: 4px 0;
}
.searchForm .form-control:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
.formDate-placeholder {
	color: #999;
    font-size: 15px;
	min-width: 220px;
	cursor: pointer;
	font-weight: 600;
}
.formDate-placeholder .dateSelected {
	color: #1F1D44;
    font-weight: 700;
    font-size: 18px;
}

.cursor-pointer{
	cursor: pointer;
}
.modal-body {
	padding: 25px !important;
}
.modal-content {
	border-radius: 8px !important;
}
.selectiveForm select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectiveForm .selectDiv {
  position: relative;
}
.selectiveForm .selectDiv:after {
    content: "";
    position: absolute;
    background-image: url('../img/down-arrow.svg');
    background-repeat: no-repeat;
    z-index: 2;
    right: 10px;
    width: 11px;
    height: 6px;
    top: 50%;
    margin-right: 5px;
    margin-top: 5px;
    pointer-events: none;
}
.xs-selectiveForm select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.xs-selectiveForm .selectDiv {
  position: relative;
}
.xs-selectiveForm .selectDiv:after {
    content: "";
    position: absolute;
    background-image: url('../img/down-arrow.svg');
    background-repeat: no-repeat;
    z-index: 2;
    right: 10px;
    width: 11px;
    height: 6px;
    top: 50%;
    margin-right: 0px;
    margin-top: -5px;
    pointer-events: none;
}
.travelClass ul {
	margin: 10px 0 0 0;
	padding: 0;
}
.travelClass ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}
.travelClass ul li:first-child {
	margin-left: 0;
}
.travelClass ul li a {
	color: #232323;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 10px;
	border-radius: 40px;
	border:  1px solid #999;
}
.travelClass ul li a:hover {
	background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #93291E, #ED213A);
    border: 1px solid #ED213A;
    color: #fff;
}
.travelClass ul li a.active {
	background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #93291E, #ED213A);
    border: 1px solid #ED213A;
    color: #fff;
}
.sortbySection {
    background: #f4f4f4;
    font-size: 12px;
    border: 10px solid #fff;
}
.airLogo img {
	max-width: 35px;
}
.rotate-90 {
	transform: rotate(90deg);
}
.cheapest {
	background-color: #00962d;
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom-left-radius: 8px;
}
.tripCard {
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tripCard:hover {
	box-shadow: 0 10px 35px 0 rgb(5 16 54 / 10%);
}
.tripcardDetails {
	background-color: #f5f8fa;
	border: 1px solid #e7e7e7;
	padding: 20px;
	position: relative;
	margin-top: 15px;
}
.tripMenu {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.tripMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.tripMenu ul li {
	list-style: none;
	display: inline-block;
}
.tripMenu ul li a {
	color: #697488;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 500;
}
.tripMenu ul li a.active {
	border-bottom: 2px solid #be1e2d;
	color: #be1e2d;
}
.layoverDetail {
	padding: 18px;
    border-bottom: 2px dotted #c9c9c9;
    margin: -20px 0 40px 0;
    height: 0px;
    text-align: center;
    position: relative;
}
.layoverDetail .layTimeDiv {
	width: 160px;
    height: 30px;
    background: #fff;
    border: 1px solid #cfcfcf;
    color: #232323;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    margin: auto;
    position: relative;
    top: 3px;
    border-radius: 30px;
}
.section-text p {
	font-size: 14px;
	color: #232323;
	font-weight: 500;
	line-height: 1.8;
}
.section-text ul {
	font-size: 14px;
}
.section-text ul li {
	list-style: disc;
	font-size: 14px;
	color: #232323;
	font-weight: 500;
	line-height: 1.8;
}
.legal-text p {
	font-size: 14px;
	color: #232323;
	font-weight: 500;
	line-height: 1.8;
}
.legal-text ul {
	font-size: 14px;
}
.legal-text ul li {
	list-style: disc;
	font-size: 14px;
	color: #232323;
	font-weight: 500;
	line-height: 1.8;
}
.legal-text h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
}
/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.scrollbar {
	height: 300px;
	overflow-y: scroll;
}
.force-overflow {
	min-height: 250px;
}

.selectedDetails {
	border: 1px solid #ccc;
	padding: 2px 8px;
	border-radius: 12px;
	color: #be1e2d !important;
}
.closeCard {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	color: #232323;
	border: 1px solid #ddd;
    text-align: center;
    line-height: 35px;
}
.closeCard a {
	color: #232323;
}
.multistepsform #progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  counter-reset: step;
}
.multistepsform #progressbar li {
  list-style-type: none;
  color: #13357b;
  font-size: 13px;
  font-weight: 600;
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
}
.multistepsform #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #fff;
  background: #13357b;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
.multistepsform #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #13357b;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
.multistepsform #progressbar li:first-child:after {
  content: none;
}
.multistepsform #progressbar li.active {
  color: #ED213A;
}
.multistepsform #progressbar li.active:before, .multistepsform #progressbar li.active:after {
  background: #ED213A;
  color: white;
}
.backResults {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 999;
}
.backResults a:hover {
	color: #be1e2d !important;
}
.paxDetails {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
.siderbar_overview {
	border: 1px solid #ddd;
}
.paxHeader {
	display: flex;
	background-color: #f9f9f9;
	align-items: center;
	padding: 10px 15px;
	justify-content: space-between;
}
.paxBody {
	background-color: #fff;
	padding: 20px;
}
.paxBody .form-radio {
	background-color: #f4f4f4;
	padding: 15px;
}
.paxInfo {
	background-color: #ffeaec;
	color: #9b2820;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 500;
}
.paxBody label {
	font-size: 13px;
	font-weight: 700;
}
.paxBody .form-control {
	border-bottom: 1px solid #b9b9b9 !important;
	border: none;
	width: 100%;
	font-size: 14px;
	border-radius: 0;
	font-weight: 600;
	padding: 6px 4px;
}
.paxBody .form-group {
	margin-bottom: 15px;
}
.paxBody .form-control:focus {
 	border-color: #93291E;
    box-shadow: 0 0 0 0.1rem rgba(147, 40, 30, 0.25);
}
.footerFixedBtn {
	position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #EBF2F7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.qr-code {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title {
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 10px;
}
.profile-title {
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 10px;
}
.accountSidebar {
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	padding: 20px 0px;
}
.accountSidebar ul {
	margin: 0;
	padding: 0;
}
.accountSidebar ul li {
	list-style: none;
	display: block;
	padding: 12px 30px;
}
.accountSidebar ul li a {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 500;
}
.accountSidebar ul li.active a, .accountSidebar ul li.active i{
	color: #be1e2d;
	font-weight: 700;
}
.accountSidebar ul li:last-child {
	border-top: 1px dashed #e3e3e3;
}
.accountMain {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	padding: 20px 30px;
}
.page-subtitle {
	font-size: 22px;
	font-weight: 600;
}
.accountMain_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.userInfo {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	padding: 20px;
}
.avatar-upload {
  position: relative;
  margin: 0px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: 0px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
   background: #be1e2d;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #be1e2d;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  background-image: url('../img/icons/upload.png');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  color: #F6B21B;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
}
.avatar-upload .avatar-preview::after {
	position: absolute;
	content: "";
	background-color: rgba(190, 30, 45, 0.1);
	right: -10px;
	width: 150px;
  	height: 150px;
  	top: 10px;
  	border-top-left-radius: 30px;
  	border-bottom-right-radius: 30px;
  	z-index: -1;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.divider {
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 10px;
}
.custom_Message {
	position: absolute;
	min-width: 600px;
	bottom: 25px;
	left: 50%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 30px;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 14px;
}
.custom_Message.success-alert {
    background-color: #a8f0c6;
}
.custom_Message.danger-alert {
    background-color: #f7a7a3;
}
.longText h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}
.longText p {
	color: #232323;
	font-weight: 500;
	font-size: 14px;
}
.selectedTravelInfo {
	display: flex;
	color: #fff;
}
.validatorError input {
    border-bottom:1px solid #ED1C24 !important;
}
.validatorError h4 {
	color: #ED1C24 ;
}
.validatorMsg {
	font-size: 12px;
	color: #ED1C24;
}
.try_circle_first{
	position: absolute;
	left: 100px;
 margin-top: 120px;
 -webkit-animation: movebounce 3.9s linear infinite;
animation: movebounce 3.9s linear infinite;
}
.try_circle_inner{
	position: absolute;
	right: 100px;
 margin-top: 40px;
 -webkit-animation: movebounce 3.9s linear infinite;
animation: movebounce 3.9s linear infinite;
}
.try_circle_second{
	position: absolute;
	left: 150px;
	margin-top: 280px;
	 -webkit-animation: movebounce 4.9s linear infinite;
animation: movebounce 4.9s linear infinite;
}
@keyframes movebounce {
	0% {
	  transform: translateY(0px); }
	50% {
	  transform: translateY(20px); }
	100% {
	  transform: translateY(0px); } }
  @keyframes moveleftbounce {
	0% {
	  transform: translateX(0px); }
	50% {
	  transform: translateX(20px); }
	100% {
	  transform: translateX(0px); } }

.home-content{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}	
.home-content{
	position: relative;
}
.home-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.try_slider_img_Wrapper{
	animation-delay: 4.2s;
}
.try_slider_img_Wrapper{
	-webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
.section-bg {
	background-size: cover;
    background-position: top right;
    background-attachment: scroll;
}
.candidateScore {
	border: 2px solid #d27b1d;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 30px 0;
}
.folderContainer {
	background-color: #fff;
	padding: 25px 10px 25px 25px;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgb(5 16 54 / 3%);
	cursor: pointer;
}
.treeview-container::-webkit-scrollbar {
  width: 10px;
}

.treeview-container::-webkit-scrollbar-track {
  background: rgb(255, 243, 222);
}

.treeview-container::-webkit-scrollbar-thumb {
  background-color: #d27b1d;  
  border-radius: 10px;
  border: 2px solid orange;
}
.insidefolder {
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	margin-top: -15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 20px;
}
.insidefolder ul li {
	font-size: 14px;
	padding: 5px 0;
}
.insidefolder ul li a {
	color: #d27b1d;
}
.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}

.green-stroke {
    stroke:#7CB342;
}

.red-stroke {
    stroke: #FF6245;
}

.yellow-stroke {
    stroke: #FFC107;
}


.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark{
	stroke-width: 6.25;
    stroke-linecap: round;
	position:absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

.checkmark path {
    animation: 1.5s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 1.2s draw-first-line ease-out;
}

.cross .second-line {
    animation: 1.8s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
    stroke:none;
    fill: #FFC107;
}

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
.questionAns ul {
	margin: 0;
	padding-left: 0;
}
.questionAns ul li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.questionAns ul li:last-child {
	border-bottom: none;
}
.questionAns ul ul {
	margin: 0 0 20px 0;
	padding-left: 30px;
}
.questionAns ul li ul li {
	padding: 10px 0;
	border-bottom: none;
	position: relative;
}
.questionAns ul li ul li.correct::after {
	background-color: green;
	content: "";
	position: absolute;
	left: -25px;
	top: 12px;
	width: 15px;
	border-radius: 20px;
	height: 15px;
}

.questionAns ul li ul li.wrong::after {
	background-color: red;
	content: "";
	position: absolute;
	left: -25px;
	top: 12px;
	width: 15px;
	border-radius: 20px;
	height: 15px;
}
.questionAns p {
	font-size: 16px;
	font-family: var(--font-primary) !important;
}
.questionSearch {
	position: relative;
}
.questionSearch .form-input input {
	background-color: #fff;
}
.questionSearch .form-input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	font-size: 13px;
}

.questionSearch .form-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	font-size: 13px;
}

.questionSearch .form-input input::-ms-input-placeholder { /* Microsoft Edge */
  	font-size: 13px;
}
.questionSearch .searchIcon {
	position: absolute;
    right: 20px;
    top: 12px;
    font-size: 25px;
}
@font-face {
    font-family: 'baaminiplain';
    src: url('../fonts/baamini-webfont.woff2') format('woff2'),
         url('../fonts/baamini-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.tamil-font {
	/* font-family: 'baaminiplain'; */
	font-size: 16px !important;
}
.tamil-font p {
	color: #000;
	font-weight: 500;
}
.latestNews {
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 30px;
	text-align: left;
	border-radius: 15px;
	border: 1px solid #e7e7e7;
}

.latestNews ul {
	margin: 0;
	padding-left: 20px;
}
.latestNews ul li {
	list-style: disc;
	font-size: 14px;
	padding: 5px 0;
	color: #333;
}
.latestNews ul li a {
	color: #333;
}
.alert-sm {
	padding: 8px 25px !important;
    font-size: 13px;
    border-radius: 15px !important;
}
/*****************************
*	horizontal news ticker
******************************/

.ticker-wrapper-h{
	display: flex;	
	position: relative;
	overflow: hidden;
}
.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 30s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 50px;
	margin-right: 30px;
}

.news-ticker-h li a{
	color: #d27b1d;
	font-weight: 600;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}


@media only screen and (max-width: 767px) {
	/* Additional */
	.xd-none {display: none !important;}
	.btn-border.btn-sm {
	    padding: 8px 10px !important;
	}
	.home-text .d-flex {
	    display: block !important;
	}
	.split-section-content, .split-section-headings {
		float: none;
		width: 100% !important;
	}
	.hs-line-1 {font-size: 18px; line-height:1.8 }
	.split-section-wrapper {padding: 0 20px !important;}
	.hs-line-2 {font-size: 20px;}
	.btn-mod.btn-large {
		padding: 8px 25px;
		font-size: 13px;
	}
	.md-block {display: block !important;}
	.counter-one {
        padding: 60px 10px;
        border-radius: 175px;
        border: solid 3px #fff;
        background-color: #e33439;
        text-align: center;
        left: 0px;
        width: 200px;
        bottom: auto;
        top: -60px;
    }
    .freeExams {
	    padding-left: 0px;
	    margin-top: 20px;
	}
    .counter-two {
        padding: 90px 40px;
        border-radius: 175px;
        border: solid 3px #fff;
        background-color: #fffcf4;
        text-align: center;
        display: inline-block;
        width: 300px;
        margin: 140px 0;
    }
    .counter-three {
        padding: 50px 10px;
        border-radius: 160px;
        border: solid 4px #fff;
        background-color: #1a2d30;
        text-align: center;
        right: 0px;
        width: 200px;
        bottom: -25px;
        top: auto;
    }
    .floral-two {
    	display: none;
    }
    .counter-three .count-number, .counter-two .count-number, .counter-one .count-number {
        font-size: 75px;
    }
	.bg-btn-gradient.btn-sm {
	    padding: 8px 10px !important;
	}
	.text-40 {font-size: 25px !important;}
	.masthead.-type-8 .mainSearch {padding: 15px 15px 40px 15px !important;}
	.travelClass ul li {margin: 0 2px;}
	.m-center {text-align: center;}
	.mtopContainer {display: block;}
	.airLogo img {
		max-width: 20px !important;
	}
	.md-flex {display: block !important;}
	.multistepsform #progressbar {padding-left: 0 !important;}
	.apply-coupon.-w-410 input {
		width: 200px;
	}
	.xs-text-wrap {
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.tripcardDetails {
		padding: 10px !important;
	}
	.tripMenu ul {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.layoverDetail {
		margin: -40px 0 20px 0 !important;
	}
	table.table td {
		padding: 10px 8px !important;
    	font-size: 12px;
	}
	.selectedTravelInfo {
		display: block !important;
	}
	.m-left {
		text-align: left !important;
	}
	.m-center {
		text-align: center !important;
	}
	.try_slider_img_Wrapper {
		top: -80px !important;
	}
	.try_circle_second {
		margin-top: 0 !important;
	}
	.try_circle_first {
		bottom: 0;
		margin-top: 0 !important;
	}
	.try_circle_inner {display: none;}
	.rwrform form label {margin-left: 0}
	.rwrform form label span p {margin-bottom: 0}
	.rwrform form label span:before {
		width: 1.2em !important;
    	height: 1.2em !important;
	}

}
.w-20 {
	width: 20px;
}
.btn-round {
	border-radius: 10px;
}
.opacity-07 {
	opacity: 0.75;
}
.inner-container {
	padding-left: 50px;
}
.feature-box {
	text-align: center;
	padding: 20px;
	border: 1px solid #d17a02;
	border-radius: 10px;
	background-color: #fff;
	min-height: 177px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.feature-box:hover {
	border: 1px solid #ddd;
}
.feature-box:hover .feature-title {
	color: #d17a02;
}
.feature-box .feature-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000;
}
.box-one {
	box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	background-image: linear-gradient(to bottom, rgba(255, 243, 225, 1.0) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);

}
.box-one:hover {
	border: 1px solid #d17a02
}
.box-one .badge {
	background-color: #ddd;
	padding: 4px 8px;
	color: #000;
	font-size: 13px;
	font-weight: 400;
}
.box-one h2 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 5px;
}
.box-one .box-count {
	display: flex;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.7;
	color: #000;
	justify-content: space-between;
}
.opacity-1 {
	opacity: 1 !important;
}
.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}

.wh-fixed > a {
    display: block;
    text-decoration: none;
}

button.wh-ap-btn::before {
    content: "Quick Contact";
    display: block;
    position: absolute;
    margin-left: -130px;
    margin-top: 16px;
    height: auto;
    background: #10b418;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    font-size: 13px;
    width: 0;
    opacity: 0;
    padding: 5px 12px;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
}
button.wh-ap-btn {
    outline: none;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
    content: "";
    background-image: url("../img/whatsapp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity: 1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* animacion pulse */

.whatsapp-pulse {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 20px;
    background: #128C7E;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #c3d3c4;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.8;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.color {
	color: #d17a02 !important;
}
.border-top {
	border-top: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}
.four-grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
}
.four-grid .grid-container {
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.toast-container .ngx-toastr {
	width: 350px !important;
	font-size: 14 !important;
}
hr.green {
    border-color: rgba(121, 209, 206, .9);
    background: rgba(121, 209, 206, .9);
}
.account-menu ul {
    padding: 0;
    margin: 0;
}
.account-menu ul li {
    list-style: none;
    display: block;
    padding: 8px 0;
}
.account-menu ul li a {
    color: #000;
    font-size: 15px;
}
.account-menu ul li a:hover {
    color: #f37335;
}
.account-menu ul li a.active {
    color: #f37335;
}

.cardscontainer {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 48px;
  margin: 0 auto;
}

.cardscontainer .card {
  cursor: pointer;
  position: relative;
  height: 0;
  padding-bottom: 120%;
  --offset-multiplier: 4px;
  transition: transform 0.6s ease;
  --translate: 0;
  transform: translate(var(--translate), var(--translate));
}
.cardscontainer .card:hover {
  --offset-multiplier: 6px;
}
.cardscontainer .card:hover {
  --translate: calc(-1px * (var(--cards) - 1));
  transition: transform 0.3s ease;
}
.cardscontainer .child h2 {
	font-size: 16px;
    font-weight: 500;
    color: #f27334;
}
.cardscontainer .child p {
	font-size: 14px;
	margin-bottom: 0;
}
.child {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  transition: inherit;
  --translate: calc(var(--offset) * var(--offset-multiplier));
  transform: translate(var(--translate), var(--translate));
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.child:nth-child(1) {
  --offset: 0;
  z-index: 4;
}
.child:nth-child(2) {
  --offset: 1;
  z-index: 3;
}
.child:nth-child(3) {
  --offset: 2;
  z-index: 2;
}
.child:nth-child(4) {
  --offset: 3;
  z-index: 1;
}
.child:nth-child(5) {
  --offset: 4;
  z-index: 0;
}
.headermenu-fixed {
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.headermenu-fixed .header-logo img {
	max-width: 90px;
	margin-top: 0;
}
.custom-tree .form-check {
	cursor: pointer;
	padding-left: 0;
}
.custom-tree .form-check label {
	display: block;
	cursor: pointer;
	font-size: 13px;
}
.ngx-pagination {
	text-align: center !important;
	margin-top: 40px !important;
}
.ngx-pagination .current {
	background-color: #F37335 !important;
}
.custom-table thead tr th {
    background-color: #ffe1cf;
    color: #333;
	font-size: 13px;
	font-weight: 500;
    border: 1px solid #333;
}
.custom-table tbody tr td {
    border: 1px solid #333;
	font-size: 12px;
}
.custom-table tbody tr td a {
    color: #77adab;
}
@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #F37335;
  }
  50% {
    box-shadow: 0 0 30px 0 #F37335;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #F37335;
  }
  50% {
    box-shadow: 0 0 30px 0 #F37335;
  }
}
.btn-glowing {
  background: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-glow {
  background: #F37335;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 15px 25px;
  box-shadow: 0 0 0 0 #F37335;
  -webkit-animation: glow 1.4s ease-out infinite;
          animation: glow 1.4s ease-out infinite;
}
.btn-glow:hover {
	background: #f3631c;
}