@font-face {
	font-family: 'Halvar Breitschrift';
	src: url("./../fonts/halvarbreit-bd-webfont.woff2") format("woff2"), url("./../fonts/halvarbreit-bd-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #292D2C;
	font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Halvar Breitschrift', serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	min-height: 100vh;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: flex;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #292D2C;
	text-decoration: none;
	transition: color .3s linear;
}

a:visited {
	color: #292D2C;
}

a:hover, a:focus, a:active {
	color: #292D2C;
	transition: color .3s linear;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.green-btn, .footer-cookie-bar-btn, .success-link, .footer-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #285D4E;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 14px 39px;
	transition: background .3s linear;
	cursor: pointer;
	border: none;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.green-btn:hover, .footer-cookie-bar-btn:hover, .success-link:hover, .footer-btn a:hover {
	transition: background .3s linear;
	background: #598B7D;
	color: #FFF;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.green-btn:visited, .footer-cookie-bar-btn:visited, .success-link:visited, .footer-btn a:visited {
	color: #FFF;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.green-btn:active,
.green-btn:focus, .footer-cookie-bar-btn:active, .footer-cookie-bar-btn:focus, .success-link:active, .success-link:focus, .footer-btn a:active, .footer-btn a:focus {
	background: #1F5445;
	transition: background .3s linear;
	color: #FFF;
}

@media screen and (max-width: 650px) {
	.green-btn, .success-link, .submit-btn {
		width: 100%;
		padding: 19px;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/
.mobile-landing-wrapper {
	width: 100%;
}

.mobile-landing-wrapper .mobile-landing-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 550px;
	margin: 0 auto;
}

.mobile-landing-wrapper .first-screen {
	background: url(../assets/first_screen.png);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 40px;
}

.mobile-landing-wrapper .first-screen .label-wrapper {
	text-align: center;
}

.mobile-landing-wrapper .first-screen .label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 40px;
	border: 1px solid #48484B;
	background: #181819;
	color: #FFF;
	text-align: center;
	font-family: 'Inter';
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.11px;
	margin: 0 auto 40px auto;
}

.mobile-landing-wrapper .first-screen .label span {
	color: #FFDF2A;
}

.mobile-landing-wrapper .first-screen h1 {
	text-align: center;
	margin: 0;
	margin-bottom: 86px;
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	/* 45.6px */
	letter-spacing: -2px;
	text-transform: uppercase;
}

.mobile-landing-wrapper .first-screen h1 span {
	display: inline-flex;
	background: #F64933;
	padding: 3px 7px;
}

.mobile-landing-wrapper .first-screen .cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 50px;
}

.mobile-landing-wrapper .first-screen .cards-wrapper .card {
	width: calc(50% - 6px);
	padding: 10px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(3.5px);
}

.mobile-landing-wrapper .first-screen .cards-wrapper .card svg {
	display: flex;
	margin-bottom: 10px;
}

.mobile-landing-wrapper .first-screen .cards-wrapper .card .deskr {
	color: #FFF;
	font-family: 'Inter';
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.13px;
}

.mobile-landing-wrapper .first-screen .cards-wrapper .card .deskr span {
	color: #FFDF2A;
}

.mobile-landing-wrapper .speakers-section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../assets/speakers.png);
	background-size: cover;
}

.mobile-landing-wrapper .speakers-section .img-row {
	display: flex;
	gap: 12px;
	margin-bottom: 60px;
}

.mobile-landing-wrapper .speakers-section .img-row .item {
	width: calc(50% - 6px);
}

.mobile-landing-wrapper .speakers-section .img-row .item img {
	margin: 0;
	display: flex;
	margin-bottom: 16px;
}

.mobile-landing-wrapper .speakers-section .img-row .item .name {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.mobile-landing-wrapper .speakers-section .img-row .item .position {
	color: #B3B3B3;
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.mobile-landing-wrapper .speakers-section .white-cards {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.mobile-landing-wrapper .speakers-section .white-cards .white-card {
	display: flex;
	align-items: center;
	gap: 12px;
	border-radius: 8px;
	background: #FFF;
	backdrop-filter: blur(3.5px);
	padding: 16px;
}

.mobile-landing-wrapper .speakers-section .white-cards .white-card .number {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #F64933;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.mobile-landing-wrapper .speakers-section .white-cards .white-card .text {
	color: #181819;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.16px;
}

.mobile-landing-wrapper h2 {
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 24px;
}

.mobile-landing-wrapper h2 span {
	color: #FFDF2A;
}

.mobile-landing-wrapper .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 19px 24px;
	border-radius: 8px;
	background: #F64933;
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}

.mobile-landing-wrapper .button svg {
	display: flex;
}

.mobile-landing-wrapper .dot-section {
	padding-top: 175px;
	padding-bottom: 40px;
	background: url(../assets/dot-bg.png) top center no-repeat;
	background-size: cover;
}

.mobile-landing-wrapper .dot-section h2 {
	margin-bottom: 20px;
}

.mobile-landing-wrapper .dot-section .deskr {
	margin-bottom: 25px;
	color: #C0C0C0;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.16px;
}

.mobile-landing-wrapper .dot-section .deskr span {
	color: #FFF;
}

.mobile-landing-wrapper .dot-section .button {
	margin-top: 35px;
}

.mobile-landing-wrapper .red-title {
	color: #F64933;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 18.2px */
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.mobile-landing-wrapper .pattern-section {
	padding-top: 80px;
	padding-bottom: 40px;
	background: url(../assets/pattern-bg.png) top center no-repeat;
	background-size: cover;
}

.mobile-landing-wrapper .pattern-section h2 {
	margin-bottom: 24px;
}

.mobile-landing-wrapper .pattern-section .deskr {
	color: #C0C0C0;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 0;
	line-height: 130%;
	letter-spacing: -0.16px;
	margin-bottom: 30px;
}

.mobile-landing-wrapper .pattern-section .deskr span {
	color: #FFF;
}

.mobile-landing-wrapper .pattern-section .deskr span.italic {
	font-style: italic;
}

.mobile-landing-wrapper .pattern-section .cards-row {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 30px;
}

.mobile-landing-wrapper .pattern-section .cards-row .card {
	width: calc(50% - 6px);
	border-radius: 8px;
	backdrop-filter: blur(3.5px);
	padding: 20px 14px;
}

.mobile-landing-wrapper .pattern-section .cards-row .card .card-title {
	margin-bottom: 10px;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 13.2px */
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.mobile-landing-wrapper .pattern-section .cards-row .card .card-deskr {
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	letter-spacing: -0.12px;
}

.mobile-landing-wrapper .pattern-section .cards-row .card.green {
	border: 1px solid #0BEDAD;
	background: rgba(11, 237, 173, 0.06);
}

.mobile-landing-wrapper .pattern-section .cards-row .card.green .card-title {
	color: #0BEDAD;
}

.mobile-landing-wrapper .pattern-section .cards-row .card.green .card-deskr {
	color: #FFF;
}

.mobile-landing-wrapper .pattern-section .cards-row .card.red {
	border: 1px solid #F64933;
	background: rgba(246, 73, 51, 0.06);
}

.mobile-landing-wrapper .pattern-section .cards-row .card.red .card-title {
	color: #F64933;
}

.mobile-landing-wrapper .pattern-section .cards-row .card.red .card-deskr {
	color: #C0C0C0;
}

.mobile-landing-wrapper .pattern-section .blockqoute {
	padding-left: 20px;
	border-left: 4px solid #F64933;
	color: #FFF;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 0;
	line-height: 130%;
	letter-spacing: -0.16px;
	margin-bottom: 60px;
}

.mobile-landing-wrapper .pattern-section .blockqoute span {
	color: #FFDF2A;
}

.mobile-landing-wrapper .text-left {
	text-align: left;
}

.mobile-landing-wrapper .stream-section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../assets/stream-bg.png) top center no-repeat;
	background-size: cover;
}

.mobile-landing-wrapper .stream-section h2 {
	margin-bottom: 30px;
}

.mobile-landing-wrapper .stream-section .cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mobile-landing-wrapper .stream-section .cards-wrapper .card {
	width: calc(50% - 6px);
	border-radius: 8px;
	background: #FFF;
	backdrop-filter: blur(3.5px);
	padding: 16px;
}

.mobile-landing-wrapper .stream-section .cards-wrapper .card.lg {
	width: 100%;
}

.mobile-landing-wrapper .stream-section .cards-wrapper .card .number {
	color: #F64933;
	leading-trim: both;
	text-edge: cap;
	font-family: "Halvar Breitschrift";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.mobile-landing-wrapper .stream-section .cards-wrapper .card .title {
	color: #181819;
	font-family: 'Inter';
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.13px;
	margin-bottom: 12px;
}

.mobile-landing-wrapper .stream-section .cards-wrapper .card .deskr {
	color: #181819;
	font-family: 'Inter';
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.13px;
}

.mobile-landing-wrapper .for-whom-section {
	background: #181819;
	padding-top: 40px;
	padding-bottom: 40px;
}

.mobile-landing-wrapper .for-whom-section h2 {
	margin-bottom: 24px;
}

.mobile-landing-wrapper .for-whom-section .check-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile-landing-wrapper .for-whom-section .check-row:not(:last-child) {
	margin-bottom: 16px;
}

.mobile-landing-wrapper .for-whom-section .check-row svg {
	flex-shrink: 0;
	display: flex;
}

.mobile-landing-wrapper .for-whom-section .check-row .text {
	color: #C0C0C0;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.16px;
}

.mobile-landing-wrapper .for-whom-section .check-row .text span {
	color: #FFF;
}

.mobile-landing-wrapper .footer {
	padding-top: 40px;
	padding-bottom: 56px;
	background: url(../assets/footer.png) top center no-repeat;
	background-size: cover;
}

.mobile-landing-wrapper .footer .red-title {
	text-align: center;
}

.mobile-landing-wrapper .footer h2 {
	margin-bottom: 24px;
}

.mobile-landing-wrapper .footer .deskr {
	color: #FFF;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.16px;
	margin-bottom: 40px;
}

.mobile-landing-wrapper .footer .deskr strong {
	font-weight: 700;
}

/*# sourceMappingURL=style.css.map */