/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}[hidden],template {
	display: none
}

html {
	box-sizing: border-box
}

*,:after,:before {
	box-sizing: inherit
}

.cf:after {
	clear: both;
	content: "";
	display: block
}
        

body {
	background-color: #f7f7f7;
	color: #95989a;
	font-family: Proxima Nova,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: .02rem;
	line-height: 1.2;
	text-align: center
}

.home,body {
	overflow-x: hidden
}

.home h1 {
	font-family: "Afterall Serif",Proxima Nova,Helvetica Neue,Arial,sans-serif
}

.home p {
	font-family: Proxima Nova,Arial,Verdana,Helvetica,"Sans-Serif"
}

.home a {
	text-decoration: none
}

.home .top-nav-menu-container {
	position: absolute;
	top: 25px;
	right: 20px;
	display: none
}

@media (min-width:990px) {
	.home .top-nav-menu-container {
		display: block
	}
}

.home .top-nav-menu__form {
	margin-top: -5px
}

.home .top-nav-menu__button {
	outline: none;
	color: #3b435c;
	padding: 0;
	border: none;
	background: none
}

.home .top-nav-menu__button:hover {
	cursor: pointer;
	color: #656eff
}

.home .hamburger-menu-container {
	position: absolute;
	display: flex;
	align-items: center;
	top: 25px;
	right: 20px
}

@media (min-width:990px) {
	.home .hamburger-menu-container {
		display: none
	}
}

.home .hamburger-menu__button {
	margin-left: 1rem
}

.home .learn-more-arrow {
	fill: #6573fe
}

.home .extension-popup-home-container {
	position: absolute;
	top: 2.5rem;
	left: 2.5rem;
	display: none
}

@media (min-width:600px) {
	.home .extension-popup-home-container {
		display: block
	}
}

.home__error-notification {
	color: #8f0c12;
	background: #ffe3e3;
	border-bottom: 2px solid #8f0c12;
	padding: .75rem
}

.home__error-notification p {
	margin: 0;
	font-size: 14px
}

.home__section {
	align-items: flex-start;
	justify-content: center;
	display: flex;
	height: calc(100vh - 8.5rem);
	padding: 1em 2em
}

@media (min-width:600px) {
	.home__section {
		height: 95vh
	}
}

.home__section__search {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	background: #fafaff;
	min-height: 400px;
	padding-top: 31vh;
	border-top: 2px solid #6573ff
}

.home__section__search h1 {
	font-family: Proxima Nova,sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	margin: 22px 0;
	color: #7f869f
}

@media (min-width:990px) {
	.home__section__search h1 {
		font-size: 22px
	}
}

.home__section__search b {
	font-family: Proxima Nova Semibold,sans-serif;
	color: #6573fe;
	font-weight: 500
}

.home__section__search .search-form__form {
	margin-left: auto;
	margin-right: auto
}

.home__section__learn-more {
	position: absolute;
	left: 50%;
	margin-left: -3.25rem;
	bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.home__section__learn-more .learn-more-text {
	font-family: Proxima Nova SemiBold,sans-serif;
	color: #6573fe;
	font-weight: 500
}

.home__section__learn-more .learn-more-text:hover {
	cursor: pointer
}

.home__section__learn-more .learn-more-arrow {
	margin-top: 4px
}

.home__section__learn-more .learn-more-arrow:hover {
	cursor: pointer
}

.home__section__learn-more-separator {
	overflow-x: hidden;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -40rem
}

.home__section__learn-more-separator svg {
	position: relative;
	left: 50%;
	transform: translate(-50%) scaleY(0);
	animation-timing-function: ease-in-out;
	animation-delay: 2s;
	animation-duration: .75s;
	animation-name: learnMoreSeparator;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	transform-origin: top;
	top: -2px;
	transition: transform .75s ease-in-out;
	-webkit-transform: translate(-50%) scaleY(0);
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: .75s;
	-webkit-animation-name: learnMoreSeparator;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform-origin: top;
	-webkit-top: -2px;
	-webkit-transition: transform .75s ease-in-out
}

.home__section__learn-more-separator svg path {
	fill: #fafaff
}

.home__section__search-container {
	width: 100vw;
	max-width: 568px;
	transform: scale(.75)
}

@media (min-width:990px) {
	.home__section__search-container {
		transform: scale(1)
	}
}

@media (max-height:810px) {
	.home__section__search-container {
		transform: scale(.75)
	}
}

.home__section__search-logo-container {
	position: relative;
	display: inline-block
}

.home__section__search-logo {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='62.75'%3E%3Cpath fill='%23374677' d='M231.74 28.56a7.37 7.37 0 0 1-2.21-.35l.06 2.09a11.68 11.68 0 0 0 4.42.82c5.46 0 9.12-3.14 9.12-7.67 0-4.36-3.66-8.17-9.88-8.17-8.54 0-13.83 7-13.83 15.37 0 8.14 5 13.13 12.55 13.13 5.87 0 9.65-2.78 11-4.41l-.58-2.15a11.16 11.16 0 0 1-6.39 2.09c-4.36 0-8.66-2.09-8.66-10.4 0-7 2.21-11 5.41-11 2.15 0 3.72 1.57 3.72 4.82 0 3.95-1.86 5.81-4.71 5.81M68.7 27.24L61 29.51c-4.42 1.34-6.68 3.66-6.68 7.26 0 3.84 3 7 7.72 7 4.19 0 6.74-1.86 8-3.55.41 1.74 1.75 3.6 5.06 3.6 2.67 0 4.5-.75 6-2.55l-.7-1.57a1.51 1.51 0 0 1-1.13.46c-1 0-1.68-.52-1.68-1.91V22.6c0-5-3.55-7.36-9.59-7.36-7.15 0-12.84 3.35-12.84 7.07 0 1.91 1.51 3 3.49 3a7.18 7.18 0 0 0 1.25-.13A2.74 2.74 0 0 0 62 22.5v-1.18c0-2.15.93-3.26 3.61-3.26 2.38 0 4.3 1.05 4.3 4.54v3.25c0 .93-.29 1.16-1.22 1.39m1.22 8.89c0 2.33-1.46 3.55-3.66 3.55-2.45 0-4.19-1.4-4.19-4 0-2.27 1.28-4.07 4-5.23l3.84-1.51z'/%3E%3Cpath fill='%23374677' d='M209 38.24l-8.07-.12c-1.92-.06-3.14-.76-3.14-2.56a3.57 3.57 0 0 1 .76-1.91 16.47 16.47 0 0 0 5.34.81c7.9 0 12.38-4.36 12.38-9.59a8.71 8.71 0 0 0-4.3-7.44l-.52-.3a7.77 7.77 0 0 0-.9-.48l-.44-.2a13.68 13.68 0 0 0-2.37-.72l-.33-.06c.7-1.12 3.52-6.44 6.47-7.46 1.07-.37 1.81.12 3 1.16.78.7 1.43 1.82 3.29 1.82s4.17-1.93 4.17-4-.53-4.78-5.21-4.78c-6.53 0-10.74 6.76-13.12 11.41 0 0-.57 1.19-.71 1.54-.45 0-.9-.05-1.37-.05-7.84 0-12.32 4.42-12.32 9.53a8.85 8.85 0 0 0 5.06 8c-1.57 1.46-4 3.44-4 5.58a5.12 5.12 0 0 0 2.19 4.36 8.3 8.3 0 0 0 2.69 1.22 23.25 23.25 0 0 0 3.89.6l4.53.17c3.55.12 5.93 1.05 5.93 4.07 0 3.54-4 5.64-9.53 5.64-4.47 0-7.84-1.69-7.84-4.88a4.47 4.47 0 0 1 2.39-3.93c-1.24-.44-2.35-.88-3.29-1.14-2.8 1.29-4 3.15-4 5.41 0 3.84 4.12 7 11.62 7 10.86 0 17.14-5.58 17.14-11.39 0-5.12-3.9-7.27-9.42-7.32m-5.05-20.57c3.54 0 4.65 2.84 4.65 7.2s-1.11 7.27-4.65 7.27-4.59-2.85-4.59-7.27 1.05-7.2 4.59-7.2M35.38 37.35c0 3.14 2 6.45 7.67 6.45a9.69 9.69 0 0 0 9-5.52l-1.46-1.16a5.41 5.41 0 0 1-4.24 2.27c-1.86 0-3.31-1-3.31-3.14V20h7.55v-2.79H43V9.06h-2.68c-.29 3.42-3.84 8.49-8.66 8.73V20h3.72zM9.55 30.78c.12-.65.16-2.05-.44-2.51A2.3 2.3 0 0 0 8 27.74c-4.77-.64-8.08 7.82-4.5 11.5 2.28 2.35 5.38 4.22 11.12 4.56 10 .6 15.8-5.21 16.2-11.88.38-6.2-4.21-9.22-10.48-12.56l-4.24-2.07c-3.61-2-5.48-3.65-5.35-6.9.33-4.41 4-6.64 8-6.22 3.58.38 3.83 2.45 3.72 5.17L22.32 12a1.86 1.86 0 0 0 1.74 2c2.44.15 5.36-1 5.55-4.15.21-3.59-1.89-7.49-10.59-8-9.4-.61-15.19 4.75-15.54 10.6-.3 4.93 2.19 8.11 7.94 11.19l4.52 2.26c4.4 2.42 7 4.39 6.72 8.57s-2.32 7.34-7.52 6.8-5.72-5.15-5.83-6.88a8.81 8.81 0 0 1 0-.89 19.18 19.18 0 0 1 .26-2.72m77.35-8.64v15.47c0 2.44-.41 3.37-2.74 3.37h-1v2.32h15.8V41h-1.2c-2.38 0-3.25-.93-3.25-3.37V23a33.12 33.12 0 0 1 4.06-3 4.09 4.09 0 0 0 4.25 3.66 4.19 4.19 0 0 0 4.16-4.14c0-2.26-1.63-4.24-4.65-4.24-2.21 0-5.52 1.57-7.9 4.88V20c0-2.21-1.57-4.48-5.35-4.48a19.11 19.11 0 0 0-6.5 1.28v2.15a7.19 7.19 0 0 1 1.51-.17c2 0 2.85 1.33 2.85 3.37m36.59 17.24c-1.86 0-3.31-1-3.31-3.14V20h7.55v-2.8h-7.55V9.06h-2.68c-.29 3.43-3.83 8.49-8.66 8.73V20h3.72v17.35c0 3.14 2 6.45 7.67 6.45a9.67 9.67 0 0 0 9-5.52l-1.45-1.16a5.43 5.43 0 0 1-4.24 2.27m124.65-1.27a2.84 2.84 0 1 0 2.87 2.88 2.82 2.82 0 0 0-2.87-2.83m16.19 2.99c-2.55 0-5.53-1.29-5.53-6.57 0-4.85 1.62-6.68 3.81-6.68 1.11 0 1.54.43 1.54 1.62v1.65a3 3 0 0 0 1.87.65 2.14 2.14 0 0 0 2.34-2.12c0-1.69-2-3.27-5.61-3.27-5.2 0-8.79 3.77-8.83 9.41 0 4.81 3.12 7.93 7.94 7.93a9.53 9.53 0 0 0 6.68-2.54l-.29-1.3a7 7 0 0 1-3.92 1.22m14.69-14.72a8.34 8.34 0 0 0-8.55 8.69 8.53 8.53 0 1 0 17.06 0 8.33 8.33 0 0 0-8.51-8.69m0 15.8c-2.23 0-3.56-1.76-3.56-7.11S276.9 28 279.13 28s3.52 1.76 3.52 7.14-1.33 7.11-3.52 7.11m38.37-.37c-1.22 0-1.65-.57-1.65-2.08v-9.48c0-2.41-1.51-3.88-4.35-3.88a9.72 9.72 0 0 0-6.17 2.62c-.36-1.36-1.84-2.62-4.21-2.62a8.94 8.94 0 0 0-5.81 2.62l.1-2.62h-1.18c-1 .76-3.2 1.37-5.89 1.37v1.43h1.08c.93 0 1.22.29 1.22 1.15v9.41c0 1.51-.25 2.08-1.69 2.08h-.65v1.44h9.31v-1.44h-.51c-1.47 0-1.76-.61-1.76-2.08v-8.33c0-1.44 1.33-2.26 3-2.26s2.59.79 2.59 2.69v7.9c0 1.51-.33 2.08-1.73 2.08h-.39v1.44h9v-1.44h-.58c-1.22 0-1.65-.57-1.65-2.08v-8.33c0-1.44 1.33-2.26 3-2.26s2.55.79 2.55 2.69v7.9c0 1.51-.29 2.08-1.69 2.08h-.39v1.44H318v-1.44zM149.74 15.2a11.74 11.74 0 0 0-8.08 3.14l.17-3.14h-2c-1.57 1.22-5.12 2.21-9.47 2.21v2.32h1.74c1.51 0 2 .47 2 1.86v30.13c0 2.44-.41 3.31-2.79 3.31h-1v2.27h15.86V55h-1.51c-2.32 0-2.9-1-2.9-3.37V22.52c0-2.38 1.74-3.72 4.41-3.72 3.61 0 6.92 2.85 6.92 11.1 0 7.61-3.09 11.1-6.78 11.39-.58.05-1.05.06-1.56.06v2a17.28 17.28 0 0 0 2.06.12c8.37 0 14.3-5.75 14.3-15.22 0-8-4.88-13.07-11.33-13.07'/%3E%3Cpath fill='%23374677' d='M190.31 41.25l-.7-1.57a1.51 1.51 0 0 1-1.13.46c-1 0-1.68-.52-1.68-1.91V22.6c0-5-3.55-7.36-9.59-7.36-7.15 0-12.84 3.35-12.84 7.07 0 1.91 1.51 3 3.48 3a7 7 0 0 0 1.25-.13 2.74 2.74 0 0 0 2.18-2.7v-1.16c0-2.15.93-3.26 3.6-3.26 2.39 0 4.3 1.05 4.3 4.54v3.25c0 .93-.29 1.16-1.22 1.39l-7.67 2.27c-4.41 1.34-6.68 3.66-6.68 7.26 0 3.84 3 7 7.73 7 4.18 0 6.74-1.86 8-3.55.41 1.74 1.74 3.6 5 3.6a7 7 0 0 0 6-2.55m-11.13-5.12c0 2.33-1.45 3.55-3.66 3.55-2.44 0-4.18-1.4-4.18-4 0-2.27 1.28-4.07 4-5.23l3.83-1.51z'/%3E%3Cpath fill='%236573ff' d='M122.21 55.47c-8.2-1-22-2.55-35.81-3.35-12.5-.71-24.22-.93-29.61-.93-30.66 0-31.68.75-49.77 2.66-6.19.65-6.14 7.85.74 7.07C18 59.77 32.31 58.3 44.55 57.49 54.67 56.83 70 56 86.82 56c14.78 0 27.85.29 35.24.83a.68.68 0 1 0 .15-1.34'/%3E%3C/svg%3E") 0 50% no-repeat;
	display: block;
	margin: 0 auto 15px;
	background-size: cover;
	height: 50px;
	width: 253px
}

@media (min-width:600px) {
	.home__section__search-logo {
		height: 70px;
		width: 357px
	}
}

.home__section__search-images-text {
	position: absolute;
	bottom: 13px;
	right: 0;
	color: #6573ff
}

@media (--starptage-600) {
	.home__section__search-images-text {
		bottom: 9px
	}
}

.home__section__search-form-container {
	width: 100%
}

.home__section__story {
	background-color: #6573ff;
	color: #fff;
	height: 100%
}

.home__section__story>div {
	max-width: 960px
}

.home__section__story-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 4rem 0 14rem;
	position: relative;
	display: block
}

@media (min-width:990px) {
	.home__section__story-section {
		padding: 6rem 0 17rem
	}
}

.home__section__story-small-title {
	font-size: 18px
}

.home__section__story-title {
	font-family: "Afterall Serif",sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 1.5rem
}

@media (min-width:990px) {
	.home__section__story-title {
		font-size: 48px
	}
}

.home__section__story-description {
	font-size: 16epx;
	line-height: 1.6;
	margin-bottom: 0
}

@media (min-width:990px) {
	.home__section__story-description {
		font-size: 18px
	}
}

.home__section__story-description__highlight {
	line-height: 1.6;
	background: #2e39b3;
	padding: .3rem .5rem;
	font-size: 16epx;
	display: inline-block
}

@media (min-width:990px) {
	.home__section__story-description__highlight {
		font-size: 18px
	}
}

.home__section__tech {
	color: #6573ff;
	background: #fff;
	height: 100%;
	padding: 6em 2em 4em;
	position: relative
}

@media (min-width:990px) {
	.home__section__tech {
		padding: 11em 1em 4em
	}
}

.home__section__tech-section {
	margin-top: 4em;
	max-width: 960px;
	position: relative
}

.home__section__paper-shredder-logo {
	position: absolute;
	left: 50%;
	margin-left: -9rem;
	top: -160px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 380'%3E%3Cpath fill='%23fff' d='M16.01 198.49l68.3-34.86 29.87-13.8-3.1-55.23 159.44 16.38 1.96 62.35L338 185l27 5-6.98 6.72-24.81 21.26-38.99 40.76-5.31 1.77-108.1-19.49-120.5-26.58-31.89-5.32-12.41-3.54v-7.09z'/%3E%3Cpath d='M369.48 200.45a21.38 21.38 0 0 0-7.65-7.4l-3.83 3.67L333.21 218l-39 40.76-5.31 1.77L180.81 241l-120.5-26.56-31.89-5.32L16 205.58v-7.09l3.64-1.86-.87.11c-4.44.46-7.78 3.28-8 8a16.71 16.71 0 0 0 .52 5 6.49 6.49 0 0 0-.7.79c-5.25 6.94 1.08 16.75 7.65 20.19A40.41 40.41 0 0 0 27.6 234a8.59 8.59 0 0 0 1.75 1.31 97.21 97.21 0 0 0 56.19 12.54 8.34 8.34 0 0 0 3.24-.92c3.93.9 7.87 1.77 11.8 2.67 5.35 1.23 10.7 2.5 16 3.76 11.76 5.94 23.53 9.14 36.69 11a214.77 214.77 0 0 1 23.18 4.72 6.64 6.64 0 0 0 3.41 2l16.2 3.74a7.94 7.94 0 0 0 5.45-.53c4.17 1.09 8.35 2.15 12.52 3.24q31.83 8.36 63.51 17.27a7.77 7.77 0 0 0 5.4-.47c4.77.25 9.59-1.9 11.75-6.5a10.3 10.3 0 0 0 .82-2.67 183.73 183.73 0 0 1 59.57-53.71c10.92-6.23 22.4-17.69 14.4-31zm-193.93-46.01c.67 6 4.91 8.75 11.82 9.91a2 2 0 0 0 1.75-.51 1.94 1.94 0 0 0 1.45.78 21.36 21.36 0 0 0 5-.35 59.61 59.61 0 0 1 8.93 8.61c1.22 1.46 2.55 4.42 4.49 5.07a8.93 8.93 0 0 0 2 2c1.26 1 3-.36 3-1.72a8.66 8.66 0 0 0-.32-2.57 2 2 0 0 0 .09-1c-.84-4.93-4.19-9.08-7.49-13l-.31-.37-.83-1c4.42-3.38 7-8.36 5.76-14.25-.09-.43-.19-.87-.31-1.32a3.57 3.57 0 0 0-.11-.55c.57-2.48.47-5-1.35-6.65a8 8 0 0 0-2.38-1.37 10.14 10.14 0 0 0-7.58-4.3 1.42 1.42 0 0 1-1.52-.87 20 20 0 0 0-9.52.19 1.77 1.77 0 0 0-2.13-.8 18.59 18.59 0 0 0-11.28 12.75 17.33 17.33 0 0 0-.35 8.52 8.85 8.85 0 0 0 1.19 2.8zm4.45-13.89a1.65 1.65 0 0 0 1.57-.62 15.56 15.56 0 0 1 8.69-5.18l.2.09q4.91 1.59 9.77 3.35a23.87 23.87 0 0 1 4.13 1.44c.17.27.33.56.48.85a2 2 0 0 0-.44 1.21 43.94 43.94 0 0 0 .33 6.78 2.26 2.26 0 0 0 .51 1.16c-1 2-2.55 4.08-3.8 6-1.27 1-9.19 0-10.57-.43-5.66-1.56-8.71-6.72-9.41-12.34a2.12 2.12 0 0 0-1.72-1.83zm7.75 17.88a21.05 21.05 0 0 0 4 1.06 30.9 30.9 0 0 1-8.22-2c-.71-2.22-2.35-3.41-3.67-4.89a10.18 10.18 0 0 1-.36-1.7 2.06 2.06 0 0 0-1.4-1.82 8 8 0 0 1-.09-1.34c0-.48.06-.94.11-1.41 1.38 5.22 4.42 10.11 9.62 12.1z' fill='%236573ff'/%3E%3Cg fill='none' stroke='%23374677' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M113.05 151.09C78.5 163 51.68 184.88 17.19 197c-2.12.74-4.44 1.57-5.62 3.49a9.64 9.64 0 0 0-1 4.89l-.24 11c-.07 3.49-.11 7.15 1.51 10.24 3.49 6.65 20.27 7.52 26.77 9.08L73 243.9l67.36 16.2 134.73 32.4c4.45 1.07 9.24 2.12 13.49.41 3.26-1.32 5.68-4.07 8.08-6.64 9.14-9.8 16.13-18.19 26.61-26.54 17.47-13.91 21.43-20.26 45.3-43.48 2.79-2.72 2.12-11.95.63-17.33-.94-3.41-2.08-7.11-5-9.1-2-1.31-4.37-1.65-6.69-2-29.8-4-55.86-7.72-85.1-14.75'/%3E%3Cpath d='M275.92 258.7c8.56.26 12.08 4.29 16.68 1a13.21 13.21 0 0 0 2.39-2.45c3.67-4.45 26.58-27.47 30.24-31.92m-41.68 38.94c2.41 0 4.44 2 5.25 4.28s.68 4.75.62 7.16a104.63 104.63 0 0 0 .4 12m72.28-94.44a40.38 40.38 0 0 0-3.6 2.93l-13.86 12.2M59 214.15c7 .65 133.33 30.63 185.94 39.25M38.16 211.11c-5.14-.83-12.72-1.56-16.48-2.94a11.92 11.92 0 0 1-4.57-2.36c-1.2-1.21-1.58-3.31-.31-4.44m185.76 1.53c9.8 2.1 19.62 4.1 29.44 6.1l42.41 8.71s-3.58-70.63-4.41-106.56c-53.33-5.57-159.07-16.08-159.07-16.08-.11 15 5.2 64.61 5.27 86.25 0 .04 57.53 15.39 86.36 21.58zm55.62 31.3l4.16.13c2.11.06 4.58.32 5.65 2.13s.1 4.15-1.58 5.3a9.45 9.45 0 0 1-5.86 1.22 24.29 24.29 0 0 1-4.49-.64 4.4 4.4 0 0 1-3-1.84 3.11 3.11 0 0 1 .29-3.07 6.2 6.2 0 0 1 2.47-2c1.41-.73 4.11-1.72 5.62-1.25'/%3E%3Cpath d='M252.88 240.31a15.12 15.12 0 0 0 .29 3 2.4 2.4 0 0 0 .85.76 16.12 16.12 0 0 0 7.56 2c1.91.1 7.28-1.83 7.5-2.53a1.94 1.94 0 0 0 0-.83 35.91 35.91 0 0 1-.56-5.07M86.13 202.08a67.78 67.78 0 0 1 10.7-7m-.48.18a223.79 223.79 0 0 1 42.12 10.58m-.12.48q-4.65 4-9.62 7.66M86.5 202.56a268.14 268.14 0 0 0 38.77 9.82m148.67 5.11q9.93 1.11 19.74 3.07a126.45 126.45 0 0 1-.55 21.49v-1.59'/%3E%3Cpath d='M293.13 221.06L304 217c6-2.24 12-4.48 18.07-6.52m-206.23-28.89q-8.37-2.35-16.83-4.32m2.28.45l-36.66 10.43'/%3E%3Cpath d='M105.9 162.77a36.81 36.81 0 0 0-3.57 7.46l-2.94 7.53m206.34 10.81a7.78 7.78 0 0 0-3.9.31 7.63 7.63 0 0 0-2.43 2c-1.28 1.42-2.63 3.19-2.2 5.05s2.3 2.81 4.06 3.35a19.41 19.41 0 0 0 11.8-.22 5.7 5.7 0 0 0 2.15-1.17c1.27-1.26 1.27-3.29 1.18-5.08a3.48 3.48 0 0 0-.27-1.44 3.11 3.11 0 0 0-1.31-1.2c-3.68-2.14-8.22-2.3-12.4-1.5a2.57 2.57 0 0 0-1.17.44.94.94 0 0 0-.32 1.12'/%3E%3Cpath d='M296.67 195.39v5.75a1.66 1.66 0 0 0 .28 1.13 1.93 1.93 0 0 0 1 .51 40.65 40.65 0 0 0 13.71 1.65c1.34-.08 3.12 0 3.84-1.28 1.64-2.94.85-6.57.92-9.76m-29.55-5.7a34.36 34.36 0 0 0-3.93.05 1.73 1.73 0 0 0-1.87 2 17.86 17.86 0 0 0-.12 2.53 1.73 1.73 0 0 0 .14.75 1.41 1.41 0 0 0 .69.58 8.09 8.09 0 0 0 3.09.63c1.61.12 3.42.17 4.58-.95a5.32 5.32 0 0 0 1.26-3.49 1.2 1.2 0 0 0-.07-.68 1.13 1.13 0 0 0-.52-.42 9.46 9.46 0 0 0-6.77-.69m-91.93-53.14c-6.86.07-12.81 4.92-12.73 12.26a13.36 13.36 0 0 0 26.63 1 13.25 13.25 0 0 0-.46-5.94c-1.77-5.18-7.93-7.38-13.44-7.32z'/%3E%3Cpath d='M183.73 131.23a15.48 15.48 0 0 0-5.07 3.28c-7.4 7.16-6.41 20.56 1.75 26.76a16.59 16.59 0 0 0 11.29 3.34 59.4 59.4 0 0 0 6.19-1.32s5.53 8.72 6.49 10.19a20.07 20.07 0 0 0 4.05 4.88 5.22 5.22 0 0 0 3.3 1.33 2.58 2.58 0 0 0 2.54-2.14 4 4 0 0 0-1-2.47c-2.59-3.69-7-10.93-9.56-14.62a12.2 12.2 0 0 0 5.86-6.55c1.85-4.54 2.31-10.6-.09-15s-7.14-6.84-11.76-8-9.65-1.41-13.99.32zM121.6 56.94q-.42 25.26 0 50.51m29.99-70.88c0 14.75 0 27.46.6 44.19M169.08 10a793.43 793.43 0 0 1 2.37 107.26m23.78-100.62q-1.42 50.49.71 101m29.55-73.1q.42 21-.22 42.09M120.85 257.09q1.16 35.6 5 71m6.58-69.5l2.32 50.71c.19 4.36.39 17.65-.56 21.91m8.46-68.34q1.47 34.26.63 68.57m8.81-66.44c1.17 27.11 1.26 41.78.24 70.7m6.8-69.23a367.51 367.51 0 0 1 2.62 70m8.15-69.32c.49 25.18 1 46.81 1.47 72m6.21-70.39c.89 24.42 1.78 47.07 2.67 71.49m9.55-67.32c.09 25.4.45 47.26 1.08 72.65m6.77-72.44c0 23 2.61 51.08 2.86 74.1m6.66-70.24c1.11 28.08 1 47.73 3 73.42m8.14-72c.59 27.22 2.58 49.12 2.43 76.34m8.43-73.54c.05 27.64 1 50 3 77.54m5.28-74.55l3.28 76.92-.12-2m7.06-73.67c3.34 20 3.21 40.36 3.08 60.62l-.11 17.33m7.59-74.94c.16 25.22.95 52.21 2.39 77.39-.07-.73-.14-3.22-.21-3.95m8.73-70.91c.49 25.49 1.4 52.75 2.73 78.21m7.36-75.86A724.17 724.17 0 0 0 282.6 371'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
	background-size: cover;
	height: 280px;
	width: 280px
}

@media (min-width:990px) {
	.home__section__paper-shredder-logo {
		top: -220px;
		margin-left: -12rem;
		height: 380px;
		width: 380px
	}
}

.home__section__tech-small-title {
	color: #2e39b3;
	font-size: 18px
}

.home__section__tech-title {
	font-family: "Afterall Serif",sans-serif;
	font-size: 28px;
	color: #374677;
	margin: 1rem 0 3rem;
	font-weight: 500
}

@media (min-width:990px) {
	.home__section__tech-title {
		font-size: 48px;
		line-height: 41px
	}
}

.home__section__tech-description {
	line-height: 1.6;
	color: #374677
}

@media (min-width:990px) {
	.home__section__tech-description {
		font-size: 18px
	}
}

.home__section__set-as-home-button {
	font-family: Proxima Nova SemiBold,sans-serif;
	margin: 4em auto 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .01rem;
	border-radius: 2rem;
	padding: .85rem 1.2rem;
	border: none;
	cursor: pointer;
	max-width: 500px;
	color: #fff;
	background: #6573ff;
	transition: background .25s
}

.home__section__set-as-home-button:hover {
	background: #a3b1ff
}

@media (min-width:990px) {
	.home__section__set-as-home-button {
		display: inline-block
	}
}

.home__section__reviews {
	background: #202945;
	color: #fff;
	padding: 2em;
	height: 100%
}

.home__section__reviews-section {
	display: block;
	height: 100%;
	align-items: center
}

@media (min-width:990px) {
	.home__section__reviews-section {
		display: flex
	}
}

.home__section__reviews-section .review {
	display: flex;
	flex-direction: column
}

.home__section__reviews-section .review:first-child {
	margin: 0 auto 4em
}

.home__section__reviews-section .review:nth-child(2) {
	margin: 0 auto 2em
}

.home__section__reviews-section .text {
	font-family: "Afterall Serif",Proxima Nova,Helvetica Neue,Arial,sans-serif;
	flex: 1;
	text-align: center;
	font-size: 24px;
	line-height: 41px;
	max-width: 500px;
	padding: 0 1em
}

@media (min-width:990px) {
	.home__section__reviews-section .text {
		margin: 1em 2em
	}
}

.home__section__reviews-section .text:before {
	float: left;
	margin-right: -33px;
	padding: 0;
	transform: translateX(-2.5rem)
}

.home__section__reviews-section .text:after,.home__section__reviews-section .text:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='27' viewBox='0 0 66 54'%3E%3Cpath d='M63.09.51L66 3.79c-13.09 7.28-18.73 17.84-20.18 23.85 10.73-.37 14.91 6.55 14.91 12.92a13.09 13.09 0 0 1-12.91 12.93c-9.09 0-14.91-7.1-14.91-15.84C32.91 20 47.64 5.79 63.09.51zm-32.91 0l2.91 3.28C20 11.07 14.36 21.63 12.91 27.64c10.73-.37 14.91 6.55 14.91 12.92a13.09 13.09 0 0 1-12.91 12.93C5.82 53.49 0 46.39 0 37.65 0 20 14.73 5.79 30.18.51z' fill='%23374677'/%3E%3C/svg%3E") 0 50% no-repeat;
	height: 27px;
	width: 33px;
	content: "";
	display: block
}

.home__section__reviews-section .text:after {
	float: right;
	margin-left: -33px;
	transform: translate(2rem,.5rem) rotate(180deg)
}

.home__section__reviews-section .newspaper-logo-1,.home__section__reviews-section .newspaper-logo-2 {
	height: 100%;
	width: 100%;
	margin: auto;
	max-width: 13rem
}

.home__section .side-by-side {
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	padding: 2rem 1rem
}

@media (min-width:990px) {
	.home__section .side-by-side {
		padding: 4rem 1rem;
		flex-direction: row;
		text-align: left
	}
}

.home__section__privacy {
	display: block;
	background-color: #fff;
	color: #6573ff;
	min-height: 900px;
	height: 100%;
	padding: 3em 1em 10em
}

@media (min-width:990px) {
	.home__section__privacy {
		padding: 2em 2em 10em
	}
}

.home__section__privacy .text {
	color: #374677;
	flex: 2
}

@media (min-width:990px) {
	.home__section__privacy .text__personal {
		padding-right: 2rem
	}
}

@media (min-width:990px) {
	.home__section__privacy .text__anonymous {
		padding-left: 2rem
	}
}

@media (min-width:990px) {
	.home__section__privacy .text__bubble {
		padding-right: 2rem
	}
}

.home__section__privacy .title {
	font-family: "Afterall Serif",sans-serif;
	font-weight: 500;
	border-bottom: 2px solid #ebecf7;
	padding-bottom: 2rem;
	font-size: 1.75rem
}

@media (min-width:990px) {
	.home__section__privacy .title {
		font-size: 3rem
	}
}

.home__section__privacy .description {
	line-height: 1.6;
	font-size: 1rem
}

@media (min-width:990px) {
	.home__section__privacy .description {
		font-size: 1.125rem
	}
}

.home__section__privacy .image {
	width: 100%;
	max-width: 465px;
	height: 287px
}

@media (min-width:990px) {
	.home__section__privacy .image {
		flex: 0 0 48%
	}
}

.home__section__privacy .image__personal {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 260'%3E%3Cg fill='%23fff'%3E%3Cpath d='M157.6 101a2.32 2.32 0 0 0-.21-.72c-.11-1.61-.24-3.23-.37-4.84a2 2 0 0 0-.84-1.5 39 39 0 0 0-3.25-10.27c-.68-1.37-1.44-2.7-2.23-4a9.81 9.81 0 0 0-2.88-4.26 64.16 64.16 0 0 0-9.39-10.09 2.09 2.09 0 0 0-.82-.45 5.52 5.52 0 0 0-.4-.55 31.65 31.65 0 0 0-5.51-4.82 7.18 7.18 0 0 0-1.93-1h-.06a2.84 2.84 0 0 1-1.38.24 5.81 5.81 0 0 1-2.69-.8 3.11 3.11 0 0 1-1.39-1.62c-.4-.31-.81-.6-1.23-.88h-.39a19.94 19.94 0 0 0-3.15.19 1.79 1.79 0 0 0-1.33-.42c-1.27.11-2.26-.65-3.57-.62-1 0-2.08-.24-3.09-.18-.8-.14-1.61-.26-2.44-.35a60.65 60.65 0 0 0-9.9-.39c-2.05.12-4.58 1.16-6.77 1.53a7.38 7.38 0 0 0-3 .15l-.81.21a7.44 7.44 0 0 0-3 1.54 7.89 7.89 0 0 0-3.35.77C66.21 65.28 54.5 80.12 50.1 97a1.82 1.82 0 0 0-.46.69 35.16 35.16 0 0 0-1.9 13.07 34.33 34.33 0 0 0-.06 6.65 2.12 2.12 0 0 0 .45 1.17 19.6 19.6 0 0 0 .16 3.49 2.16 2.16 0 0 0 .25.79c0 .27 0 .53.06.81a1.93 1.93 0 0 0 .36 1c.83 6.15 3.94 12.75 7.17 17.94a41.71 41.71 0 0 0 7.19 8.28c2.47 2.27 5.57 3.39 8.07 5.51a1.86 1.86 0 0 0 .82.88c7.81 4.54 15.7 8.75 24.89 9.07a2.64 2.64 0 0 0 .45.15c4 .9 8 .32 12.09-.08a35.87 35.87 0 0 0 11.78-2.76 1.88 1.88 0 0 0 .53-.35 1.19 1.19 0 0 0 .22-.08 58.13 58.13 0 0 0 10.27-5.84c2-1.54 4.22-3 5.79-4.92a2 2 0 0 0 1.16-.51 54.7 54.7 0 0 0 17.66-31 2 2 0 0 0-.07-1.07c1.7-6.22 1.28-12.49.62-18.89zM350 43.37a28.6 28.6 0 0 0-2.64-9.88 1.69 1.69 0 0 0-1.05-1 26.23 26.23 0 0 0-2.71-4.92c-1.26-2-2.4-4.38-4.26-5.92-.08-.07-.17-.11-.25-.17l-.93-1.66a3.12 3.12 0 0 0-2.66-1.69 18.34 18.34 0 0 0-2.2-1.92c-.51-.58-1-1.17-1.52-1.76a2.93 2.93 0 0 0-2.29-1.07c-2.94-3-7.6-6.54-11.84-6.52-2.63-1.14-5.33-2.16-8-3.13a3 3 0 0 0-2.43.07 23.06 23.06 0 0 1-2.35-.77 2.82 2.82 0 0 0-2.84.41 10.71 10.71 0 0 0-1.88-.3c-4.36-.24-7.61-.22-10.92 1.17a28.51 28.51 0 0 0-5.53 1.53 47.07 47.07 0 0 0-7.7 3.98c-.62.35-1.21.73-1.79 1.12-2.89 1.77-5.85 3.55-7.88 6.24l-1.54 1.3a8.49 8.49 0 0 0-.91.7l-2.14 1.9a8.1 8.1 0 0 0-1.84 2.28 10.46 10.46 0 0 0-2 2.09A45.29 45.29 0 0 0 249.43 50a7.71 7.71 0 0 0 .08 1.75 60.87 60.87 0 0 0-.36 9.46 9 9 0 0 0 .53 2.69 6.45 6.45 0 0 0 .21 1c1.31 9.86 5 19.11 11.71 26.6a43 43 0 0 0 11.77 9.16 74.55 74.55 0 0 0 7.19 3.35c1.64.67 3.6.68 5.26 1.19a2.1 2.1 0 0 0 1.3.71 34.43 34.43 0 0 0 5.27.49h.16a2 2 0 0 0 .6.05c.76 0 1.52-.11 2.27-.18h.07a2.64 2.64 0 0 0 .76.17 23.13 23.13 0 0 0 4.35-.25h.16a14.15 14.15 0 0 0 8-.89 1.47 1.47 0 0 0 .56.05 1.75 1.75 0 0 0 .84.09c7.59-.78 15.09-4.84 21-9.48a31.82 31.82 0 0 0 8.92-10.58 2.12 2.12 0 0 0 .33-.39 59.09 59.09 0 0 0 9.46-23.07A74.89 74.89 0 0 0 351 50.17c0-1.94.65-5.3-1-6.8zm-25.83 136.19a3.75 3.75 0 0 0-.35-1.19 34.38 34.38 0 0 0-1.51-6 3.6 3.6 0 0 0-.66-1.28 17.32 17.32 0 0 0-1.37-3.45 3.26 3.26 0 0 0-.87-1.05 5.49 5.49 0 0 0-1.9-3.66l-.85-.73c.2 0-.68-1-.91-1.24a8.57 8.57 0 0 0-2.31-2 6.91 6.91 0 0 0-1.61-.69c-10.29-7.68-21.93-12.16-35-6.5-6.8 3-12.5 6.71-16.24 13.27a43.74 43.74 0 0 0-5.53 21.95 7.32 7.32 0 0 0 .26 1.93 3.3 3.3 0 0 0-.24 1.59c.63 7.77 4.11 14.58 9.4 20.26a28.13 28.13 0 0 0 14.86 8.31 3.8 3.8 0 0 0 1.45.45l4 .41a4.09 4.09 0 0 0 .5 0 3.31 3.31 0 0 0 1.66.34c8.86-.39 17.28-2.37 24.17-8.19 5.44-4.6 10.49-11.54 11.59-18.82a3.27 3.27 0 0 0 .56-1.22 36.15 36.15 0 0 0 .9-12.49zM211.07 36.73c-2.67.19-5.61.5-7.53 2.62l-.07.09a3.86 3.86 0 0 0-.79 1.18 9.33 9.33 0 0 0-.86 3.69c-.08.81-.12 1.59-.12 2.24a18.37 18.37 0 0 0-.1 10.39c.05 1 .1 2 .19 3.06a2 2 0 0 0 1 1.66 2 2 0 0 0 .58 1.27l1.91 2a2.09 2.09 0 0 0 .42.42 35.35 35.35 0 0 0-1.7 3.14 2.14 2.14 0 0 0-.2.91c-5.79 1.54-13.66 3.12-17.35 7.63-1.82 2.22-2 5.24-2.53 8q-.56 3.12-.93 6.26a52.76 52.76 0 0 0-.61 6.45 1.76 1.76 0 0 0 .51 1.4 51.19 51.19 0 0 0-.26 9.27 2 2 0 0 0 .92 1.59v.09c1.31 6.33 4.82 11.77 7.39 17.66a1.55 1.55 0 0 0 1.49 1v1.57a3.47 3.47 0 0 0-.2.62 33.9 33.9 0 0 0-.9 8c-.58 2.77-1.32 5.52-1.7 8.32a112.9 112.9 0 0 0-.69 15.27c.05 9.47 2.17 19 3.61 28.28.68 4.44 7.42 2.56 6.75-1.86-1.45-9.38-3.41-18.78-3.35-28.3a83.5 83.5 0 0 1 1-15.32c.33-1.68.72-3.31 1.08-4.94a2.55 2.55 0 0 0 .13-.39 53.91 53.91 0 0 0 1.26-12.79c-.06-3-3.15-4-5.2-3-1.92-10.09-3.51-20.17-2.53-30.47a1.65 1.65 0 0 0-1-1.71c1.05-4 1.76-8.26 3.86-11.34a81 81 0 0 1 7.45-4.3 1.76 1.76 0 0 0 .71-2.57c1.4-.36 2.76-.7 4-1.07a1.91 1.91 0 0 0 1.37-2.23l1.43-.77a1.86 1.86 0 0 0 .65-.54c1.39-.12 2.67-1.5 1.63-2.9-2.07-2.79-2.55-4.67-2.43-8.2a1.7 1.7 0 0 0-1-1.72A31.41 31.41 0 0 0 208 49c0-1.31 0-2.61.07-3.92a16.6 16.6 0 0 0 0-3.38 5.89 5.89 0 0 1 3-.93c2.55-.23 2.57-4.23 0-4.04z'/%3E%3Cpath d='M239.42 88.81c-1-9.84-5.38-13.86-13.88-18a2.13 2.13 0 0 0-1.78 0 5.29 5.29 0 0 0-2.62-.92 1.64 1.64 0 0 0-1 .23c-.24-.08-.5-.16-.77-.23a2 2 0 0 0-1.08 0c-.34-1-.57-1.94-.78-2.68a1.82 1.82 0 0 0-1.59-1.4c-1.23-1.43-4.13-.37-3.45 1.8.28.89.55 1.78.83 2.67a2 2 0 0 0 1.42 1.34c1 2.54 2.45 4.78 5.28 5.56a2.15 2.15 0 0 0 2.26-.91 2.14 2.14 0 0 0 2.39-.36 29.58 29.58 0 0 0 2.8 1.1 1.73 1.73 0 0 0 1.38-.14 15.29 15.29 0 0 1 2.1 1.44c3.49 2.89 4.24 7.16 4.63 11.44.37 4 2.82 18.28-1.33 20.81-2.2 1.34-.19 4.8 2 3.45 6.7-4.1 3.83-18.85 3.19-25.2z'/%3E%3C/g%3E%3Cpath fill='%236573ff' d='M238.75 98.87C238.12 90 236.9 80 227.81 75.78a8.07 8.07 0 0 0-1.61-.55 5.63 5.63 0 0 0-2.66-.61 16.94 16.94 0 0 0-3.72.52 5.17 5.17 0 0 0-1.08-.77 7.26 7.26 0 0 0-.86-.38 6.25 6.25 0 0 0-4.27-6c3.14-.08 6.22-2.14 6.21-6.19V43.07c0-8.27-12.87-8.28-12.85 0V61.8a5.86 5.86 0 0 0 3.82 5.71 6.16 6.16 0 0 0-5 3 5.63 5.63 0 0 1-1 1.13 6.75 6.75 0 0 0-1.32 1c-1.48 1-3.24 1.64-4.63 2.4-2.95 1.61-5.66 3.54-7.36 6.53-4.09 7.17-2.67 17.66-1.74 25.48 1.08 9.12 3.19 18.09 4.25 27.21 1 8.77 0 17.15-.56 25.89a99.42 99.42 0 0 0 .16 16.29c-1.07 12.66-.19 25.45 1.45 38a9.16 9.16 0 0 0 .77 2.7c-.26 7.82 3.16 15.81 2.55 22.66 0 .15 0 .35-.05.56-.2.13-.54.36 0 0a90.7 90.7 0 0 0-9.45 7.25c-6.39 5.25 2.74 14.29 9.09 9.09 3.58-2.94 9-5.59 11.47-9.69 2.94-5 2.06-12 1-17.31-.74-3.78-2.28-7.45-2-11.34s1.43-7.47 2-11.21a45.05 45.05 0 0 0-.55-15.66c-.53-2.71-1.21-5.31-1.85-7.88a39.43 39.43 0 0 0 1.59-9c.43-4.26 1.48-8.55 2.3-12.77a154.39 154.39 0 0 1 3.28 22.94c.16 2.26.31 4.55.45 6.85a8.62 8.62 0 0 0-.28 1.48 35.62 35.62 0 0 0 .06 7.86 9.67 9.67 0 0 0 .73 2.69A162.05 162.05 0 0 1 215 228c-1 7.29-4 14.63-.67 21.78 3 6.48 9.64 10.3 16.67 8.46 8-2.09 4.61-14.49-3.41-12.39-3.66 1 .15-16.71.4-19.25a191.27 191.27 0 0 0 .63-19.75 5.29 5.29 0 0 0 1-2.12 16.57 16.57 0 0 0-.35-8.78 8.06 8.06 0 0 0-.64-1.36 5.28 5.28 0 0 0 1.61-3.08 54 54 0 0 0 .68-7.22c1.68-16.73 6.14-33.23 5.27-50.15-.16-3.23-.5-6.44-.92-9.64 3.48-8.01 4.1-16.87 3.48-25.63zm-40.38 141.42l-.08.06c.19-.59.71.15.08-.06zM112.78 72.93c-7.49-5.44-19.11-3.18-26.44 1.41-8.19 5.12-2.9 17.89 3.09 22.38 2.14 1.6 4.23-.17 4.55-2.28 1.3-3.57-1.17-4.5-2.24-7.93-1.73-5.55 3.54-8.34 8-8.88 1.72-.2 4.24-1.14 5.91-.51 2.15.81 3.73 4 4.51 6 1.75 4.5.31 8.54-1.36 12.75-1.82 4.62-4.77 8.51-7.59 12.52a2.8 2.8 0 0 0-.59.85 46.62 46.62 0 0 0-5.1 8.86c-2.46 6-3.76 17.47 6 16.79a3.46 3.46 0 0 0 2.48-1.24 7.18 7.18 0 0 0 4.88-6.74 22 22 0 0 0-.7-6.93c-.33-1.14-.76-2.13-1.12-3.09a38.77 38.77 0 0 1 2.25-5.46c2.49-4.89 5.7-9.36 7.69-14.5 3-7.51 3-18.8-4.22-24zm-4.69 68.63c-1.12-.88-3.09-1-4.83-.86a2.92 2.92 0 0 0-.28-.21 3.29 3.29 0 0 0-4.39 1.15c.23-.31-.1.12-.15.17a6.53 6.53 0 0 0-.68.91 4.76 4.76 0 0 0-.61 2.24c-.05 2.36 1.38 3.47 3.4 4.24a12.12 12.12 0 0 0 2 .42l.71.19a7.45 7.45 0 0 0 3.54.16 3.87 3.87 0 0 0 2.68-4.1c-.04-1.6-.01-3.22-1.39-4.31zm-2.53 2.16a.11.11 0 0 0-.09 0c.38-.08.32.01.09 0zm-.12 3.49c.4.07.51.17 0 0zM312.65 26.24a3.41 3.41 0 0 0-.47-.46c-1.86-2.86-4.77-4.45-8.57-4.9a19.84 19.84 0 0 0-13 2.93 2.86 2.86 0 0 0-2.37.68 3.25 3.25 0 0 0-3.15 0c-4 2.06-5.18 9.33-4.84 13.38a3.59 3.59 0 0 0 .49 1.55 3.62 3.62 0 0 0 2.26 4.91 4.73 4.73 0 0 0 2.17 2.18c2.15 1.08 5.37.11 7-1.55 2.44-2.43.65-5.08-.73-7.24a11.1 11.1 0 0 1-1.14-2.46 8.87 8.87 0 0 1 .54-2.56c.23-.58.52-1.15.8-1.71 3.39-3.17 7.89-5 12.55-3.51a5 5 0 0 1 2.96 2.52 2.73 2.73 0 0 1 .07.51c.06 1.14.27 2.29.4 3.42.23 1.9.46 3.8.74 5.69-.06 1.6-.14 3.15-.12 4.5l-.44.72c-2.2 3.72-5.89 5.71-8.31 9-1.61 2.21-2.35 5.93-3.09 8.57A35.28 35.28 0 0 0 295.16 75c.26 3.36 5.59 4.64 6.31.85 1.23-6.48 2.74-13 5.94-18.87a55.09 55.09 0 0 1 4.37-6.43 4.78 4.78 0 0 0 .55-.85l.33-.49.14-.11a2.26 2.26 0 0 1 .34-.23 3.37 3.37 0 0 0 2.55-1.39 3.1 3.1 0 0 0 .58-3.41 16.43 16.43 0 0 0-3.62-17.83zM305.75 86a3.11 3.11 0 0 0-2.08-1.89c-2.45-.69-5.37 1-5.3 3.72a3.84 3.84 0 0 0 2.11 3.36 5.24 5.24 0 0 0 2 .52 5.45 5.45 0 0 0 .7 0 3 3 0 0 0 1.59 0 3.25 3.25 0 0 0 1.92-1.48 3.19 3.19 0 0 0 .33-2.47 3.34 3.34 0 0 0-1.27-1.76zm-2.92 5.63l-.44-.19.49.2zm-8.26 68.42c-9-4.16-22.11 4.91-17.58 14.84 1.37 3 5.8.4 4.43-2.59-3.75-8.25 18.53-12.53 14.24.17-1.39 4.11-4.83 7.61-6.56 11.67-1.93 4.53-3.41 9-3 13.94.2 2.33 3.52 3.75 4.79 1.29 0-.06 2.78-.75 3.38-1.91a2.56 2.56 0 0 0-1-3.41v-4.82a2.4 2.4 0 0 0-.39-1.36 41.56 41.56 0 0 1 2.38-5.1c1.65-3 4.27-5.59 5.28-8.94a11.19 11.19 0 0 0-5.97-13.78zm-1.73 46.22a2.26 2.26 0 0 0-.73-.67 2.61 2.61 0 0 0-2-.26 6.42 6.42 0 0 0-1.93-.54 2.55 2.55 0 0 0-.45 5.07h.27c.46.21.91.41 1.38.59a3.62 3.62 0 0 0 3.21 0 2.61 2.61 0 0 0 .25-4.19zm-4.92 3.65h-.12c.13 0 .27.05.41.06z'/%3E%3Cg fill='none' stroke='%23374677' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M96.87 144.67a6.19 6.19 0 0 1 .33-1.51 4 4 0 0 1 1.18-2.16 8.15 8.15 0 0 1 4.65-1.21 11.49 11.49 0 0 1 2.54.33 11.11 11.11 0 0 1 1.68.49c1.41.62 2 2.33 2.32 3.66a4.51 4.51 0 0 1-1.16 4.55 4.31 4.31 0 0 1-2.26.88 14 14 0 0 1-5.84-.13 5.54 5.54 0 0 1-3.39-4 3.12 3.12 0 0 1-.05-.9zm-.39-27.14c.2-.68.54-1.32.8-2s.59-1.44.9-2.16a25.77 25.77 0 0 1 2.13-4.23 37.21 37.21 0 0 1 5.2-6.33 20.55 20.55 0 0 0 5.7-14.36 29.87 29.87 0 0 0-1.4-7.53c-.62-2.18-1.44-4.42-3.47-5.65-4.47-2.73-11.07-2.28-14.78 1.53-2.49 2.55-4 5.44-2.48 8.86 1.32 2.92 4.34 2.51 5.09 5.62A4.78 4.78 0 0 1 93 95.53c-1 1.13-1.6 1.8-3.11 2a6.3 6.3 0 0 1-1.89-.08h-.88c-2.6.29-5.12-1.45-6.45-3.75s-1.57-6.78-1.51-9.42c0-1.45.18-1.19.79-2.51.85-1.84 2.52-4.89 4.14-6.1a30.53 30.53 0 0 1 10.49-5.16c6.65-2 16.42-.3 22.24 3.43 6 3.87 9.38 10.71 7.24 17.77-1.71 5.63-7.26 8.42-11.13 12.17a26.56 26.56 0 0 0-3.76 5c-1.82 3.09-1.83 5.34-1.44 8.8.42 3.77 1.89 8.53 1.09 12.31a5.35 5.35 0 0 1-.71 2c-1 1.48-4 2.42-5.82 2.28-1.55-.11-3.16-1.15-4.48-2-2.19-1.33-2.19-5.85-2.3-8.41a8.78 8.78 0 0 1 .33-2.54c.16-1.18.32-2.37.57-3.53a2.82 2.82 0 0 1 .07-.26zM296 88a5.69 5.69 0 0 1 .29-1.32 3.48 3.48 0 0 1 1-1.91 7.23 7.23 0 0 1 4.08-1.06 9.88 9.88 0 0 1 2.23.29 9.31 9.31 0 0 1 1.48.43c1.24.55 1.8 2 2 3.21a4 4 0 0 1-1 4 3.75 3.75 0 0 1-2 .77 12.13 12.13 0 0 1-5.13-.11 4.87 4.87 0 0 1-3-3.5 2.72 2.72 0 0 1 .05-.8zm-.33-24a16.12 16.12 0 0 1 .71-1.73q.38-.95.78-1.89a24.07 24.07 0 0 1 1.84-3.69 33 33 0 0 1 4.58-5.56 18 18 0 0 0 5-12.61 26.83 26.83 0 0 0-1.22-6.62c-.56-1.91-1.27-3.87-3.06-5-3.92-2.4-9.73-2-13 1.34-2.19 2.25-3.53 4.79-2.18 7.79 1.16 2.57 3.81 2.2 4.47 4.93a4.2 4.2 0 0 1-1 3.72 3.86 3.86 0 0 1-2.73 1.73 5.14 5.14 0 0 1-1.66-.05h-.78a6.14 6.14 0 0 1-5.69-3.29c-1.14-2-1.38-6-1.32-8.28 0-1.27.15-1 .69-2.2.75-1.62 2.21-4.3 3.63-5.37a26.91 26.91 0 0 1 9.27-4.48c5.84-1.76 14.43-.27 19.54 3 5.29 3.4 6.81 9.4 4.93 15.61-1.5 5-5 7.4-8.35 10.69a23.52 23.52 0 0 0-3.3 4.43c-1.6 2.71-1.6 4.69-1.27 7.73.37 3.31 1.66 7.49 1 10.81a4.77 4.77 0 0 1-.62 1.74c-.9 1.3-3.54 2.12-5.12 2-1.36-.1-2.77.42-3.94-.29-1.92-1.18-1.92-6.57-2-8.83a7.62 7.62 0 0 1 .3-2.22c.14-1 .28-2.08.5-3.11zm-9.15 143.91a4.45 4.45 0 0 1 .21-.93 2.5 2.5 0 0 1 .73-1.35 5.11 5.11 0 0 1 2.89-.75 7.68 7.68 0 0 1 1.58.2 6.22 6.22 0 0 1 1 .31 3.07 3.07 0 0 1 1.45 2.27 2.83 2.83 0 0 1-.73 2.83 2.57 2.57 0 0 1-1.4.54 8.69 8.69 0 0 1-3.63-.07 3.45 3.45 0 0 1-2.1-2.48 2.19 2.19 0 0 1 0-.57zm-.23-18.28c.12-.42.33-.82.49-1.23l.56-1.34a17 17 0 0 1 1.32-2.63 23 23 0 0 1 3.24-3.93 12.81 12.81 0 0 0 3.54-8.92 18.76 18.76 0 0 0-.87-4.68 5.59 5.59 0 0 0-2.16-3.51 7.7 7.7 0 0 0-9.18 1c-1.55 1.59-2.5 3.38-1.54 5.51 1.39 3.1 3 2.86 3.16 3.48a3 3 0 0 1-.71 2.63 2.75 2.75 0 0 1-1.93 1.23 3.9 3.9 0 0 1-1.18 0h-.54a4.35 4.35 0 0 1-4-2.33c-.81-1.42-1-4.21-.93-5.85 0-.9.1-.74.48-1.56a11.48 11.48 0 0 1 2.58-3.79 18.84 18.84 0 0 1 6.51-3.2c4.13-1.25 10.21-.2 13.82 2.12s5.83 6.66 4.5 11c-1.06 3.5-4.51 5.24-6.91 7.57a16 16 0 0 0-2.34 3.13 7.61 7.61 0 0 0-.9 5.46c.26 2.34 1.18 5.3.68 7.65a3.3 3.3 0 0 1-.44 1.23 4.76 4.76 0 0 1-3.62 1.42c-1-.07-.47.77-1.3.27-1.36-.83-2.84-5.13-2.91-6.72a5.33 5.33 0 0 1 .21-1.58c.1-.73.2-1.47.35-2.19a1.05 1.05 0 0 1 .02-.24zM201.08 42.49c.19 4.43-.88 8.93 0 13.26.23 1 .57 2 .75 3.1a13.36 13.36 0 0 0 .75 3.45 7.29 7.29 0 0 0 1.42 1.86c.78.81 1.59 1.6 2.44 2.35a7.71 7.71 0 0 0 2.56 1.65 5.4 5.4 0 0 0 3.77-.28 12.72 12.72 0 0 0 3.23-2.13 11.76 11.76 0 0 0 2.45-2.63c1.3-2 1.46-4.56 1.59-7s.16-5 .38-7.46a16.75 16.75 0 0 0-.63-7.34c-1-2.87-3.13-3.93-6-4.49a12.85 12.85 0 0 0-6.91.17c-2.19.82-4.59 1.29-5.8 5.38M205 65.3c0 2.34-1.44 5.74-3.58 6.7'/%3E%3Cpath d='M204 68.82c-2.09.76-5.27 1.48-7.36 2.23a31.35 31.35 0 0 0-6.47 2.9c-2 1.27-4.87 4.13-5.63 6.37a16 16 0 0 0-.6 2.91c-.52 3.71-1 6.33-1.45 10 0 0-.37 9.82.11 14.7.2 2 .48 1.9 1.13 3.84a27.32 27.32 0 0 0 1.81 4c1.32 2.56 4.75 10.6 6.07 13.16'/%3E%3Cpath d='M190.5 88.54c-.31 2.53.87 5 2.17 7.2a4.43 4.43 0 0 0 2 2.1m-2.02-1.16a73.94 73.94 0 0 1 .19 12.71c-.68 6.7-.09 14.39-1 21.08-1.42 11.12-2.43 21.55-2.72 28.61-.25 5.9.5 8.5 1.21 14.35.9 7.43 1.83 12.66 2.73 20.09.14 1.12.46 2.47 1.55 2.79m-1.44-1.42c-.84 8.43 1.57 18 2.92 26.4.43 2.63 1.95 5.26 2.37 7.89.77 4.71.37 13-1.92 15.26'/%3E%3Cpath d='M196.59 244.5c-1.91 1.59-2.69 2.14-4.6 3.73a6 6 0 0 0-1.74 2c-.38.79-2.52 1.79-1.84 2.35a8.79 8.79 0 0 0 3 1.61c1.56 0 2.45.46 4 0a19.91 19.91 0 0 0 4.67-2.86c1.48-1.1 6.21-5.55 7.18-7.16 1.27-2.08 2.14-1.59 1.22-4-.16-.41-.36-.79-.51-1.2a47.54 47.54 0 0 1-.27-5.62c-.77-11.39-1.53-22.89-.09-34.21.22-1.8.44-3.8-.59-5.29'/%3E%3Cpath d='M210.76 158a31.32 31.32 0 0 1-1.14 5.72c-.44 2.12-.5 10.87-.57 13-.17 6.08-1.45 12.12-1.63 18.2M217.64 65.3c0 2.34 1.45 5.74 3.59 6.7'/%3E%3Cpath d='M218.66 68.82c2.09.76 5.27 1.48 7.36 2.23a31.27 31.27 0 0 1 6.46 2.9c2 1.27 4.87 4.13 5.64 6.37a16 16 0 0 1 .6 2.91c.52 3.71 1 6.33 1.45 10 0 0 .37 9.82-.11 14.7-.2 2-.49 1.9-1.13 3.84a28.4 28.4 0 0 1-1.81 4c-1.32 2.56-3.66 10.6-5 13.16'/%3E%3Cpath d='M232.1 88.54c.32 2.53-.86 5-2.16 7.2a4.47 4.47 0 0 1-2 2.1m2.06-1.16a73.94 73.94 0 0 0-.18 12.71c.67 6.7 1.19 13.3 2 20 1.16 9 1.25 20.58 1.63 29.71.25 5.9-.5 8.5-1.22 14.35-.9 7.43-1.83 12.66-2.73 20.09-.13 1.12-.46 2.47-1.54 2.79m1.48-1.44c.84 8.43-1.58 18-2.93 26.4-.42 2.63-1.94 5.26-2.37 7.89-.76 4.71-.36 13 1.93 15.26'/%3E%3Cpath d='M226 244.5c1.91 1.59 2.69 2.14 4.59 3.73a5.93 5.93 0 0 1 1.75 2c.37.79 2.52 1.79 1.84 2.35a8.89 8.89 0 0 1-3 1.61c-1.57 0-2.45.46-3.95 0a19.91 19.91 0 0 1-4.67-2.86c-1.48-1.1-6.22-5.55-7.19-7.16-1.26-2.08-2.14-1.59-1.21-4 .15-.41.36-.79.51-1.2a49.78 49.78 0 0 0 .27-5.62c.76-11.39 1.52-22.89.09-34.21-.23-1.8-.44-3.8.59-5.29'/%3E%3Cpath d='M211.85 158a31.32 31.32 0 0 0 1.14 5.72c.43 2.12.5 10.87.56 13 .18 6.08 1.45 12.12 1.63 18.2m-92.1-138.77c-13.68-4.92-36.25-2.47-48.61 5.17-21.95 13.57-33.09 45.24-24.64 69.33 8.9 25.36 42.39 43.1 69.06 33.92 16.18-5.57 30.7-19.3 36.15-35.4C165 99.69 153 66.93 123.08 56.15zm60.45 53.45c-26.71.14-12.57 1.72-25.12.4m122.76-5.52c12.56 4.52 33.28 2.27 44.62-4.74 20.14-12.46 30.37-41.52 22.61-63.63C340.24 12.83 309.49-3.45 285 5c-14.85 5.11-28.18 17.71-33.18 32.48-9.15 27.05 1.86 57.11 29.35 67zm-60.31-52.57c28.88-.14 17.08-1.14 27.32.2m28.58 166.78c8.59 3.09 22.79 1.55 30.56-3.26 13.8-8.53 20.81-28.44 15.49-43.59-5.59-15.94-26.65-27.1-43.42-21.32-10.17 3.5-19.3 12.13-22.73 22.25-6.29 18.54 1.26 39.14 20.1 45.92zm-45.71-34.76c8.33-.93 15.29.07 23.67.17'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
	display: none
}

.home__section__privacy .image__anonymous {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 260'%3E%3Cpath fill='%23fff' d='M295.22 185.89c-.58-.78-1.18-1.53-1.8-2.28a7.13 7.13 0 0 0-2.35-4.51c-2.95-2.73-6.38-4.65-9.55-7.06a4.12 4.12 0 0 1-.45-.43c3.77-.56 7.16-3.3 6.62-7.63q-1.9-15.31-2.79-30.71a8.64 8.64 0 0 0 1.5-4.17 55.12 55.12 0 0 0-.53-14.91c-.6-10.08-1.71-20.11-3.27-30.09a8 8 0 0 0 .16-1.65 423.91 423.91 0 0 0-2.46-43.34 11.23 11.23 0 0 0-.5-2.26 3.8 3.8 0 0 0 .78-2.41 11 11 0 0 1 .52-4.38 4.21 4.21 0 0 0-1.75-4.44 7.3 7.3 0 0 0-1.18.44 3.31 3.31 0 0 1-3.73-.43c-.89.24-1.79.46-2.68.65a3.73 3.73 0 0 0-1-.43c-6.75-1.67-13.7-1.53-20.61-1.49-7.56-1.62-15.36-1.32-23.11-.53a3.85 3.85 0 0 0-2.46-.91c-5.42-.15-10.91-.46-16.42-.73a138.18 138.18 0 0 1-16.17.52c-6.73-.13-15.86-1.7-22.14 1.58a4.93 4.93 0 0 1-2.49.9h-.12l-1.79.49a6.46 6.46 0 0 1-2.16.91c-2.43.55-4.93-.1-7.35.48A3.3 3.3 0 0 1 154 27c-.47.06-.94.12-1.43.16-5.52.44-12.18 2.44-17.6.41a4.28 4.28 0 0 0-1.25 1.36 2.66 2.66 0 0 1 .58 1.34c.05.3.08.6.12.89a1.36 1.36 0 0 1 0 .2 49.36 49.36 0 0 1-.1 15.3c.68 25.2-2.43 50.34-4.32 75.42-1 13-2.61 27-.83 39.89 1.08 7.87 6.34 11.63 12.72 13.94-5.47 3.47-11.12 6.72-16 11.08-9 8.1-14.32 19.28-11.94 31.4.67 3.37 4.41 5.91 7.72 5.87 16.62-.23 31.79 7.46 46.94 13.34a407.34 407.34 0 0 0 49 15c8.48 2.11 15.79 1.8 23.67-2.14s15.51-8.77 23.2-13.17l22.85-13.06c6.85-3.92 17-7.44 17-16.82.05-7.41-4.84-15.81-9.11-21.52z'/%3E%3Cpath d='M217.53 90.93a8.55 8.55 0 0 0-3.46-7.81 5.25 5.25 0 0 0-4.87-3c-5.53.45-10.44 3.31-12.53 8.63-1 2.63-1.39 6.29.42 8.63s5.61 3.22 8.44 3.33c5.58.22 11.2-4.16 12-9.78zm45.74-12.56c-2.63-1.16-5.28.07-6.95 2.29-2.73 3.63-5.26 9.21-4.23 13.83 1.33 6.07 8.65 7.38 13.55 5.05A13.21 13.21 0 0 0 273 87.91c0-4.98-4.65-10.11-9.73-9.54zm-16.65 33.06c-3.53 1.63-9 1.53-12.71 1.63a64.43 64.43 0 0 1-13.65-1.13c-3.48-.64-5 4.69-1.47 5.34a69.73 69.73 0 0 0 21.43.82c3.72-.47 11.06-.31 11.44-5.25.22-2.98-3.66-3.44-5.04-1.41zm-98.76 60.48v-1.64a1.4 1.4 0 0 0-2.36-1l-.53.58a4.08 4.08 0 0 0-1.12.86 5.68 5.68 0 0 0-2.79 1 5 5 0 0 0-1.51-1.26 3.57 3.57 0 0 1 0-1.07 1.39 1.39 0 0 0-2.67-.74 3 3 0 0 1-.72 1.14l-.08.09a5.87 5.87 0 0 0-3.18 1.56h-.06c.4-4.78.78-9.54.93-14.31a60.59 60.59 0 0 0 1-12.41c-.18-10.19-2.74-20.31-2.73-30.46 0-4.32 1.35-8.54 1.94-12.8.48-3.41-.35-6.41 0-9.6.45-4.65.34-9.35.48-14 .22-7.12-10.84-7.11-11.06 0-.14 4.66-.07 9.36-.49 14-.1 1.17.12-2-.06.35a18.65 18.65 0 0 0 .08 3.66 21 21 0 0 1-.24 6.6l-.42 2.15c-7 .88-7 6.27-7.74 12.27a33 33 0 0 0 .73 11.83 31.27 31.27 0 0 1 0 12.23c-1.63 9.71-4.56 19-7 28.38a26.25 26.25 0 0 0-2.38 2c-5.7 5.25-11.41 12.5-9.62 20.8a13.58 13.58 0 0 0 6.12 8.67c-3.05 4.09-3.12 8.53.45 13.17 3.06 4 10.48 3.27 10.31-2.79a15.73 15.73 0 0 1 1.62-7.43 47.44 47.44 0 0 0 3.25-4.09c1-1.47 2.34-2.89 3.59-4.36 3.31-2.93 7.11-5.54 10.53-8.05h.08a10.78 10.78 0 0 0 2.35-.82 4.3 4.3 0 0 0 1.22-1 5.7 5.7 0 0 0 5.38-2.63 14.49 14.49 0 0 0 7.4-2.94c3.06-2.52 1.9-6.1-.7-7.94zm163.82 3.8a73.84 73.84 0 0 0-4.2-19.3c-1.93-5.58-4.24-11-6.45-16.52a177.85 177.85 0 0 0 .73-19c-.15-7.57-2-14.45-7.76-19.33.07-.81.12-1.62.15-2.44a147.15 147.15 0 0 0-1-21c-.76-7-11.83-7.08-11.06 0 1 9.46 1.67 19.11.46 28.58a30.68 30.68 0 0 0-.48 6.82c.14 1.52.67 3 .74 4.55.19 4.52-.91 9.24-1 13.8-.05 4.73.16 9.45.34 14.17.15 4.33-.42 9.07.19 13.32a7.85 7.85 0 0 0 2.19 4.29 4.3 4.3 0 0 0-.68 1.78c-.08.58-.12 1.18-.16 1.77l-.57-.26a2.75 2.75 0 0 0-1.15-2 1.36 1.36 0 0 0-.87-1l-.69-1.41a1.39 1.39 0 0 0-1.89-.49 2.7 2.7 0 0 0-1 1.13 1.51 1.51 0 0 0-.15.28 8.73 8.73 0 0 1-.62 1.17 4.49 4.49 0 0 1-.35.44 1.26 1.26 0 0 0-.16 1.69 2.59 2.59 0 0 0 .65 2.63 9.83 9.83 0 0 0 1.92 1.54 2.09 2.09 0 0 0 .3.14 4 4 0 0 0 .73.52 26.7 26.7 0 0 0 4.84 1.93l.21.25a5.34 5.34 0 0 0 2.23 6.5c4.29 2.73 6.25 8 8.17 12.44a4.82 4.82 0 0 0 4.2 2.66 1.12 1.12 0 0 1 .05.13c2.63 6.13 11.16 1.45 10.11-4.26-.31-1.74 1.16-3.85 1.59-6.13a37.79 37.79 0 0 0 .44-9.39zm-80.19 23.6a4.92 4.92 0 0 0-2.29-3.31c-.28-1.85-.52-3.71-.65-5.58a5.5 5.5 0 0 0-1.87-3.87 5.22 5.22 0 0 0 2.87-2.36l3.29-5.82c2.74-4.85-2.49-9.31-6.58-8.07a4.48 4.48 0 0 0-1.34.34 3.21 3.21 0 0 0-.63-.14 5.87 5.87 0 0 0-5.94 2.15 6.39 6.39 0 0 0-5.45.3 4.81 4.81 0 0 0-2.22 6.72c0 .24 0 .48.09.72a6.86 6.86 0 0 0 1.74 4 7.49 7.49 0 0 0 6.36 2.1 4.72 4.72 0 0 0-1.38 3.92c.11 1.62.3 3.23.51 4.84a1.77 1.77 0 0 0 0 .23c.2 13.83 4 27.22 5.54 40.9.78 6.89 11.23 7.29 11.06 0a3.56 3.56 0 0 1 .88-2.16 5.34 5.34 0 0 0 2-2.73 16.93 16.93 0 0 0 1.92-4.56c.92-3.78.1-7.54-1.39-11-2.33-5.49-5.22-10.82-6.52-16.62zm-20.87-20.68c0-.3 0-.43 0 0z' fill='%236573ff'/%3E%3Cg fill='none' stroke='%23374677' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M174.85 176.56c-.21-17.16-.42-32.67-.63-49.83q-.15-12.08-.29-24.14l-1-79.75c36.34-.21 72.21-.41 108.36 3.34-1.43 9.3 1.73 67.33 2.4 87.7.19 5.9.87 11.8.69 17.7-.37 12-.58 23.75.1 35.71l-.57-.37a30.39 30.39 0 0 0-4.78-6.06 26.6 26.6 0 0 0-3.67 5.25 10.26 10.26 0 0 1-4.79-3.83c-1.8 1.82-3.61 4.21-5.41 6a13.36 13.36 0 0 1-3.74-4.79c-1.75 2.15-3.5 3.06-5.25 5.2-1.4-2-2.8-2.72-4.19-4.69-1.75.88-.91 1.88-4.43 5.86-1.46-1-6-4.78-6-4.78s-2.45 5.65-3.78 7.23c-1.85-2.75-6.17-4.85-6.17-4.85l-4 5.48s-3.48-3.78-4.29-4.93a28.12 28.12 0 0 0-4.72 5.32 20.55 20.55 0 0 1-5.86-4l-6.38 6c-1.93-.76-4.25-4.94-4.76-4.59-2.12 1.47-4.25 4.18-6.37 5.65-1.56-1.31-3.91-3.14-4.38-5.12a28.72 28.72 0 0 0-5.19 5.43c-1.93-1.12-4.59-4.61-4.59-4.61s-3.74 4.21-6.45 4.45'/%3E%3Cpath d='M173.2 22.82c-5.41 2.42-10.82 5.12-16.24 7.54-1.88.85-5.89 3-5.89 3s-3.84-1.72-5.69-2.29l-10.24-3.18 28.58-.79m-29.26.84c0 28.65-.61 56.61-.57 85.26 0 21.31 1.29 37.76-1 59 4-3.78 1.56-1.32 5.89-5.38l2.16 6.39c1.6-1.72 4.42-3.43 6-5.15.24 2.23 2.05 4.43 2.94 6.49 3-2.44 1.76-1.21 5.19-5 0 1.84 3.73 6.33 3.73 6.33s2.23-2.73 3.6-4.65c1.53 3.37 1.69 2.18 3.37 4.71a28.18 28.18 0 0 0 4.51-4.69 67.79 67.79 0 0 0 4.44 5.37'/%3E%3Cpath d='M151.5 32.89c-1.54 17.42 1.35 34.9 2.13 52.38.46 10.28.19 20.58.17 30.87 0 7.7.12 15.41.26 23.11.18 10.63.78 19.73 1 30.35m50.84-92.02a11.66 11.66 0 0 0-9.26 3.07 14.74 14.74 0 0 0-4.45 8.83 6.67 6.67 0 0 0 3.29 7.17 19.67 19.67 0 0 0 10.22 3.59 9.57 9.57 0 0 0 5.35-.86c2.1-1.16 3.3-3.46 4.09-5.72 1.2-3.49 1.42-7.48-.43-10.68-2.85-4.98-8.81-5.4-8.81-5.4zm51.17.66a14.28 14.28 0 0 0-6.19 4.33 9 9 0 0 0-1.63 7.32 11.22 11.22 0 0 0 4.07 6.41 11 11 0 0 0 8.5 2.36 8.73 8.73 0 0 0 6.74-5.43 15.42 15.42 0 0 0 .68-4.18c.2-3 .32-6.2-1.48-8.55-2.61-3.42-6.9-3.65-10.69-2.26zM228 114.63a30.07 30.07 0 0 0 18.4-2.41c.79-.38 1.81-.77 2.46-.19.27.24 1.63.59 1.68.94.17 1.18-1.8 2.35-2.78 3a9.22 9.22 0 0 1-3.36 1.21 57.89 57.89 0 0 1-22.86.37 6.89 6.89 0 0 1-2.66-.94c-.77-.54-2.58-1.47-2.44-2.41s2.41-1.71 3.29-1.35c.04.04 5.05 1.15 8.27 1.78zm-71.08 59.9c-11.35 4.94-7.57 4.68-11.15 6.48-5 2.53-10 4.83-15.11 7.12-15.86 7.08-18.51 16.26-17.83 31.34V216m154.09-49.23c7.44 3 16.74 4.38 22.47 10.5 4.8 5.12 6.57 6.62 8.62 13.14 2.43 7.71.91 10.55 2.61 18.45l-.32-1.48m-101.04-11.9a78.38 78.38 0 0 0 12.89-25.22m19.41-1.6c4.35 8.4 13.17 14.67 17.52 23.08'/%3E%3Cpath d='M192.63 174.6c.63 7.83 4.18 15.71 7 23.05l2.58 6.7c3.63 9.45 16.2 29.43 26.84 40.22m23.45-76.86l-5 37c-.76 5.61-1.53 4.29-3.39 9.64-3.05 8.81-8.88 23.31-14.61 30.67m-19.34-67.35a25.17 25.17 0 0 1 6 8.33 1.73 1.73 0 0 0 .54.8 1.68 1.68 0 0 0 .88.23c2.35.17 6.51-.63 8.86-.45a2.17 2.17 0 0 0 1.63-.32 2.27 2.27 0 0 0 .54-1.16c.89-3.45 1.3-6.14 3.59-8.87a8.82 8.82 0 0 0 2-3m26.65 1.7l10.76 8.13a1.88 1.88 0 0 1 .73.83c.25.72-.41 1.41-1 1.9L262 193.4a15.79 15.79 0 0 1 5.3 3.3c1.42 1.53 2.18 3.89 1.27 5.77a8.35 8.35 0 0 1-1.72 2.13c-12 12-20.89 20-25.62 36.25m-23.39-53.39c-1.16 12.27-3 18.24-4.15 30.52m13.44-31.76c1.92 12.93 8 18.74 12.21 39.6m-54.82-42.91q-4.8 4.53-9.19 9.49a1.18 1.18 0 0 0-.43 1c.11.36.52.52.87.61a23.85 23.85 0 0 1 4.46 1.3 4 4 0 0 1 2.44 3.63 5.18 5.18 0 0 1-1.41 2.68c-2.64 3.22-3 2.18-3.81 6.26a1.88 1.88 0 0 0 0 1 2 2 0 0 0 .91.9c6.64 4.2 28.16 24 30.09 25.17a24.31 24.31 0 0 1 5.14 4.84'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat
}

.home__section__privacy .image__bubble {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 420 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M247.5 155.81a12.94 12.94 0 0 0-.07-3 3.85 3.85 0 0 0-.36-1.12q-.9-8.94-1.93-17.85a8.19 8.19 0 0 0-.67-2.44v-.6a1.9 1.9 0 0 0-.3-3.13 5.55 5.55 0 0 0-5-.38 3.85 3.85 0 0 0-.48 0v-.19l.51-2.82c.29-1.58 1-3.49.63-5.09a3 3 0 0 0-2.24-2.33c-2.15-.54-4.29-.37-6.46-1.18a1.73 1.73 0 0 0-2.14.86 3.82 3.82 0 0 0-2.12-.61 89.67 89.67 0 0 0-10.78.8q-7.31-.53-14.61-.53a5.09 5.09 0 0 0-2.26-.79 58 58 0 0 0-6.17-.26 76 76 0 0 0 4.35-7.72 4.21 4.21 0 0 0 .28-3.11 2.31 2.31 0 0 0 .1-.28 52.82 52.82 0 0 0 1.42-13.68 5.19 5.19 0 0 0 .07-.7A48.32 48.32 0 0 0 194.88 69c-3.15-6.84-8.79-12.36-11.14-19.58a3.85 3.85 0 0 0-1.74-2.2l3.31-.55c1.95-.35 1.86-3.45 0-3.86-5.27-1.16-11 .1-16.29.61l-6.4.62a2 2 0 0 0-1.39-.53c-5.87-.08-11.7.63-17.56.78l-1-.22a1.87 1.87 0 0 0-1.27.07 2.12 2.12 0 0 0-.45-.07 62.7 62.7 0 0 0-15 .63h-.08c-1.16 0-2.33-.07-3.49-.15a2 2 0 0 0-1.15.26l-1-.2a1.9 1.9 0 0 0-1.91.59c-.32-.12-.65-.23-1-.37a2.07 2.07 0 0 0-2.5.57 60.64 60.64 0 0 0-6.62-.32 1.86 1.86 0 0 0-1.23.45 15.44 15.44 0 0 0-4.66-.17 2.13 2.13 0 0 0-1 .4c-.29-.12-.59-.24-.87-.38-2.32-1.09-4.35 2.36-2 3.45.44.21.88.4 1.33.59A50.48 50.48 0 0 0 96.53 57 31.07 31.07 0 0 0 94 62.25a20.85 20.85 0 0 0-3 5.51 52.23 52.23 0 0 0-2.83 37.69 57.77 57.77 0 0 0 10.19 18.6 20.83 20.83 0 0 0 3 3 70.79 70.79 0 0 1-16.45-.21c-4-.62-6.18 4.12-4.35 6.48-.67 3.26.86 7 4.61 7.83a6.78 6.78 0 0 0 1.92 1.85c4.82 3.12 8.51 8.11 11.76 12.76s6.08 9.56 4.1 15.43c-1.89 5.59-3 11 .36 16.31 3.19 5.06 8.37 7.44 13.38 10.24 9.55 5.34 7.45 18.84 11 27.95 2.85 7.3 8.6 20.05 17.39 19a5.91 5.91 0 0 0 1.72.25c15.65.07 31.29-.52 46.92-1.44q11.72-.69 23.43-1.55c6-.43 15.71.78 19.83-4.52 3.61-4.64 2.66-13.88 2.82-19.45a91.52 91.52 0 0 0-1.57-21 61.54 61.54 0 0 0-4.06-11.6 7.07 7.07 0 0 0-1.6-7.56l.54-.17a7.07 7.07 0 0 0 4.61-7.07c2.33.95 5.59.79 7.28-1.29 3.45-4.21 3-8.52 2.5-13.48zm-23 44.94h-.41a6.45 6.45 0 0 0 1.44-1l.21 1.12a6.29 6.29 0 0 0-1.23-.12zm49.07-143.17a5.34 5.34 0 0 0-.09-.53c0-.13-.06-.23-.09-.35s-.11-.48-.18-.73a11.4 11.4 0 0 0-1.42-3.68c-1.34-2.64-3.33-5-5.7-4.54.25-3.19.58-6.39 1-9.57.35-2.52-3.5-3.61-3.85-1.06q-.67 4.89-1.09 9.79a1.83 1.83 0 0 0-.47-.45c-2.41-2.51-6.32-3.47-9.56-4.87-2.34-1-4.38 2.44-2 3.45 2.14.92 4.93 1.65 6.85 3a9.63 9.63 0 0 1 .88.68 23.8 23.8 0 0 0-2.63 7.46c-.44 2.52 3.41 3.6 3.85 1.07a22 22 0 0 1 1.06-3.87c.08.59.12 1.22.16 1.9.19 3.19-.8 7.19.66 10.18a3.91 3.91 0 0 0 2.5 2.34c.2 1.51 1.13 2.63 3.42 2.62 6 0 6.71-7 6.22-11.42a1.55 1.55 0 0 0 .48-1.42zm-4.7 5.42c0-.12.06-.24.08-.37.29-2.07-2.45-3.69-3.66-1.54-.24.43-.49.94-.73 1.49-.16-1.28-.18-4.42-.2-5.47a1.89 1.89 0 0 0 1.32-1.81l.09-1.81a7.57 7.57 0 0 0 1.17.42 1.83 1.83 0 0 0 1 0 8.6 8.6 0 0 1 1.34 2.54c.07.39.13.77.2 1.13a1.65 1.65 0 0 0-.41 1.38 8.23 8.23 0 0 1-.2 4.04z' fill='%23fff'/%3E%3Cpath d='M251.73 44.55a1.91 1.91 0 0 0 1.72 2.07 8.92 8.92 0 0 0 3 .09 11.18 11.18 0 0 0 9.73-7.71 2.4 2.4 0 0 0-2.31-3 5.66 5.66 0 0 0-4.28 2.28l-.19.19a2.12 2.12 0 0 0-1.51-.44c-4.22.23-7.23-3.36-11.67-2.11a2.46 2.46 0 0 0-1.75 2.3c-.37 4.33 3.2 7.14 7.26 6.33zm13.67 4.55a2.37 2.37 0 0 0-.73-.14 8.21 8.21 0 0 0-8.84 8.53 21 21 0 0 1-4.52.93 2.44 2.44 0 0 0-2.39 2.38 2.41 2.41 0 0 0 2.39 2.39 28.91 28.91 0 0 0 3.5-.5 6 6 0 0 0 0 1.58 2.29 2.29 0 0 0 .25 1.62c.43.77.12 2 .62 2.84a5.52 5.52 0 0 0 2.47 2.11 10.39 10.39 0 0 0 8.13.22c2.26-1.08 4.47-3.74 5.88-5.77 2-2.86 1.53-5.83.44-9a2.44 2.44 0 0 0-.51-.85 2.35 2.35 0 0 0-.52-2.07A2.92 2.92 0 0 0 271 52a8.35 8.35 0 0 0-4.78-2.88 2.56 2.56 0 0 0-.82-.02zm1.86 13.73a3.64 3.64 0 0 0 .46.3 7.25 7.25 0 0 1-3.72 3.33 7 7 0 0 1-1.31.39 2 2 0 0 0 .3-.76 19.31 19.31 0 0 0 .5-3.84l.17-.31a2.52 2.52 0 0 0 2.31.87 4.41 4.41 0 0 1 1.29.02zM335 153.07c4.41-9 2.71-21.1-6.86-26.15a21.28 21.28 0 0 0-19.49 0c-11.82.13-23.29-4.57-35.23-3.13a43.29 43.29 0 0 0-8.91 2.08c-2.41.22-4.82.58-7.23 1-1.54-.19-3.09-.4-4.63-.62a15.19 15.19 0 0 0-6.07-.46 4.8 4.8 0 0 0-4.42 5.58 4.5 4.5 0 0 0 .76 3.39 4.24 4.24 0 0 0-1.2 3.22c0 .27 0 .54.05.81l-.46.33a4.64 4.64 0 0 0-2 3.51c-4.17 2-8.42 3.8-12.61 5.74-4.49 2.07-10.16 4.19-13.88 7.5-2.94 2.62-8.27 9.46-6.75 13.56a2.44 2.44 0 0 0 2.94 1.67l1.33-.39c2.19-.62 2.06-3.32.64-4.33a30.87 30.87 0 0 1 2.87-4.05c2-2.94 4.26-4.21 7.43-5.93 6.42-3.49 13.21-6.22 19.82-9.35a3.5 3.5 0 0 0 .63.46 5 5 0 0 0 1.16 1.3c.19 1.43.37 2.87.55 4.3-1.41 1.71-2.45 3.61-2.19 5.62a6.31 6.31 0 0 0 1.83 3.49c.31 1 .81 2 1.06 3-1.2 1.26-2.37 2.54-3.49 3.83a4.72 4.72 0 0 0-.68 1.05 6.43 6.43 0 0 0-3.77-1.65 4.67 4.67 0 0 0-4 2.32c-1.16 1.86-1.42 4.58-2.41 6.67a26.45 26.45 0 0 0-1.45 3.55 2.05 2.05 0 0 0-1.08.32c-11.21 7.1-24.35 7.87-37.09 10.54a2.31 2.31 0 0 0-1.05.52 152.5 152.5 0 0 0-21.91 8.09c-2.81 1.23-.38 5.34 2.41 4.13a156.36 156.36 0 0 1 18.2-6.95c6.19-1.81 12.46-2.49 18.83-3.26 7.54-.92 16-2.16 21.71-7.41 1 3.7 2.76 7.37 3.78 11.08a16.76 16.76 0 0 0-1.77 8.61c-.15 4.52 1.15 9.16 1.89 13.77a46.58 46.58 0 0 0 .7 7.64v.17c-.08 2.21-.59 4.32-2.26 5.41-2.52 1.64-7.22 1.55-10.17 1.85-11.18 1.17-21-1.08-31.91-3-9-1.58-18.54-.91-25.24 6a4.4 4.4 0 0 0-1.27 4 4.94 4.94 0 0 0 4.57 5.61q15.65 1.56 31.34 1.92a4.59 4.59 0 0 0 3.36 4.33 100.6 100.6 0 0 0 36 .85 112.05 112.05 0 0 0 13.43-2.83 19.27 19.27 0 0 0 23.77-1.63 119.24 119.24 0 0 0 16.26 0 29.86 29.86 0 0 0 8.44-.63c3.51-.86 6.54-4.39 5.27-7.88a33.72 33.72 0 0 1 4.77-5.16c2.66-2.31 5.8-3.71 8.68-5.65a17.73 17.73 0 0 0 2.19-1.73h.15c4.62-1.48 11.17-5.63 7.9-11.45-1.41-2.51-3.89-2.94-6.48-3.36-3.13-.5-2.65-3.74-2.27-6.26a4.37 4.37 0 0 0 0-1.08c.24-.27.47-.55.71-.84a22.71 22.71 0 0 0 3.47-3.46c5.11-5.69 6.95-12.4 6.62-19.91-.2-4.67-.42-9.27-1.74-13.49-.08-.41-.17-.82-.29-1.24a17.51 17.51 0 0 0-1.23-3.17 18.32 18.32 0 0 0-.31-2.19c.43-.39.84-.79 1.25-1.2a30 30 0 0 0 7.03-8.98zM199.28 86.28c-.57-4.55-5.93-6.42-8.7-2.36-2.57 3.76-9.19 3-13.1 2.83A118.91 118.91 0 0 1 159 84.47c-11.57-2.3-22.84-5.82-34.08-9.33a4.5 4.5 0 0 0-.69-.15c-3.08-3-7.09-5.4-10.88-5.26a4.23 4.23 0 0 0-3.63-1.81c-3.52.06-8.27-.66-11.51 1.17a5.08 5.08 0 0 0-.93.47c-11.5 7.25-5.79 25.53-1.41 35.3.16.35.32.7.49 1a38.62 38.62 0 0 0 5.79 12.5c8.17 11.6 21 18 35.05 18.8 27.01 1.5 66.02-19.37 62.08-50.88zm-32.51 35l.36-.2.24-.1zm-9.55-66.98c9.05.15 18-1.09 26.91-2.4 3-.45 1.74-5-1.27-4.61-8.52 1.25-17 2.38-25.64 2.23-3.08-.06-3.08 4.72 0 4.78z' fill='%236573ff'/%3E%3Cg fill='none' stroke='%23374677' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M202.45 188.74c-20.53 6.35-42.17 15.94-62.14 23.92m57.46-97.31c11 .23 25.1.47 36.06.7 1.91 0 4 .15 5.4 1.47 1.91 1.8-8 4.91-8.76 7.44a5.77 5.77 0 0 0-.32 3.32c.7 2.19 3.55 2.54 5.81 2.95a9.51 9.51 0 0 1 5.36 2.59 5 5 0 0 1 1 5.58 7.66 7.66 0 0 1-3.29 2.78c-8.53 4.64-17.9 7.93-25.5 14-3.46 2.74-6.68 6.44-6.81 10.85a3 3 0 0 0 .47 2 3.6 3.6 0 0 0 2.41 1l11 1.6a17 17 0 0 1 6.34 1.8c1.9 1.12 3.39 3.25 3.09 5.44-.47 3.41-4.51 4.86-7.86 5.66-5.47 1.31-10.9 2.78-16.29 4.37m17.12-4.44v18.85m-6.38-15.93l-.06-.19q.49 12.44 1.14 24.87m-18.6-16.19v18.85m-18.27-17a95.18 95.18 0 0 1 2.51 22.28m-17.05 19.55a38.06 38.06 0 0 1 20.7-7.37 22.67 22.67 0 0 1 5.7.36 36.41 36.41 0 0 1 5.43 1.81c5.24 2 10.7 3.72 16.31 3.85s13-3 17.13-6.89M243 136.67c2.68 9.84-1.59 18.92.28 25.81'/%3E%3Cpath d='M229.05 171.07c3.74-1.82 4.64-1.31 8.79-1.6a10.78 10.78 0 0 0 4.73-.92 33.65 33.65 0 0 0 3.09-2.66c2.25-1.69 5.31-1.74 7.88-2.9m-14.36-44.63v13m-1.18 12.2a81.1 81.1 0 0 1 .24 12.17m-16.33-4.62a103.52 103.52 0 0 1-.55 16.7m7.22-19.81l.17 4.73m.96 79.97a14.12 14.12 0 0 1 8.75-2.46c3.19.24 6.3 1.74 9.47 1.3m12.39-43.4a3.31 3.31 0 0 1 1.36-1.34c4.18-2.61 9.52-2.49 14.36-1.52s9.55 2.69 14.48 3c2.92.19 6.22-.31 8-2.63m-32.71-32.33a20.7 20.7 0 0 1 9.79-4.86 31.4 31.4 0 0 1 10.79-.71c4.48.6 8.64 2.59 13 4s9.16 2.07 13.25.14m-30.95 4.93c4.62-2 9.95-.47 14.78 1s10.32 2.74 14.71.26m-60.85 53.15a22.7 22.7 0 0 1 13-1.19c3.39.7 7.1 2.13 10.12.44M239 126.34h31.71m3.29 0h9.41m5.42.66q23.13.75 46.17 3.09m-105 48.3a15.08 15.08 0 0 1 1.66 5.75c1.66 13.05-2.47 30.94-2.33 44.09M92.05 72c3.21-2 3.57-1.87 7.31-2.45 13-2 25.48 5.09 37.29 11C147 85.57 158 90 169.51 90s22-3.61 27.49-13.71'/%3E%3Cpath d='M146.51 81.4c12-5 23.18-8.94 35.94-11a22 22 0 0 1 7.84-.21 8.85 8.85 0 0 1 6.24 4.36'/%3E%3Cpath d='M163.65 137.84c19.91-6.64 35.81-22.5 36.12-46.28.1-7.44-1.08-15.63-4.53-22.61-3.8-7.72-9.06-12.19-11.66-20.38m-86.25 5.22c-4.79 9.92-9.65 16.83-10.87 27.78-1.74 15.65 1.28 31.59 12.21 42.92 14.94 15.49 38.88 20 59.72 14.87m.8-89.99c9.19-.21 16.69-1 24.2-1.74m-80.92 3.04c-4.78 0-5.89-2.68-6-3.62a1.4 1.4 0 0 1 .09-.86 1.35 1.35 0 0 1 1-.62c7.8-1.59 16-1 23.89-1.2s16-.44 24-.7l3.12-.11Q165.12 43 181.63 42m3.5.43c1.82.89 3.71 3.79-1.14 5.18M79.68 126.77h12.55m50.33-51.95v-9.55m3.34-14.62a68.32 68.32 0 0 1 2.76-11.13m8.71-13.85q3.67-4.16 7.64-8m16.83-10.54a50.36 50.36 0 0 1 9.3-1.33m18.58-1.3a44.16 44.16 0 0 1 12.28.94m16.43 6.32c4.12 1 7.32 2.15 9.44 5.81m7.94 29.77a18.23 18.23 0 0 1-6.7-2.76 7.25 7.25 0 0 1-3.11-6.24 23.35 23.35 0 0 1 8 .25c2.14.56 4.45 1.7 6.4.68 1.21-.64 1.89-1.94 2.88-2.87s2.8-1.38 3.59-.27a2.82 2.82 0 0 1 .4 1.59 29 29 0 0 1-.16 4.47m-12.29 20.9a11.72 11.72 0 0 0 .92 3.18 9.24 9.24 0 0 0 16.16 1 15.52 15.52 0 0 0 2-6.18 18.52 18.52 0 0 0 .19-4.64 11.74 11.74 0 0 0-6.79-9.27m-3.23-.85c-2.3-1.14-5.21 0-6.84 2-2.27 2.77-2.56 6.62-2.62 10.21'/%3E%3Cpath d='M265.75 63.33A2.2 2.2 0 0 0 264 65a6.42 6.42 0 0 0 0 2.51.89.89 0 0 0 .19.55.91.91 0 0 0 .47.18 3.7 3.7 0 0 0 2.65-.53 2.33 2.33 0 0 0 1-2.42 1.71 1.71 0 0 0-2.15-1.16m-7.07-5.52a24.57 24.57 0 0 0-7.11.2 4.84 4.84 0 0 0-2.28.86 1.92 1.92 0 0 0-.66 2.2 2.45 2.45 0 0 0 1.9 1.13 7.72 7.72 0 0 0 4.25-.5 15.22 15.22 0 0 0 4.72-3.7M113 51.75h8.31M143.36 99a41.69 41.69 0 0 0-1.06-10.62'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
	display: none
}

@media (min-width:990px) {
	.home__section__privacy .show-in-desktop {
		display: block
	}
}

@media (max-width:800px) {
	.home__section__privacy .show-in-mobile {
		display: block
	}
}

.home__section__make-default {
	background: #6573ff;
	color: #fff;
	text-align: center;
	display: block;
	height: 100%;
	padding: 0 1rem 4rem
}

.home__section__make-default-section {
	max-width: 600px;
	margin: auto;
	padding: 0 2rem
}

.home__section__make-default-section .make-default-small-title {
	font-size: 16px
}

@media (min-width:990px) {
	.home__section__make-default-section .make-default-small-title {
		font-size: 18px
	}
}

.home__section__make-default-section .make-default-title {
	font-family: "Afterall Serif",sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 32px
}

@media (min-width:990px) {
	.home__section__make-default-section .make-default-title {
		font-size: 40px
	}
}

.home__section__make-default-section .make-default-logo {
	height: 250px;
	width: 250px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250'%3E%3Cg fill='%23fff'%3E%3Cpath d='M232.2 103.8L231 101l-5-2-93-7-4 2-21 68-2 6-35 9-30 9s-3 2-3 3l-1 2 1.11.31a3 3 0 0 0 1.73 4.33l18.45 5.49a2.92 2.92 0 0 0 1.38.71l3.83.89.64.22a2.55 2.55 0 0 0 1.67 1.24 6.49 6.49 0 0 0 1.13.1c3 1.1 5.6 3.14 8.5 4.6a59.71 59.71 0 0 0 7.76 3.2c4.62 1.59 9.39 2.7 14.13 3.86a3 3 0 0 0 1.42 1c3.77 1.26 6.72 4.2 10.44 5.68 4.37 1.73 9 2.33 13.57 3.49 8.7 2.22 17.06 6.53 26 3a3.28 3.28 0 0 0 .84-.5c8.28-1 15.4-4.71 22.64-9.39q4-1.65 8-3.49c9.24-4.26 19.93-8.86 25.15-18.13A3 3 0 0 0 205 194h2.05l.48-.48a2.73 2.73 0 0 0 3.83-1.11 94.93 94.93 0 0 0 8.62-19.36c0-.1.07-.19.11-.29a206.87 206.87 0 0 0 6-20.58c3.87-14.94 7.33-30 10.73-45 .58-2.9-2.69-4.5-4.62-3.38zm-89.4 118.92a48.25 48.25 0 0 1-6.21-.84 105.54 105.54 0 0 1-14.36-4.13L130 220l11 2 7.91-2q-3.04 1.4-6.11 2.72z'/%3E%3Cpath d='M55.45 116.93L55 117c-7-.26-11.1.55-16 3-4 2-1.44 7.39-1 11 .7 5.68 1.3 12.32 2 18a11 11 0 0 0 1 4c.57 1.15.33 2.24 1.28 3.09 4.48 4 10.67 5.38 16.63 5.79a29.1 29.1 0 0 0 8.84-.49c5.54-1.31 10.56-5.47 12-11a32.24 32.24 0 0 0 .57-7.42 72.26 72.26 0 0 1 1.24-12c.61-3.23 6.48-4 5.48-8s-11.84-5.27-15.88-5.7c-2.17-.24-4.37-.42-6.58-.52v-.28a.88.88 0 0 0-.8-1 20.64 20.64 0 0 0-1-5.39v-1.17c0-.39.11-1.07.17-1.6a.84.84 0 0 0-.26-.66 24.2 24.2 0 0 1 4.14-5.36 3.53 3.53 0 0 0 2.3-2.26.91.91 0 0 0 .06-.42 11 11 0 0 0 1.13-1c2.1-2.24 4-4.51 6.19-6.65 2-1.22 2.52-.23 4.2.6a5.63 5.63 0 0 0 2.12.58 4.74 4.74 0 0 1 2.34.4 16.89 16.89 0 0 1 1.5 1 4.35 4.35 0 0 0 4.56.05c1.13-.63.12-2.36-1-1.73-1.84 1-2.67-.61-4.1-1.32-1.13-.54-2.13-.19-3.29-.35C81.46 90 80.4 89 79.2 88.51A49.1 49.1 0 0 1 89 81.3c2.19-1.12 4.4-2.06 6-3.82 2.24 1.07 4.79 2.1 7.14 1.2a4.87 4.87 0 0 0 2.09-1.56 2.67 2.67 0 0 0 1.75-1c1.69-2.15 3.84-4 3.49-6.9.42-1 .83-2 1.22-3 1-2.55-1.94-5-4.3-4.31a12.5 12.5 0 0 0-3 1.45h-.19l-7.64 1.75a11 11 0 0 0-1.56.36 3.39 3.39 0 0 0-1.52.89 4.29 4.29 0 0 0-2.69 3.26c-.63 2.85 1 5.4 3.37 6.85-2 2-5.13 2.9-7.48 4.37a66.91 66.91 0 0 0-8.54 6.76l-1.3 1.21c-1.73 1-3.27 3-4.53 4.29s-2.39 2.63-3.5 4a28.47 28.47 0 0 1-6.34 3.36 16.47 16.47 0 0 0-.2-3 .8.8 0 0 0-.75-.7c.39-1.11.9-2.18 1.39-3.29a19.25 19.25 0 0 0 1.72-7.13.83.83 0 0 0 .57-1.14c-1.73-4.62-2.16-9-.55-13.73 1.22-3.58 3.12-6.93 4-10.64a16.25 16.25 0 0 0 .32-5.13 29 29 0 0 1 8.61-7 24.84 24.84 0 0 1 3.88-1.44 5.9 5.9 0 0 0 1.29 1.18c3.59 2.34 8.55.29 11.63-2a16.36 16.36 0 0 0 4.26-4.63c.82-1.34 1.19-4.09 2.47-5.05a3.5 3.5 0 0 0-3.54-6c-2.08.91-3.62 2.69-5.72 3.51l-1.08.45A12.74 12.74 0 0 0 81 38.13c-1.42 1.35-2.73 3.33-2.4 5.38a7.12 7.12 0 0 0 .63 1.91c-.33.1-.66.21-1 .33a30 30 0 0 0-4.09 2 30.42 30.42 0 0 0-6.64 5.42c-.18-.84-.41-1.68-.67-2.52-1-3.38-2.54-6.76-2.53-10.31 5.06.46 10.45-1.37 12.84-6.16 2.6-5.22 2.92-12 2.41-17.69-.35-3.83-5.66-4.88-6.88-.93-.39 1.26-2.06 2.44-3.1 3.44a2.65 2.65 0 0 0-1.8 0 17.88 17.88 0 0 0-10.29 10.42c-.8 2.12-1.49 4.91-.73 7.12.84 2.4 3.3 3.19 5.63 3.58a26.49 26.49 0 0 0 1.81 8.81c1.46 4.36 2.47 8.35 1.1 12.89-1.17 3.88-3.29 7.44-4.23 11.39a18.28 18.28 0 0 0-.44 3.08c-3.14-4.35-7.86-5.81-12.69-8.07-3.17-1.47-5.34-3.4-6.22-6.88-.6-2.38-.9-4.8-2.38-6.7C41.88 52.31 43.94 47 42 43.75c-1.19-2-4.16-2.82-6.09-3.8a33.81 33.81 0 0 0-6.46-2.86c-3.22-.85-5.75 3.08-3.65 5.57-.06 2.27-.14 4.55-.18 6.82s.28 4.2 2.26 5.57a10.83 10.83 0 0 0 9.79.69c1.83 2.22 1.68 5.46 2.74 8.09a10.45 10.45 0 0 0 4.19 4.87c5.08 3.3 11.34 3.79 14.8 9.3a15.35 15.35 0 0 1 1.74 4c.09.38.18.76.29 1.14a14.87 14.87 0 0 1 .3 3.52c-.15 3.68-2.19 6.59-3.28 10a11.16 11.16 0 0 0-.29 1.1 10.91 10.91 0 0 0-1.69-3.65 15.23 15.23 0 0 0-7.84-5c-3.83-1.2-7.92-1.11-11.73-2.36-4.31-1.39-8.43-4-12.46-6.12a5 5 0 0 0-1.29-3 10.8 10.8 0 0 0-4.22-2.09 15.19 15.19 0 0 0-1.51-.39 6.52 6.52 0 0 0-4.15-.92c-1.87.24-3.5 1.43-3.5 3.5a3.92 3.92 0 0 0 1.55 2.94 4.5 4.5 0 0 0-.14 2.33 5.43 5.43 0 0 0 3.09 3.6c2.35 1.15 5.54 1.77 7.85.28a5.92 5.92 0 0 0 2.26-4c3.36 1.78 6.71 3.65 10.19 5.14s7.2 1.58 10.85 2.36a22.85 22.85 0 0 1 5.92 2 1 1 0 0 0-.12 1.11c.35.74.66 1.48 1 2.23l-4.67-.43a.85.85 0 0 0-.65.19 28.58 28.58 0 0 0-9.93-.29 4.15 4.15 0 0 0-1.9.94 4 4 0 0 1-1 .48c-2.95-1.81-7.87-.54-10.46 1.13-3 2-4.58 5.62-7.73 7.3-4 2.13-.45 8.18 3.53 6a11.94 11.94 0 0 0 1.85-1.24c3.72.07 6.63-1.75 10.26-3.13 2-.78 3.87-1.36 4.61-3.68a6.22 6.22 0 0 0-.41-4.67c1-.37 1.44-1.11 2.63-1.33a22.18 22.18 0 0 1 7.39.26 1.3 1.3 0 0 0 .21.38 2 2 0 0 0 1.67.62 33.4 33.4 0 0 0 5.35-.51q.33 1 .6 2a.84.84 0 0 0-.13.52 30.76 30.76 0 0 0 1.37 7.2v.06a1.24 1.24 0 0 0 .18.52c.08.23.14.46.23.69a1 1 0 0 0 1.3.63c.55 2.47 1.09 4.93 1.64 7.4-.94.04-1.83.09-2.71.17zm6.77-84l.07.1s-.08-.09-.07-.13zM12.69 81.59v.18a1.13 1.13 0 0 1 0-.18z'/%3E%3Cpath d='M99 88.82a6.8 6.8 0 0 0-5.3 1.68c-1.44 1.37-1.61 3.28-1.38 5.16.33 2.72 2.44 3.58 4.87 3.69l5.28.24a3.5 3.5 0 0 0 0-7v-.27c.06-2.09-1.56-3.27-3.47-3.5zm-.68 6.87v.07c-.13-.07-.08-.08.03-.07z'/%3E%3C/g%3E%3Cg fill='%236573ff'%3E%3Cpath d='M178 101a2.89 2.89 0 0 0 2.75-2.12 2.28 2.28 0 0 0-1.57-2.76 2.46 2.46 0 0 0-1.32.06 2.18 2.18 0 0 0-2.49.44 2.29 2.29 0 0 0 0 3.18A3.8 3.8 0 0 0 178 101zm26.68 98c-.46 1.83-4.65 4.11-6 5.17l-2.11 1.63a3.24 3.24 0 0 0-1.46.49c-5 3-10.11 6.09-15.3 8.93a2.62 2.62 0 0 0-2.72-.21q-11.62 4.82-23 10.2a3.08 3.08 0 0 0-1.24 1 64.76 64.76 0 0 1-10.75 1.49 77.26 77.26 0 0 1-8.76-2.32 319.68 319.68 0 0 0-38.82-9.7c-10.72-4.27-21.35-8.76-32.09-12.79-4.07-1.53-5.83 5-1.79 6.5 6.89 2.59 13.73 5.34 20.57 8.08-1 8.45 8.1 11.5 15.16 13.27a163.25 163.25 0 0 0 17.53 3.37c5.78.79 11.31 1 16.57 3.74 4.27 2.24 8.15 4.59 13 5.29a31.15 31.15 0 0 0 14.23-1.44c9.68-3.25 17.2-10.28 24.21-17.46 5.75-3.55 11.25-7.45 16.62-11.55 4.14-3.15 11.28-6.61 12.62-11.93 1.11-4.16-5.4-5.96-6.47-1.76zm31.2-88.11c-.09.53-.2 1-.29 1.58a2.7 2.7 0 0 0-1.51 2.17c-2.85 18-8.52 35.3-14.06 52.63a3 3 0 0 0 .37 2.75c-2.19 5.72-4.37 11.45-6.61 17.15-1.37 3.51 3.35 5.13 5.64 3.29 9.65-7.76 10.85-21.28 13.5-32.57 3.52-15 6.77-30 9.47-45.2.75-4.25-5.75-6.07-6.51-1.8z'/%3E%3Cpath d='M83 196.65a22.39 22.39 0 0 0-4.18-2.37c-2.54-.92-5 .12-7.46-.13a2.21 2.21 0 0 0-3 1.44v.11c-.2 1.07.29 2.57 1.57 2.76h.35a15.1 15.1 0 0 0 7.23 1.11 2.28 2.28 0 0 0 1-.32c.63.3 1.29.67 2 1.12 3.31 2 8 4.46 12 3.5a2.28 2.28 0 0 0 1.34-3.31l-.23-.45a2.21 2.21 0 0 0-1.94-1.11c-.41 0-1 .33-1.37.32a1.68 1.68 0 0 0-.57-.29c-2.17-.86-4.35-1.72-6.59-2.39zm-12.25-32.56a2 2 0 0 0 .54-.22 13.13 13.13 0 0 0 8.1-5.27 1.71 1.71 0 0 0 1.2-.66c2.35-2.83 2.57-5.91 2.92-9.43a1.82 1.82 0 0 0-.18-1c1.11-6.72 1.14-14.05 2.75-19.13a1.74 1.74 0 0 0-.82-2.15 3.6 3.6 0 0 0-.46-2.09 1.43 1.43 0 0 0-1.74-.64c-2.69-2.38-9.5-1.59-12.25-1.72-4.27-.21-8.56-.25-12.84-.12-2.57.08-5.76-.2-8.39.52a4.09 4.09 0 0 0-.2-1.38c0-.06 0-.1-.05-.14a.51.51 0 0 0 .33-.17 1.65 1.65 0 0 0 .34-1.65 1.63 1.63 0 0 0-1.9-1.77 12 12 0 0 0-2.23.79 17.42 17.42 0 0 0-2.77-.32 7.22 7.22 0 0 0-3.77 1.6c-1.58 1.06-3.14 2.56-2.82 4.64s2.46 2.85 3.25 4.63a1.18 1.18 0 0 0 1.37.76 10.39 10.39 0 0 0 6.38 2.18c2.29 2 5 1.64 7.91 1.56 4.62-.13 9.23-.28 13.84-.57 1.15-.08 2.31-.15 3.47-.25a14.13 14.13 0 0 0 8-2.62 1.52 1.52 0 0 0 1 .14c-2 10.23.29 28.22-12 30.56a2.06 2.06 0 0 0-.66.25c-8.19 1.92-18.58 1-25.68-3.36a1.78 1.78 0 0 0-1-.26c4.23 7.21 13.51 6.15 20.4 8.53a41.45 41.45 0 0 0 7.96-1.24z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23374677' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M107 168.3c-2.42-1.17-.67-3.64.1-5.21 1.06-2.17 2-4.41 2.85-6.68a106.54 106.54 0 0 0 3.8-13.41 356 356 0 0 1 14.52-48 5.35 5.35 0 0 1 1.73-2.72 5.45 5.45 0 0 1 3.42-.54c30.3 1.91 60.63 3.81 90.75 7.65 4.11.53 8.06.79 9.15 4.79 1.33 4.9-1.65 10-2.86 14.65-3.13 12-6.06 24.36-9.37 36.43-3.09 11.45-7.09 22.54-10.5 33.91-.5 1.68-.86 5-2.54 4.51-.55-.18-1.55 1.82-3.25-.22'/%3E%3Cpath d='M37.36 190.86c8.1 2.23 16.38 4.59 24.42 7C73.19 201.34 83.66 206 95 209.65c7.48 2.4 15 4.57 22.6 6.69 7 2 14.51 5.1 21.75 5.71 6.5.54 10.82-1.93 16.87-4.35 7-2.81 13.9-5.95 20.86-8.89 9.37-4 21-6.82 27.53-15.17a1.45 1.45 0 0 0 .4-.92c0-.5-.54-.8-1-1a58.19 58.19 0 0 0-14-4.26q-31.59-6.47-62.49-15.8c-6.1-1.84-12.32-3.78-18.68-3.46a53.29 53.29 0 0 0-10.52 2l-48.63 12.43c-5 1.29-10.65 3.09-12.75 7.82-.18.41.67-2.11.81-1.68'/%3E%3Cpath d='M68.12 194.85c6-1.79 10-2.58 16-4.38a11.14 11.14 0 0 1 2.84-.59 14.46 14.46 0 0 1 4.77 1.06c7.47 2.31 12.9 2.41 19.77 6.14-7.93 2.76-11.86 3.52-19.78 6.28a4.6 4.6 0 0 1-1.41.33 4.66 4.66 0 0 1-1.75-.41 172.36 172.36 0 0 0-19.07-5.93 3 3 0 0 1-1.57-.74 1 1 0 0 1 .11-1.53m47.03-32.46c-1.08-4.4.89-7.54 2.19-11.66 3.29-10.43 4.6-21.16 8.13-31.51 2.24-6.55 4.79-12.8 6-19.68a2.26 2.26 0 0 1 3.22-2.17q46.53 5.87 93.38 8.74c-.49 4.43-2.05 8.67-3.41 12.92C218 140 216.25 162.14 207.08 182l-23.7-3.32a144.57 144.57 0 0 1-14.64-2.57c-4.41-1.09-8.57-2.07-13-3-17.22-3.6-25.62-7-39.75-9.53-.34-.06-.76-.2-.78-.54m-43.1 19.37c27.65 7.48 52.29 17 79.94 24.43 3.28.89 5.64 2.79 9 2.61 3.82-.21 11.42-4.75 14.92-6.28l17-7.37c-20-3.21-37.62-11.22-57.4-15.58-7.27-1.6-14.67-4.56-21.92-6.28-3.49-.83-5-1.84-8.56-1.93s-6 1.69-9.34 2.63c-6.91 1.92-17.63 4.51-24 7.71'/%3E%3Cpath d='M37.25 191.25l.1 3.75c13.1 4.07 26.22 8.19 38.88 13.48 13.22 5.52 26 10.35 39.9 13.8 6.31 1.57 12.76 4.42 19.2 5.27a46.76 46.76 0 0 0 7.74.59c5.39-.19 10.52-2.22 15.51-4.28 14-5.79 28-12 41-19.88a15.75 15.75 0 0 0 5.44-4.59c1.3-2 1.55-4.9 0-6.7m2.6 1.64c1.65 1 3.85-.38 4.67-2.14s6.59-18.59 7.67-22.4l9.82-34.79c1.07-3.81 2.15-7.63 2.87-11.52 1.23-6.71 4.17-11.34 4.32-18.17m-6.39-4.76l4.49 2.32c.9.45 1.91 1.1 1.93 2.1M72.5 193.5c4.76 2.13 16 5.58 21 7m-15.33-1.15l5.16-1.52m103.32 10.47a74.48 74.48 0 0 1 9-4m4.68-3.3l-.67.18'/%3E%3Cpath d='M195.69 192.46c-.34 0-.42.55-.15.76a1.22 1.22 0 0 0 1 .13c.21 0 .48-.1.53-.32m-20.83-95.28c-.75.79.22 2.22 1.32 2.24a1.93 1.93 0 0 0 1.81-1.21 1.6 1.6 0 0 0-.82-2 1.42 1.42 0 0 0-1.56.33 1.36 1.36 0 0 0-.18 1.58m5.24 83.8a8.43 8.43 0 0 1 6.3.72 7.79 7.79 0 0 0 1.29.65c1.21.4 2.56-.11 3.8.21a10.08 10.08 0 0 1 2.32 1.26 2.61 2.61 0 0 0 2.52.25m-54.6-54.3a7.81 7.81 0 0 1-1.33 5.25m3.31-5.97c12.26 0 23.52 2.33 35.48 5.05a.82.82 0 0 1 .77 1.23c-.46 1.53-1 4-1.53 5.54m-37.68-5.49c12.7 1.68 25.41 4.36 38.12 6m7.69-3.89a1.48 1.48 0 0 0-1.45 1 .77.77 0 0 0 0 .56c.14.32.53.42.87.48.66.11 1.52.06 1.73-.57a1.18 1.18 0 0 0-.54-1.2 1.69 1.69 0 0 0-1.07-.38 1 1 0 0 0-.89.62m1.35 1.68V143'/%3E%3Cpath d='M185.9 136.78c2.55-.14 3.11.94 5.64 1.25a1.58 1.58 0 0 1 .93.32 1.09 1.09 0 0 1 .39 1c-.36 2.2-.08 2.41-1.35 4.76a1 1 0 0 1-.44.5 1.11 1.11 0 0 1-.6 0l-6.3-1c-.21-2.86.92-3.75 1.39-6.58M82.33 182.19c4.3-1.73 6.74-3.12 11.26-4.15a31 31 0 0 0 8.91-3.54m.05-.02c7.4 2.4 13.91 4.46 21.5 6.17 8 1.81 16.07 4.23 23.91 6.58 4.83 1.44 9.55 3.23 14.35 4.75 6.4 2 12.93 3.56 19.46 5.1-5.47 2.34-13.94 7.68-19.4 10m-79.68-24.89c8.38 3 14.94 4.43 23.62 6.35 5.1 1.12 10.38 3.51 15.34 5.13 17.85 5.83 26.24 8.45 40 13.37m-73.76-23.62q10.26-4 20.87-7m-14.9 8.66q9.92-3.22 19.56-7.23m-13.03 8.82a123.14 123.14 0 0 0 16.68-7.67m-6.57 7.5c3.88-1.9 8.4-3.91 12.22-5.93m-6.3 7.81c5-2.68 5.31-3.81 10.35-6.49m-5.27 7.61c5.16-3.1 5-3.15 10.13-6.25'/%3E%3Cpath d='M125.5 190.5c4.19-2.67 5.65-2.82 9.84-5.49a3.58 3.58 0 0 1 2-.77M126.5 194.5a95.74 95.74 0 0 1 14.71-8.67M130.5 196.5l11.31-7a19.69 19.69 0 0 1 4.42-2.22m-9.73 11.22c4.07-2.83 9.7-7.56 13.77-10.39m-5.77 12.39c3.55-2.32 10.78-7.25 14-10m-19 9c3.55-2.32 10.78-7.25 14-10m-1.73 10.65a82.87 82.87 0 0 1 12.23-7.28m-7.4 8.94l13.47-7.68c.09 0 .21-.1.29 0s0 .23-.09.15m-9.19 9.15q6.88-4.14 14.15-7.6'/%3E%3Cpath d='M88.21 179.65c12.67 5.86 27 7.26 40.08 12.3 4.9 1.88 9.65 4.14 14.64 5.74 3.82 1.22 7.76 2 11.58 3.27a55.3 55.3 0 0 1 10.5 4.65m-65.69-29.48c13.8 6.55 27.44 7.93 42 12.65 5 1.62 9.85 3.64 14.92 5 3.88 1 7.85 1.63 11.73 2.67a35.82 35.82 0 0 1 8.72 3.1m-84-21.16c26.62 6.41 54 14.86 80 23.32M60.5 116.5c-7.41-.28-16.68.6-21.87 3.19-4.19 2.09-1.31 8.95-.84 12.78l2.22 18a14.67 14.67 0 0 0 1.14 4.78 10.59 10.59 0 0 0 2.54 3.15c4.74 4.2 11.3 5.7 17.62 6.14a31.59 31.59 0 0 0 9.36-.52c5.86-1.4 11.19-5.8 12.67-11.65a34.39 34.39 0 0 0 .61-7.86 74.58 74.58 0 0 1 1.31-12.73c.64-3.41 3.83-9 .27-11.53-2.47-1.76-7-2.49-11.29-3-5.45-.58-9.26-1.35-14.74-.83m7.35-77.35a6.84 6.84 0 0 1-8.37-2.93 8.51 8.51 0 0 1 .41-8 17.78 17.78 0 0 1 5.93-5.83c2.34-1.55 4.83-2.84 7.08-4.52a26.12 26.12 0 0 0 6.48-7l.12 14.28a16.58 16.58 0 0 1-.37 4.45 16.41 16.41 0 0 1-3.58 5.86c-1.08 1.31-2.49 2.75-4.16 2.46'/%3E%3Cpath d='M62.45 39.62a12.58 12.58 0 0 1 1.33-9.22c1.78-3.07 4.76-5.21 7.28-7.7m-6.84 17.38c-.61 2.17-.21 2.59 1.06 4.46s1.1 3 1.8 5c1.11 3.18.68 6.5.66 9.87 0 1.36.37 2.78-.1 4.06-.38 1-1.27 1.82-1.55 2.89-.2.77 0 1.6-.23 2.37a6.54 6.54 0 0 1-.76 1.63 16.87 16.87 0 0 0-1.27 13.07 12 12 0 0 1 .94 4c-.08 1.68-1.08 3.12-1.77 4.57a15.59 15.59 0 0 0-1.47 9'/%3E%3Cpath d='M58.16 97.66a20.54 20.54 0 0 1 2-7.34 14.66 14.66 0 0 0 1.4-2.58c.76-2.34-.62-4.79-.94-7.24a17.35 17.35 0 0 1 0-3.53l.42-5.23a10.74 10.74 0 0 1 .6-3.24c.76-1.85 2.53-3.16 3.27-5a10.32 10.32 0 0 0 .45-4.5l-.45-7.53a5.42 5.42 0 0 0-.26-1.47 7.43 7.43 0 0 0-1.06-1.66c-2.3-3.26-1.88-7.62-1.36-11.57m-5.12 35.79l-6.82-3.82a28.92 28.92 0 0 1-5.4-3.58 9.75 9.75 0 0 1-3.28-5.46 12.22 12.22 0 0 0-.41-2.17c-.66-1.77-2.78-1.81-3.09-3.68'/%3E%3Cpath d='M37.72 56.5c1.1 3.59 2.2 6.18 3.3 9.77a2.78 2.78 0 0 0 2 2.2c2.14 1 4.32 1.91 6.54 2.71A22 22 0 0 1 55 73.64c2 1.4 3.51 3.58 5.87 4M68 53.35a4.09 4.09 0 0 1 1.78-3.11A17.92 17.92 0 0 1 73 48.53a34.22 34.22 0 0 0 6.08-3.13m-9.62 9.01a33.83 33.83 0 0 1 9.33-6.66m1.83-.06a7.53 7.53 0 0 1-.05-9c1.69-2.17 4.44-3.21 7.11-3.82s5.46-.91 8-2a25.52 25.52 0 0 0 4.49-2.8A20.68 20.68 0 0 1 95.21 43a17 17 0 0 1-5.63 4.74 9.94 9.94 0 0 1-7.21.74m-2.91-2.73c1.76-2.92 6.67-6.12 10-7M25 34.51a17.32 17.32 0 0 1 .58 6.14l-.18 6.83a7.79 7.79 0 0 0 .84 4.59A7.69 7.69 0 0 0 28.36 54a9.74 9.74 0 0 0 3.78 1.85c2.07.35 4.13-.66 5.89-1.81a9.77 9.77 0 0 0 3.08-2.85c1.64-2.63.86-6.26-1.14-8.63s-5-3.7-7.92-4.65c-2.54-.8-5.34-1.5-7-3.57'/%3E%3Cpath d='M29.73 44.5a23.54 23.54 0 0 0 2.78 5.94 8.05 8.05 0 0 0 5.37 3.48m23.05 47.43c4.13-1.28 7.24-4.63 10-7.93s5.62-6.81 9.55-8.63a8.73 8.73 0 0 0 1.84-1c1.22-1 1.64-2.67 2.83-3.65C86.72 78.9 89 79.22 91 79a3.06 3.06 0 0 0 1.54-.47 1.26 1.26 0 0 0 .46-1.39M77.55 91.06a3 3 0 0 1-.85.74l-2.88 1.89a8.42 8.42 0 0 0-1.42 1.1 10.07 10.07 0 0 0-1.31 2 26.63 26.63 0 0 1-2.69 3.74 45.32 45.32 0 0 0-3.57 4.39c-1 1.58-2.78 3.43-2.69 5.31'/%3E%3Cpath d='M94.82 78.73a8 8 0 0 1-5.56 2.38c-1.15 0-2.49-.16-3.25.7s-.41 2.38-1 3.44a3.45 3.45 0 0 1-1.54 1.28c-1 .5-2.19.89-3.21 1.41m-.01.68a2.92 2.92 0 0 1 2.43 1 6.58 6.58 0 0 0 2.14 1.7c1.42.51 3.13-.3 4.43.45a12.75 12.75 0 0 0 1.25.87 3 3 0 0 0 2.26-.27M77.89 91a2.29 2.29 0 0 1 2.43.19c.74.45 1.34 1.09 2.09 1.51a7.33 7.33 0 0 0 2.74.69 12 12 0 0 0 4.75-.22M95.54 99c-2.18-.86-3.06-3.57-2.82-5.9a2.83 2.83 0 0 1 .25-1 3.29 3.29 0 0 1 2-1.42 7.43 7.43 0 0 1 4.35-.48c2.15.56 3.59 2.53 4.83 4.36s2.67 3.81 4.81 4.4a32.1 32.1 0 0 0-5.45-.4c-1.22 0-4.59 2.06-5.49 1.23'/%3E%3Cpath d='M92.61 92.54a14.68 14.68 0 0 1 6.59 2.27 16 16 0 0 0 1.93 1.19m-4.35-17.68c-2.6-.9-5.44-2-6.72-4.44a5.66 5.66 0 0 1 1.25-6.71 9.28 9.28 0 0 1 3.85-1.76c3-.77 6.18-1 9.09-2.13a16.68 16.68 0 0 0 6.1-4c.41.61 0 1.42-.32 2.09-1.28 2.73-.78 5.94-1.31 8.91-.69 3.88-3.56 7.56-7.44 8.23'/%3E%3Cpath d='M94.22 77.56a72.21 72.21 0 0 0 10.22-6.92c.91-.73 1.88-1.69 1.73-2.85M55.78 93.34c.34-.74-.34-1.54-1-2a20.86 20.86 0 0 0-10.33-4.11c-3.81-.4-7.84.22-11.33-1.33a44.74 44.74 0 0 1-4.77-3A7.41 7.41 0 0 0 23 81.56'/%3E%3Cpath d='M22.19 83.24A7.74 7.74 0 0 1 28 84.75c1.73 1.15 3.24 2.61 5 3.63A12.25 12.25 0 0 0 39.83 90c1.44-.09 2.94-.42 4.29.11a13.36 13.36 0 0 0 1.6.7 9.57 9.57 0 0 0 1.93 0c2.35.07 4.26 2.09 5 4.31a20.66 20.66 0 0 1 .64 7c0 2.25.11 4.62 1.27 6.55.86 1.43 2.23 2.52 3 4a11.51 11.51 0 0 1 .84 5.33l-.1 14.83'/%3E%3Cpath d='M23.6 83.83a2.67 2.67 0 0 1-1.28 2.43 5.21 5.21 0 0 1-2.77.72c-3.23 0-6.64-2-7.35-5.13-.11-.5-.16-1-.3-1.52a8.12 8.12 0 0 0-.73-1.55L8.48 74'/%3E%3Cpath d='M8.85 74.36a29.13 29.13 0 0 1 13.08 1.73 3.72 3.72 0 0 1 1.52.87 4.11 4.11 0 0 1 .7 3M11.81 110a14.47 14.47 0 0 0 6.69-5.8c.61-1 1.1-2.09 1.75-3.07a13.57 13.57 0 0 1 8.57-5.39c2.53-.54 5.64-.3 7.06 1.87 1.17 1.79.67 4.28-.64 6a13.81 13.81 0 0 1-5.24 3.57c-4.76 2.24-10 4-15.21 3.16m1.54-30.15a11.21 11.21 0 0 1 3.16 2 4.33 4.33 0 0 0 3.51 1'/%3E%3Cpath d='M34.86 96.54a23.28 23.28 0 0 1 4.81-2.35 3.77 3.77 0 0 1 2-.21 7.73 7.73 0 0 1 1.8 1c2.31 1.31 5.2.38 7.85.52.23 0 .54.12.51.36m-16.18 1.93a13.45 13.45 0 0 1 7.89-.17c.72.24 1.41.58 2.15.8a7.06 7.06 0 0 0 5.38-.58m13.25 8.03c-1.1 4.65.38 9.47.77 14.23a54 54 0 0 1 .07 5.83c-.07 2.29 0 4.94 1.75 6.37M55.93 101a9.22 9.22 0 0 0 .37 5.09c.85 1.76 2.77 2.9 3.33 4.77m.54 4.31v5.66M35.38 96.77A31.05 31.05 0 0 1 26 103.6'/%3E%3Cpath d='M36.5 123.5c.8 4 6.23 6 10.23 6.83a85.94 85.94 0 0 0 16.93 1.83c7.48.07 11.84-.66 19.84-3.66 1.87-.7 4.14-3 4-5'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat;
	position: relative;
	margin: auto auto -125px;
	top: -125px
}

.home__section__make-default-section .set-as-default-button {
	font-family: Proxima Nova SemiBold,sans-serif;
	font-size: 1.2rem;
	letter-spacing: .01rem;
	border-radius: 2rem;
	padding: .85rem 1.2rem;
	font-weight: 500;
	display: inline-block;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	color: #2e39b3;
	background: #f4f5fb;
	transition: background .25s
}

.home__section__make-default-section .set-as-default-button:hover {
	background: #fff
}

@media (min-width:600px) {
	.home__section__make-default-section .set-as-default-button {
		font-size: 18px
	}
}

.home .curve-top {
	position: relative;
	width: 110%;
	margin: -1rem 0 0 -1.4rem
}

@media (min-width:600px) {
	.home .curve-top {
		margin: -1rem 0 0 -2rem
	}
}

.home .curve-top:before {
	border-radius: 0 0 50% 50%/2rem;
	bottom: auto;
	top: -2rem;
	background: #fff;
	content: "";
	display: block;
	height: 4rem;
	left: 0;
	position: absolute;
	width: 100%
}

.home--dawn .home__section__search {
	background-image: url(/sp/spstatic/images/startpage-clouds.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.home--dawn .home__section__learn-more-separator svg path {
	fill: #fff
}

.home--dark .home__section__privacy,.home--dark .home__section__search,.home--dark .home__section__tech {
	background: #1f2947
}

.home--dark .home__section__privacy .text,.home--dark .home__section__search .text,.home--dark .home__section__tech .text {
	color: #fff
}

.home--dark .home__section__learn-more .learn-more-text,.home--dark .home__section__privacy b,.home--dark .home__section__search b,.home--dark .home__section__tech b {
	color: #a3b1ff
}

.home--dark .home__section__learn-more .learn-more-arrow {
	fill: #a3b1ff
}

.home--dark .home__section__learn-more-separator svg path {
	fill: #212a47
}

.home--dark .home__section__story-description__highlight {
	background: #6573ff
}

.home--dark .home__section__reviews {
	background: #000
}

.home--dark .home__section__make-default,.home--dark .home__section__story {
	background: #35457a
}

.home--dark .home__section__make-default .text,.home--dark .home__section__story .text {
	color: #fff
}

.home--dark .home__section__search-logo {
	filter: brightness(0) invert(1)
}

.home--dark .home__section__search-images-text {
	color: #a3b1ff
}

.home--dark .home__section__reviews-section .text:after,.home--dark .home__section__reviews-section .text:before {
	filter: brightness(0) invert(1)
}

.home--dark .curve-top:before {
	background: #1f2947
}

.home--dark .top-nav-menu__button {
	color: #fff
}

.home--dark .top-nav-menu__button:hover {
	color: #a3b1ff
}

.home--blak .home__section__privacy,.home--blak .home__section__search,.home--blak .home__section__story,.home--blak .home__section__tech,.home--nite .home__section__privacy,.home--nite .home__section__search,.home--nite .home__section__story,.home--nite .home__section__tech {
	background: #000
}

.home--blak .home__section__privacy .text,.home--blak .home__section__privacy h1,.home--blak .home__section__search .text,.home--blak .home__section__search h1,.home--blak .home__section__story .text,.home--blak .home__section__story h1,.home--blak .home__section__tech .text,.home--blak .home__section__tech h1,.home--nite .home__section__privacy .text,.home--nite .home__section__privacy h1,.home--nite .home__section__search .text,.home--nite .home__section__search h1,.home--nite .home__section__story .text,.home--nite .home__section__story h1,.home--nite .home__section__tech .text,.home--nite .home__section__tech h1 {
	color: #c6cbd9
}

.home--blak .home__section__learn-more .learn-more-text,.home--blak .home__section__privacy b,.home--blak .home__section__search b,.home--blak .home__section__story b,.home--blak .home__section__tech b,.home--nite .home__section__learn-more .learn-more-text,.home--nite .home__section__privacy b,.home--nite .home__section__search b,.home--nite .home__section__story b,.home--nite .home__section__tech b {
	color: #a3b1ff
}

.home--blak .home__section__learn-more .learn-more-arrow,.home--nite .home__section__learn-more .learn-more-arrow {
	fill: #a3b1ff
}

.home--blak .home__section__learn-more-separator svg path,.home--nite .home__section__learn-more-separator svg path {
	fill: #000
}

.home--blak .home__section__story-description__highlight,.home--nite .home__section__story-description__highlight {
	background: #2e3d6f
}

.home--blak .home__section__make-default,.home--blak .home__section__reviews,.home--blak .home__section__story,.home--nite .home__section__make-default,.home--nite .home__section__reviews,.home--nite .home__section__story {
	background: #11141f
}

.home--blak .home__section__make-default .text,.home--blak .home__section__story .text,.home--nite .home__section__make-default .text,.home--nite .home__section__story .text {
	color: #c6cbd9
}

.home--blak .home__section__set-as-home-button,.home--nite .home__section__set-as-home-button {
	background: #2e3d6f
}

.home--blak .home__section__search-logo,.home--nite .home__section__search-logo {
	filter: brightness(3) grayscale(85%)
}

.home--blak .home__section__search-images-text,.home--nite .home__section__search-images-text {
	color: #fff
}

.home--blak .home__section__reviews-section .text:after,.home--blak .home__section__reviews-section .text:before,.home--nite .home__section__reviews-section .text:after,.home--nite .home__section__reviews-section .text:before {
	filter: brightness(3) grayscale(85%)
}

.home--blak .home__section .image,.home--blak .home__section .make-default-logo,.home--blak .home__section__paper-shredder-logo,.home--nite .home__section .image,.home--nite .home__section .make-default-logo,.home--nite .home__section__paper-shredder-logo {
	filter: grayscale(70%)
}

.home--blak .home__section__make-default-section h1,.home--blak .home__section__make-default-section p,.home--nite .home__section__make-default-section h1,.home--nite .home__section__make-default-section p {
	color: #c6cbd9
}

.home--blak .curve-top:before,.home--nite .curve-top:before {
	background: #000
}

.home--blak .top-nav-menu__button,.home--nite .top-nav-menu__button {
	color: #c6cbd9
}

.home--blak .top-nav-menu__button:hover,.home--nite .top-nav-menu__button:hover {
	color: #fff
}

.home--nite .home__section__search {
	background-image: url(/sp/spstatic/images/startpage-night.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom
}

body.search_plugin_added .extension-popup-home-container {
	display: none
}
            