/*! 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;
  font-family: RMNeue, arial, helvetica;
  color: #0f2145;
	overflow-x: hidden;
	/* background-image: url('../images/bg.png');
	background-position: bottom;
	background-size: cover; */
	background: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(201,197,240,1) 30%, rgba(255,255,255,1) 70%, rgba(201,197,240,1) 100%);
}


body:lang(ar) {
	direction: rtl
}

body * {
	line-height: 1.6;
}

main {
	display: block
}

h1 {
	font-size: 4em;
  line-height: 1.1;
}

h2{
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
}

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;
	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: -0.25em
}

sup {
	top: -0.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: 0.35em 0.75em 0.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
}

template {
	display: none
}

[hidden] {
	display: none
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.nowrap{
	line-height: 1;
}


@media screen and (min-width: 1000px){
	.nowrap{
	  white-space: nowrap;
	}
}


.header{
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.header__logo{
  width: 200px;
}

.header__link{
	display: none;
	float: right;
  color: #3E31FA;
  text-decoration: none;
  line-height: 60px;
}

.header__link__icon{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	vertical-align: text-bottom;
}

.header__link__icon path{
		fill: #3E31FA;
}

@media screen and (min-width: 400px){
	.header__link{
		display: inline-block;
	}
}




.hero-header{

}

.hero-header h1{
  margin: 0 0 .2em;
}

.hero-header h2{
  /* color: #5E6A83; */
}

.hero-header__content{
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
  text-align: center;
}


.hero-header__content__device{
  max-height: 75vh;
	max-width: 100%;
}


@media screen and (min-width: 1000px){
  .hero-header h1{
    margin: 1em 0 .2em;
  }
  .hero-header__content{
    text-align: left;
    padding: 48px 0 16px;
  }
  .hero-header__content__device{
    float: left;
    height: 80vh;
  }
}

.stores-btns{
  margin: 24px 0;
}

.stores-btns--centered{
	text-align: center;
}

.stores-btns a{
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.stores-btns a:last-of-type{
  margin-right: 0px;
}

.stores-btns a img{
  height: 56px;
}


.content-block{
	width: 90%;
	max-width: 720px;
  padding: 0;
  margin: 0 auto 180px;
  /* background: #2115AB url("../images/dots-bg.png");
  background-size: cover; */
}

.content-block__card{
	background: #fff;
	border-radius: 48px;
	padding: 60px;
	border-radius: 48px;
  box-shadow: -35px 70px 35px rgba(76, 73, 134, 0.35);
	margin-bottom: 4em;
	opacity: .8;
	position: relative;
	overflow: hidden;
}



.content-block p{
	font-size: 1.1em;
	color: #5E6A83;
}


.content-block--wide{
	max-width: 1400px !important;
}


.featured-video{
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 48px;
  box-shadow: -35px 70px 35px rgba(76, 73, 134, 0.35);
}


.list{
  font-size: 1.2em;
  list-style: none;
  margin-bottom: 2em;
  color: #5E6A83;
	padding: 0;
}

.list li{
  margin-bottom: .5em;
  line-height: 1.2;
}


@media screen and (min-width: 1000px){
  .list{
    list-style: circle;
		position: relative;
	  left: 24px;
		padding: auto;
  }
}







.footer_container {
	padding: 40px 24px 28px;
	box-sizing: border-box;
	background-color: #0F2145;
	text-align: center;
}

.footer_container .languages ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center
}

.footer_container .link {
	text-decoration: none;
	color: #fff
}

.footer_container .languages ul li {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	color: #ffffff;
	line-height: 2.14;
	box-sizing: border-box
}

.footer_container .languages ul li:after {
	content: '|';
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box
}

.footer_container .languages ul li.last:after {
	content: none
}

.footer_container .copy p {
	margin: 40px 0 0 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff
}

@media only screen and (min-width: 768px) {
	.footer_container {
		padding: 35px 20px 28px 20px
	}

	.footer_container .languages ul {
		text-align: left
	}

	.footer_container .languages ul:lang(ar) {
		text-align: right
	}

	.footer_container .copy p {
		margin: 30px 0 0 0
	}
}

@media only screen and (min-width: 1024px) {
	.footer_container {
		padding: 45px 0 36px 0
	}

	.footer_container .copy p {
		margin: 0
	}

	.footer_container .content {
		width: 1020px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between
	}
}
