/* CSS Variables */
:root{
	--gold:#D8BF99;
	--brown:#6A2F00;
}
html, body, div, main, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio,canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
  -webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usually iOS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
  -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
html, body {
  overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
  font: 16px/150% 'DM Sans', arial, sans-serif;
  font-weight:400;
	background:#fff;
  color: #000;
	letter-spacing: -0.16px;
}
h1:not(.general-hero h1), h2, h3, h4, h5, h6, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
	font-family:"ivypresto-display";
	margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}
article ul li, article ol li, article p {
	word-break: break-word;
}
span {
  display: inline;
}
a {
	color: inherit;
  cursor: pointer;
	transition:.4s;
}
a:not([class]):focus {
  outline: none;
	box-shadow: none;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
  margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
ul {
	list-style: disc;
	list-style-position:inside;
}
nav ul, nav ol {
  margin: 0;
  list-style: none;
}
b, strong, th, legend {
	font-weight: bold;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
abbr[title] {
  text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}
del {
  text-decoration: line-through;
}
table {
	margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
  padding: 10px 0;
  caption-side: bottom;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
	font-family: inherit;
	line-height: normal;
	margin: 0;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"], [type="text"], [type="email"], [type="tel"], [type="search"], button {
	border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, [type="submit"], [type="reset"], [type="button"] {
  cursor: pointer;
}
textarea:focus, button:focus, div[contenteditable="true"]:focus, [class~="btn"]:focus, [type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
  outline: 0;
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4, ol + h2, ol + h3, ol + h4, code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4, blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 35px;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/* WordPress Core */
.alignnone {
  margin: 5px 20px 5px 0;
}
.aligncenter, div.aligncenter  {
  display: block;
  margin: 30px auto 40px auto;
}
div.aligncenter{
	width: 90%!important;
	margin: 0 auto;
	padding:10px;
	border:1px solid #41ee6e;
}
div.aligncenter img{
	width: 100%;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  text-align: left;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
	margin-bottom: 10px;
}
.wp-caption p.wp-caption-text, .wp-block-image figcaption{
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
	text-align: center;
	font-style: italic;
	margin:0px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
.has__gallery .gallery{
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}
.has__gallery .gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.has__gallery .gallery .gallery-caption, .has__gallery .gallery .gallery-icon {
	margin: 0;
}
.has__gallery .gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}
.has__gallery .gallery-columns-1 .gallery-item {
	width: 100%;
}
.has__gallery .gallery-columns-2 .gallery-item {
	width: 50%;
}
.has__gallery .gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.ie8 .has__gallery .gallery-columns-3 .gallery-item, .ie7 .has__gallery .gallery-columns-3 .gallery-item {
	width: 33%;
}
.has__gallery .gallery-columns-4 .gallery-item {
	width: 25%;
}
.has__gallery .gallery-columns-5 .gallery-item {
	width: 20%;
}
.has__gallery .gallery-columns-6 .gallery-item {
	width: 16.665%;
}
.has__gallery .gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.has__gallery .gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.has__gallery .gallery-columns-9 .gallery-item {
	width: 11.111%;
}
.has__gallery .gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
	border-radius:15px;
}
@media(max-width:1200px){
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width:33%;
	}
}
@media(max-width:767px){
	.has__gallery.gallery-columns-2 .gallery-item,
	.has__gallery .gallery-columns-3 .gallery-item,
	.ie8 .has__gallery .gallery-columns-3 .gallery-item,
	.ie7 .has__gallery .gallery-columns-3 .gallery-item,
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width: 100%;
	}
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
  white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 10000; /* Above WP toolbar. */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}
/* General Theme Style */
.h-align{
  text-align:center;
}
.clear:after, .clear:before,
.row:after, .row:before{
	clear:both;
	display:block;
	width:100%;
	content:'';
}
.container{
	width:100%;
	max-width:1418px;
	padding:0px 20px;
	margin:0 auto;
	display:block;
	position:relative;
}
.img-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left: 0;
}
.screen{
	padding: 25px 0;
	position: relative;
}
main{
	padding-top:58px;
}
main.hp{
	padding-top:0;
}
@media(min-width:768px){
	main, main.hp{
		padding-top:69px;
	}
}
@media(min-width:1100px){
	main, main.hp{
		padding-top:80px;
	}
	.screen{
		padding: 40px 0;
	}
}
/* Row */
.row{
	display: block;
	width: 100%;
}
.row > .item{
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}
.row > .item.item19{
	width: 19%;
}
.row > .item.item24{
	width: 24%;
}
.row > .item.item32{
	width: 32%;
}
.row > .item.item49{
	width: 49%;
}
.row > .item.item50{
	width: 50%;
	float: left;
}
.row > .item.item65{
	width: 65%;
	float: left;
}
.row > .item.item35{
	width: 35%;
	float: left;
}
.row > .item.full-item{
	width: 100%;
}
/* Flex */
.flex-row, .flex-row.reverse, .flex-column, .flex-column.reverse{
	display: flex;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-row.reverse{
	flex-direction: row-reverse;
}
.flex-column.reverse{
	flex-direction: column-reverse;
}
.flex-item{
	padding: 0 10px;
	position: relative;
}
.flex-item.item10{
	flex: 1 1 10%;
}
.flex-item.item20{
	flex: 1 1 20%;
}
.flex-item.item30{
	flex: 1 1 30%;
}
.flex-item.item40{
	flex: 1 1 40%;
}
.flex-item.item50{
	flex: 1 1 50%;
}
.flex-item.item60{
	flex: 1 1 60%;
}
.flex-item.item70{
	flex: 1 1 70%;
}
.flex-item.item80{
	flex: 1 1 80%;
}
.flex-item.item90{
	flex: 1 1 90%;
}
/* Contact Form */
.contact-form .check-all {
    display: block;
    margin-top: 20px;
}
.form-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 870px;
}
.form-section--2 {
    margin-top: 40px;
    max-width: 100%;
}
.form-section .form-col {
    padding: 10px;
    width: 100%;
}
@media (min-width: 550px) {
    .form-section .form-col {
        width: 50%;
    }
}
.form-section .form-col--full {
    width: 100%;
}
@media (min-width: 992px) {
    .form-section .form-col--25 {
        width: 25%;
    }
    .form-section .form-col--33 {
        width: 33.33%;
    }
}
.form-section p {
	font-size: 16px;
	line-height: 111%; /* 17.76px */
	letter-spacing: -0.48px;
}
.form-section .form__label{
	margin-bottom: 8px;
}
.form-section--2 p{
	font-size: 13px;
	line-height: 150%; /* 21px */
	letter-spacing: -0.14px;
}
.wpcf7 select,
.wpcf7-text,
.wpcf7-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.70);
  display: block;
  font-size: 16px;
	line-height: 111%; /* 17.76px */
	letter-spacing: -0.48px;
  outline: 0;
  padding: 7px 16px;
  width: 100%;
	background: transparent;
	transition: .4s;
}
.wpcf7-textarea{
	height: 68px;
	resize: none;
}
.wpcf7 input:focus, .wpcf7 input:active{
	background:#D8BF99;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select{
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: -0.48px;
	font-size: 16px;
}
.wpcf7 button,
.wpcf7-submit{
  cursor: pointer;
  display: block;
	border: 0;
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1;
	margin: 20px auto 0;
}
.wpcf7-submit.btn.brown,
.wpcf7 button.btn.brown{
	border-radius: 4px;
	background: linear-gradient(124deg, #0F0100 -15.22%, #8F4000 110.5%);
	min-width: 200px;
	text-align: center;
}
.wpcf7-acceptance input,
.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none;
}
.wpcf7 select {
  background-image: url('../img/select.svg');
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  border: 2px solid rgba(0,0,0,0.6);
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 4px;
  width: 13px;
	border-radius: 4px;
}
.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:before {
  border:0;
	background-image: url('../img/bifa.svg');
}
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label,
.wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label,
.wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label,
.wpcf7-form.invalid .wpcf7-response-output {
  color: red;
	font-size: 12px;
	margin: 0;
}
.wpcf7-not-valid {
  border-color: red;
}
.cf .wpcf7-list-item{
	margin: 0;
}
.wpcf7 form .wpcf7-response-output{
  border: 0;
  font-size: 12px!important;
  text-align: center;
	line-height: 1;
}
.wpcf7-not-valid-tip{
 font-size: 10px!important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7-spinner{
	position: absolute!important;
	bottom: -24px;
	right: 50px;
}
/* Buttons */
.buttons-wrapper{
	text-align: center;
	max-width: 92%;
	margin: 0 auto;
}
.btn{
	display: inline-block;
	padding: 13px 30px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	transition: .4s;
	color:#fff;
	border-radius: 6.08px;
	position: relative;
	overflow: hidden;
	margin:2px 0;
	width: 100%;
}
.btn:after{
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	display: block;
	content:'';
	background: #fff;
	position: absolute;
	opacity: 0;
	top: -100px;
	height: 15rem;
	transform: rotate(35deg);
	left: -100%;
	width: 8rem;
}
.btn:hover{
	transform: translateY(-3px);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover::after {
  left: 200%;
  opacity: 0.6;
}
.btn.brown{
	background: linear-gradient(301deg, #FD4819 2.5%, #000 131.67%);
}
.btn.blue{
	background: linear-gradient(93deg, #081F2E -1.54%, #1A6494 155.59%);
}
.btn.brown:after{
	transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.black{
	background-color:#000;
}
.btn.white{
	border:1px solid #000;
	color:#000;
}
.btn.white:hover{
	color:#fff;
	background-color:#000;
}
@media(min-width:768px){
	.btn{
		width: auto;
		margin:5px;
	}
}
@media(min-width:1024px){
	.btn{
		font-size: 20px;
		padding: 12px 40px;
	}
}
@media(min-width:1280px){
	.btn{
		font-size: 24px;
		padding: 18.241px 48.642px;
	}
}
/* Fonts */
.display{
	font-family: var(--display-font-family, "IvyPresto Display");
	font-size: 50px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -1px;
}
h1, .h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -1px;
}
h2, .h2, .section-title .title{
	font-size: 36px;
	font-weight: 300;
	line-height: 120%; /* 96px */
	letter-spacing: -2px;
}
h3, .h3{
	font-size: 24px;
	font-weight: 300;
	line-height: 116.667%;
	letter-spacing: 0;
}
h4, .h4{
	font-size: 22px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: 0;
}
h5, .h5, .section-title .headline{
	font-size: 14px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: 0;
}
.h5, .section-title .headline{
	text-transform: uppercase;
}
h6, .h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 125%;
}
.text-main{
	font-size: 16px;
	line-height: 150%;
}
.text-large, .section-title .info{
	font-size: 18px;
	line-height: 150%;
}
.text-small{
	font-size: 14px;
	line-height: 171.429%
}
.info h1, .info h2, .info h3, .info h4, .info h5, .info h6{
	font-family:'DM Sans';
}
.info h1{
	font-size:34px;
}
.info h2{
	font-size:32px;
}
.info h3{
	font-size:30px;
}
.info h4{
	font-size:28px;
}
.info h5, .info h6{
	font-size:26px;
}
.info p{
	margin-bottom: 20px;
}
.general-hero .container h1{
	font-size: 22.162px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -1.773px;
}
@media(min-width:768px){
	.general-hero .container h1{
		font-size: 35.162px;
	}
}
@media(min-width:850px){
	.display{
		font-size: 60px;
	}
	h1, .h1{
		font-size: 50px;
	}
	h2, .h2, .section-title .title{
		font-size: 40px;
	}
	h3, .h3{
		font-size: 36px;
	}
	h4, .h4{
		font-size: 32px;
	}
	h5, .h5, .section-title .headline{
		font-size: 20px;
	}
	.text-large, .section-title .info{
		font-size: 20px;
	}
}
@media(min-width:1024px){
	.display{
		font-size: 80px;
	}
	h1, .h1{
		font-size: 60px;
	}
	h2, .h2, .section-title .title{
		font-size: 50px;
	}
	h3, .h3{
		font-size: 40px;
	}
	h4, .h4{
		font-size: 30px;
	}
	h5, .h5, .section-title .headline{
		font-size: 24px;
	}
	.text-large, .section-title .info{
		font-size: 24px;
	}
}
@media(min-width:1280px){
	.display{
		font-size: 112px;
	}
	h1, .h1{
		font-size: 80px;
	}
	h2, .h2, .section-title .title{
		font-size: 80px;
	}
	h3, .h3{
		font-size: 48px;
	}
	h4, .h4{
		font-size: 32px;
	}
	.general-hero .container h1{
		font-size: 70px;
		letter-spacing: -3.601px;
	}
}
/* Section title */
.section-title{
	text-align: center;
	max-width: 1330px;
	margin:0 auto 25px;
}
.section-title .title{
	max-width: 1000px;
	margin:0 auto 20px;
}
.section-title .info{
	margin-bottom: 0;
}
@media(min-width:850px){
	.section-title{
		margin:0 auto 40px;
	}
}
/* Blur box */
.blur-box{
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(20px);
}
/* Small Animations */
 @keyframes pulse {
	0% {
	    -webkit-transform: scale(0);
	    transform: scale(0);
	}
	100% {
	    -webkit-transform: scale(1);
	   transform: scale(1);
	}
}
@keyframes pulse2 {
 0% {
		 -webkit-transform: scale(0.6);
		 transform: scale(0.6);
 }
 100% {
		 -webkit-transform: scale(1);
		transform: scale(1);
 }
}
@keyframes fromBlur {
 0% {
	 -webkit-filter:blur(5px);
	 opacity: .1;
	 filter: blur(5px);
 }
 100% {
	 -webkit-filter:blur(0);
	 opacity: 1;
		filter: blur(0);
 }
}
@keyframes rotateStar {
 0% {
	 transform: rotate(0deg)
 }
 100% {
	  transform: rotate(360deg)
 }
}
@keyframes rotateStar2 {
 0% {
	 transform: translate(-50%, -50%) rotate(0deg)
 }
 100% {
	  transform: translate(-50%, -50%) rotate(360deg)
 }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(150%)
  }

  to {
      opacity: 1;
      transform: translateY(0)
  }
}
.star-vector{
	width: 50px;
	height: auto;
	animation: pulse 1s linear infinite alternate;
}
.blur{
	animation: fromBlur 1.6s linear;
}
/* Swiper settings */
.swiper-scrollbar {
	background: #2f2a22!important;
	cursor: pointer;
}
.swiper-scrollbar-drag {
	height: 9px!important;
	top: -1px!important;
	background: linear-gradient(90deg, transparent 0%, rgba(216, 191, 153, 1) 47%, transparent 100%)!important;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	height: 7px!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
	bottom: 15px;
	max-width:770px;
}
/* Lite settings */
lite-youtube{
	max-width:100%!important;
}
lite-youtube::before{
	display: none!important;
}
/* GSAP Aos like */
/* Initially hide elements off-screen */
.fade-up {
  transform: translateY(100%); /* Start 100% below */
  opacity: 0;
	will-change: transform, opacity;
}
.fade-left {
  transform: translateX(-100%); /* Start 100% to the left */
  opacity: 0;
	will-change: transform, opacity;
}
.fade-right {
  transform: translateX(100%); /* Start 100% to the right */
  opacity: 0;
	will-change: transform, opacity;
}
