﻿
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
a,
a img,
font,
img,
dd,
dl,
dt,
li,
ol,
ul,
blockquote,
fieldset,
form,
label,
legend,
em,
figure,
caption {
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	border: 0 none;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}
html {
	font-family: 'Roboto', sans-serif;
	font-size: 62.5%;
}
body {
	background: #fff;
	font-size:1rem;
}
	body *{
		box-sizing:border-box;
	}
	 img{
		 max-width:100%;
	 }
	#main{
		max-width:100%;
		overflow-x:hidden;
	}
	p {
		font-style: normal;
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.4rem;
		letter-spacing: 0.01em;
		margin: 1rem 0;
	}
.p strong {
	font-size: 2rem;
}
h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 7.2rem;
	line-height: 8.2rem;
	letter-spacing: -0.03em;
	margin:1.5rem 0;
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 2.4rem;
	margin: 1rem 0;
}
h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2rem;
	letter-spacing: 0.2em;
	margin: 1rem 0;
}
h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	letter-spacing: 0.04em;
}

.text li {
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.03em;
	margin:2rem 0 2rem 1.6rem;
	list-style-type:disc;
}

.container{
	position:relative;
	max-width:1200px;
	margin:0 auto;
	width:100%;
}

.no-margin-top{
	margin-top:0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
header {
	padding: 2.5rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.25s ease-in-out;
	z-index:999;
}
header nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-right:6rem;
}
header nav .logo{
	display:block;
	width:22.2rem;
}
header nav .logo img{
	display:block;
	width:100%;
}
header nav ul{
	display:flex;
}
header nav ul.menu li{
	margin:0 1rem;
	display:inline-block;
}
header nav ul.menu li a {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #fff;
}

	header nav ul.menu li.current a {
		color: #70B48E;
	}
.scrolled-body header nav ul.menu li a {
	color: #525252;
}
.scrolled-body header nav ul.menu li.current a {
	color: #FF752A;
}
	header nav ul.menu li a:hover,
	.scrolled-body header nav ul.menu li a:hover,
	header nav ul.menu li.selected a,
	.scrolled-body header nav ul.menu li.selected a {
		color: #70B48E;
	}
.scrolled-body header {
	background-color: #fff;
	box-shadow: 0px 4px 74px -31px rgba(28, 32, 38, 0.5);
}

header nav .logo .logo-blue{
	display:none;
}
.scrolled-body header nav .logo .logo-blue {
	display: block;
}
.scrolled-body header nav .logo .logo-white {
	display: none;
}

header ul.lang {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	padding: 0.6rem;
	/* top: 0.5rem; */
	z-index:999;
}
	header ul.lang li {
		order: 1;
		font-style: normal;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: -0.05em;
		padding-right:2rem;
		cursor:pointer;
		display:none;
	}
		header ul.lang li a {
			color: #fff;
			opacity:0.5;
		}
		header ul.lang li.selected {
			order: 0;
			background-image:url(../images/arrow-down-white.svg);
			background-position:right center;
			background-repeat:no-repeat;
			display:block;
		}
			header ul.lang li.selected a{
				opacity:1;
			}
			.scrolled-body header ul.lang li a {
				color: #525252;
			}
.scrolled-body header ul.lang li.selected {
	background-image: url(../images/arrow-down-black.svg);
}
header ul.lang.open li {
	display:block;
}
header ul.lang.open {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
}

header ul.lang.open li a {
	color: #525252;
}
	header ul.lang.open li.selected,
	.scrolled-body header ul.lang.open li.selected {
		background-image: url(../images/arrow-up-black.svg);
	}

footer {
	background-color: #FF6600;
	background-image: url(../images/footer-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
	footer .container {
		min-height: 43rem;
		padding: 2.5rem 0;
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	footer .logos {
		display: flex;
		width: 100%;
		gap: 12rem;
		align-items: center;
		justify-content: center;
	}
	footer .helpline {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		font-style: normal;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 2.4rem;
		text-align: center;
		letter-spacing: 0.01em;
		color: #FFFFFF;
		position:absolute;
		bottom:2.5rem;
	}
		footer .helpline li.sep{
			margin:0 2rem;
		}
.hero {
	min-height: 32vw;
	background-position: center;
	background-size: cover;
	background-color: #FF6600;
	display:flex;
	width:100%;
}
.hero .text-container{
	display:flex;
	justify-content:center;
	  align-items:center;
	  padding-bottom:10rem;
}
.hero .text{
	width:40%;
	margin-top:5rem;
	padding:5rem 0;
	color:#fff;
}
	.hero.text.gray {
		color: #F0F0F0;
	}

			.hero p {
				font-style: normal;
				font-weight: normal;
				font-size: 2.4rem;
				line-height: 2.4rem;
				text-align: center;
				letter-spacing: 0.01em;
			}
.page .hero .text {
	text-align: center;
	width: 90%;
}

.hero .enjoy {
	display: block;
	width: 23rem;

	position: absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
}
			.page .hero .enjoy{
				/* margin:auto; */
				margin-top:4rem;
			}


/*Slick Common*/

.slick-dots li button::before {
	color: #FFB686;
}

.slick-dots li.slick-active button::before {
	color: #FF6600;
}

.slick-dots li {
	margin: 0 0;
}
	.slick-dots li button::before {
		font-size: 7px;
		width: 15px;
		height: 15px;
	}
.slick-dots li {
	width: 15px;
	height: 15px;
}
/*CTA*/
.cta-1 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #FFFFFF;
	padding: 1.5rem 2.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #70B48E;
	box-shadow: 0px 34px 84px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	transition: 0.25s ease-in-out;
	overflow:hidden;
	position:relative;
}
.cta-1 span{
	position:relative;
	z-index:2;
	display:inline-block;
}
.cta-1:hover{
	color: #70B48E;
}
	.cta-1:before {
		content: "";
		position: absolute;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1;
		transition: 0.25s ease-in-out;
		border-radius: 5px;
	}
.cta-1:hover:before{
	left:0;
}

.cta-2 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #FFFFFF;
	padding: 1.1rem 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #70B48E;
	border-radius: 4px;
	border:solid 1px transparent;
	transition: 0.25s ease-in-out;
	overflow: hidden;
	position: relative;
}

	.cta-2 span {
		position: relative;
		z-index: 2;
		display: inline-block;
	}

	.cta-2:hover {
		color: #70B48E;
		border-color: #70B48E;
	}

	.cta-2:before {
		content: "";
		position: absolute;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1;
		transition: 0.25s ease-in-out;
		border-radius: 4px;
	}

	.cta-2:hover:before {
		left: 0;
	}

.cta-3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #70B48E;
	padding: 1.1rem 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: solid 1px #70B48E;
	transition: 0.25s ease-in-out;
	overflow: hidden;
	position: relative;
	margin:auto;
}

.cta-3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.cta-3:hover {
	color: #fff;
}

.cta-3:before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #70B48E;
	z-index: 1;
	transition: 0.25s ease-in-out;
	border-radius: 4px;
}

.cta-3:hover:before {
	left: 0;
}

	.cta-1.bottom-align,.cta-2.bottom-align {
		position: absolute;
		bottom: -2.4rem;
		margin: auto;
		left: 0;
		right: 0;
		width: fit-content;
	}
	.cta-2.bottom-align {
		bottom: -2rem;
	}
	.page .hero .cta-1{
		margin-top:5.5rem;
	}
.page-section{
	margin-top:11rem;
	position:relative;
}
.page-section .container {
	padding-top:4rem;
	padding-bottom:4rem;
}
.page-section .rounded{
	border-radius:15px;
}
	.page-section .section-top-icon {
		position: absolute;
		width: 9.9rem;
		height: auto;
		top: -3.2rem;
		left: 5.5rem;
	}
	.page-section .text h2 {
		margin: 0 0 2.5rem 0;
	}

	.page-section .text h3 {
		line-height: 2.2rem;
		letter-spacing: 0.04em;
		margin: 1rem 0 1.5rem 0;
	}
/*section-style-1*/

.section-style-1{
	margin-bottom:26rem;
}
.section-style-1 .container {
	background: rgba(56, 163, 94, 0.2);;
	background-image: url(../images/thetestbg.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.section-style-1 .text-up {
	color: #525252;
	text-align: center;
	width: 60%;
	margin: auto;
}
	.section-style-1 .text-down {
		/*background: #FFA16D;*/
		background: #B7DEC5;
		width: 58%;
		margin: auto;
		margin-top: auto;
		margin-bottom: auto;
		display: flex;
		position: relative;
		margin-bottom: -18rem;
		margin-top: 3rem;
		min-height: 38rem;
		transition: 0.5s ease-in-out;
	}
	.section-style-1 .text-up .cta-2{
		margin-top:2rem;
	}

.section-style-2 .text-up p{
	margin:2rem 0;
}
.section-style-1 .text-down .left-part {
	width: 5rem;
	min-width: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
	.section-style-1 .text-down .left-part span {
		font-style: normal;
		font-weight: 900;
		font-size: 1.8rem;
		line-height: 2rem;
		text-align: center;
		/*color: rgba(66, 66, 66, 0.7);*/
		color: #525252;
		transform: rotate(-90deg);
		display: block;
		white-space: nowrap;
	}
.section-style-1 .text-down .right-part {
	width: 100%;
/*	background: #FFC9B0;*/
	background: #E8F6ED;
	padding: 2.4rem 5rem;
}
.section-style-1 .text-down.page-2 {
	background: #E8F6ED;
}
	.section-style-1 .text-down.page-2 .right-part {
		background: #B7DEC5;
	}
.section-style-1 .text-down .right-part h3 {
	font-weight: 900;
	color: #525252;
}
.section-style-1 .text-down .right-part p {
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 1.7rem 0;
	color: #6A6A6A;
}

/*section-style-2*/

.section-style-2 .container {
	background: #FEFBFA;
	background-image: url(../images/Group261.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom:0;
}
.section-style-2 .text-up {
	color: #6A6A6A;
	text-align: center;
	width: 62%;
	margin: auto;
}
	.section-style-2 .text-up h2, .section-style-2 .text-up h3 {
		color: #525252;
	}
.section-style-2 .text-down{
	display:flex;
	gap: 4rem;
	width:100%;
	padding:2rem 3rem;
	margin-top:2rem;
}
	.section-style-2 .text-down .item {
		background: #FFEDE8;
		border-radius: 12px;
		padding: 3rem;
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 29rem;
		position: relative;
		/*transition: 0.25s ease-in-out;*/
		flex-direction: column;
		background-image: url(../images/tools-setmylimitsicon.svg);
		background-repeat:no-repeat;
		background-position:right top;
	}
		.section-style-2 .text-down .item:last-child{
			background-image:url(../images/tools-adjustmytimeicon.svg);
		}
		.section-style-2 .text-down .item .icon {
			margin-bottom: 1rem;
			display: inline-block;
			width: 6rem;
			height: auto;
		}
		.section-style-2 .text-down .item:hover {
			background: #FF6600;
		} 
.section-style-2 .text-down .item span {
	font-style: normal;
	font-weight: 300;
	font-size: 2.3rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FF6600;
}
	.section-style-2 .text-down .item:hover span{
		color:#fff;
	}
.section-style-2 .text-down .item:before{
	content:"";
	position:absolute;
	left:3rem;
	top:0;
	height:100%;
	width:100%;
	background-image:url(../images/play.svg);
	background-position:left center;
	background-repeat:no-repeat;
}
.section-style-2 .text-down .item:after{
	content:"";
	position:absolute;
	left:-3rem;
	top:-3rem;
	height:100%;
	width:100%;
	background-image:url(../images/stop.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

/*section-style-3*/
.section-style-3 {
	margin-bottom:5rem;
}
.section-style-3 .container {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 11rem;
}
	.section-style-3 .container:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
		background: #E86006;
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
		z-index:-1;
	}
	.section-style-3 .container:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		height: 100%;
		width: 50%;
		background: #FF6600;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		z-index: -1;
	}
.section-style-3 .items{
	display:flex;
	width:100%;
	width:80%;
	margin:auto;
	margin-bottom:5rem;
	margin-top:4rem;
	justify-content:space-between;
}
.section-style-3 .items	.item{
	width:45%;
}
.section-style-3 h4{
	margin:auto;
	width:50%;
}
.section-style-3 .items p {
	font-size: 1.8rem;
	line-height: 2.1rem;
	letter-spacing: 0.01em;
}
/*section-style-4*/
.section-style-4 .container.main {
	background: #FFD1B2;
	padding-bottom: 16rem;
	text-align: center;
	color: #1C2026;
	background-image: url(../images/icons-bg/rg_section_space_bg.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

	.section-style-4 .container.main h2 {
		color: #525252;
	}
	.section-style-4 .container.main h3 {
		margin-bottom:0;
	}
	.section-style-4 .container.main p {
		margin-top:0;
	}
	.section-style-4 .container.main .text{
		width:60%;
		margin:auto;
	}
.section-style-4 .container.external {
	padding-top: 0;
	margin-top: -8rem;
	margin-bottom: -8rem;
	position: relative;
	text-align: center;
}
	.section-style-4 .items {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		width: 90%;
		margin: auto;
	}
		.section-style-4 .items .item {
			width: 50%;
			background: #FF6600;
			text-align: center;
			padding: 5rem;
			transition: 0.25s ease-in-out;
			box-shadow: 0px 4px 34px -6px rgba(0, 0, 0, 0.25);
			position:relative;
			
		}
			.section-style-4 .items .item:after {
				background-image: url(../images/arrow-1.png);
				background-position: right bottom;
				background-repeat: no-repeat;
				content:"";
				width:6rem;
				height:6rem;
				position:absolute;
				right:0;
				bottom:0;
				border-bottom-right-radius:14px;
				overflow:hidden;
				z-index:2;
			}
			.section-style-4 .items .item:hover {
				background: #FFA16D;
			}
			.section-style-4 .items .item p {
				color: #fff;
			}
.section-style-4 .cta-3{
	margin:5rem auto;
}

/*section-style-5*/
.section-style-5 .container {
	background: #FEFBFA;
	text-align: center;
	color: #6A6A6A;
}

	.section-style-5 .container .text.text-up, .section-style-5 .container .text.text-down {
		width: 60%;
		margin: auto;
	}
		.section-style-5 .container .text.text-down{
			margin-top:5rem;
		}
		.section-style-5 h2 {
			color: #525252;
		}
.section-style-5 .slider .item .photo{
	border-radius:1.5rem;
	overflow:hidden;
}
	.section-style-5 .slider .item .photo img{
		width:100%;
		display:block;
	}
.section-style-5 .slider .item	{
	position:relative;
	margin:1rem;
}
	.section-style-5 .slider .item .text {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: #2f82ff;
		color: #fff;
		border-radius: 1.5rem;
		padding: 3rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: 0.25s ease-in-out;
		opacity:0;
		color:#f0f0f0;
		overflow:hidden;
	}

		.section-style-5 .slider .item:hover .text{
			opacity:1;
		}

	.section-style-5 .slider .item p {
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 2rem;
		letter-spacing: 0.01em;
	}
		.section-style-5 .slider .item .text img {
			max-width: 100%;
			margin-bottom: 1rem;
		}
.section-style-5 .slider{
	margin-top:3rem;
}
/*section-style-6*/
.section-style-6{
	margin-bottom:4rem;
}
.section-style-6 .container {
	background: #FF6600;
	text-align: center;
	color: #F0F0F0;
	background-image: url(../images/waystocommunicatebg.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-style-6 .container .text.text-up {
	width: 60%;
	margin: auto;
}
.section-style-6 .items {
	display: flex;
	gap: 5.7rem;
	margin: auto;
	margin-top: auto;
	width: 84%;
	margin-top: 6rem;
	margin-bottom:3rem;
}
	.section-style-6 .items .item {
		padding: 7rem 3rem;
		background: #FFD2B4;
		box-shadow: 0px 4px 17px #BE4525;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.25s ease-in-out;
		position:relative;
	}
		.section-style-6 .items .item h4 {
			font-style: normal;
			font-weight: bold;
			font-size: 2rem;
			line-height: 2rem;
			text-align: center;
			color: #FF6600;
		}
		.section-style-6 .items .item:hover {
			opacity:0.8;
		}
.section-style-6 .items .item:after {
	background-image: url(../images/arrow-2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	content: "";
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom-right-radius: 14px;
	overflow: hidden;
	z-index: 2;
}
/*section-style-7 */

.section-style-7 {
	background: rgba(56, 163, 94, 0.2);
}
	.section-style-7 .items{
		display:flex;
		width:100%;
		gap:4rem;
		flex-wrap:wrap;
	}
		.section-style-7 .items .item {
			width: calc(25% - 3rem);
			background: #B7DEC5;
			/*box-shadow: 0px 4px 17px rgba(255, 0, 66, 0.29);*/
			/*box-shadow: 0px 4px 17px rgba(16, 62, 133, 0.29);*/
			box-shadow: 0px 8px 17px rgba(28, 104, 55, 0.28);
			border-radius: 15px;
			padding: 2rem;
			text-align: center;
			color: #6A6A6A;
		}

	.section-style-7 .item h3 {
		font-style: normal;
		font-weight: bold;
		font-size: 1.7rem;
		line-height: 1.9rem;
		letter-spacing: 0.01em;
	}

	.section-style-7 .item p {
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.01em;
	}

	/*FAQ*/
.section-style-faq {
	margin-bottom:10rem;
}
.section-style-faq .container {
	background: #E86006;
	background-image: url(../images/faq-bg.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

.section-style-faq .faq-container{
	padding:1rem 12rem 10rem 12rem;
}
	.section-style-faq .faq-container .group{
		margin-bottom:6rem;
	}
	.section-style-faq .faq-container h2 {
		color: #FFFFFF;
		display: flex;
		align-items: flex-start;
		margin-bottom: 3rem;

	}
		.section-style-faq .faq-container h2 img{
			display:inline-block;
			margin-right:1.5rem;
		}
		
		.section-style-faq .faq-container h2 span{
			margin-top:0.6rem;
		}
	.section-style-faq .text{
		text-align:center;
		color:#FFFFFF;
	}
	.section-style-faq .faq-container .item {
		margin-bottom: 1rem;
		transition: 0.25s ease-in-out;
	}
	.section-style-faq .faq-container h4 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		text-align: left;
		margin-bottom: 0;
		padding: 1.4rem 3.2rem;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 2rem;
		color: #2E3845;
		width: 100%;
		background: #FFFFFF;
		border-radius: 1rem;
		cursor: pointer;
		transition: 0.25s ease-in-out;
	}
		.section-style-faq .faq-container h4 img{
			margin-left:1.5rem;
			width:2rem;
			min-width:2rem;
			display:block;
			margin-top:0.6rem;
		}
			.section-style-faq .faq-container h4 img.opened{
				display:none;
			}
	.section-style-faq .faq-container .answer {
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 2rem;
		color: #141414;
		padding: 2rem 3.2rem;
		background: #FFFFFF;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
		position: relative;
		display: none;
		transition: 0.25s ease-in-out;
	}
		.section-style-faq .faq-container .answer:before {
			content: "";
			position: absolute;
			top:0;
			width: calc(100% - 6.4rem);
			left:3.2rem;
			height: 2px;
			background: #F0F0F0;
			margin:auto;
			z-index:1;
		}
	.section-style-faq .faq-container .item.active h4 {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		color: #FF6600;
	}
	.section-style-faq .faq-container .item.active .answer{
		display:block;
	}
	.section-style-faq .faq-container .item.active h4 img.opened {
		display: block;
	}
	.section-style-faq .faq-container .item.active h4 img.closed {
		display: none;
	}


	/*section-style-8*/

.section-style-8 .container.main {
	background: #D7EDDF;
	text-align: center;
	color: #6A6A6A;
	background-image: url(../images/icons-bg/operation_bg.svg);
	background-position: right top;
	background-repeat: no-repeat;
	/* background-size: contain; */
	padding-bottom:36rem;
}
	.section-style-8 .container.main .text{
		width:62%;
		margin:auto;
	}
		.section-style-8 .container .text.main h3{
			margin-top:2rem;
		}
.section-style-8 .container.external{
	position:relative;
	margin-top:-36rem;
}
	.section-style-8 .container.external .text {
		width: 90%;
		margin: auto;
		display: flex;
		gap: 1.5rem;
		color: #525252;
	}
		.section-style-8 .container.external .text .item {
			background: #E8F7ED;
			padding: 5rem;
			width: 100%;
		}
			.section-style-8 .container.external .text .item.big{
				min-width:65%;
			}


		.section-style-8 .container.external .text h3 {
			font-style: normal;
			font-weight: normal;
			font-size: 2.3rem;
			line-height: 2rem;
			letter-spacing: 0.04em;
			color: #6A6A6A;
		}
		.section-style-8 .container.external .text p {
			font-style: normal;
			font-weight: normal;
			font-size: 1.6rem;
			line-height: 2rem;
			letter-spacing: 0.03em;
			color: #6A6A6A;
		}

/*section-style-9*/

.section-style-9 .container.main {
	background: #E86006;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/icons-bg/protectingminorsbg.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

	.section-style-9 .container.main .text {
		width: 62%;
		margin: auto;
	}

.section-style-9 .container .text.main h3 {
	margin-top: 2rem;
}

 /*section-style-10*/
.section-style-10 .container.main {
	background: #D7EDDF;
	text-align: center;
	color: #6A6A6A;
	background-image: url(../images/icons-bg/furtherassistancebg.svg);
	background-position:  top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 11rem;
}
	.section-style-10 .container.main .text{
		width:60%;
		margin:auto;
	}
		.section-style-10 .container.main .text h2 {
			color: #6A6A6A;
		}
	.section-style-10 .container.external {
		margin-top:-11rem;
	}
		.section-style-10 .container.external .text{
			width:90%;
			margin:auto;
			display:flex;
			flex-direction:column;
		}
.section-style-10 .container.external  .item{
	display:flex;
	gap:1.5rem;
	width:100%;
	margin-bottom:1.5rem;
	justify-content:space-between;
}
	.section-style-10 .container.external .item .part-1,
	.section-style-10 .container.external .item .part-2,
	.section-style-10 .container.external .item .part-3{
		padding:4rem 5rem;
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		color:#6A6A6A;
	}
	.section-style-10 .container.external .item .part-1 {
		background: #fff;
		min-width: 27%;
		width: 27%;
		filter: drop-shadow(0px 0px 34px rgba(0, 0, 0, 0.07));
		justify-content: center;
		align-items:center;
	}
	.section-style-10 .container.external .item .part-2 {
		background: #E8F7ED;
		width:100%;
	}
	.section-style-10 .container.external .item .part-3 {
		background: #E8F7ED;
		min-width: 27%;
		width:27%;
	}
	.section-style-10 .container.external .item h3 {
		margin-bottom: 2.5rem;
	}
	.section-style-10 .container.external .item h4 {
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0.01em;
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
		word-break:break-all;
		text-align:left;
	}
		.section-style-10 .container.external .item h4 a {
			color: #6A6A6A;
		}
		.section-style-10 .container.external .item h4 img {
			display: block;
			width: 1.6rem;
			margin-right: 2rem;
		}
		/*Responsive*/
		@media screen and (max-width: 1259px) {
			.container {
				padding: 0 3rem;
			}
			.hero {
				min-height: 52.5rem;
			}
			header nav.container{
				padding-right:6rem;
			}
}

@media screen and (orientation: landscape) {
	.desktop-only {
		display:block;
	}

	.mobile-only {
		display:none;
	}
}
@media screen and (orientation: portrait) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	header ul.lang {
		padding:1rem;
	}

	header nav.container {
		padding-right: 3rem;
	}

	h1 {
		font-size: 5.5rem;
		line-height: 4.5rem;
		letter-spacing: -0.03em;
		margin-top: 0;
	}

	.page h1 {
		font-size: 4.8rem;
		line-height: 4.4rem;
	}

	h2 {
		font-size: 2.2rem;
		line-height: 2.4rem;
		margin: 0 0 2rem 0;
	}

	h3 {
		font-size: 1.2rem;
		line-height: 1.2rem;
		letter-spacing: 0.2em;
	}

	p {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: 0.01em;
	}


	.page-section .text h3 {
		font-size: 1.6rem;
		line-height: 1.8rem;
		letter-spacing: 0.02em;
	}

	.container {
		width: 85%;
		padding: 0;
	}

	header nav {
		justify-content: start;
	}

		header nav .burger {
			display: none;
			margin-right: 1.5rem;
			width: 3rem;
		}

	body:not(.scrolled-body) header nav .burger.white {
		display: inline-block;
	}

	body.scrolled-body header nav .burger.blue {
		display: inline-block;
	}

	header nav .logo {
		width: 11.2rem;
	}

	header ul.lang {
		top: -0.4rem;
	}

		header ul.lang li {
			font-size: 1.6rem;
			line-height: 2.7rem;
			letter-spacing: -0.05em;
			padding-right: 3rem;
		}

			header ul.lang li.selected {
				background-size: 32%;
			}

	.menu-mobile {
		display: none;
	}

		.menu-mobile.open {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			display: block;
			z-index: 1000;
			background-image: url(../images/rg-hero-images/RG_Menu.png);
			background-size: cover;
			background-color: #fff;

		}

		.menu-mobile .container {
			height: 100vh;
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			padding: 2.5rem 0;
		}

		.menu-mobile .menu-header {
			display: flex;
			justify-content: start;
			align-items: center;
		}

		.menu-mobile .close {
			display: block;
			width: 2.5rem;
			margin-right: 2rem;
		}

		.menu-mobile .logo {
			display: block;
			width: 11.2rem;
		}

		.menu-mobile .menu {
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

			.menu-mobile .menu li {
				padding: 2.5rem;
				font-style: normal;
				font-weight: bold;
				font-size: 2rem;
				line-height: 2rem;
				letter-spacing: -0.05em;
			}

				.menu-mobile .menu li a {
					color: #1C2026;
				}

		.menu-mobile .enjoy {
			max-width: 17rem;
		}

	footer .logos {
		gap: 5rem;
		flex-direction: column;
		margin-top: 4rem;
	}

	footer .helpline {
		width: 96%;
		position: relative;
		bottom: auto;
		flex-wrap: wrap;
		margin: auto;
		margin-top: 3rem;
	}

	.hero {
		min-height: 100vh;
		display: flex;
	}

		.hero .container {
			min-height: 100vh;
		}

		.hero .text {
			margin-top: 0;

			width: 100%;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

	.no-margin-bottom, .page .no-margin-bottom, .page section.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	.page .hero .text {
		width: 100%;
	}
	.page .hero p {
		font-size: 1.2rem;
		line-height: 1.6rem;
		letter-spacing: 0.01em;
	}
		.hero .enjoy{
			position:absolute;
			bottom:2rem;
			width:20rem;
			left:0;
		}
	.page-section {
		margin-top: 6rem;
	}
	.page-section .section-top-icon {
		width: 4.7rem;
		top: -1.4rem;
		left: 1.5rem;
	}
	.section-style-1 {
		margin-bottom: 20rem;
	}
		.section-style-1 .container {
		/*	background-image: url(../images/section-1-bg-mobile.svg); */
			background-position: left 6rem;
		}
	.section-style-1 .text-up {
		width: 80%;
	}
	.section-style-1 .text-down {
		width: 112%;
		margin-left: -6%;
	}
		.section-style-1 .text-down .left-part span {
			font-size: 1.4rem;
		}
	.section-style-2 .container {
	/*	background-image: url(../images/section-2-bg-mobile.svg); */
		background-position: center top;
	}
	.section-style-2 .text-up {
		width: 80%;
	}
	.section-style-2 .text-down {
		flex-direction: column;
		gap:2rem;
	}
		.section-style-2 .text-down .item {
			width: 100%;
			height: 22rem;

			background-image: url(../images/icons-bg/setlimits_bg.svg);
			background-position: bottom right;
		}

			.section-style-2 .text-down .item span {
				width: 80%;
			}

			.section-style-2 .text-down .item::before {
				top: auto;
				bottom: -3rem;
			}
			.section-style-2 .text-down .item::after {
				top: -9rem;
				background-image: url(../images/stop-mobile.svg);
			}

			.section-style-2 .text-down .item:last-child {
				background-image:url(../images/icons-bg/adjustmytime_bg.svg);
				background-position: bottom right;
				background-size: 7rem;
			}



	.section-style-3 .text-up {
		width: 80%;
		margin:auto;
	}
	.section-style-3 .items {
		flex-direction: column;
		gap: 2rem;
		margin-bottom: 3rem;
	}
		.section-style-3 .items .item {
			width: 100%;
		}
	.section-style-3 h4 {
		font-size: 1.7rem;
		line-height: 1.8rem;
		letter-spacing: 0.04em;
		width: 80%;
	}
	.section-style-3 .container {
		padding-bottom: 6rem;
	}
	.section-style-4 .container.main {
	/*	background-image: url(../images/section-4-bg-mobile.svg); */
		background-position: right center;
	}
	.section-style-4 .container.main .text {
		width: 80%;
	}
	.section-style-4 .container.main {
		padding-bottom: 10rem;
	}
	.section-style-4 .items {
		flex-direction: column;
	}
		.section-style-4 .items .item {
			width: 100%;
		}
	.section-style-5 .container .text.text-up, .section-style-5 .container .text.text-down {
		width: 80%;
	}
	.section-style-6 .container .text.text-up {
		width: 80%;
	}
	.section-style-6 .items {
		gap: 2rem;
		width: 84%;
		margin-top: 3rem;
		margin-bottom: 2rem;
		flex-direction:column;
	}
		.section-style-6 .items .item {
			padding: 2rem;
			min-height: 16rem;
			box-shadow:none;
		}

	.section-style-7 .items{
		display:block;
	}
		.section-style-7 .items .item {
			min-height: 40rem;
			margin: 1rem;
		}
		.section-style-7 .items .item .icon{
			display:block;
			width:5.4rem;
			margin-left:auto;
			margin-right:auto;
		}
	.section-style-faq .container {
		background-image: none;
		padding-bottom:0;
	}
	.section-style-faq .faq-container {
		padding: 1rem;
	}
	section-style-faq .faq-container h2 {
		margin-bottom: 2rem;
	}
	.section-style-faq .faq-container .group {
		margin-bottom: 2rem;
	}
		.section-style-faq .faq-container h4{
			padding:1.5rem 2rem;
			align-items:center;
		}
			.section-style-faq .faq-container h4 img {
				margin-left: 0.5rem;

			}
	.section-style-8 .container.main{
	/*	background-image:url(../images/section-8-bg-mobile.svg); */
		background-image: url(../images/icons-bg/rgaspartofouroperation-mobile-bg.svg);

		background-size:25rem;
		background-position: right top;
	}
	.section-style-8 .container.main .text {
		width: 80%;
	}
	.section-style-8 .container.external .text {
		flex-direction: column;
	}
		.section-style-8 .container.external .text .item {
			padding:3rem 2.9rem;
		}
	/* .section-style-9 .container.main {
		background-image: url(../images/section-9-bg-mobile.svg);
	} */
	.section-style-9 .container.main .text {
		width: 80%;
	}

	.section-style-9 .container.main {
		background-position: right bottom;
		background-size: 20rem;
	}

	.section-style-10 .container.main {
	/*	background-image: url(../images/section-10-bg-mobile.svg); */

		background-image: url(../images/icons-bg/furtherassitancebg.svg);
		background-size: 21rem;
		background-position:right center;
	}
		.section-style-10 .container.main .text {
			width: 80%;
		}
	.section-style-10 .container.external .text {
		width: 80%;
	}
	.section-style-10 .container.external .item {
		flex-direction:column;
		gap:0;
	}
		.section-style-10 .container.external .item .part-1 {
			padding: 1.9rem;
			width: 100%;
			margin-bottom: 0;
			position: relative;
			z-index: 1;
			border-radius: 0.8rem;
			height: 10.1rem;
		}
		.section-style-10 .container.external .item .part-2 {
			padding: 1.9rem;
			width: 100%;
			margin-bottom: 0;
			text-align: center;
			justify-content: center;
			position: relative;
			z-index: 2;
			margin-top: -0.4rem;
			border-radius: 0.8rem;
		}
		.section-style-10 .container.external .item .part-3 {
			padding: 1.9rem;
			width: 100%;
			margin-bottom: 0;
			text-align: center;
			justify-content: center;
			box-shadow: 0px 0px 19.3406px rgba(0, 0, 0, 0.07);
			position: relative;
			z-index: 3;
			margin-top: -0.4rem;
			border-radius: 0.8rem;
		}
		.section-style-10 .container.external .item h4{
			text-align:center;
			justify-content:center;
		}
}

		  /*Mobile fixes*/
.section-style-6 .slick-dots li button::before, .section-style-7 .slick-dots li button::before{
	color:#fff;
}