* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #BF892D;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 6.4rem;
    line-height: 72px; 
    text-transform: uppercase;
}
h2 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 4.8rem;
    line-height: 56px;
    text-transform: uppercase;
}
h3 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 4rem;
    line-height: normal;
    text-transform: uppercase;
}
h4 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 3rem;
    line-height: 38px;
    text-transform: uppercase;
}
h5 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 2.4rem;
    line-height: 32px;
    text-transform: uppercase;
}
h6 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 28px;
}
p {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 24px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 24px;
}
li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 8px;
}
li::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.common-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 28px;
    border-radius: 100px;
    border: 1px solid #BF892D;
    background-color: #0D1A10;
    display: inline-block;
    position: relative;
    padding: 15px 28px;
    transition: all 0.5s;
    overflow: visible;
}
.common-btn svg {
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
}
.common-btn svg rect {
    fill: none;
    stroke: #fff;
    stroke-width:1.5;
}
.common-btn:hover {
    background-color: #BF892D;
    border-color: #BF892D;
    color: #fff;
}
.golden-btn {
    background-color: #BF892D;
    border-color: #BF892D;
    color: #fff;  
}
.common-arrow:after {
	display: none;
}
.common-arrow {
    width: 24px;
}
.common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(46%) saturate(644%) hue-rotate(359deg) brightness(105%) contrast(91%);
}
.circle-arrow {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid #BF892D;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.circle-arrow svg {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
}
.circle-arrow svg rect {
    fill: none;
    stroke: #fff;
    stroke-width:1.5;
}
.circle-arrow img {
	width: 11px;
}
.circle-arrow:hover img {
    filter: brightness(10);
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}




