:root {
	--farge-bg: #002169;
	--farge-txt: #fff;
	--farge-btn-bg: #BEDFEC;
	--farge-btn-txt: #333333;
	--farge-em: #BEDFEC;
}

@font-face {
	font-family: 'OBOSDisplay';
	src: url('../fonts/OBOSDisplay-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OBOSDisplay';
	src: url('../fonts/OBOSDisplay-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OBOSText';
	src: url('../fonts/OBOSText-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box
}

body {
	background: var(--farge-bg);
	margin: 0;
	padding: 0;
	color: var(--farge-txt);
	font-family: "OBOSText", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13.5px;
	line-height: 1.2;
}

h1,
h2 {
	color: var(--farge-txt);
	font-weight: 700;
	margin: 0;

	em {
		color: var(--farge-em);
		font-style: normal;
	}
}

p {
	margin: 0
}


.button {
	color: var(--farge-btn-txt);
	font-family: "OBOSText-Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	background-color: var(--farge-btn-bg);
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center
}

*,
*::before,
*::after {
	box-sizing: border-box
}

body {}

.main-wrapper {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 320px
}

.badge {
	position: absolute;
	left: 162px;
	top: -15px;
	width: 93px;
	z-index: 100
}

.image-wrapper {
	height: 250px;
	left: 160px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 1
}

.image-wrapper img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.tags {
	position: absolute;
	left: 13px;
	top: 15px;
	display: flex;
	align-items: flex-start;
	z-index: 4;
	z-index: 10
}

.tags img {
	height: 20px
}

.tags img+img {
	margin-left: 7px
}

.text-wrapper {
	background-color: var(--farge-bg);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 205px;
	z-index: 2
}

.text-wrapper h1 {
	left: 13px;
	top: 62px;
	position: absolute;
	font-size: 20px;
	line-height: 1.2;
	width: 320px
}

.text-wrapper p {
	left: 13px;
	top: 141px;
	position: absolute;
	/* font-size: 14px; */
	line-height: 1.2;
	/* letter-spacing: 0.03em; */
	width: 185px;
}

.text-wrapper .text01 {
	position: absolute;
	left: 0px;
	top: 0px
}




.text-wrapper .button {
	position: absolute;
	left: 13px;
	top: 205px;
	font-size: 12px;
	width: 82px;
	height: 33px;
	text-align: center
}

.text-wrapper .logo {
	position: absolute;
	left: 103px;
	top: 214px;
	width: 90px
}