@charset "utf-8";
*, :after, :before {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent
}
article, 
aside, 
footer, 
header, 
nav, 
section, 
figcaption, 
figure, 
main {
  display: block
}
img {
  height: auto;
  max-width: 100%;
  width: auto;
  border-style: none;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
ol, ul {
  list-style-type: none
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
svg:not(:root) {
  overflow: hidden
}
button, 
input, 
optgroup, 
select, 
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=reset], 
[type=submit], 
button, 
html [type=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 {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  display: inline-block;
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details, menu {
  display: block
}
summary {
  display: list-item
}
canvas {
  display: block
}
template {
  display: none
}
[hidden] {
  display: none
}
::selection {
  background: rgba(0, 0, 0, .2)
}
::-moz-selection {
  background: rgba(0, 0, 0, .2)
}
::-webkit-input-placeholder { 
 color: var(--color-theme-1);
}
::-moz-placeholder { 
  color: var(--color-theme-1);
}
:-ms-input-placeholder {
  color: var(--color-theme-1);
}
:-moz-placeholder { 
  color: var(--color-theme-1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: border: 2px solid var(--color-theme-1);
  -webkit-text-fill-color: var(--color-theme-1);
  -webkit-box-shadow: 0 0 0px 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--color-theme-1);
  background-color: transparent;
  font-size: 100%;	
}
.valign-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
iframe {
  width: 100%;
  border: 0;
  height: auto;
}
.embed-content, .youtube-live {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.embed-content embed, 
.embed-content iframe, 
.embed-content img, 
.embed-content object, 
.embed-content video, 
.youtube-live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content, .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.is-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*range-slider*/
.range-slider{
  --range-width: 400px;
  --track-clr: #000;
  --thumb-w: 50px;
  --thumb-h: 50px;
  --thumb-radius: 0;
  --thumb-space: 20px;
  --thumb-clr: #fde1c9;
  --thumb-clr-active: #fde1c9;
  --thumb-scale-y-active: .75;
  
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;	
  position: relative;
}
.range-slider label {
    position: absolute;
    top: 50%;
    right: 96px;
    pointer-events: none;
    z-index: 1;
    font-size: 90%;
    font-weight: 500;
    mix-blend-mode: difference;
    line-height: 100%;
    transform: translateY(-50%);
	letter-spacing: 0.3px;
}
.range-slider > [data-value]{
  font-size: 105%;
  width: 50px;
  opacity: 1;
  font-weight: 600;	
}
.range-slider > [data-value]::after{
	content: '%';
	font-weight: 600;	
}

.range-slider > input[type="range"] {
  width: 100%;
  height: var(--thumb-h); 
  -webkit-appearance :none;
  -moz-appearance :none;
  appearance: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 50px;
  border: 2px solid #fde1c9	
  	
}

/* chromium */
.range-slider > input[type="range"]::-webkit-slider-thumb{
  
  cursor: grab;
  width: var(--thumb-w);
  height: var(--thumb-h);
  background: var(--thumb-clr);
  background-color: var(--thumb-clr);
  outline: none;
  border: none;
  border-radius: var(--thumb-radius);
  border-radius: 100%;		
  /* track  - either side of the thumb using box-shadow */
  box-shadow:
    calc((var(--range-width) / 2 + var(--thumb-space)) * -1 ) 0 0 calc(var(--range-width) / 2) var(--thumb-clr),
    calc((var(--range-width) / 2 + var(--thumb-space))) 0 0 calc(var(--range-width) / 2) var(--track-clr);
  -webkit-appearance: none;
  appearance: none;
  transition-property: scale,box-shadow,background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  scale: 1 var(--thumb-scale-y,1);
}
/* Firefox */
.range-slider > input[type="range"]::-moz-range-thumb {
  cursor: grab;
  width: var(--thumb-w);
  height: var(--thumb-h);
  background-color: var(--thumb-clr);
  outline: none;
  border: none;
  border-radius: 100%;		
  /* track  - either side of the thumb using box-shadow */
  box-shadow:
    calc((var(--range-width) / 2 + var(--thumb-space)) * -1 ) 0 0 calc(var(--range-width) / 2) var(--thumb-clr),
    calc((var(--range-width) / 2 + var(--thumb-space))) 0 0 calc(var(--range-width) / 2) var(--track-clr);
  -moz-appearance: none;
  appearance: none;
  transition-property: scale,box-shadow,background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  scale: 1 var(--thumb-scale-y,1);
}
/**/

.btn-decision{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 15px;
	margin: 0 0 20px 0;
}
.btn-decision:last-child{
	margin-bottom: 0;
}
.btn-decision .btn-text div:nth-child(1){
	line-height: 140%;
	font-weight: 500;
	font-size: 96%;
}
.btn-decision .btn-text div:nth-child(2) {
    line-height: 134%;
    font-weight: 500;
    font-size: 78%;
    opacity: 0.6;
    font-style: italic;
    padding-top: 4px;
}

.btn-decision .btn-togle{
	display: flex;
}

.btn-decision input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.btn-decision label {
	cursor: pointer;
	text-indent: -9999px;
	width: 90px;
	height: 38px;
	background: #000;
	display: block;
	border-radius: 100px;
	position: relative;
	border: 2px solid #fde1c9;
}

.btn-decision label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 34px;
	background: #fde1c9;
	border-radius: 30px;
	transition: 0.3s;
}

.btn-decision input:checked + label {
	background: #6cb739;
}

.btn-decision input:checked + label:after {
	left: 100%;
	transform: translateX(-100%);
}

/*
.btn-decision label:active:after {
	width: 130px;
}
*/


/**********/
body.is-apps {
    padding-top: 0px !important;
}
body.is-apps .container.header-container {
    height: auto !important;
}
body.is-apps .header-left {
    display: none !important;
}
body.is-apps .header-right {
    display: none !important;
}
body.is-apps .header-nav {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100vw;
    right: 0;
}
body.is-apps .wrapper-home-wrapper {
    position: relative;
    width: 100vw;
    padding-top: 0px;
}
/****/




