* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #B10F23;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Riope-Regular';
    font-size: 6.8rem;
    line-height: normal;
}
h2 {
    color: #121212;
    font-family: 'Riope-Regular';
    font-size: 4.8rem;
    line-height: normal;
}
h3 {
    color: #B10F23;
    font-family: 'Riope-Regular';
    font-size: 3.6rem;
    line-height: normal; 
}
h4 {
    color: #121212;
    font-family: 'Riope-Regular';
    font-size: 2.8rem;
    line-height: normal;
}
h5 {
    color: #fff;
    font-family: 'Riope-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 25px; 
    letter-spacing: 0.32px;
}
p {
    color: #121212;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 25px; 
    letter-spacing: 0.32px;
    margin-bottom: 25px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
    margin-bottom: 25px;
}
li {
    position: relative;
    padding-left: 30px;
}
li::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #B10F23;
    border-radius: 100%;
    background-image: url(../images/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
}
.common-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: #F7F7F7;
    border-radius: 90px;
    padding: 17px 43px 17px 23px;
    border: 0;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn strong {
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.common-btn::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 52%;
    transform: translateY(-50%);
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::before {
    content: "";
    width: calc(100% - 25px);
    height: calc(100% - 6px);
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #B10F23;
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    color: #fff;
}
.common-btn:hover::before {
    width: calc(100% - 6px);
}
.common-btn:hover::after {
    right: 23px;
    filter: brightness(0) invert(1);
}
.white-btn {
    background-color: #fff;
}
.txt-btn {
    position: relative;
    color: #B10F23;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: normal;
    padding-right: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    width: 13px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 6px;
    background-image: url(../images/txt-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    text-decoration: underline;
    color: #B10F23;
}
.txt-btn:hover::after {
    right: 0;
}
.common-arrow {
    width: 61px;
    height: 61px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #B10F23;
    border-color: #B10F23;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

