/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

span {
  display: inline-block;
}

:root {
  --blue: #004990;
  --grey: #383838;
  --font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body,
html,
#main,
#main .section,
.font_bold,
.font_light,
.submenu_btn,
.title,
.content,
.refs,
.desc,
.text,
.hotspot .name,
.block,
.section_title h1,
.slider_container .slide_button,
.refs_block,
#video_player_container .title,
#video_player_container .text,
#video_player_container .refs {
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

@media(max-height:700px){
	body, html{
		font-size: 13px;
	}
}

@media(max-width:767px){
	body, html{
		font-size: 12px;
	}
}

.font_bold{
	font-family: var(--font-family);
	font-weight: 700;
}
.font_light{
	font-family: var(--font-family);
	font-weight: 300;
}
.uppercase{
	text-transform: uppercase;
}
.blue_font{
	color: var(--blue);
}

#main{
	position: relative;
	width: 100%;
	background-color: #eff5f9;
	height: 100%;
}

.section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* min-height: 700px; */
	opacity: 0;
	pointer-events: none;
	color: var(--blue);
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.section.in{
	/* display: block; */
	opacity: 1;
	pointer-events: all;
}

.blue_section{
	background-color: var(--blue);
	color: #fff;
}

.blue_section .block .refs{
	color: #fff;
}
.blue_section .block .refs img{
	height: 1.3rem;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}
.blue_section a, #section_4 a:hover, #section_4 a:visited, #section_4 a:active{
	color: #fff;
	text-decoration: none;
}

.section .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:3vh;
	z-index: 1;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.section .info.in{
	opacity: 1;
	pointer-events: all;
}
.section .info .subtitle,
.section .info .title,
.section .info .content,
.section .info .button_container{
	width: max(60%, 300px);
	position: relative;
	z-index: 2;
}

.section .info .subtitle{
	font-size: max(2vw,1.5rem);
	line-height: max(2vw,1.5rem);
}
.section .info .title{
	font-size: max(4.5vw, 2.5rem);
	line-height: max(4.5vw,2.5rem);
}
.section .info .content{
	font-size: max(3vw,2rem);
	line-height: max(3vw,2rem);
}

.img-auto{
	width: 100%;
	height: auto;
}

.blue_btn{
	position: relative;
	width: 50px;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.blue_btn:hover{
	transform: scale(1.1);
}

.section_title h1{
	font-size: max(20px, 2vw);
	line-height: max(20px, 2.1vw);
}

.nav_buttons{
	position: absolute;
	left: 0;
	bottom: 3vh;
	width: 100%;
	display: flex;
	justify-content: center;
	gap:2vw;
	z-index: 10;
}
.nav_button{
	margin: 0 10px;
	width: max(2vw, 35px);
	transform: translateY(3px);
}
.nav_button.out{
	opacity: 0;
	pointer-events: none;
}
#prev_btn img{
	transform: scale(-1);
}

.submenu_btn{
	display: inline-block;
	padding: 8px 30px;
	background-color: var(--blue);
	font-size: 0.8rem;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.submenu_btn:hover{
	transform: scale(1.05);
}


.refresh{
	position: absolute;
	z-index: 12;
	right: 2vw;
	bottom: 15px;	
}

.back, .next{
	position: absolute;
	z-index: 12;
	left: 2vw;
	bottom: 15px;
}

.next img{
	transform: scaleX(-1);
}

@media(max-height:700px){
	.section .info .title,
	.section .info .content {
		font-size: max(2.5vw, 2rem);
		line-height: max(2.5vw, 2rem);
	}
	.blue_btn {
		width: max(2vw, 35px);
	}
}

@media(max-height:550px){
	.section .info .title,
	.section .info .content {
		font-size: max(2.5vw, 2rem);
		line-height: max(2.5vw, 2rem);
	}
	.blue_btn {
		width: max(2vw, 35px);
	}
	#main{
		min-height: 550px;
	}
}

@media(max-width:1500px){
	.blue_btn {
		width: max(3vw, 35px);
	}
}


@media(max-width:990px){
	#main{
		min-height: 100%;
	}
	.section{
		min-height: auto;
	}
	.submenu_btn{
		min-width: 180px;
		padding: 8px 40px;
	}
	.blue_btn {
		width: max(3vw, 38px);
	}
	.nav_button {
		width: max(2vw, 30px);
		transform: translateY(1px);
	}
	.back, .next {
		bottom: 15px;
	}
}

@media(max-width:767px){
	.section .info .title,
	.section .info .content {
		font-size: max(3vw, 2rem);
		line-height: max(3vw, 2rem);
	}
	.submenu_btn {
		min-width: 150px;
		padding: 8px 30px;
	}
}

#welcome_bg_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#section_1 .info:after{
	content: '';
	position: absolute;
	width: 70%;
	height: 50%;
	left: 0;
	top: 25%;
	z-index: 0;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}


.bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
.bg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 30%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+1,0+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	position: relative;
	z-index: 0;
}

.half .content{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	/* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none; */
}



.half .content .title{
	font-size: max(1.5rem,1.5vw);
}

.hotspot{
	position: absolute;
	
}
.hotspot .blue_btn{
	position: relative;
	z-index: 1;
	width: 45px;
	height: 45px;
	animation-name: bounce;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
}
.hotspot:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 41px;
	height: 41px;
	border-radius: 100px;
	border:2px solid #fff;
	z-index: 0;
	animation-name: bounceBorder;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
}

.hotspot .name{
	position: absolute;
	top: 110%;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.9);
	left: -75%;
	z-index: 0;
	text-align: center;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 0.8rem;
}

.hotspot#before_03 .name{
	top: -8%;
	left: auto;
	right: 115%;
}


@keyframes bounce {
  0% { transform: scale(1)}
  30% {transform: scale(1.2)}
  60% {transform: scale(1)}
  100% {transform: scale(1)}
}
@keyframes bounceBorder {
  0% { transform: scale(0.5); opacity: 0}
  20% {transform: scale(1.7); opacity: 1}
  50% {transform: scale(1.7); opacity: 0;)}
  100% {transform: scale(0.5); opacity: 0}
}

#before_01{
	left: 26%;
	top:10%;
}
#before_02{
	left: 30%;
	top: 45%;
}

#before_03{
	left: 26%;
	top:80%;
}

.half.right .title{
	margin-left: 55%;
}

#after_01{
	left: 63%;
	top:15%;
}
#after_02{
	left: 58%;
	top: 35%;
}

#after_03{
	left: 80%;
	top:70%;
}

#after_04{
	left: 18%;
	top:11%;
}
#after_05{
	left: 30%;
	top:25%;
}

#before_01 .name{
	left: auto;
	right: 110%;
	top: 1px;
}
#before_02 .name{
	left: auto;
	right: 110%;
	top: -3px;
}

#after_01 .name{
	left: 110%;
	top: -2px;
}
#after_02 .name{
	left: 110%;
	top: -2px;
}
#after_03 {
	left: 86%;
	top: 69%;
}
#after_03 .name{
	left: auto;
	right: 110%;
	top: -2px;
}

@media(max-height:721px){
	.half .content .title {
		font-size: max(1.1rem, 1.3vw);
	}
	/* .comparison-container {
		max-width: 80vh;
	} */
	.half.right .title {
		margin-left: 55%;
		width: 70%;
	}
	.hotspot .blue_btn {
		width: max(3vw, 35px);
		height: max(3vw, 35px);
	}
	.hotspot:before {
		width: max(2.8vw, 33px);
		height: max(2.8vw, 33px);
		border: 1px solid #fff;
	}
	.hotspot .name{
		font-size: 0.75rem;
	}
	
	#before_01 .name{
		left: auto;
		right: 110%;
		top: 1px;
	}
	#before_02 .name{
		left: auto;
		right: 110%;
		top: -3px;
	}
	
	#after_01 .name{
		left: 110%;
		top: -2px;
	}
	#after_02 .name{
		left: 110%;
		top: -2px;
	}
	#after_03 {
		left: 86%;
		top: 69%;
	}
	#after_03 .name{
		left: auto;
		right: 110%;
		top: -2px;
	}
	
}

/* @media(max-width:1500px){
	.hotspot .blue_btn{
		width: max(3vw, 45px);
		height: max(3vw, 45px);
	}
	.hotspot:before{
		width: max(2.6vw, 41px);
		height: max(2.6vw, 41px);
	}
} */

@media(max-width:990px){
	#before_02 {
		left: 27%;
		top: 40%;
	}
	#before_03 {
		left: 28%;
		top: 75%;
	}
	#after_03 {
		left: 80%;
		top: 64%;
	}
	
	#after_04{
		left: 18%;
		top:19%;
	}
	
	.hotspot .blue_btn{
		width: max(2.8vw, 32px);
		height: max(2.8vw, 32px);
	}
	.hotspot:before{
		width: max(2.6vw, 32px);
		height: max(2.6vw, 32px);
		top: -1px;
		left: -1px;
	}
}

#section_2{
	background-color: #eff5f9;
}

#section_2 .submenu{
	position: absolute;
	bottom: 70px;
	width: 100%;
	z-index: 12;
	display: flex;
	/* flex-direction: column; */
	gap: 8px;
	align-items: center;
	justify-content: center;
}


#video_player_container{
	position: absolute;
	z-index: 100;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5vw;
	opacity: 0;
	pointer-events: none;
}
#video_player_container.in{
	opacity: 1;
	pointer-events: all;
}

#video_player_container .content{
	position: relative;
	width: 80%;
	max-width: 1080px;
}

#video_player_container .video_container{
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: max(10px, 1vh);
}
#video_player_container .video_container video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #1e549c;
}
#before_after_video,
#before_after_image,
#before_after_lottie{
	display: none;
}
#before_after_video.in,
#before_after_image.in,
#before_after_lottie.in{
	display: block;
}

#video_player_container .video_container img{
	width: 100%;
	height: auto;
	max-width: 900px;
	position: relative;
}
#before_after_lottie{
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
}

#video_player_container .title{
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: max(10px, 1vh);
	text-transform: uppercase;
}
#video_player_container .text{
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-bottom: max(10px, 1vh);
}
#video_player_container .refs{
	font-size: 0.8rem;
	line-height:  0.9rem;
	color: var(--grey);
}

#video_player_container .close_container{
	position: absolute;
	right: max(-1.5vw, -25px);
	top: max(-1.5vw, -25px);
	z-index: 5;
}


@media(max-width:1500px){
	#video_player_container .title{
		font-size: max(2rem,3vw);
		line-height: max(2rem,3vw);
		margin-bottom: max(10px, 1vh);
		text-transform: uppercase;
	}
	#video_player_container .text{
		font-size: max(1.2rem,1.5vw);
		line-height: max(1.3rem,1.6vw);
		margin-bottom: max(10px, 1vh);
	}
	#video_player_container .refs{
		font-size: max(0.8rem,0.8vw);
		line-height:  max(0.9rem,0.9w);
		color: var(--grey);
	}
}
@media(max-height:721px){
	#section_2 .submenu {
		position: absolute;
		bottom: 40px;
		flex-direction: row;
		gap: 5px;
		align-items: center;
		justify-content: center;
	}
	
	#video_player_container .content{
		max-width: 600px;
	}
	#video_player_container .title {
		font-size: max(2rem, 3vw);
		line-height: max(2rem, 3vw);
		margin-bottom: max(10px, 1vh);
		text-transform: uppercase;
	}
	#video_player_container .title {
		font-size: max(2rem, 2vw);
		line-height: max(2rem, 2vw);
	}
	#video_player_container .text {
		font-size: max(1.2rem, 1.3vw);
		line-height: max(1.3rem, 1.4vw);
	}
	#video_player_container{
		min-height: 600px;
	}
}

@media(max-width:990px){
	#section_2 .submenu{
		bottom: 50px;
	}
}

@media(max-width:767px){
	#before_after_lottie{
		position: relative;
		width: 100%;
		aspect-ratio: auto;
		height: auto;
	}
	#section_2 .submenu {
		bottom: 60px;
	}
	#video_player_container{
		min-height: auto;
	}
	#video_player_container{
		position: absolute;
		padding: 5vw;
	}
	#video_player_container .content{
		width: 100%;
	}
	
}


/* Section 3 */
#section_3{
	padding: 2vh 5vw;
	display: none;
	flex-direction: column;
}
#section_3.in{
	display: flex;
}

#section_3 .slider_container{
	position: relative;
	height: 60%;
	display: flex;
	flex-direction: column;
}
#section_3 .slider_container .slider_menu{
	width: 100%;
	display: flex;
	gap: 2vh;
	color: var(--grey);
	justify-content: center;
	align-items: center;
	height: 15%;
	z-index: 2;
}

#section_3 .slider_container .slider_menu .item .slide_button{
	cursor: pointer;
	font-size: 1.3rem;
	background: var(--blue);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

#section_3 .slider_container .slider_menu .item.active .slide_button{
	font-family: var(--font-family);
	font-weight: 700;
	background-color: #309ddd;
}
#section_3 .slider_container .slider_menu .item .slide_button:hover{
	transform: scale(1.1);
}

#section_3 .slider_container .slider_menu .item .slide_button{
	
}
#section_3 .slider_container .slider_menu .item.active .slide_button{
	transform: scale(1) !important;
}

#section_3 .slider_container .slider_menu .item{
	position: relative;
}
#section_3 .slider_container .slider_menu .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	border:1px solid var(--blue);
	z-index: 0;
	animation-name: bounce_slide_item;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
}
#section_3 .slider_container .slider_menu .item.active:before{
	border:1px solid rgba(255,255,255,0);
}
@keyframes bounce_slide_item {
  0% { transform: scale(0.4);  opacity:0}
  30% {transform: scale(1.4); opacity:1}
  60% {transform: scale(1.4); opacity:0}
  100% {transform: scale(1.4);  opacity:0}
}
#section_3 .slider_container .slider_menu .item:nth-child(2):before{
	animation-delay: 100ms;
}
#section_3 .slider_container .slider_menu .item:nth-child(3):before{
	animation-delay: 200ms;
}


#section_3 .slider{
	position: relative;
	width: 85%;
	max-width: 1300px;
	height: 85%;
	margin: 0 auto;
}
#section_3 .block{
	position: absolute;
	left: 0;
	top: 0;
	color: var(--grey);
	opacity: 0;
	width: 100%;
	padding: 0 3vw;
	pointer-events: none;
	display: block;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	height: 100%;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#section_3 .block.in{
	opacity: 1;
	pointer-events: all;
}
#section_3 .title_block, #section_3 .refs_block{
	width: 100%;
	/* height: 15%; */
}
#section_3 .title_block{
	margin-bottom: 3vh;
}

#section_3 .block .title{
	font-size: 1.5rem;
	margin-bottom: 2vh;
	text-align: center;
}
#section_3 .block .graph_container{
	position: relative;
	width: 55%;
	margin: 0 auto 2vh;
}

#section_3 .block .graph_container .graph_animation{
	position: relative;
	width: 100%;
	/* aspect-ratio: 256/121; */
	height: 35vh;
}

.block .refs, .refs{
	color: var(--grey);
	font-size: max(0.8rem,0.7vw);
	line-height:  max(0.9rem,0.8vw);
}

#section_1 .block .refs{
	color: #fff;
}

.bottom_border{
	padding-bottom: 1vh;
	border-bottom: 1px solid #fe2c7a;
}

#section_3 .submenu{
	position: absolute;
	width: 100%;
	bottom: 70px;
	left: 0;
	width: 100%;
	z-index: 12;
	display: flex;
	gap: 2vh;
	justify-content: center;
}

.slide_ref{
	display: none;
}
.slide_ref.in{
	display: block;
}
@media(max-height:700px){
	#section_3 .block{
		display: flex;
		flex-wrap: wrap;
	}
	#section_3 .block .title{
		width: 100%;
	}
	#section_3 .block .graph_container,
	#section_3 .block .desc{
		width: 50%;
	}
	#section_3 .block .desc{
		padding: 0 20px;
		display: flex;
		align-items: center;
	}
	#section_3 .slider_container{
		height: 65%;
	}
	#section_3 .slider_container .slider_menu .item .slide_button{
		width: 30px;
		height: 30px;
		font-size: 1rem;
	}
	#section_3 .submenu{
		display: none;
	}
}

@media( max-width:1200px ){
	#section_3 .slider_container{
		flex-direction: column;
	}
	/* #section_3 .slider_container .slider_menu,
	#section_3 .slider{
		width: 100%;
	} */
	#section_3 .slider_container .slider_menu{
		height: 30%;
		padding-bottom: 0px;
		gap: 10px;
	}
	/* #section_3 .slider{
		height: 70%;
	} */
}
@media(max-width:900px){
	#section_3 .block{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0vw;
	}
	#section_3 .slider_container{
		height: 70%;
	}
	#section_3 .slider{
		width: 95%;
		height: 90%;
	}
	#section_3 .block .graph_container{
		width: 90%;
	}
	#section_3 .slider_container .slider_menu{
		height: auto;
		padding-top: 5px;
		padding-bottom: 8px;
	}
	#section_3 .slider_container .slider_menu .item .slide_button {
		font-size: 1rem;
		width: 28px;
		height: 28px;
	}
	#section_3 .slider_container .slider_menu .item:before {
		width: 26px;
		height: 26px;
	}
	#section_3 .block{
		display: block;
	}
	#section_3 .block .title{
		width: 100%;
	}
	#section_3 .block .graph_container{
		width: 60%;
	}
	#section_3 .block .desc{
		width: 100%;
		padding: 0 20px;
		display: block;
	}
}

@media(max-width:767px){
	#section_3 .block .graph_container{
		width: 100%;
	}
	#section_3 .slider_container {
		height: 61%;
	}
	#section_3 .submenu {
		display: flex;
		bottom:50px;
	}
	#section_3 .block .graph_container .graph_animation{
		height: 25vh;
	}
	#section_3 .block .desc{
		padding: 0;
	}
}

/* Section 4 */
#section_4{
	padding: 5vh 4vw;
	height: auto;
	display: flex;
	justify-content: center;
	/* flex-direction: column; */
	min-height: 100vh;
	flex-wrap: wrap;
	gap:3%;
}

#section_4.in{
	
}
#section_4 .block{
	margin-bottom: 2vh;
	width:31%;
	font-size: 1.25rem;
}
#section_4 .title_block, #section_4 .refs_block{
	width: 100%;
	color: #fff;
}
#section_4 .refs_block .refs{
	max-width: 1020px;
}

#section_4 .block .text{
	display: flex;
	/* align-items: center; */
	gap:1vw;
	margin-bottom: 2.5vh;
}
#section_4 .block .text .number{
	font-size: max(2vw,2rem);
}
#section_4 .block .images{
	display: flex;
	justify-content: flex-start;
}
#section_4 .block .images .image{
	width: 32%;
	max-width: 200px;
}

@media(max-width:1400px){
	#section_4 .block .images .image {
		width: 33%;
	
	}
}


@media( max-width:992px ){
	#section_4{
		display: block;
		padding: 3vh 6vw;
	}
	#section_4 .block{
		width: 100%;
		font-size: 1.2rem;
		margin-bottom: 4vh;
	}
	#section_4 .block .images .image{
		max-width: 992px;
		width: 32%;
		max-width: 170px;
	}
	#section_4 .block .text .number{
		font-size: 2.5rem;
		line-height: 2rem;
		padding-right: 5px;
	}
	

}

@media( max-width:767px ){
	#section_4 .block{
		font-size: 1rem;
	}
	#section_4 .block .text .number{
		font-size: 2.2rem;
		line-height: 2rem;
		padding-right: 5px;
	}
}



/* section 5*/

/* Section 4 */
#section_5{
	padding: 5vh 5vw;
	/* display: none; */
	display: flex;
	height: auto;
	justify-content: center;
	/* flex-direction: column; */
	align-items: center;
	min-height: 100vh;
	flex-wrap: wrap;
}

#section_5.in{
	display: flex;
}
#section_5 .block{
	margin-bottom: 2vh;
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#section_5 .block.bottom{
	align-self: flex-end;
	display: flex;
	justify-content: center;
}
#section_5 .title_block .title{
	font-size: max(20px, 2vw);
	line-height: max(20px, 2.1vw);
}

@media(max-width:767px){
	#section_5{
		min-height: 100dvh;
	}
}

.logos{
	width: 30%;
	max-width: 200px;
}

.qr_code{
	width: 70%;
	max-width: 700px;
	margin-top: 2.5vh;	
}
.qr_code a{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.qr_code a img{
	height: 1.3rem;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}
/* steps */

.stepper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	z-index: 12;
}

.step {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 1vh 0;
	cursor: pointer;
	pointer-events: none
}

.step-line {
	flex: 1;
	height: 2px;
	background-color: #bbddfd;
	margin: 0 3px;
	
}

.step-line.active {
	background-color: #ff2f93;
	color: #ff2f93;
}

@media(max-height:721px){
	.stepper{
		padding: 10px;
	}
}


/* before and after */

body, html {
  height: 100%;
  /* overflow: hidden; */
  font-family: var(--font-family);
  user-select: none; /* General protection */
}

.comparison-container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.half {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
 /*  transition: clip-path 0.2s ease; */
  overflow: hidden;
  padding: 2rem;
  pointer-events: auto;
}

.half.left {
  background: #f0f0f0;
  clip-path: inset(0 50% 0 0);
}

.half.right {
  background: #e0f7fa;
  clip-path: inset(0 0 0 50%);
}

.dragger {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--blue);
  cursor: ew-resize;
  z-index: 10;
  left: 50%;
}

.dragger::before {
  content: "\23f4 \23f5";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  background: white;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.no-select, .no-select * {
  user-select: none !important;
  pointer-events: none;
}

@media(max-height:700px){
	.dragger {
		width: 1px;
	}
	.dragger::before {
		border: 1px solid var(--blue);
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}


@media(max-width:767px){
	.dragger {
		width: 1px;
	}
	.dragger::before {
		border: 1px solid var(--blue);
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}
