@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.min.css';
@font-face {
  font-family: 'neon_tubes_2regular';
  src: url("../fonts/neontubes2-regular-webfont.woff2") format("woff2"), url("../fonts/neontubes2-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

body {
  background-color: #fff;
  overflow-x: hidden; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
img {
  max-width: 100%;
  height: auto; }

.clickable *, .not-clickable {
  pointer-events: none; }

.autoAlpha0 {
  opacity: 0;
  visibility: hidden; }

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html {
  height: 100%;
  font-size: 12px;
  line-height: 1.7;
  color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #fff; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 12px;
  line-height: 1.7; }

.font-neon {
  font-family: 'neon_tubes_2regular', sans-serif; }

p, span {
  letter-spacing: 2px;
  margin: 0; }
  p a, span a {
    text-decoration: underline;
    color: inherit; }
    p a.active, p a:hover, p a:active, p a:focus, span a.active, span a:hover, span a:active, span a:focus {
      text-decoration: underline;
      color: inherit; }

.font-neon.font-neon--off {
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.7);
  color: #000; }

.font-neon.font-neon--on {
  text-shadow: 0px -2px 8px #18ADFC, 5px 10px 3px rgba(0, 0, 0, 0.7); }
  .font-neon.font-neon--on span:not(.after):not(.char) {
    color: #18ADFC; }

h1, h2 {
  font-size: 6rem;
  line-height: 1.3;
  letter-spacing: 12px;
  margin: 0; }
  h1 span, h2 span {
    letter-spacing: 12px; }

a {
  text-decoration: none; }

.font-neon.font-neon--on.with-anim {
  -webkit-animation: flicker-azure 0.08s infinite alternate ease-in-out;
          animation: flicker-azure 0.08s infinite alternate ease-in-out; }
  .font-neon.font-neon--on.with-anim span {
    -webkit-animation: flicker-azure 0.08s infinite alternate ease-in-out;
            animation: flicker-azure 0.08s infinite alternate ease-in-out; }

.font-neon.font-neon--on.with-anim--cyan {
  -webkit-animation: flicker-cyan 0.08s infinite alternate ease-in-out !important;
          animation: flicker-cyan 0.08s infinite alternate ease-in-out !important; }
  .font-neon.font-neon--on.with-anim--cyan span {
    -webkit-animation: flicker-cyan 0.08s infinite alternate ease-in-out !important;
            animation: flicker-cyan 0.08s infinite alternate ease-in-out !important;
    color: #61E2D0 !important; }

.inter-memb-tease__logo--neon--on {
  -webkit-animation: flicker1 0.08s infinite alternate ease-in-out;
          animation: flicker1 0.08s infinite alternate ease-in-out; }

@-webkit-keyframes flicker1 {
  from {
    -webkit-filter: drop-shadow(0px -2px 2px #18ADFC) drop-shadow(0px 15px 0px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px -2px 2px #18ADFC) drop-shadow(0px 15px 0px rgba(0, 0, 0, 0.5)); }
  to {
    -webkit-filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5)); } }

@keyframes flicker1 {
  from {
    -webkit-filter: drop-shadow(0px -2px 2px #18ADFC) drop-shadow(0px 15px 0px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px -2px 2px #18ADFC) drop-shadow(0px 15px 0px rgba(0, 0, 0, 0.5)); }
  to {
    -webkit-filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5)); } }

@-webkit-keyframes flicker-azure {
  from {
    text-shadow: 0px -2px 6px rgba(24, 173, 252, 0.92), 0px -2px 15px rgba(24, 173, 252, 0.34), 0px -2px 8px rgba(24, 173, 252, 0.52), 0px -2px 17px rgba(24, 173, 252, 0.92), 0px -2px 24px rgba(24, 173, 252, 0.78), 0px -2px 28px rgba(24, 173, 252, 0.92), 5px 10px 3px rgba(0, 0, 0, 0.7); }
  to {
    text-shadow: 0px -2px 6px rgba(24, 173, 252, 0.98), 0px -2px 15px rgba(24, 173, 252, 0.42), 0px -2px 8px rgba(24, 173, 252, 0.58), 0px -2px 18px rgba(24, 173, 252, 0.84), 0px -2px 28px rgba(24, 173, 252, 0.88), 0px -2px 32px #18adfc, 5px 10px 3px rgba(0, 0, 0, 0.7); } }

@keyframes flicker-azure {
  from {
    text-shadow: 0px -2px 6px rgba(24, 173, 252, 0.92), 0px -2px 15px rgba(24, 173, 252, 0.34), 0px -2px 8px rgba(24, 173, 252, 0.52), 0px -2px 17px rgba(24, 173, 252, 0.92), 0px -2px 24px rgba(24, 173, 252, 0.78), 0px -2px 28px rgba(24, 173, 252, 0.92), 5px 10px 3px rgba(0, 0, 0, 0.7); }
  to {
    text-shadow: 0px -2px 6px rgba(24, 173, 252, 0.98), 0px -2px 15px rgba(24, 173, 252, 0.42), 0px -2px 8px rgba(24, 173, 252, 0.58), 0px -2px 18px rgba(24, 173, 252, 0.84), 0px -2px 28px rgba(24, 173, 252, 0.88), 0px -2px 32px #18adfc, 5px 10px 3px rgba(0, 0, 0, 0.7); } }

@-webkit-keyframes flicker-cyan {
  from {
    text-shadow: 0px -2px 6px rgba(97, 226, 208, 0.92), 0px -2px 15px rgba(97, 226, 208, 0.34), 0px -2px 8px rgba(97, 226, 208, 0.52), 0px -2px 17px rgba(97, 226, 208, 0.92), 0px -2px 24px rgba(97, 226, 208, 0.78), 0px -2px 28px rgba(97, 226, 208, 0.92), 5px 10px 3px rgba(0, 0, 0, 0.7); }
  to {
    text-shadow: 0px -2px 6px rgba(97, 226, 208, 0.98), 0px -2px 15px rgba(97, 226, 208, 0.42), 0px -2px 8px rgba(97, 226, 208, 0.58), 0px -2px 18px rgba(97, 226, 208, 0.84), 0px -2px 28px rgba(97, 226, 208, 0.88), 0px -2px 32px rgba(97, 226, 208, 0.1), 5px 10px 3px rgba(0, 0, 0, 0.7); } }

@keyframes flicker-cyan {
  from {
    text-shadow: 0px -2px 6px rgba(97, 226, 208, 0.92), 0px -2px 15px rgba(97, 226, 208, 0.34), 0px -2px 8px rgba(97, 226, 208, 0.52), 0px -2px 17px rgba(97, 226, 208, 0.92), 0px -2px 24px rgba(97, 226, 208, 0.78), 0px -2px 28px rgba(97, 226, 208, 0.92), 5px 10px 3px rgba(0, 0, 0, 0.7); }
  to {
    text-shadow: 0px -2px 6px rgba(97, 226, 208, 0.98), 0px -2px 15px rgba(97, 226, 208, 0.42), 0px -2px 8px rgba(97, 226, 208, 0.58), 0px -2px 18px rgba(97, 226, 208, 0.84), 0px -2px 28px rgba(97, 226, 208, 0.88), 0px -2px 32px rgba(97, 226, 208, 0.1), 5px 10px 3px rgba(0, 0, 0, 0.7); } }

.inter-countdown {
  position: relative; }
  .inter-countdown svg {
    width: 13vw;
    vertical-align: center;
    display: inline-block; }
  .inter-countdown .e-c-base {
    fill: none;
    stroke-width: 2px; }
    .inter-memb-tease__campo--state-0 .inter-countdown .e-c-base {
      stroke: #18ADFC; }
    .inter-memb-tease__campo--state-1 .inter-countdown .e-c-base {
      stroke: #61E2D0; }
  .inter-countdown .e-c-progress {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    transition: stroke-dashoffset 0.5s; }
    .inter-memb-tease__campo--state-0 .inter-countdown .e-c-progress {
      -webkit-filter: url(#dropshadow);
              filter: url(#dropshadow); }
      .vendor-iOs .inter-memb-tease__campo--state-0 .inter-countdown .e-c-progress {
        -webkit-filter: none !important;
                filter: none !important; }
      .vendor-safari .inter-memb-tease__campo--state-0 .inter-countdown .e-c-progress {
        -webkit-filter: none !important;
                filter: none !important; }
    .inter-memb-tease__campo--state-1 .inter-countdown .e-c-progress {
      -webkit-filter: url(#dropshadow-cyan);
              filter: url(#dropshadow-cyan); }
      .vendor-iOs .inter-memb-tease__campo--state-1 .inter-countdown .e-c-progress {
        -webkit-filter: none !important;
                filter: none !important; }
      .vendor-safari .inter-memb-tease__campo--state-1 .inter-countdown .e-c-progress {
        -webkit-filter: none !important;
                filter: none !important; }
  .inter-countdown span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 7rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0; }
  .inter-countdown p {
    font-size: 3rem;
    letter-spacing: 7px; }

.cB {
  display: none; }

.toggle--inactive {
  opacity: .5;
  pointer-events: none; }

.cB-container {
  text-align: center;
  position: relative; }
  .inter-memb-tease__section--04 .cB-container {
    margin-top: 50px;
    margin-left: -50px; }

.cB-outer-div {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 15px;
  background: linear-gradient(to right, #18ADFC, #fff);
  border-radius: 20px; }

.cB-inner-div {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #18ADFC;
  border-radius: 50%;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  box-shadow: 0 0 0 white;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite; }
  .toggle--inactive .cB-inner-div {
    -webkit-animation: none !important;
            animation: none !important; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9); }
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.cB-play-icon {
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff; }

.cB-text {
  position: absolute;
  top: 0;
  z-index: 1;
  display: inline-block;
  width: 50px; }
  .cB-text--on {
    right: -70px;
    text-align: left; }
  .cB-text--off {
    left: -70px;
    text-align: right; }

/***Adding tranisitons***/
.cB-outer-div, .cB-inner-div {
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1); }

input[type="checkbox"].cB:checked + .cB-outer-div .cB-inner-div {
  -webkit-transform: translate(90px, -50%);
          transform: translate(90px, -50%); }

.inter-cursor {
  opacity: 1;
  display: none; }
  .vendor-edge .inter-cursor {
    display: none; }
  .vendor-ie11 .inter-cursor {
    display: none; }
  .inter-cursor__inner, .inter-cursor__outer, .inter-cursor__border {
    position: fixed;
    pointer-events: none; }
  .inter-cursor__inner {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: .15s;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99999; }
  .inter-cursor__outer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: width .3s, height .3s, opacity .3s;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99998;
    mix-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.7); }
  .inter-cursor__border {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    transition: width .3s, height .3s, opacity .3s;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 99999; }
  .inter-cursor--isLink .inter-cursor__outer {
    width: 80px;
    height: 80px; }
  .inter-cursor--isLink .inter-cursor__border {
    width: 80px;
    height: 80px; }
  .inter-cursor--isInsibile:not(.inter-cursor--isLink) {
    opacity: 0; }

#fullpage {
  opacity: 0;
  visibility: hidden; }

#fp-nav.fp-right {
  right: 60px; }
  #fp-nav.fp-right ul li {
    margin: 17px 7px;
    width: 14px;
    height: 14px;
    opacity: 0;
    visibility: hidden; }
    #fp-nav.fp-right ul li a span {
      pointer-events: none;
      background: transparent;
      border: 1px solid #fff;
      width: 14px !important;
      height: 14px !important;
      margin: -7px 0 0 -7px !important;
      transition: all .5s; }
      #fp-nav.fp-right ul li a span::after {
        opacity: 0;
        transition: all .5s;
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 1px solid white;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0); }
    #fp-nav.fp-right ul li a.active span {
      background: #18ADFC;
      border-color: transparent;
      width: 12px !important;
      height: 12px !important;
      margin: -6px 0 0 -6px !important; }
      #fp-nav.fp-right ul li a.active span::after {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }

.calciatore_1 path, .calciatore_2 path {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: #fff; }

body {
  overflow: hidden; }

audio {
  display: none !important; }

main {
  background-image: url("../../assets/img/fci_mem_tease_bg_d_2.jpg");
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden; }

.inter-memb-tease__old-browser {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #000 !important;
  z-index: 999999 !important; }
  .inter-memb-tease__old-browser .inter-memb-tease__old-browser-cont p {
    margin-bottom: 0;
    position: relative;
    line-height: 2; }
    .inter-memb-tease__old-browser .inter-memb-tease__old-browser-cont p::after, .inter-memb-tease__old-browser .inter-memb-tease__old-browser-cont p::before {
      content: '';
      width: 40px;
      height: 2px;
      background: #18ADFC;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .inter-memb-tease__old-browser .inter-memb-tease__old-browser-cont p::after {
      bottom: -25%; }
    .inter-memb-tease__old-browser .inter-memb-tease__old-browser-cont p::before {
      top: -25%; }

.inter-memb-tease__rotate-the-device {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #000 !important;
  z-index: 99999 !important; }
  .inter-memb-tease__rotate-the-device .inter-memb-tease__move-around-cont p {
    margin-bottom: 0;
    position: relative;
    line-height: 2; }
    .inter-memb-tease__rotate-the-device .inter-memb-tease__move-around-cont p::after, .inter-memb-tease__rotate-the-device .inter-memb-tease__move-around-cont p::before {
      content: '';
      width: 40px;
      height: 2px;
      background: #18ADFC;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .inter-memb-tease__rotate-the-device .inter-memb-tease__move-around-cont p::after {
      bottom: -25%; }
    .inter-memb-tease__rotate-the-device .inter-memb-tease__move-around-cont p::before {
      top: -25%; }

.inter-memb-tease__spotlight-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.inter-memb-tease__wires {
  top: 0;
  left: 0;
  width: 100vw;
  height: 500%;
  height: calc(var(--vh, 1vh) * 500);
  position: absolute;
  background-image: url("../../assets/img/wires_desk_2.png");
  background-repeat: repeat-y;
  background-size: auto 20%;
  background-position: top center; }

.inter-memb-tease__top-level-cont {
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100); }
  .inter-memb-tease__top-level-cont__wrapper {
    margin: auto; }
  .inter-memb-tease__top-level-cont--instructions-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10;
    pointer-events: none; }
    .inter-memb-tease__top-level-cont--instructions-overlay .instruction_wrapper_title p {
      position: relative;
      font-size: 2em;
      letter-spacing: .35em; }
      .inter-memb-tease__top-level-cont--instructions-overlay .instruction_wrapper_title p > span {
        color: #18ADFC; }
      .inter-memb-tease__top-level-cont--instructions-overlay .instruction_wrapper_title p:after {
        box-shadow: 0px 0px 20px 5px #18ADFC, 5px 10px 3px rgba(0, 0, 0, 0.7);
        content: "";
        position: absolute;
        height: 2px;
        width: 50%;
        background: #18ADFC;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -20px; }
    .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont {
      margin: 0px 20px 40px 20px;
      min-width: 300px; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-move span {
        color: #18ADFC; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-move circle {
        stroke: #18ADFC; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-move path {
        fill: #18ADFC; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-headphones span {
        color: #61E2D0; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-headphones circle {
        stroke: #61E2D0; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont.icon-headphones path {
        fill: #61E2D0; }
      .inter-memb-tease__top-level-cont--instructions-overlay .inter-memb-tease__move-around-cont p {
        position: relative;
        line-height: 1.3; }

.inter-memb-tease__header {
  position: fixed;
  top: 30px;
  padding: 0 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 201; }

.inter-memb-tease__header__logo {
  width: 50px;
  height: 50px; }

.inter-memb-tease__header__menu {
  position: relative;
  width: 40px;
  height: 20px; }
  .inter-memb-tease__header__menu__icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column; }
    .inter-memb-tease__header__menu__icon > span {
      background: #ffffff;
      width: 100%;
      height: 2px;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      transition: all 200ms ease-in-out; }
      .inter-memb-tease__header__menu__icon > span.center {
        width: 70%;
        transition-delay: 200ms; }
    .open .inter-memb-tease__header__menu__icon .top {
      -webkit-transform: rotate(45deg) translateY(13px);
              transform: rotate(45deg) translateY(13px);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      transition: all 200ms ease-in-out;
      transition-delay: 200ms; }
    .open .inter-memb-tease__header__menu__icon .center {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
    .open .inter-memb-tease__header__menu__icon .bottom {
      -webkit-transform: rotate(-45deg) translateY(-13px);
              transform: rotate(-45deg) translateY(-13px);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      transition: all 200ms ease-in-out;
      transition-delay: 200ms; }

.inter-memb-tease__menu-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-image: url("../../assets/img/fci_mem_tease_bg_d_2.jpg");
  background-size: cover;
  z-index: 200; }
  .inter-memb-tease__menu-overlay__languages {
    position: absolute;
    width: 290px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    .inter-memb-tease__menu-overlay__languages__title {
      font-size: 14px; }
    .inter-memb-tease__menu-overlay__languages__list {
      margin-top: 20px; }
      .inter-memb-tease__menu-overlay__languages__list > a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: transparent;
        transition: background 200ms ease-in-out;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50px; }
        .inter-memb-tease__menu-overlay__languages__list > a:hover {
          background: #0066AA; }

.inter-memb-tease__logo--neon {
  width: 150px;
  height: auto;
  margin-bottom: 30px; }
  .inter-memb-tease__logo--neon--off svg {
    -webkit-filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.5)); }
    .inter-memb-tease__logo--neon--off svg path {
      stroke: #000;
      stroke-width: 4px; }
  .inter-memb-tease__logo--neon--on svg {
    -webkit-filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px -2px 10px #18ADFC) drop-shadow(0px 15px 2px rgba(0, 0, 0, 0.5)); }

.inter-memb-tease__mob-toogle-cont {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; }

.inter-memb-tease__footer {
  position: fixed;
  bottom: 30px;
  padding: 0 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 201;
  height: 40px; }

.inter-memb-tease__sound-toogle {
  z-index: 201;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: -25px;
  transition: all 200ms ease-in-out; }
  .inter-memb-tease__sound-toogle.enable-volume {
    visibility: visible;
    opacity: 1; }
  .inter-memb-tease__sound-toogle > p {
    display: none; }
  .inter-memb-tease__sound-toogle > p.isVisible {
    display: inline-block; }

.inter-memb-tease__mail {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: none; }
  .inter-memb-tease__mail__label {
    float: left;
    margin-top: 5px; }
  .inter-memb-tease__mail__img {
    width: 30px;
    height: 30px;
    margin: 0 10px; }

.inter-memb-tease__social {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 202;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inter-memb-tease__social img {
    height: 20px;
    margin-left: 40px; }

.inter-memb-tease__scroll-down {
  width: 200px;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .inter-memb-tease__scroll-down .bar-wrapper {
    width: 4px;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 4px; }
  .inter-memb-tease__scroll-down .bar-line {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #fff);
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-animation: slide-down 2s steps(100) infinite;
            animation: slide-down 2s steps(100) infinite; }
  .inter-memb-tease__scroll-down p {
    margin-top: 15px; }

.inter-memb-tease__move-around-cont span {
  display: inline-block; }

.inter-memb-tease__move-around {
  width: 45px;
  margin: 0 25px; }

.inter-memb-tease__calciatore {
  width: 100%; }
  .inter-memb-tease__calciatore--1 .wrapper_calciatore {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px; }
  .inter-memb-tease__calciatore--1--state-0 g[data-name='00'], .inter-memb-tease__calciatore--1--state-0 g[data-name='01'] {
    -webkit-filter: url(#dropshadow);
            filter: url(#dropshadow); }
    .vendor-iOs .inter-memb-tease__calciatore--1--state-0 g[data-name='00'], .vendor-iOs .inter-memb-tease__calciatore--1--state-0 g[data-name='01'] {
      -webkit-filter: none !important;
              filter: none !important; }
    .vendor-safari .inter-memb-tease__calciatore--1--state-0 g[data-name='00'], .vendor-safari .inter-memb-tease__calciatore--1--state-0 g[data-name='01'] {
      -webkit-filter: none !important;
              filter: none !important; }
    .inter-memb-tease__calciatore--1--state-0 g[data-name='00'] path.calciatore1_maglia, .inter-memb-tease__calciatore--1--state-0 g[data-name='01'] path.calciatore1_maglia {
      stroke: #18ADFC; }
    .inter-memb-tease__calciatore--1--state-0 g[data-name='00'] path.calciatore1_scarpa, .inter-memb-tease__calciatore--1--state-0 g[data-name='01'] path.calciatore1_scarpa {
      stroke: #18ADFC; }
  .inter-memb-tease__calciatore--1--state-0 g[data-name='02'] path {
    stroke: #050923;
    stroke-width: 3px; }
  .inter-memb-tease__calciatore--1--state-0 .toggle--love {
    display: block !important; }
  .inter-memb-tease__calciatore--1--state-0 .toggle--live {
    display: none !important; }
  .inter-memb-tease__calciatore--1--state-1 g[data-name='00'], .inter-memb-tease__calciatore--1--state-1 g[data-name='02'] {
    -webkit-filter: url(#dropshadow-cyan);
            filter: url(#dropshadow-cyan); }
    .vendor-iOs .inter-memb-tease__calciatore--1--state-1 g[data-name='00'], .vendor-iOs .inter-memb-tease__calciatore--1--state-1 g[data-name='02'] {
      -webkit-filter: none !important;
              filter: none !important; }
    .vendor-safari .inter-memb-tease__calciatore--1--state-1 g[data-name='00'], .vendor-safari .inter-memb-tease__calciatore--1--state-1 g[data-name='02'] {
      -webkit-filter: none !important;
              filter: none !important; }
    .inter-memb-tease__calciatore--1--state-1 g[data-name='00'] path.calciatore1_maglia, .inter-memb-tease__calciatore--1--state-1 g[data-name='02'] path.calciatore1_maglia {
      stroke: #61E2D0; }
    .inter-memb-tease__calciatore--1--state-1 g[data-name='00'] path.calciatore1_scarpa, .inter-memb-tease__calciatore--1--state-1 g[data-name='02'] path.calciatore1_scarpa {
      stroke: #61E2D0; }
  .inter-memb-tease__calciatore--1--state-1 g[data-name='01'] path {
    stroke: #050923;
    stroke-width: 3px; }
  .inter-memb-tease__calciatore--1--state-1 .toggle--love {
    display: none !important; }
  .inter-memb-tease__calciatore--1--state-1 .toggle--live {
    display: block !important; }
  .inter-memb-tease__calciatore--2 {
    margin-bottom: 30px; }
    .inter-memb-tease__calciatore--2--state-0 g[data-name='00'] {
      -webkit-filter: url(#dropshadow);
              filter: url(#dropshadow); }
      .vendor-iOs .inter-memb-tease__calciatore--2--state-0 g[data-name='00'] {
        -webkit-filter: none !important;
                filter: none !important; }
      .vendor-safari .inter-memb-tease__calciatore--2--state-0 g[data-name='00'] {
        -webkit-filter: none !important;
                filter: none !important; }
    .inter-memb-tease__calciatore--2--state-0 g[data-name='01'] path, .inter-memb-tease__calciatore--2--state-0 g[data-name='02'] path {
      stroke: #050923;
      stroke-width: 3px; }
    .vendor-iOs .inter-memb-tease__calciatore--2--state-0 path {
      stroke: #18ADFC; }
    .inter-memb-tease__calciatore--2--state-0 + h2.font-neon.font-neon--on.with-anim {
      -webkit-animation: flicker-azure 0.08s infinite alternate ease-in-out;
              animation: flicker-azure 0.08s infinite alternate ease-in-out; }
    .inter-memb-tease__calciatore--2--state-1 g[data-name='01'] {
      -webkit-filter: url(#dropshadow-cyan);
              filter: url(#dropshadow-cyan); }
      .vendor-iOs .inter-memb-tease__calciatore--2--state-1 g[data-name='01'] {
        -webkit-filter: none !important;
                filter: none !important; }
      .vendor-safari .inter-memb-tease__calciatore--2--state-1 g[data-name='01'] {
        -webkit-filter: none !important;
                filter: none !important; }
    .inter-memb-tease__calciatore--2--state-1 g[data-name='00'] path, .inter-memb-tease__calciatore--2--state-1 g[data-name='02'] path {
      stroke: #050923;
      stroke-width: 3px; }
    .vendor-iOs .inter-memb-tease__calciatore--2--state-1 path {
      stroke: #61E2D0; }
    .inter-memb-tease__calciatore--2--state-1 + h2.font-neon.font-neon--on.with-anim {
      -webkit-animation: flicker-cyan 0.08s infinite alternate ease-in-out;
              animation: flicker-cyan 0.08s infinite alternate ease-in-out; }
    .inter-memb-tease__calciatore--2--state-2 g[data-name='02'] {
      -webkit-filter: url(#dropshadow);
              filter: url(#dropshadow); }
      .vendor-iOs .inter-memb-tease__calciatore--2--state-2 g[data-name='02'] {
        -webkit-filter: none !important;
                filter: none !important; }
      .vendor-safari .inter-memb-tease__calciatore--2--state-2 g[data-name='02'] {
        -webkit-filter: none !important;
                filter: none !important; }
    .inter-memb-tease__calciatore--2--state-2 g[data-name='00'] path, .inter-memb-tease__calciatore--2--state-2 g[data-name='01'] path {
      stroke: #050923;
      stroke-width: 3px; }
    .vendor-iOs .inter-memb-tease__calciatore--2--state-2 path {
      stroke: #18ADFC; }
    .inter-memb-tease__calciatore--2--state-2 + h2.font-neon.font-neon--on.with-anim {
      -webkit-animation: flicker-azure 0.08s infinite alternate ease-in-out;
              animation: flicker-azure 0.08s infinite alternate ease-in-out; }

.inter-memb-tease__campo {
  width: 100%;
  height: 65%; }
  .inter-memb-tease__campo svg.campo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .inter-memb-tease__campo .text_toogle__container {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-content: center; }
    .inter-memb-tease__campo .text_toogle__container h2.toggle {
      text-align: center;
      width: 100%; }
  .inter-memb-tease__campo--state-0 svg.campo {
    -webkit-filter: url(#dropshadow);
            filter: url(#dropshadow); }
    .vendor-iOs .inter-memb-tease__campo--state-0 svg.campo {
      -webkit-filter: none !important;
              filter: none !important; }
    .vendor-safari .inter-memb-tease__campo--state-0 svg.campo {
      -webkit-filter: none !important;
              filter: none !important; }
  .inter-memb-tease__campo--state-0 h2.font-neon--on.with-anim {
    -webkit-animation: flicker-azure 0.08s infinite alternate ease-in-out;
            animation: flicker-azure 0.08s infinite alternate ease-in-out; }
  .inter-memb-tease__campo--state-0 .toggle--love {
    display: block !important; }
  .inter-memb-tease__campo--state-0 .toggle--live {
    display: none !important; }
  .inter-memb-tease__campo--state-1 svg.campo {
    -webkit-filter: url(#dropshadow-cyan);
            filter: url(#dropshadow-cyan); }
    .vendor-iOs .inter-memb-tease__campo--state-1 svg.campo {
      -webkit-filter: none !important;
              filter: none !important; }
    .vendor-safari .inter-memb-tease__campo--state-1 svg.campo {
      -webkit-filter: none !important;
              filter: none !important; }
  .inter-memb-tease__campo--state-1 h2.font-neon--on.with-anim {
    -webkit-animation: flicker-cyan 0.08s infinite alternate ease-in-out;
            animation: flicker-cyan 0.08s infinite alternate ease-in-out; }
  .inter-memb-tease__campo--state-1 .toggle--love {
    display: none !important; }
  .inter-memb-tease__campo--state-1 .toggle--live {
    display: block !important; }

.inter-memb-tease__mail-disclaimer {
  color: #18ADFC;
  max-width: 1440px; }
  .inter-memb-tease__mail-disclaimer select {
    margin-left: 10px; }

.inter-memb-tease__section--01 .font-neon {
  font-size: 4em; }

.inter-memb-tease__section--02 .font-neon-switcher {
  position: relative;
  width: 100%; }
  .inter-memb-tease__section--02 .font-neon-switcher > h2 {
    font-size: 4em; }

.inter-memb-tease__section--02 .font-neon.toggle--love.font-neon--on span {
  color: #18ADFC; }

.inter-memb-tease__section--02 h2.font-neon.toggle--live.font-neon--on {
  text-shadow: 0px -2px 8px #61E2D0, 5px 10px 3px rgba(0, 0, 0, 0.7); }
  .inter-memb-tease__section--02 h2.font-neon.toggle--live.font-neon--on span {
    color: #61E2D0; }

.inter-memb-tease__section--02 h2.toggle {
  width: 100%; }
  .inter-memb-tease__section--02 h2.toggle span.after {
    position: relative;
    z-index: 0; }

.inter-memb-tease__section--03 {
  overflow: hidden; }
  .inter-memb-tease__section--03 h2.font-neon {
    font-size: 4em; }

.inter-memb-tease__section--04 h2.font-neon {
  font-size: 4em; }

.inter-memb-tease__section--04 .form-group {
  margin: 60px auto 40px;
  height: 75px;
  border: 4px solid #fff;
  border-radius: 37.5px;
  max-width: 800px;
  -webkit-filter: url(#dropshadow);
          filter: url(#dropshadow); }
  .vendor-iOs .inter-memb-tease__section--04 .form-group {
    -webkit-filter: none !important;
            filter: none !important; }
  .vendor-safari .inter-memb-tease__section--04 .form-group {
    -webkit-filter: none !important;
            filter: none !important; }
  .inter-memb-tease__section--04 .form-group .form-control {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: none !important; }
    .inter-memb-tease__section--04 .form-group .form-control::-webkit-input-placeholder {
      color: #fff; }
    .inter-memb-tease__section--04 .form-group .form-control::-moz-placeholder {
      color: #fff; }
    .inter-memb-tease__section--04 .form-group .form-control:-ms-input-placeholder {
      color: #fff; }
    .inter-memb-tease__section--04 .form-group .form-control::-ms-input-placeholder {
      color: #fff; }
    .inter-memb-tease__section--04 .form-group .form-control::placeholder {
      color: #fff; }

.inter-memb-tease__section--04 .privacy_policy_checkbox {
  position: relative;
  margin-top: 20px; }
  .inter-memb-tease__section--04 .privacy_policy_checkbox .checkbox_label {
    position: relative;
    margin-left: 30px; }
    .inter-memb-tease__section--04 .privacy_policy_checkbox .checkbox_label:before {
      content: "";
      opacity: 0;
      position: absolute;
      background: #fff;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      left: -30px;
      top: 2px;
      box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff; }
    .inter-memb-tease__section--04 .privacy_policy_checkbox .checkbox_label:after {
      content: "";
      position: absolute;
      background: transparent;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      left: -30px;
      top: 2px;
      box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff; }
  .inter-memb-tease__section--04 .privacy_policy_checkbox .checkbox_element:checked + .checkbox_label:before {
    opacity: 1; }
  .inter-memb-tease__section--04 .privacy_policy_checkbox .checkbox_element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2; }

.inter-memb-tease__section--05 h2.font-neon {
  font-size: 4em; }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@media (min-width: 768px) and (max-width: 991.98px) {
      .inter-countdown svg {
        width: 20vw; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
      .inter-countdown span {
        font-size: 4rem; }
      .inter-countdown p {
        font-size: 2rem;
        letter-spacing: 5px; }
    #fp-nav.fp-right {
      right: 20px; }
    .inter-memb-tease__social {
      bottom: 20px;
      right: 20px; }
    .inter-memb-tease__scroll-down {
      bottom: 10px; }
      .inter-memb-tease__scroll-down .bar-wrapper {
        height: 25px; }
    .inter-memb-tease__mail-disclaimer {
      font-size: 0.8rem;
      letter-spacing: 1px; } }

@media (min-width: 899px) and (max-width: 1025px) {
      .inter-countdown svg {
        width: 15vw; }
    .inter-memb-tease__campo {
      height: 35% !important; }
      .inter-memb-tease__campo svg.campo.d-none.d-lg-block {
        display: block !important;
        width: 130%; }
      .inter-memb-tease__campo svg.campo.d-block.d-lg-none {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
      .inter-countdown svg {
        width: 11vw; } }

@media (min-width: 992px) {
  body.vendor-chrome, body.vendor-firefox, body.vendor-safari {
    cursor: none; }
  .vendor-chrome button, .vendor-firefox button, .vendor-safari button {
    cursor: none; }
  .vendor-chrome label, .vendor-firefox label, .vendor-safari label {
    cursor: none !important; }
  .vendor-chrome a, .vendor-firefox a, .vendor-safari a {
    cursor: none !important; }
  .vendor-chrome input, .vendor-firefox input, .vendor-safari input {
    cursor: none; }
    .inter-cursor {
      display: block; } }

@media (max-width: 767.98px) {
    h1, h2 {
      font-size: 12vw;
      letter-spacing: 5px;
      line-height: 1.5; }
      h1 span, h2 span {
        letter-spacing: 5px; }
      .inter-memb-tease__section--03 h1, .inter-memb-tease__section--03 h2 {
        font-size: 9vw; }
      .inter-memb-tease__section--04 h1, .inter-memb-tease__section--04 h2 {
        font-size: 9vw; }
      .inter-memb-tease__section--05 h1, .inter-memb-tease__section--05 h2 {
        font-size: 9vw; }
  .inter-memb-tease__countdown {
    min-height: 135px; }
    .inter-countdown {
      margin-top: 0; }
      .inter-countdown svg {
        width: 25vw; }
      .inter-countdown span {
        font-size: 8vw; }
      .inter-countdown p {
        font-size: 4vw;
        letter-spacing: 3px;
        margin-top: 2vw; }
      .inter-memb-tease__section--04 .cB-container {
        margin-top: 2vw;
        margin-bottom: 7vw; }
    .cB-outer-div {
      width: 20vw; }
    .cB-inner-div {
      width: 7vw;
      height: 7vw; }
    input[type="checkbox"].cB:checked + .cB-outer-div .cB-inner-div {
      -webkit-transform: translate(calc(25vw - 8vw), -50%);
              transform: translate(calc(25vw - 8vw), -50%); }
    #fp-nav.fp-right {
      right: 10px; }
      #fp-nav.fp-right ul li {
        width: 7px;
        height: 7px;
        margin: 20px 7px; }
        #fp-nav.fp-right ul li a span {
          width: 10px !important;
          height: 10px !important;
          margin: -5px 0 0 -5px !important; }
          #fp-nav.fp-right ul li a span::after {
            width: 17px;
            height: 17px; }
        #fp-nav.fp-right ul li a.active span {
          width: 10px !important;
          height: 10px !important;
          margin: -5px 0 0 -5px !important; }
    .calciatore_1 path, .calciatore_2 path {
      stroke-width: 4px; }
    main {
      background-image: url("../../assets/img/fci_mem_tease_bg_m_2.jpg"); }
      .vendor-iOs main {
        background-attachment: scroll;
        background-size: 100% auto;
        background-position: top center; }
    .inter-memb-tease__wires {
      background-image: none;
      background-repeat: no-repeat;
      height: 100%;
      height: calc(var(--vh, 1vh) * 100);
      background-size: cover; }
    .inter-memb-tease__header {
      padding: 0 15px; }
    .inter-memb-tease__header__logo {
      width: 12vw; }
    .inter-memb-tease__logo--neon {
      width: 35vw;
      margin-top: -20vw; }
    .inter-memb-tease__footer {
      padding: 0 15px;
      bottom: 10px; }
    .inter-memb-tease__social {
      bottom: 15px;
      left: 0;
      right: 0;
      margin: auto; }
      .inter-memb-tease__social img {
        margin: auto 20px;
        height: 6vw; }
    .inter-memb-tease__scroll-down {
      bottom: 15px; }
      .inter-memb-tease__scroll-down .bar-wrapper {
        width: 2px; }
      .inter-memb-tease__calciatore--1--state-0 g[data-name='02'] path {
        stroke-width: 3px; }
      .inter-memb-tease__calciatore--1--state-1 g[data-name='01'] path {
        stroke-width: 3px; }
      .inter-memb-tease__calciatore--2 {
        margin-bottom: 0; }
        .inter-memb-tease__calciatore--2--state-0 g[data-name='01'] path, .inter-memb-tease__calciatore--2--state-0 g[data-name='02'] path {
          stroke-width: 3px; }
        .inter-memb-tease__calciatore--2--state-1 g[data-name='00'] path, .inter-memb-tease__calciatore--2--state-1 g[data-name='02'] path {
          stroke-width: 3px; }
        .inter-memb-tease__calciatore--2--state-2 g[data-name='00'] path, .inter-memb-tease__calciatore--2--state-2 g[data-name='01'] path {
          stroke-width: 3px; }
      .inter-memb-tease__campo svg.campo {
        height: 105%;
        width: auto; }
    .inter-memb-tease__mail-disclaimer {
      font-size: 3vw;
      letter-spacing: 0px;
      line-height: 1.3;
      margin-right: -20px;
      margin-left: -20px;
      margin-bottom: 0; }
    .inter-memb-tease__section--01 .font-neon {
      font-size: 3em; }
  .inter-memb-tease__section--01 .inter-memb-tease__logo--neon {
    width: 25vw; }
      .inter-memb-tease__section--02 .font-neon-switcher > h2 {
        font-size: 3em; }
  .inter-memb-tease__section--02 .font-neon {
    font-size: 3em; }
      .inter-memb-tease__section--03 h2.font-neon {
        font-size: 3em; }
    .inter-memb-tease__section--03 {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .inter-memb-tease__section--04 h2.font-neon {
      font-size: 3em; }
    .inter-memb-tease__section--04 .form-group {
      border: 2px solid #fff;
      margin: 10vw 0;
      height: 15vw; }
      .inter-memb-tease__section--04 .form-group .form-control {
        font-size: 4vw;
        letter-spacing: 1px; }
  .inter-memb-tease__section--04 .actions-wrapper {
    flex-direction: column-reverse; }
    .inter-memb-tease__section--05 h2.font-neon {
      font-size: 3em; }
  .inter-memb-tease__section--05 .keep-secret {
    margin-bottom: 15px; } }

/*@media screen and (max-width: 767.98px) and (orientation: landscape) {
  .inter-memb-tease__rotate-the-device {
    display: block !important;
    opacity: 1;
    visibility: visible; } }*/

@media (max-width: 991.98px) {
      .inter-memb-tease__top-level-cont--instructions-overlay {
        pointer-events: all; }
      .inter-memb-tease__top-level-cont--instructions-overlay span {
        color: #fff; }
    .inter-memb-tease__campo {
      height: 70%;
      justify-content: center !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .inter-memb-tease__sound-toogle {
      display: none !important; }
    .inter-memb-tease__mail {
      display: none !important; }
  .inter-memb-tease__old-browser {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  .inter-memb-tease__spotlight-bg, .inter-memb-tease__rotate-the-device, .inter-memb-tease__top-level-cont--instructions-overlay, .inter-memb-tease__wires, .inter-memb-tease__sound-toogle {
    display: none !important; }
  .inter-memb-tease__logo {
    z-index: 999999; }
  p {
    max-width: 100%; }
  .row {
    min-width: 100%; } }

@media (max-width: 1199.98px) {
    .inter-memb-tease__campo {
      height: 45%; } }

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