@charset "UTF-8";
[disabled],
.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.clearfix {
  width: 100%;
  float: none;
  clear: both;
}

html {
  --safe-area-inset-top:0px;
  --safe-area-inset-bottom:0px;
}
html.ios {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}
html.ios10 {
  --safe-area-inset-top: 0px;
  --safe-area-inset-bottom: 0px;
}
html.ios11_2, html.ios11_1, html.ios11_0 {
  --safe-area-inset-top: constant(safe-area-inset-top);
  --safe-area-inset-bottom: constant(safe-area-inset-bottom);
}

textarea, input, button {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  border: none;
}

button {
  cursor: pointer !important;
  color: currentColor;
}

:focus, :visited, :active {
  box-shadow: none;
  outline: 0;
}

a, a:focus, a:visited, a:active {
  outline: none !important;
  text-decoration: none;
}

a, a:hover, a:visited, a:active, a:focus {
  color: currentColor;
  text-decoration: none;
}

strong, b {
  font-weight: 600;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}
*:not(input) {
  -webkit-user-select: none;
}

html[lang=it] gb-showlang-it {
  display: block;
}
html[lang=it] gb-showlang-en {
  display: none;
}
html[lang=en] gb-showlang-it {
  display: none;
}
html[lang=en] gb-showlang-en {
  display: block;
}

@font-face {
  font-family: "leggimi";
  src: url("font/leggimi.woff2") format("woff2"), url("font/leggimi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "times";
  src: url("font/TimesNewRomanPS-BoldMT.woff2") format("woff2"), url("font/TimesNewRomanPS-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "times";
  src: url("font/TimesNewRomanPS-ItalicMT.woff2") format("woff2"), url("font/TimesNewRomanPS-ItalicMT.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "times";
  src: url("font/TimesNewRomanPSMT.woff2") format("woff2"), url("font/TimesNewRomanPSMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "times";
  src: url("font/TimesNewRomanPS-BoldItalicMT.woff2") format("woff2"), url("font/TimesNewRomanPS-BoldItalicMT.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #e2080f;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #34c759;
  --teal: #20c997;
  --cyan: #0dcaf0;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --light: #f2f2f2;
  --dark: #2B2C28;
  --black:#000;
  --appfont: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --leggimi: "leggimi";
  --times: "times";
  --yellow:#FF0;
  --black-40:rgba(0, 0, 0, 0.40);
  --black-80:rgba(0, 0, 0, 0.80);
  --desire:#E73844;
  --desire-80:rgba(231, 56, 68,0.8);
  --dodger:#1AA0FB;
  --disco:#D4D4D4;
  --header-height:3.688rem;
  --padding-inline-app:0.938rem;
}
@media screen and (min-width: 768px) {
  :root {
    --gb-fs:22px;
  }
}

gb-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--desire);
  z-index: 30;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms, height 300ms 300ms;
}
html:not(.loading) gb-loading {
  opacity: 0;
  height: 0;
}
gb-loading img {
  height: 80px;
  width: auto;
}

html, body {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

html {
  font-size: var(--gb-fs, 16px);
}

body {
  font-family: var(--appfont);
}

header {
  background: var(--desire);
  width: 100%;
  padding: var(--safe-area-inset-top) var(--padding-inline-app) 0;
  height: calc(var(--header-height) + var(--safe-area-inset-top));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
}
header img {
  height: calc(var(--header-height) - 1.25rem);
}
header button.gb-camera {
  padding: 0;
  color: var(--desire);
}
header button.gb-camera span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--white);
  border-radius: 12px;
}
header button.gb-camera span svg {
  display: block;
  width: 60%;
  height: auto;
}

menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: calc(var(--padding-inline-app) * 2) var(--padding-inline-app);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
  transition: background 600ms;
}
menu.gb-act {
  background: var(--black-80);
  pointer-events: auto;
}
menu.gb-act ul {
  visibility: visible;
  transition: visibility 0ms 0ms;
}
menu.gb-act ul li {
  opacity: 1;
  transform: translateY(0);
}
menu.gb-act ul li:nth-last-child(1) {
  transition-delay: 100ms;
}
menu.gb-act ul li:nth-last-child(2) {
  transition-delay: 200ms;
}
menu.gb-act ul li:nth-last-child(3) {
  transition-delay: 300ms;
}
menu.gb-act ul li:nth-last-child(4) {
  transition-delay: 400ms;
}
menu.gb-act ul li:nth-last-child(5) {
  transition-delay: 500ms;
}
menu.gb-act ul li:nth-last-child(6) {
  transition-delay: 600ms;
}
menu .gb-open-menu {
  padding: 0;
  pointer-events: auto;
}
menu .gb-open-menu span {
  width: 3.438rem;
  height: 3.438rem;
  background: var(--desire);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
}
menu .gb-open-menu span svg {
  width: 28px;
  height: 28px;
  fill: var(--white);
}
menu .gb-close-menu {
  padding: 0;
}
menu .gb-close-menu span {
  width: 3.438rem;
  height: 3.438rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
}
menu .gb-close-menu span svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--desire);
}
menu ul {
  padding: 0;
  margin: 0;
  text-align: right;
  list-style: none !important;
  visibility: hidden;
  transition: visibility 0ms 600ms;
}
menu ul li {
  padding-bottom: 20px;
  will-change: oapcity, transform;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms 0ms, transform 600ms 0ms;
}
menu ul li button {
  padding: 0 0.625rem;
}
menu ul li button span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--white);
  font-weight: 600;
  font-size: 0.875rem;
}
menu ul li button span em {
  width: 1.875rem;
  height: 1.875rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 0.813rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
menu ul li button span em svg {
  height: 1rem;
  width: auto;
  display: block;
  fill: var(--desire);
}

#gb-camera {
  height: 100%;
  width: 100%;
}
#gb-camera .gb-camera-wrapper {
  height: 100%;
  width: 100%;
}
#gb-camera .gb-camera-wrapper .gb-camera-head {
  width: 100%;
  height: var(--header-height);
  padding: 0 var(--padding-inline-app);
  top: calc(0 + var(--safe-area-inset-top));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
#gb-camera .gb-camera-wrapper .gb-camera-head img {
  height: calc(var(--header-height) - 1.25rem);
}
#gb-camera .gb-camera-wrapper #gb-show-camera {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#gb-camera .gb-camera-wrapper .gb-camera-UI {
  background: #f00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: calc(var(--header-height) + var(--safe-area-inset-top));
  padding-bottom: 2.25rem;
  padding-inline: var(--padding-inline-app);
}
#gb-camera .gb-camera-wrapper .gb-camera-UI .gb-info-alert {
  width: 13.625rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background: var(--black-40);
  color: var(--white);
  font-size: 1.125rem;
  border-radius: 20px;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
#gb-camera .gb-camera-wrapper .gb-camera-UI .gb-camera-click {
  width: 66px;
  height: 66px;
  padding: 0;
  border: solid 2px var(--white);
  border-radius: 50%;
  pointer-events: auto;
}
#gb-camera .gb-camera-wrapper .gb-camera-UI .gb-camera-click span {
  padding: 3px;
  width: 100%;
  height: 100%;
  display: block;
}
#gb-camera .gb-camera-wrapper .gb-camera-UI .gb-camera-click span em {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--white);
  display: block;
}

#gb-text {
  height: 100%;
  width: 100%;
}
#gb-text .gb-pagecontent {
  width: 100%;
  height: calc(100% - var(--header-height));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--bg-text, var(--white));
  font-size: var(--font-size, 1rem);
  padding: var(--padding-inline-app) calc(var(--padding-inline-app) * 1.5);
}
#gb-text .gb-pagecontent p, #gb-text .gb-pagecontent ul, #gb-text .gb-pagecontent ol {
  color: var(--color-text, var(--black));
  margin: 0;
  font-family: var(--font-fam, var(--appfont));
  line-height: 1.4;
}
#gb-text .gb-pagecontent p:not(:last-child), #gb-text .gb-pagecontent ul:not(:last-child), #gb-text .gb-pagecontent ol:not(:last-child) {
  margin-bottom: 1.125rem;
}
#gb-text gb-translate-info {
  display: flex;
  margin-bottom: 0.625rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#gb-text gb-translate-info .gb-label {
  padding: 0.45rem 0.625rem;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 6px;
  background: var(--light);
  color: var(--gray);
  display: flex;
  align-items: center;
}
#gb-text gb-translate-info .gb-label > svg {
  display: block;
  height: 0.85rem;
  width: auto;
  margin-right: 0.625rem;
}
#gb-text gb-translate-info .gb-label small svg {
  display: block;
  height: 1.125rem;
  width: auto;
}

.gb-slidepop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
.gb-slidepop .gb-inner-pop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: var(--dark);
  box-shadow: 0px -11px 24px -2px rgba(0, 0, 0, 0.25);
  border-radius: 30px 30px 0px 0px;
  padding: 30px;
  padding-bottom: 40px;
  pointer-events: auto;
  max-width: 600px;
  transition: transform 600ms;
}
.gb-slidepop .gb-inner-pop:not(.gb-show) {
  transform: translate(-50%, 150%);
}
.gb-slidepop .gb-inner-pop .gb-close-pop {
  padding: 0;
  position: absolute;
  top: 1.188rem;
  left: 50%;
  transform: translateX(-50%);
}
.gb-slidepop .gb-inner-pop .gb-close-pop span {
  width: 5.438rem;
  height: 0.375rem;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
}
.gb-slidepop .gb-inner-pop .gb-close-pop span svg {
  fill: var(--white);
  width: 1.25rem;
  height: 1.25rem;
}
.gb-slidepop .gb-inner-pop h3 {
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}
.gb-slidepop .gb-inner-pop h3:not(:nth-of-type(1)) {
  margin-top: 2.5rem;
}
.gb-slidepop .gb-inner-pop .gb-range-char input[type=range] {
  width: 100%;
  background: var(--disco);
  height: 4px;
  border-radius: 20px;
  margin: 0;
}
.gb-slidepop .gb-inner-pop .gb-range-char input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: var(--white);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.gb-slidepop .gb-inner-pop .gb-range-char ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
}
.gb-slidepop .gb-inner-pop .gb-range-char ol li {
  color: var(--white);
  font-weight: 700;
  font-size: 8px;
}
.gb-slidepop .gb-inner-pop .gb-range-char ol[data-step="3"] li:nth-child(2) {
  padding-left: 16px;
}
.gb-slidepop .gb-inner-pop .gb-color-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li[data-color=black] {
  --ccolor:var(--black);
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li[data-color=white] {
  --ccolor:var(--white);
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li[data-color=red] {
  --ccolor:var(--red);
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li[data-color=yellow] {
  --ccolor:var(--yellow);
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li.gb-act {
  --active:var(--dodger);
  --wei:600;
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li .gb-color {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: solid 3px var(--active, var(--white));
  background: var(--ccolor);
}
.gb-slidepop .gb-inner-pop .gb-color-list ul li .gb-txt-color {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: var(--white);
  margin-top: 0.375rem;
  font-weight: var(--wei, 400);
}
.gb-slidepop .gb-inner-pop .gb-font-list .gb-act {
  --bg-act:var(--white);
  --act:var(--dodger);
  --act-col:var(--black) ;
}
.gb-slidepop .gb-inner-pop .gb-font-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li {
  background: var(--bg-act, rgba(255, 255, 255, 0.08));
  border: solid 3px var(--act, rgba(255, 255, 255, 0.4));
  padding: 0.875rem;
  border-radius: 20px;
  color: var(--act-col, var(--white));
  font-size: 0.75rem;
  font-family: var(--tfont);
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li[data-font=system] {
  --tfont:var(--appfont);
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li[data-font=leggimi] {
  --tfont:var(--leggimi);
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li[data-font=times] {
  --tfont:var(--times);
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.gb-slidepop .gb-inner-pop .gb-font-list ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.gb-slidepop .gb-inner-pop .gb-progress-wrapp {
  margin-top: 2.25rem;
  margin-bottom: 2.063rem;
  height: 0.563rem;
  position: relative;
}
.gb-slidepop .gb-inner-pop .gb-progress-wrapp .gb-progress {
  position: absolute;
  top: calc(50% - 1px);
  left: 0.563rem;
  width: calc(100% - 1.125rem);
  height: 2px;
  background: var(--disco);
  z-index: 1;
}
.gb-slidepop .gb-inner-pop .gb-progress-wrapp .gb-progress-button {
  position: absolute;
  left: var(--progress, 0);
  width: 0.563rem;
  height: 0.563rem;
  background: var(--white);
  border-radius: 50%;
}
.gb-slidepop .gb-inner-pop .gb-controller-sint {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-slidepop .gb-inner-pop .gb-controller-sint button {
  padding: 0;
  margin: 0 0.594rem;
  color: var(--white);
}
.gb-slidepop .gb-inner-pop .gb-controller-sint button span svg {
  width: 2.063rem;
  height: auto;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp {
  margin-top: 1.875rem;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select {
  width: 100%;
  max-width: 15.188rem;
  margin: 0 auto;
  position: relative;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select button {
  margin: 0;
  width: 100%;
  height: 2.813rem;
  background: var(--white);
  border: solid 2px var(--dodger);
  border-radius: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.8rem 0.8rem 0.8rem 1.25rem;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select button span {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select button span.gb-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.79em;
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select button span::after {
  padding-left: 10px;
  font-family: "bootstrap-icons";
  content: "";
  margin-left: auto;
  vertical-align: middle;
  display: inline-block;
  color: var(--black);
}
.gb-slidepop .gb-inner-pop .gb-select-wrapp .gb-fake-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

[data-bg=black] {
  --bg-text:var(--black);
}

[data-bg=white] {
  --bg-text:var(--white);
}

[data-bg=red] {
  --bg-text:var(--red);
}

[data-bg=yellow] {
  --bg-text:var(--yellow);
}

[data-text=black] {
  --color-text:var(--black);
}

[data-text=white] {
  --color-text:var(--white);
}

[data-text=red] {
  --color-text:var(--red);
}

[data-text=yellow] {
  --color-text:var(--yellow);
}

[data-family=system] {
  --font-fam:var(--appfont);
}

[data-family=leggimi] {
  --font-fam:var(--leggimi);
}

[data-family=times] {
  --font-fam:var(--times);
}

main {
  height: 100%;
  width: 100%;
}

.gb-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--desire-80);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gb-loading::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  border-left: 3px solid transparent;
  animation: loadSpinner 1.1s infinite linear;
}
@keyframes loadSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gb-loading span {
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 6px;
  color: var(--white);
}

/*# sourceMappingURL=main.css.map */
