* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #0CBD52;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1{
    color: #FFF;
    font-family: 'Alexandria-Medium';
    font-size: 6.4rem;
    line-height: 72px;
    letter-spacing: 1.28px;
}
h2{
    color: #FFF;
    font-family: 'Alexandria-Medium';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 0.96px;
}
h3{
    color: #FFF;
    font-family: 'Alexandria-Medium';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
}
h4{
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h5{
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h6{
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
}
p{
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
li {
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 16px;
}
li::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    left: 0;
    top: 9px;
}
.common-btn {
    color: #FFF;
    font-family: 'Alexandria-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    border: 0px;
	border-radius: 0px;
    background: transparent;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    transform: translateY(-50%);
    border-radius: 100px;
    background: #0CBD52;
    width: 48px;
    height: 48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn strong {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
.common-btn:hover::before {
    width: 100%;
}
.common-btn:hover{
    color: #FFF;
}
.fill-btn::before{
    display: none;
}
.fill-btn{
    padding: 11px 24px;
    border-radius: 100px;
    background: #0CBD52;
    border: 1px solid #0CBD52;
}
.fill-btn:hover{
    background: transparent;
    border-color: #FFF;
}
.border-btn{
    border-radius: 100px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(3px);
}
.border-btn:hover{
    background: #0CBD52;
    border-color: #0CBD52;
}
.common-arrow {
    background-color: #FFF;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}
.common-arrow:hover{
    background-color: #0CBD52;
}
.common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
    width: 10px;
}
.swiper-button-next img{
    margin-left: 4px;
}
.swiper-button-prev img{
    margin-right: 2px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}