.common-btn, a {
    transition: .5s;
}
a, a:hover {
    text-decoration: none;
}
/* h1, h2, h3 {
    font-family: Prata-Regular;
} */
a, h2, h3, h4 {
    color: #002D4C;
}
h1, h5 {
    color: #fff;
}
h1, h2, h6 {
    line-height: normal;
}
.common-btn strong, .common-btn::after {
    position: absolute;
    background-color: #DFBC49;
}
.common-btn:hover, .dark-btn:hover, .white-btn:hover {
    border-color: #DFBC49;
}
*, :focus {
    outline: 0!important;
}
a {
    -webkit-transition: .5s;
}
a:hover {
    color: #DFBC49;
}
section {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 4.8rem;
    font-family: 'WarowniaBd';
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}
h1 strong {
    color: #002D4C;
    font-weight: 400;
}
h2 {
    font-size: 4.8rem;
    font-family: 'WarowniaBd';
    color: #002D4C;
    line-height: 56px;
}
h2 strong {
    color: #002D4C;
    font-weight: 400;
    background-color: #DFBC49;
    border-radius: 5px;
    padding: 0px 5px;
}
h3 {
    font-family: 'WarowniaBd';
    font-size: 3.2rem;
    line-height: normal;
}
h4 {
    font-family: LamaSans-SemiBold;
    color: #002D4C;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: .24px;
}
h5, h6 {
    font-family: LamaSans-Bold;
}
h5 {
    font-size: 1.6rem;
    line-height: 24px;
}
h6 {
    color: rgba(255, 255, 255, .5);
    font-size: 1.4rem;
}
li, p {
    font-family: LamaSans-Medium;
    letter-spacing: .32px;
    color: #002D4C;
    font-size: 1.6rem;
}
p {
    line-height: 24px;
    margin-bottom: 20px;
}
ul {
    margin-bottom: 17px;
}
li {
    line-height: 27px;
}
li::marker {
    color: #DFBC49;
    font-size: 1.5rem;
}
.common-btn {
    font-family: LamaSans-Medium;
    border: 1px solid #002D4C;
    padding: 10px 50px 10px 18px;
    color: #002D4C;
    font-size: 1.6rem;
    line-height: 24px;
    -webkit-transition: .5s;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    position: relative;
    border-radius: 51px;
    background-color: transparent;
    cursor: pointer;
}
.common-btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: inset(1.5rem 2rem 1.5rem calc(100% - 0rem) round 4.25rem);
    transition: .5s;
    -webkit-transition: .5s;
}
.common-btn:hover {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}
.common-btn:hover::after {
    clip-path: inset(0 round 4.25rem);
}
.common-btn strong {
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 21px;
    height: 21px;
    content: "";
    transition: .5s;
    -webkit-transition: .5s;
    overflow: hidden;
    border-radius: 100%;
    color: transparent;
    z-index: 1;
}
.common-btn strong::after, .common-btn strong::before {
    content: "";
    height: 10px;
    width: 5px;
    background-image: url("../images/btn-arrow-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: 1;
    opacity: 0;
}
.common-btn strong::after {
    background-image: url("../images/btn-arrow-white.svg");
    opacity: 1;
}
.common-btn strong::before {
    left: -100%;
}
.common-btn em {
    position: relative;
    z-index: 1;
    font-style: normal;
}
.common-btn:hover strong, .dark-btn:hover strong, .white-border-btn strong {
    background-color: #fff;
}
.dark-btn, .white-border-btn:hover strong {
    background-color: #002D4C;
}
.common-btn:hover strong::before {
    opacity: 1;
    left: 50%;
}
.common-btn:hover strong::after {
    left: 110%;
}
.dark-btn {
    border-color: #002D4C;
    color: #fff;
}
.white-border-btn:hover {
    color: #002D4C;
    border-color: #fff;
}
.white-btn {
    background-color: #002D4C;
    border-color: #002D4C;
    color: #fff;
}
.white-border-btn:hover::after {
    background-color: #DFBC49;
}
.white-btn:hover strong {
    background-color: #fff;
}
.white-border-btn {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.white-border-btn strong::after {
    background-image: url("../images/btn-arrow-black.svg");
}
.white-border-btn strong::before {
    background-image: url("../images/btn-arrow-white.svg");
}
.blur-btn {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    color: #fff;
}
.common-arrow {
    height: 46px;
    width: 46px;
    border-radius: 100%;
    border: 1px solid #002D4C;
    background-color: #002D4C;
    transition: .5s;
    -webkit-transition: .5s;
}
.common-arrow:after {
    display: none;
}
.common-arrow img {
    width: 6px;
    filter: brightness(0) invert(1);
}
.common-arrow:hover {
    background-color: #DFBC49;
    border-color: #DFBC49;
}
.common-arrow:hover img {
    filter: none;
}
.common-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.common-wrap {
    padding-left: 12px;
    padding-right: 12px;
}