@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    text-shadow: none;
}
body,
p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 174%;
    letter-spacing: 0.01em;
    color: #000000;
}
.pagination,
.default-max-width,
.container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    width: 100%;
}
.container-fluid {
    max-width: 1920px;
    padding: 0;
    margin: 0 auto;
}
h1.entry-title,
h1, .h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 119%;
    letter-spacing: 0.03em;
    color: #000000;
}
h2, .h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
}
h3, .h3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.01em;
}
h4, .h4 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;    
    letter-spacing: 0.01em;    
    color: #000000;
}
h5, .h5, h6, .h6 {
    font-family: 'Work Sans';
    line-height: 120%;    
    letter-spacing: 0.01em;    
    color: #000000;
}
a {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 174%;
    letter-spacing: 0.01em;
    color: #000000;
    stroke: unset
}
a:hover {
    color: #7B7B7B;
}
a.link {
    padding-right: 23px;
    position: relative;
}
a.link:hover {
    color: inherit;
}
a.link.white {
    color: #ffffff;
}
a.link:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    background-image: url(../svg/icon-left-chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .6s cubic-bezier(0.165,0.840,0.440,1.000);
}
a.link.white:after {
    background-image: url(../svg/icon-left-chevron-white.svg);
}
a.link:hover:after {
    transform: translate3d(4px,0,0);
}

@media only screen and (max-width: 767px) {    
    h1.entry-title,
    h1, .h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {    
    h1.entry-title,
    h1, .h1 {
        font-size: 40px;
        line-height: 120%;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 37px;
    }
}