* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #222;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #00709A;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Anybody-SemiBoldItalic';
    font-size: 7.4rem;
    line-height: normal;
    text-transform: uppercase;
}
h2 {
    color: #222;
    font-family: 'Anybody-SemiBoldItalic';
    font-size: 4.8rem;
    line-height: normal;
    text-transform: uppercase;
}
h3 {
    color: #222;
    font-family: 'Anybody-MediumItalic';
    font-size: 3.6rem;
    line-height: normal;
    text-transform: uppercase;
}
h4 {
    color: #222;
    font-family: 'Anybody-MediumItalic';
    font-size: 2.4rem;
    line-height: normal;
}
h5 {
    color: #fff;
    font-family: 'Anybody-MediumItalic';
    font-size: 2rem;
    line-height: normal;
}
h6 {
    color: #fff;
    font-family: 'Anybody-MediumItalic';
    font-size: 1.6rem;
    line-height: normal;
}
p {
    color: #222;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
li {
    color: #222;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 9px;
    position: relative;
    padding-left: 22px;
}
li::after {
    content: "";
    width: 13px;
    height: 13px;
    background-size: 13px;
    background-image: url(../images/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 5px;
}
.common-btn {
    position: relative;
    display: inline-flex;
    border: 1px solid #222;
    color: #222;
    background-color: #F4F4F4;
    padding: 11px 16px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    transition: 0.5s  cubic-bezier(.645, .045, .355, 1);
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.common-btn strong {
    position: relative;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    color: transparent;
    border-radius: 100%;
    transition: 0.5s cubic-bezier(.645, .045, .355, 1);
}
.common-btn strong::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00709A;
    border-radius: 100%;
    transition: 0.5s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}
.common-btn strong::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    top: 6px;
    transition: 0.5s cubic-bezier(.645, .045, .355, 1);
}
.common-btn:hover strong {
    background-color: #F6F8FA;
}
.common-btn:hover {
    color: #F6F8FA;
    border-color: #00709A;
}
.common-btn:hover strong::before {
    top: 50%;
    left: 75%;
    transform: translate(-50%, -75%) scale(37);
}
.common-btn:hover strong::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(6363%) hue-rotate(173deg) brightness(98%) contrast(100%);
}
.white-bg-btn {
    background-color: #fff;
}
.blur-btn {
    background-color: rgba(246, 248, 250, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    border-color: #fff;
}
.white-fill-btn {
    color: #fff;
    border-color: #fff;
    background-color: rgba(246, 248, 250, 0.1);
    backdrop-filter: blur(10px);
}
.white-fill-btn strong {
    background-color: #fff;
}
.white-fill-btn strong::after {
    filter: brightness(0);
}
.white-fill-btn strong::before {
    background-color: #fff;
}
.white-fill-btn:hover strong {
    background-color: #00709A;
}
.white-fill-btn:hover {
    color: #222;
    border-color: #fff;
}
.white-fill-btn:hover strong::after {
    filter: brightness(10);
}
.blue-btn {
    background-color: #00709A;
    border-color: #00709A;
    color: #fff;
}
.blue-btn strong {
    background-color: #fff;
}
.blue-btn strong::before {
    background-color: #fff;
}
.blue-btn strong::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(6363%) hue-rotate(173deg) brightness(98%) contrast(100%);
}
.blue-btn:hover {
    border-color: #fff;
    color: #222;
}
.blue-btn:hover strong {
    background-color: #00709A;
}
.blue-btn:hover strong::after {
    filter: brightness(10);
}
.txt-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.txt-btn:after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    right: 0;
    top: 6px;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center center;
}
.common-arrow {
    height: 51px;
    width: 51px;
    background-color: #222;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #00709A;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: rgba(0, 112, 154, 0.20);
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
    width: 42px;
    opacity: 1;
    border-radius: 10px;
    background-color: #00709A;
}
