* {
	font-family: Montserrat;
}
html {
	font-size: 14px;
}
body {
	color: #1f2d3d;
}
.text-regular {
	font-weight: normal;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
p {
	line-height: 200%;
}
h1 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(2.5rem * 1.4);
}
h2 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(2rem * 1.4);
}
h3 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(1.75rem * 1.4);
}
h4 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(1.5rem * 1.4);
}
h5 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(1.25rem * 1.4);
}
h6 {
	font-family: Metropolis;
	font-weight: bold;
	margin-bottom: calc(1rem * 1.4);
}

.section .content {
    position: relative;
    display: flex;
}
.bg-content {
    width: 100%;
    position: absolute;
    z-index: -1;
}
.bg-content img {
    width: 100%;
    object-fit: cover;
}
.button-image {
    border: none;
    background: none;
}
.section .block-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
}
.object-full {
    width: 100%;
    height: 100%;
    position: absolute;
}
.metropolis {
	font-family: Metropolis;
	font-weight: regular;
}