@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,600i,700");
/*
$color_orange_light: #f78f4c;
$color_orange: #FF6A00;

$color_grey: #444;
$color_grey_dark_light: #333;
$color_grey_dark: #292f36;
$color_grey_to_white: #f8f7f3;

$color_grey_medium_light: #ccd1d9;
$color_grey_medium: #aab2bd;

$color_grey_light_light: #f4f4f4;
$color_grey_light: #e6e9ed;

$color_red_light: #d55c5b;
$color_red: #ce4242;

$color_blue_light: #287bbd;
$color_blue: #0069b3;

$color_robin_light: #24a5c6;
$color_robin: #009bbe;

$color_dark_grey: #333;

$color_grey_seven: #777a7e;

$color_blue: #2971a5;

$color_error: $color_red;
$border_color: $color_grey_medium_light;
$color_border: $color_grey_medium_light;
$color_border_focus: $color_orange;
$color_bt_disabled: $color_grey_medium_light; */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
html.with_topup {
  position: fixed !important;
  overflow: hidden !important; }
  html.with_topup body {
    position: fixed !important;
    overflow: hidden !important;
    width: 100% !important; }

.filter-showcase {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

/*$weight-light: 'Trade Gothic Light';
$weight-normal: 'Trade Gothic';
$weight-bold: 'Trade Gothic Bold';
$weight-cond: 'Trade Gothic Condensed';
$weight-bold-cond: 'Trade Gothic Bold Condensed'; */
/*$color-lighterGrey: #f4f4f4; // new color
$color-lightGrey: #e6e9ed;
$color-mediumGrey: #d3d3d2;
$color-mediumLightGrey: #ccd1d9;
$color-darkGrey: #4a4a4a; // Placeholder
$color-darkerGrey: #292f36; // Standard Text
$color-darkestGrey: #212121; // Home and Life

$color-lightBlue: #009bbe; // Mobile
$color-mediumBlue: #0069b3; // Infostrada

$color-orange: #f48135; // Wind

$color-white: #ffffff;
$color-black: #000000;

$color-lightGray: $color-lightGrey;
$color-gray-mediumBg: $color-mediumGrey;
$medium-gray: $color-mediumGrey;
$color_grey_medium: $color-darkGrey;
$color-standardText: $color-darkerGrey;
$color-HomeLifeBackground: $color-darkestGrey;
$color-HomeLife-Background: $color-darkestGrey;

$color-blue: $color-mediumBlue;*/
/* ___________________ MIXIN __________________
 -------->        BREAKPOINT MIXIN */
/* USAGE */
h1 {
  font-size: 3.125em;
  font-family: "Montserrat"; }

.row-center {
  text-align: center; }

.col-center {
  display: inline-block;
  float: none !important; }

img {
  display: inline;
  margin: 0 auto;
  height: auto; }

.base__input {
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #AAB2BD; }
  .base__input::-webkit-input-placeholder {
    color: #AAB2BD; }
  .base__input:-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }
  .base__input::-moz-placeholder {
    color: #AAB2BD;
    opacity: 1; }

.full_height {
  height: 100% !important; }

.rotated {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.slick-slider .slider__navigation {
  position: absolute;
  cursor: pointer;
  z-index: 50; }

.slick-slider .left__arrow {
  top: calc(50% - 41px);
  left: 10px; }
  .slick-slider .left__arrow:hover {
    opacity: 0.5; }

.slick-slider .right__arrow {
  bottom: 50%;
  right: 10px; }
  .slick-slider .right__arrow:hover {
    opacity: 0.5; }

.slider__dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0; }
  .slider__dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }
  .slider__dots .slider__single {
    width: 30px;
    height: 5px;
    background: #ccd1d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .slider__dots .slick-active .slider__single {
    background: #FF6A00; }

.container_testo_generico {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px; }
  .container_testo_generico p {
    font-size: 1.143rem; }

.ce-textpic {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0px;
  padding: 0 32px; }
  .ce-textpic p {
    font-size: 1.143rem; }

.block_hidden {
  width: 0px !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important; }

body {
  font-family: "Montserrat";
  color: #292f36; }
  body a {
    color: #6207AB; }

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

.visibleShow {
  visibility: visible !important; }

.visibleHidden {
  visibility: hidden !important; }

.home_page {
  line-height: normal;
  width: 100%;
  margin: 0 auto; }

h2 {
  font-family: "Montserrat";
  font-size: 2.500em; }

h3 {
  font-family: "Montserrat";
  font-size: 1.875em; }

h4 {
  font-family: "Montserrat";
  font-size: 1.250em; }

b {
  font-family: "Montserrat"; }

hr {
  max-width: 1366px;
  margin: 20px auto 20px;
  border-top: 1px solid #eee; }

.clear-fix:after,
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clear-fix {
  zoom: 1; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.align_left {
  text-align: left; }

.align_center {
  text-align: center; }

.margin_bottom_30 {
  margin-bottom: 30px; }

.margin_top_30 {
  margin-top: 30px; }

.text_uppercase {
  text-transform: uppercase; }

.info_link {
  color: #FF6A00;
  /* font-size: 0.750em; Prevent too small sized text*/
  text-decoration: none;
  cursor: pointer; }
  .info_link:hover {
    opacity: 0.5; }

a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
  font-family: "Montserrat";
  font-weight: 700;
  background-color: #FF6A00;
  color: #FFF;
  /* padding-top: 21px;
    padding-bottom: 15px; */
  padding: 1rem 0;
  margin: 0px 30px;
  display: block;
  font-size: 1.125em;
  text-align: center;
  height: auto;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #FF6A00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  a.button--noMargin {
    margin-left: 0px;
    margin-right: 0px; }
  a.button:hover, a.button--slim:hover, a.button--ghost:hover, a.button--ghost--transparent:hover, a.button--search:hover {
    background-color: #FF3A00;
    color: #FFF; }
  @media (max-width: 767px) {
    a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
      margin: 0px 15px 15px 15px; } }

a.button--slim {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em; }
  a.button--slim:focus {
    color: #FFF; }

a.button--ghost {
  color: #FF6A00;
  background-color: #FFF; }
  a.button--ghost:hover {
    color: #FF6A00;
    opacity: 0.5;
    background-color: #FFF; }

a.button--ghost--transparent {
  color: #FF6A00;
  background-color: transparent; }
  a.button--ghost--transparent:hover {
    color: #FF6A00;
    opacity: 0.5;
    background-color: transparent; }

a.button--search {
  background-image: url(../img/icons-interface/search_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px; }

.info_for_IT {
  margin: 30px 0;
  padding: 20px;
  color: white;
  font-size: 24px;
  background-color: red; }

.buttons a {
  color: #FFF; }

/* ====================COLORI BACKGROUND=====================  */
.colored_bg--white {
  background-color: #FFF !important; }

.colored_bg--grey_light_light {
  background-color: #F4F4F4 !important; }

.colored_bg--grey_light {
  background-color: #E6E9ED !important; }

.colored_bg--grey_medium_light {
  background-color: #CCD1D9 !important; }

.colored_bg--grey_medium {
  background-color: #AAB2BD !important; }

.colored_bg--grey_dark, .colored_bg--placeholder {
  background-color: #292F36 !important; }

.colored_bg--grey_dark_light {
  background-color: #656D78 !important; }

.colored_bg--grey_dark, .colored_bg--business {
  background-color: #292F36 !important; }

.colored_bg--black, .colored_bg--home_life {
  background-color: #212121 !important; }

.colored_bg--blue_light {
  background-color: #3253A3 !important; }

.colored_bg--infostrada, .colored_bg--blue {
  background-color: #183989 !important; }

.colored_bg--blue_light {
  background-color: #3253A3 !important; }

.colored_bg--wind, .colored_bg--orange {
  background-color: #FF6A00 !important; }

.colored_bg--orange_light {
  background-color: #FDB06B !important; }

.colored_bg--error, .colored_bg--red {
  background-color: #CE4242 !important; }

.colored_bg--red_light {
  background-color: #D76767 !important; }

.colored_bg--mobile, .colored_bg--robin {
  background-color: #009BBE !important; }

.colored_bg--robin_light {
  background-color: #24A5C6 !important; }

/* ====================COLORI TESTI=====================  */
.colored_text--white {
  color: #FFF !important; }

.colored_text--grey_light_light {
  color: #F4F4F4 !important; }

.colored_text--grey_light {
  color: #E6E9ED !important; }

.colored_text--grey_medium_light {
  color: #CCD1D9 !important; }

.colored_text--grey_medium {
  color: #AAB2BD !important; }

.colored_text--grey_dark, .colored_text--placeholder {
  color: #292F36 !important; }

.colored_text--grey_dark_light {
  color: #656D78 !important; }

.colored_text--grey_dark {
  color: #292F36 !important; }

.colored_text--black, .colored_text--home_life {
  color: #212121 !important; }

.colored_text--blue_light {
  color: #3253A3 !important; }

.colored_text--infostrada, .colored_text--blue {
  color: #183989 !important; }

.colored_text--blue_light {
  color: #3253A3 !important; }

.colored_text--wind, .colored_text--business, .colored_text--orange {
  color: #FF6A00 !important; }

.colored_text--orange_light {
  color: #FDB06B !important; }

.colored_text--error, .colored_text--red {
  color: #CE4242 !important; }

.colored_text--red_light {
  color: #D76767 !important; }

.colored_text--mobile, .colored_text--robin {
  color: #2D389C !important; }

.colored_text--robin_light {
  color: #24A5C6 !important; }

/* ====================DIMENSIONE TESTI=====================  */
.text_size {
  line-height: 1.2em; }
  .text_size--big {
    font-size: 45px; }
    @media (max-width: 767px) {
      .text_size--big {
        font-size: 40px; } }
  .text_size--medium {
    font-size: 25px !important; }
  .text_size--normal {
    font-size: 16px !important; }
    @media (max-width: 767px) {
      .text_size--normal {
        font-size: 14px !important; } }
  .text_size--small {
    font-size: 12px; }

/* ==================== With Currency =====================  */
.with_currency:after {
  content: "\20AC";
  font-size: 0.8em;
  color: inherit;
  padding-left: 3px; }

.text_currency:after {
  content: "cent/min";
  font-size: 0.6em;
  color: inherit;
  padding-left: 3px;
  letter-spacing: normal; }

/* ==================== iframe configurazione =====================  */
.configurazione_terminali {
  height: 100vh; }
  .configurazione_terminali iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
    max-width: 1024px;
    margin: 0 auto; }

/* ==================== NO SCRIPT ======================*/
.no_javascript {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px;
  background: #CE4242;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  z-index: 9999; }

/* ==================== area clienti =====================  */
.area_clienti_wind #content * {
  box-sizing: content-box; }

/* ==================== componente trova negozio singolo =====================  */
#formtrovanegozio .customer_block {
  background: none; }
  #formtrovanegozio .customer_block .base__input {
    width: 100%; }

::selection {
  background: #FDB06B;
  /* WebKit/Blink Browsers */
  color: #292F36; }

::-moz-selection {
  background: #FDB06B;
  /* Gecko Browsers */
  color: #292F36; }

.geolog {
  visibility: hidden; }

@keyframes pointerarrow {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  to {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.center {
  position: relative;
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.bg--transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bg--transparent {
  background-color: transparent !important; }

.bg--white {
  background-color: white; }

.bg--blue {
  background-color: #183989; }
  .bg--blue.hover:hover {
    background-color: #10275e; }

.bg--orange {
  background-color: #FF6A00; }
  .bg--orange.hover:hover {
    background-color: #cc5500; }

.bg--light-grey {
  background-color: #F4F4F4; }
  .bg--light-grey.hover:hover {
    background-color: #dbdbdb; }

.bg-hover--orange:hover {
  background-color: #FF6A00; }

.bg-hover--white:hover {
  background-color: white; }

.bg-hover--blue:hover {
  background-color: #183989; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mxy-0 {
  margin: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pxy-0 {
  padding: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mxy-5 {
  margin: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pxy-5 {
  padding: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mxy-10 {
  margin: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pxy-10 {
  padding: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mxy-15 {
  margin: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pxy-15 {
  padding: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mxy-20 {
  margin: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pxy-20 {
  padding: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.mxy-25 {
  margin: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.pxy-25 {
  padding: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.mxy-30 {
  margin: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pxy-30 {
  padding: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.mxy-35 {
  margin: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.pxy-35 {
  padding: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.mxy-40 {
  margin: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pxy-40 {
  padding: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.mxy-45 {
  margin: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.pxy-45 {
  padding: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.mxy-50 {
  margin: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pxy-50 {
  padding: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.mxy-55 {
  margin: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.pxy-55 {
  padding: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.mxy-60 {
  margin: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.pxy-60 {
  padding: 60px !important; }

@media (min-width: 1200px) {
  .m-lg-t-0 {
    margin-top: 0px !important; }
  .m-lg-b-0 {
    margin-bottom: 0px !important; }
  .m-lg-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .m-lg-l-0 {
    margin-left: 0px !important; }
  .m-lg-r-0 {
    margin-right: 0px !important; }
  .m-lg-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .m-lg-xy-0 {
    margin: 0px !important; }
  .p-lg-t-0 {
    padding-top: 0px !important; }
  .p-lg-b-0 {
    padding-bottom: 0px !important; }
  .p-lg-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .p-lg-l-0 {
    padding-left: 0px !important; }
  .p-lg-r-0 {
    padding-right: 0px !important; }
  .p-lg-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .p-lg-xy-0 {
    padding: 0px !important; }
  .m-lg-t-5 {
    margin-top: 5px !important; }
  .m-lg-b-5 {
    margin-bottom: 5px !important; }
  .m-lg-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-lg-l-5 {
    margin-left: 5px !important; }
  .m-lg-r-5 {
    margin-right: 5px !important; }
  .m-lg-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .m-lg-xy-5 {
    margin: 5px !important; }
  .p-lg-t-5 {
    padding-top: 5px !important; }
  .p-lg-b-5 {
    padding-bottom: 5px !important; }
  .p-lg-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-lg-l-5 {
    padding-left: 5px !important; }
  .p-lg-r-5 {
    padding-right: 5px !important; }
  .p-lg-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .p-lg-xy-5 {
    padding: 5px !important; }
  .m-lg-t-10 {
    margin-top: 10px !important; }
  .m-lg-b-10 {
    margin-bottom: 10px !important; }
  .m-lg-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-lg-l-10 {
    margin-left: 10px !important; }
  .m-lg-r-10 {
    margin-right: 10px !important; }
  .m-lg-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .m-lg-xy-10 {
    margin: 10px !important; }
  .p-lg-t-10 {
    padding-top: 10px !important; }
  .p-lg-b-10 {
    padding-bottom: 10px !important; }
  .p-lg-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-lg-l-10 {
    padding-left: 10px !important; }
  .p-lg-r-10 {
    padding-right: 10px !important; }
  .p-lg-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .p-lg-xy-10 {
    padding: 10px !important; }
  .m-lg-t-15 {
    margin-top: 15px !important; }
  .m-lg-b-15 {
    margin-bottom: 15px !important; }
  .m-lg-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .m-lg-l-15 {
    margin-left: 15px !important; }
  .m-lg-r-15 {
    margin-right: 15px !important; }
  .m-lg-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .m-lg-xy-15 {
    margin: 15px !important; }
  .p-lg-t-15 {
    padding-top: 15px !important; }
  .p-lg-b-15 {
    padding-bottom: 15px !important; }
  .p-lg-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .p-lg-l-15 {
    padding-left: 15px !important; }
  .p-lg-r-15 {
    padding-right: 15px !important; }
  .p-lg-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .p-lg-xy-15 {
    padding: 15px !important; }
  .m-lg-t-20 {
    margin-top: 20px !important; }
  .m-lg-b-20 {
    margin-bottom: 20px !important; }
  .m-lg-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-lg-l-20 {
    margin-left: 20px !important; }
  .m-lg-r-20 {
    margin-right: 20px !important; }
  .m-lg-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .m-lg-xy-20 {
    margin: 20px !important; }
  .p-lg-t-20 {
    padding-top: 20px !important; }
  .p-lg-b-20 {
    padding-bottom: 20px !important; }
  .p-lg-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-lg-l-20 {
    padding-left: 20px !important; }
  .p-lg-r-20 {
    padding-right: 20px !important; }
  .p-lg-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .p-lg-xy-20 {
    padding: 20px !important; }
  .m-lg-t-25 {
    margin-top: 25px !important; }
  .m-lg-b-25 {
    margin-bottom: 25px !important; }
  .m-lg-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .m-lg-l-25 {
    margin-left: 25px !important; }
  .m-lg-r-25 {
    margin-right: 25px !important; }
  .m-lg-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .m-lg-xy-25 {
    margin: 25px !important; }
  .p-lg-t-25 {
    padding-top: 25px !important; }
  .p-lg-b-25 {
    padding-bottom: 25px !important; }
  .p-lg-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .p-lg-l-25 {
    padding-left: 25px !important; }
  .p-lg-r-25 {
    padding-right: 25px !important; }
  .p-lg-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .p-lg-xy-25 {
    padding: 25px !important; }
  .m-lg-t-30 {
    margin-top: 30px !important; }
  .m-lg-b-30 {
    margin-bottom: 30px !important; }
  .m-lg-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-lg-l-30 {
    margin-left: 30px !important; }
  .m-lg-r-30 {
    margin-right: 30px !important; }
  .m-lg-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .m-lg-xy-30 {
    margin: 30px !important; }
  .p-lg-t-30 {
    padding-top: 30px !important; }
  .p-lg-b-30 {
    padding-bottom: 30px !important; }
  .p-lg-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-lg-l-30 {
    padding-left: 30px !important; }
  .p-lg-r-30 {
    padding-right: 30px !important; }
  .p-lg-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .p-lg-xy-30 {
    padding: 30px !important; }
  .m-lg-t-35 {
    margin-top: 35px !important; }
  .m-lg-b-35 {
    margin-bottom: 35px !important; }
  .m-lg-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .m-lg-l-35 {
    margin-left: 35px !important; }
  .m-lg-r-35 {
    margin-right: 35px !important; }
  .m-lg-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .m-lg-xy-35 {
    margin: 35px !important; }
  .p-lg-t-35 {
    padding-top: 35px !important; }
  .p-lg-b-35 {
    padding-bottom: 35px !important; }
  .p-lg-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .p-lg-l-35 {
    padding-left: 35px !important; }
  .p-lg-r-35 {
    padding-right: 35px !important; }
  .p-lg-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .p-lg-xy-35 {
    padding: 35px !important; }
  .m-lg-t-40 {
    margin-top: 40px !important; }
  .m-lg-b-40 {
    margin-bottom: 40px !important; }
  .m-lg-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-lg-l-40 {
    margin-left: 40px !important; }
  .m-lg-r-40 {
    margin-right: 40px !important; }
  .m-lg-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .m-lg-xy-40 {
    margin: 40px !important; }
  .p-lg-t-40 {
    padding-top: 40px !important; }
  .p-lg-b-40 {
    padding-bottom: 40px !important; }
  .p-lg-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-lg-l-40 {
    padding-left: 40px !important; }
  .p-lg-r-40 {
    padding-right: 40px !important; }
  .p-lg-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .p-lg-xy-40 {
    padding: 40px !important; }
  .m-lg-t-45 {
    margin-top: 45px !important; }
  .m-lg-b-45 {
    margin-bottom: 45px !important; }
  .m-lg-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .m-lg-l-45 {
    margin-left: 45px !important; }
  .m-lg-r-45 {
    margin-right: 45px !important; }
  .m-lg-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .m-lg-xy-45 {
    margin: 45px !important; }
  .p-lg-t-45 {
    padding-top: 45px !important; }
  .p-lg-b-45 {
    padding-bottom: 45px !important; }
  .p-lg-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .p-lg-l-45 {
    padding-left: 45px !important; }
  .p-lg-r-45 {
    padding-right: 45px !important; }
  .p-lg-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .p-lg-xy-45 {
    padding: 45px !important; } }

@media (min-width: 900px) {
  .m-md-t-0 {
    margin-top: 0px !important; }
  .m-md-b-0 {
    margin-bottom: 0px !important; }
  .m-md-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .m-md-l-0 {
    margin-left: 0px !important; }
  .m-md-r-0 {
    margin-right: 0px !important; }
  .m-md-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .m-md-xy-0 {
    margin: 0px !important; }
  .p-md-t-0 {
    padding-top: 0px !important; }
  .p-md-b-0 {
    padding-bottom: 0px !important; }
  .p-md-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .p-md-l-0 {
    padding-left: 0px !important; }
  .p-md-r-0 {
    padding-right: 0px !important; }
  .p-md-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .p-md-xy-0 {
    padding: 0px !important; }
  .m-md-t-5 {
    margin-top: 5px !important; }
  .m-md-b-5 {
    margin-bottom: 5px !important; }
  .m-md-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-md-l-5 {
    margin-left: 5px !important; }
  .m-md-r-5 {
    margin-right: 5px !important; }
  .m-md-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .m-md-xy-5 {
    margin: 5px !important; }
  .p-md-t-5 {
    padding-top: 5px !important; }
  .p-md-b-5 {
    padding-bottom: 5px !important; }
  .p-md-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-md-l-5 {
    padding-left: 5px !important; }
  .p-md-r-5 {
    padding-right: 5px !important; }
  .p-md-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .p-md-xy-5 {
    padding: 5px !important; }
  .m-md-t-10 {
    margin-top: 10px !important; }
  .m-md-b-10 {
    margin-bottom: 10px !important; }
  .m-md-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-md-l-10 {
    margin-left: 10px !important; }
  .m-md-r-10 {
    margin-right: 10px !important; }
  .m-md-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .m-md-xy-10 {
    margin: 10px !important; }
  .p-md-t-10 {
    padding-top: 10px !important; }
  .p-md-b-10 {
    padding-bottom: 10px !important; }
  .p-md-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-md-l-10 {
    padding-left: 10px !important; }
  .p-md-r-10 {
    padding-right: 10px !important; }
  .p-md-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .p-md-xy-10 {
    padding: 10px !important; }
  .m-md-t-15 {
    margin-top: 15px !important; }
  .m-md-b-15 {
    margin-bottom: 15px !important; }
  .m-md-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .m-md-l-15 {
    margin-left: 15px !important; }
  .m-md-r-15 {
    margin-right: 15px !important; }
  .m-md-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .m-md-xy-15 {
    margin: 15px !important; }
  .p-md-t-15 {
    padding-top: 15px !important; }
  .p-md-b-15 {
    padding-bottom: 15px !important; }
  .p-md-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .p-md-l-15 {
    padding-left: 15px !important; }
  .p-md-r-15 {
    padding-right: 15px !important; }
  .p-md-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .p-md-xy-15 {
    padding: 15px !important; }
  .m-md-t-20 {
    margin-top: 20px !important; }
  .m-md-b-20 {
    margin-bottom: 20px !important; }
  .m-md-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-md-l-20 {
    margin-left: 20px !important; }
  .m-md-r-20 {
    margin-right: 20px !important; }
  .m-md-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .m-md-xy-20 {
    margin: 20px !important; }
  .p-md-t-20 {
    padding-top: 20px !important; }
  .p-md-b-20 {
    padding-bottom: 20px !important; }
  .p-md-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-md-l-20 {
    padding-left: 20px !important; }
  .p-md-r-20 {
    padding-right: 20px !important; }
  .p-md-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .p-md-xy-20 {
    padding: 20px !important; }
  .m-md-t-25 {
    margin-top: 25px !important; }
  .m-md-b-25 {
    margin-bottom: 25px !important; }
  .m-md-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .m-md-l-25 {
    margin-left: 25px !important; }
  .m-md-r-25 {
    margin-right: 25px !important; }
  .m-md-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .m-md-xy-25 {
    margin: 25px !important; }
  .p-md-t-25 {
    padding-top: 25px !important; }
  .p-md-b-25 {
    padding-bottom: 25px !important; }
  .p-md-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .p-md-l-25 {
    padding-left: 25px !important; }
  .p-md-r-25 {
    padding-right: 25px !important; }
  .p-md-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .p-md-xy-25 {
    padding: 25px !important; }
  .m-md-t-30 {
    margin-top: 30px !important; }
  .m-md-b-30 {
    margin-bottom: 30px !important; }
  .m-md-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-md-l-30 {
    margin-left: 30px !important; }
  .m-md-r-30 {
    margin-right: 30px !important; }
  .m-md-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .m-md-xy-30 {
    margin: 30px !important; }
  .p-md-t-30 {
    padding-top: 30px !important; }
  .p-md-b-30 {
    padding-bottom: 30px !important; }
  .p-md-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-md-l-30 {
    padding-left: 30px !important; }
  .p-md-r-30 {
    padding-right: 30px !important; }
  .p-md-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .p-md-xy-30 {
    padding: 30px !important; }
  .m-md-t-35 {
    margin-top: 35px !important; }
  .m-md-b-35 {
    margin-bottom: 35px !important; }
  .m-md-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .m-md-l-35 {
    margin-left: 35px !important; }
  .m-md-r-35 {
    margin-right: 35px !important; }
  .m-md-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .m-md-xy-35 {
    margin: 35px !important; }
  .p-md-t-35 {
    padding-top: 35px !important; }
  .p-md-b-35 {
    padding-bottom: 35px !important; }
  .p-md-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .p-md-l-35 {
    padding-left: 35px !important; }
  .p-md-r-35 {
    padding-right: 35px !important; }
  .p-md-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .p-md-xy-35 {
    padding: 35px !important; }
  .m-md-t-40 {
    margin-top: 40px !important; }
  .m-md-b-40 {
    margin-bottom: 40px !important; }
  .m-md-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-md-l-40 {
    margin-left: 40px !important; }
  .m-md-r-40 {
    margin-right: 40px !important; }
  .m-md-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .m-md-xy-40 {
    margin: 40px !important; }
  .p-md-t-40 {
    padding-top: 40px !important; }
  .p-md-b-40 {
    padding-bottom: 40px !important; }
  .p-md-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-md-l-40 {
    padding-left: 40px !important; }
  .p-md-r-40 {
    padding-right: 40px !important; }
  .p-md-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .p-md-xy-40 {
    padding: 40px !important; }
  .m-md-t-45 {
    margin-top: 45px !important; }
  .m-md-b-45 {
    margin-bottom: 45px !important; }
  .m-md-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .m-md-l-45 {
    margin-left: 45px !important; }
  .m-md-r-45 {
    margin-right: 45px !important; }
  .m-md-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .m-md-xy-45 {
    margin: 45px !important; }
  .p-md-t-45 {
    padding-top: 45px !important; }
  .p-md-b-45 {
    padding-bottom: 45px !important; }
  .p-md-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .p-md-l-45 {
    padding-left: 45px !important; }
  .p-md-r-45 {
    padding-right: 45px !important; }
  .p-md-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .p-md-xy-45 {
    padding: 45px !important; } }

@media (min-width: 768px) {
  .m-sm-t-0 {
    margin-top: 0px !important; }
  .m-sm-b-0 {
    margin-bottom: 0px !important; }
  .m-sm-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .m-sm-l-0 {
    margin-left: 0px !important; }
  .m-sm-r-0 {
    margin-right: 0px !important; }
  .m-sm-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .m-sm-xy-0 {
    margin: 0px !important; }
  .p-sm-t-0 {
    padding-top: 0px !important; }
  .p-sm-b-0 {
    padding-bottom: 0px !important; }
  .p-sm-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .p-sm-l-0 {
    padding-left: 0px !important; }
  .p-sm-r-0 {
    padding-right: 0px !important; }
  .p-sm-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .p-sm-xy-0 {
    padding: 0px !important; }
  .m-sm-t-5 {
    margin-top: 5px !important; }
  .m-sm-b-5 {
    margin-bottom: 5px !important; }
  .m-sm-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .m-sm-l-5 {
    margin-left: 5px !important; }
  .m-sm-r-5 {
    margin-right: 5px !important; }
  .m-sm-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .m-sm-xy-5 {
    margin: 5px !important; }
  .p-sm-t-5 {
    padding-top: 5px !important; }
  .p-sm-b-5 {
    padding-bottom: 5px !important; }
  .p-sm-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .p-sm-l-5 {
    padding-left: 5px !important; }
  .p-sm-r-5 {
    padding-right: 5px !important; }
  .p-sm-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .p-sm-xy-5 {
    padding: 5px !important; }
  .m-sm-t-10 {
    margin-top: 10px !important; }
  .m-sm-b-10 {
    margin-bottom: 10px !important; }
  .m-sm-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-sm-l-10 {
    margin-left: 10px !important; }
  .m-sm-r-10 {
    margin-right: 10px !important; }
  .m-sm-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .m-sm-xy-10 {
    margin: 10px !important; }
  .p-sm-t-10 {
    padding-top: 10px !important; }
  .p-sm-b-10 {
    padding-bottom: 10px !important; }
  .p-sm-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-sm-l-10 {
    padding-left: 10px !important; }
  .p-sm-r-10 {
    padding-right: 10px !important; }
  .p-sm-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .p-sm-xy-10 {
    padding: 10px !important; }
  .m-sm-t-15 {
    margin-top: 15px !important; }
  .m-sm-b-15 {
    margin-bottom: 15px !important; }
  .m-sm-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .m-sm-l-15 {
    margin-left: 15px !important; }
  .m-sm-r-15 {
    margin-right: 15px !important; }
  .m-sm-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .m-sm-xy-15 {
    margin: 15px !important; }
  .p-sm-t-15 {
    padding-top: 15px !important; }
  .p-sm-b-15 {
    padding-bottom: 15px !important; }
  .p-sm-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .p-sm-l-15 {
    padding-left: 15px !important; }
  .p-sm-r-15 {
    padding-right: 15px !important; }
  .p-sm-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .p-sm-xy-15 {
    padding: 15px !important; }
  .m-sm-t-20 {
    margin-top: 20px !important; }
  .m-sm-b-20 {
    margin-bottom: 20px !important; }
  .m-sm-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-sm-l-20 {
    margin-left: 20px !important; }
  .m-sm-r-20 {
    margin-right: 20px !important; }
  .m-sm-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .m-sm-xy-20 {
    margin: 20px !important; }
  .p-sm-t-20 {
    padding-top: 20px !important; }
  .p-sm-b-20 {
    padding-bottom: 20px !important; }
  .p-sm-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-sm-l-20 {
    padding-left: 20px !important; }
  .p-sm-r-20 {
    padding-right: 20px !important; }
  .p-sm-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .p-sm-xy-20 {
    padding: 20px !important; }
  .m-sm-t-25 {
    margin-top: 25px !important; }
  .m-sm-b-25 {
    margin-bottom: 25px !important; }
  .m-sm-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .m-sm-l-25 {
    margin-left: 25px !important; }
  .m-sm-r-25 {
    margin-right: 25px !important; }
  .m-sm-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .m-sm-xy-25 {
    margin: 25px !important; }
  .p-sm-t-25 {
    padding-top: 25px !important; }
  .p-sm-b-25 {
    padding-bottom: 25px !important; }
  .p-sm-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .p-sm-l-25 {
    padding-left: 25px !important; }
  .p-sm-r-25 {
    padding-right: 25px !important; }
  .p-sm-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .p-sm-xy-25 {
    padding: 25px !important; }
  .m-sm-t-30 {
    margin-top: 30px !important; }
  .m-sm-b-30 {
    margin-bottom: 30px !important; }
  .m-sm-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-sm-l-30 {
    margin-left: 30px !important; }
  .m-sm-r-30 {
    margin-right: 30px !important; }
  .m-sm-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .m-sm-xy-30 {
    margin: 30px !important; }
  .p-sm-t-30 {
    padding-top: 30px !important; }
  .p-sm-b-30 {
    padding-bottom: 30px !important; }
  .p-sm-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-sm-l-30 {
    padding-left: 30px !important; }
  .p-sm-r-30 {
    padding-right: 30px !important; }
  .p-sm-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .p-sm-xy-30 {
    padding: 30px !important; }
  .m-sm-t-35 {
    margin-top: 35px !important; }
  .m-sm-b-35 {
    margin-bottom: 35px !important; }
  .m-sm-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  .m-sm-l-35 {
    margin-left: 35px !important; }
  .m-sm-r-35 {
    margin-right: 35px !important; }
  .m-sm-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .m-sm-xy-35 {
    margin: 35px !important; }
  .p-sm-t-35 {
    padding-top: 35px !important; }
  .p-sm-b-35 {
    padding-bottom: 35px !important; }
  .p-sm-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  .p-sm-l-35 {
    padding-left: 35px !important; }
  .p-sm-r-35 {
    padding-right: 35px !important; }
  .p-sm-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .p-sm-xy-35 {
    padding: 35px !important; }
  .m-sm-t-40 {
    margin-top: 40px !important; }
  .m-sm-b-40 {
    margin-bottom: 40px !important; }
  .m-sm-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-sm-l-40 {
    margin-left: 40px !important; }
  .m-sm-r-40 {
    margin-right: 40px !important; }
  .m-sm-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .m-sm-xy-40 {
    margin: 40px !important; }
  .p-sm-t-40 {
    padding-top: 40px !important; }
  .p-sm-b-40 {
    padding-bottom: 40px !important; }
  .p-sm-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-sm-l-40 {
    padding-left: 40px !important; }
  .p-sm-r-40 {
    padding-right: 40px !important; }
  .p-sm-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .p-sm-xy-40 {
    padding: 40px !important; }
  .m-sm-t-45 {
    margin-top: 45px !important; }
  .m-sm-b-45 {
    margin-bottom: 45px !important; }
  .m-sm-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  .m-sm-l-45 {
    margin-left: 45px !important; }
  .m-sm-r-45 {
    margin-right: 45px !important; }
  .m-sm-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .m-sm-xy-45 {
    margin: 45px !important; }
  .p-sm-t-45 {
    padding-top: 45px !important; }
  .p-sm-b-45 {
    padding-bottom: 45px !important; }
  .p-sm-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .p-sm-l-45 {
    padding-left: 45px !important; }
  .p-sm-r-45 {
    padding-right: 45px !important; }
  .p-sm-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .p-sm-xy-45 {
    padding: 45px !important; } }

.row.nogutters {
  margin-left: 0;
  margin-right: 0; }

.d-table {
  display: table; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block !important; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

.d-full {
  width: 100%; }

.d-grid {
  display: grid; }

.d-none {
  display: none !important; }

.p--relative, .p-relative {
  position: relative; }

.p--fixed, .p-fixed {
  position: fixed; }

.p--static, .p-static {
  position: static !important; }

.p--absolute, .p-absolute {
  position: absolute; }

.text-white-space--nowrap {
  white-space: nowrap; }

.text-white-space--pre {
  white-space: pre; }

.text-white-space--normal {
  white-space: normal; }

.text-white-space--unset {
  white-space: unset; }

.text--dark-grey {
  color: #292f36; }
  .text--dark-grey:hover, .text--dark-grey:visited, .text--dark-grey:focus {
    color: #292f36; }
  .text--dark-grey.hover:hover {
    color: #131619; }

.text--blue {
  color: #183989 !important; }
  .text--blue:hover, .text--blue:visited, .text--blue:focus {
    color: #183989 !important; }
  .text--blue.hover:hover {
    color: #10275e; }

.text--white {
  color: #fff; }
  .text--white:hover, .text--white:visited, .text--white:focus, .text--white:active {
    color: #fff; }
  .text--white.hover:hover {
    color: #e6e6e6; }

.text--black {
  color: #000; }
  .text--black:hover, .text--black:visited, .text--black:focus, .text--black:active {
    color: #000; }
  .text--black.hover:hover {
    color: black; }

.text--orange {
  color: #FF6A00; }
  .text--orange:hover, .text--orange:visited, .text--orange:focus {
    color: #FF6A00; }
  .text--orange.hover:hover {
    color: #cc5500; }

.text--red {
  color: #CC0000 !important; }

.text--orangedark {
  color: #ff6900 !important; }

.text--orange--gradient {
  background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.text--transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.text--underline, .text .text-underline {
  text-decoration: underline; }
  .text--underline:hover, .text--underline:visited, .text--underline:focus, .text .text-underline:hover, .text .text-underline:visited, .text .text-underline:focus {
    text-decoration: underline; }

.text--line-through {
  text-decoration: line-through; }

.text--none {
  text-decoration: none; }
  .text--none:hover, .text--none:focus {
    text-decoration: none; }

.text-hover--reset:hover {
  color: unset; }

.text-hover--orange:hover {
  color: #FF6A00; }

.text-hover--white:hover {
  color: white; }

.text-hover--black:hover {
  color: black; }

.text-hover--blue:hover {
  color: #183989; }

.weight--normal {
  font-weight: normal; }

.weight--light {
  font-weight: 300; }

.weight--regular {
  font-weight: 400; }

.weight--medium {
  font-weight: 500; }

.weight--bold {
  font-weight: 700; }

.weight--black {
  font-weight: 900; }

@media (min-width: 576px) {
  .weight-sm--normal {
    font-weight: normal; }
  .weight-sm--light {
    font-weight: 300; }
  .weight-sm--regular {
    font-weight: 400; }
  .weight-sm--medium {
    font-weight: 500; }
  .weight-sm--bold {
    font-weight: 700; }
  .weight-sm--black {
    font-weight: 900; } }

@media (min-width: 768px) {
  .weight-md--normal {
    font-weight: normal; }
  .weight-md--light {
    font-weight: 300; }
  .weight-md--regular {
    font-weight: 400; }
  .weight-md--medium {
    font-weight: 500; }
  .weight-md--bold {
    font-weight: 700; }
  .weight-md--black {
    font-weight: 900; } }

@media (min-width: 992px) {
  .weight-lg--normal {
    font-weight: normal; }
  .weight-lg--light {
    font-weight: 300; }
  .weight-lg--regular {
    font-weight: 400; }
  .weight-lg--medium {
    font-weight: 500; }
  .weight-lg--bold {
    font-weight: 700; }
  .weight-lg--black {
    font-weight: 900; } }

@media (min-width: 1200px) {
  .weight-xl--normal {
    font-weight: normal; }
  .weight-xl--light {
    font-weight: 300; }
  .weight-xl--regular {
    font-weight: 400; }
  .weight-xl--medium {
    font-weight: 500; }
  .weight-xl--bold {
    font-weight: 700; }
  .weight-xl--black {
    font-weight: 900; } }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.border--bottom.light-grey {
  border-bottom: 1px solid #eeeeee; }

.border--bottom.orange {
  border-bottom: 1px solid #FF6A00; }

.border--bottom.blue {
  border-bottom: 1px solid #183989; }

.border--bottom.white {
  border-bottom: 1px solid white; }

.border--bottom.black {
  border-bottom: 1px solid black; }

.border--top.light-grey {
  border-top: 1px solid #eeeeee; }

.border--top.orange {
  border-top: 1px solid #FF6A00; }

.border--top.blue {
  border-top: 1px solid #183989; }

.border--top.white {
  border-top: 1px solid white; }

.border--top.black {
  border-top: 1px solid black; }

.border--orange {
  border-color: #FF6A00 !important; }

.border--blue {
  border-color: #183989 !important; }

.border--white {
  border-color: white; }

.border--black {
  border-color: black; }

.btn--transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn--reset {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .btn--reset:focus {
    outline: unset; }

.btn--noradius {
  border-radius: 0 !important; }

.btn--orange {
  background-color: #FF6A00; }
  .btn--orange:hover {
    background-color: #cc5500; }

.btn--white {
  background-color: white; }
  .btn--white:hover {
    background-color: #e6e6e6; }

.btn--blue {
  background-color: #183989; }
  .btn--blue:hover {
    background-color: #10275e; }

.btn--transparent {
  background-color: transparent; }

.btn--radius, .btn.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.btn-hover--reset:hover {
  background-color: unset; }

.btn-hover--orange:hover {
  background-color: #FF6A00; }

.btn-hover--white:hover {
  background-color: white; }

.btn-hover--black:hover {
  background-color: black; }

.btn-hover--blue:hover {
  background-color: #183989; }

.btn-border--orange {
  border: 2px;
  border-right: #FF6A00;
  border-left: #FF6A00; }

.btn-border--blue {
  border: 2px;
  border-right: #183989;
  border-left: #183989; }

.btn-border--white {
  border: 2px;
  border-right: white;
  border-left: white; }

.btn-border--black {
  border: 2px;
  border-right: black;
  border-left: black; }

.btn-border-thickness--light {
  border-width: 1px; }

.btn-border-thickness--medium {
  border-width: 2px; }

.btn-border-thickness--big {
  border-width: 3px; }

.p--relative, .p .relative, .p-relative {
  position: relative; }

.p--fixed, .p-fixed {
  position: fixed; }

.p--static, .p-static {
  position: static; }

.p--absolute, .p .absolute, .p-absolute {
  position: absolute; }

.align-items--center, .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items--stretch, .align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.justify-content--center, .justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-content--between, .justify-content-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly; }

.flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-direction--row-reverse {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse; }

.flex-wrap--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }
  .arrow--right {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow--left {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .arrow--up {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
    .arrow--up .arrow--md {
      margin-top: 12px; }
    .arrow--up .arrow--lg {
      margin-top: 18px; }
  .arrow--down {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow--white {
    border-color: white; }
  .arrow--orange {
    border-color: #FF6A00; }
  .arrow--blue {
    border-color: #183989; }
  .arrow--black {
    border-color: black; }
  .arrow--light {
    border-width: 0 1px 1px 0; }
  .arrow--medium {
    border-width: 0 3px 3px 0; }
  .arrow--strong {
    border-width: 0 5px 5px 0; }
  .arrow--sm {
    padding: 3px; }
  .arrow--md {
    padding: 6px; }
  .arrow--lg {
    padding: 9px; }

.arrow-go {
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .arrow-go:before, .arrow-go:after {
    content: "";
    position: absolute; }
  .arrow-go--orange {
    background: #FF6A00; }
    .arrow-go--orange:before, .arrow-go--orange:after {
      background: #FF6A00; }
  .arrow-go--blue {
    background: #183989; }
    .arrow-go--blue:before, .arrow-go--blue:after {
      background: #183989; }
  .arrow-go--white {
    background: #fff; }
    .arrow-go--white:before, .arrow-go--white:after {
      background: #fff; }
  .arrow-go--black {
    background: #000; }
    .arrow-go--black:before, .arrow-go--black:after {
      background: #000; }
  .arrow-go--sm {
    width: 20px;
    height: 3px; }
    .arrow-go--sm:before, .arrow-go--sm:after {
      width: 10px;
      height: 3px; }
    .arrow-go--sm.arrow-go--left:before, .arrow-go--sm.arrow-go--left:after {
      left: -4px; }
    .arrow-go--sm.arrow-go--left:before {
      bottom: -3px; }
    .arrow-go--sm.arrow-go--left:after {
      top: -3px; }
    .arrow-go--sm.arrow-go--right:before, .arrow-go--sm.arrow-go--right:after {
      right: -4px; }
    .arrow-go--sm.arrow-go--right:before {
      bottom: -3px; }
    .arrow-go--sm.arrow-go--right:after {
      top: -3px; }
  .arrow-go--md {
    width: 30px;
    height: 3px; }
    .arrow-go--md:before, .arrow-go--md:after {
      width: 15px;
      height: 3px; }
    .arrow-go--md.arrow-go--left:before, .arrow-go--md.arrow-go--left:after {
      left: -3px; }
    .arrow-go--md.arrow-go--left:before {
      bottom: -4px; }
    .arrow-go--md.arrow-go--left:after {
      top: -4px; }
    .arrow-go--md.arrow-go--right:before, .arrow-go--md.arrow-go--right:after {
      right: -3px; }
    .arrow-go--md.arrow-go--right:before {
      bottom: -4px; }
    .arrow-go--md.arrow-go--right:after {
      top: -4px; }
  .arrow-go--lg {
    width: 40px;
    height: 3px; }
    .arrow-go--lg:before, .arrow-go--lg:after {
      width: 20px;
      height: 3px; }
    .arrow-go--lg.arrow-go--left:before, .arrow-go--lg.arrow-go--left:after {
      left: -4px; }
    .arrow-go--lg.arrow-go--left:before {
      bottom: -6px; }
    .arrow-go--lg.arrow-go--left:after {
      top: -6px; }
    .arrow-go--lg.arrow-go--right:before, .arrow-go--lg.arrow-go--right:after {
      right: -4px; }
    .arrow-go--lg.arrow-go--right:before {
      bottom: -6px; }
    .arrow-go--lg.arrow-go--right:after {
      top: -6px; }
  .arrow-go--left:before {
    transform: rotate(45deg); }
  .arrow-go--left:after {
    transform: rotate(-45deg); }
  .arrow-go--right:before {
    transform: rotate(-45deg); }
  .arrow-go--right:after {
    transform: rotate(45deg); }
  .arrow-go--light {
    height: 2px; }
    .arrow-go--light:before, .arrow-go--light:after {
      height: 2px; }

.base__radio.radio label {
  font-size: 1rem; }
  .base__radio.radio label::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0; }
  .base__radio.radio label:focus {
    outline: none; }

.base__radio.radio input[type="radio"] {
  cursor: pointer; }

.base__radio.radio input[type="radio"] + label:before {
  outline: none; }

.base__radio.radio input[type="radio"]:checked + label::before {
  border: 1px;
  border-right: #FF6A00;
  border-left: #FF6A00;
  outline: none; }

.base__radio.radio input[type="radio"]:checked:disabled + label::before {
  border: 1px;
  border-right: #D3D3D2;
  border-left: #D3D3D2; }

.base__radio.radio input[type="radio"]:checked:disabled + label::after {
  background: #CCD1D9; }

.base__radio.radio input:focus {
  outline: none;
  -webkit-shape-outside: none; }
  .base__radio.radio input:focus::-moz-focus-inner {
    border: 0;
    outline: 0 none; }

.base__radio.radio label::after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  background: #FF6A00; }

.base__radio--small.radio label::before {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px; }

.base__checkbox.checkbox label {
  font-size: 1rem; }
  .base__checkbox.checkbox label::after {
    font-size: 1rem; }
  .base__checkbox.checkbox label::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #D3D3D2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

.base__checkbox.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: white;
  cursor: not-allowed; }

.base__checkbox.checkbox input[type="checkbox"]:checked + label::before {
  background-color: #FF6A00;
  border-color: #D3D3D2; }

.base__checkbox.checkbox input[type="checkbox"]:checked + label::after {
  color: white;
  background-image: url(../img/icons/icons_sprite.svg);
  background-position: 50% 87.91209%;
  background-size: 500%;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 3px;
  content: ""; }

.base__checkbox.checkbox input[type="checkbox"].styled:checked + label:after {
  color: white; }

.base__checkbox.checkbox input[type="checkbox"]:checked:disabled + label::before {
  background-color: #CCD1D9; }

.base__checkbox.checkbox input[type="checkbox"] + label::before {
  outline: none; }

.base__checkbox.checkbox input[type="checkbox"]:checked + label::before {
  outline: none; }

.base__select.bootstrap-select {
  width: 280px; }
  .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 280px; }
  .base__select.bootstrap-select.disabled .dropdown-toggle {
    background-color: #CCD1D9; }
    .base__select.bootstrap-select.disabled .dropdown-toggle .bs-caret .caret {
      color: #656D78; }
  .base__select.bootstrap-select .dropdown-toggle {
    outline: none !important;
    padding: 0.9rem 0.9rem;
    background-color: white;
    border-color: #D3D3D2;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .base__select.bootstrap-select .dropdown-toggle:hover {
      border-color: #FF6A00; }
    .base__select.bootstrap-select .dropdown-toggle .filter-option {
      font-size: 16px; }
    .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
      color: #6207AB;
      position: absolute;
      right: 1rem;
      top: 50%;
      margin: -0.6rem 1rem 0 0;
      border: 0; }
      .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret:before, .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret:after {
        position: absolute;
        width: 2px;
        height: 9px;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        background-color: #6207AB;
        content: ""; }
      .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret:before {
        -moz-transform: translate(10px, 4px) rotate(45deg);
        -o-transform: translate(10px, 4px) rotate(45deg);
        -ms-transform: translate(10px, 4px) rotate(45deg);
        -webkit-transform: translate(10px, 4px) rotate(45deg);
        transform: translate(10px, 4px) rotate(45deg); }
      .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret:after {
        -moz-transform: translate(5px, 4px) rotate(-45deg);
        -o-transform: translate(5px, 4px) rotate(-45deg);
        -ms-transform: translate(5px, 4px) rotate(-45deg);
        -webkit-transform: translate(5px, 4px) rotate(-45deg);
        transform: translate(5px, 4px) rotate(-45deg); }
  .base__select.bootstrap-select.open .dropdown-toggle .bs-caret .caret:before {
    -moz-transform: translate(5px, 4px) rotate(45deg);
    -o-transform: translate(5px, 4px) rotate(45deg);
    -ms-transform: translate(5px, 4px) rotate(45deg);
    -webkit-transform: translate(5px, 4px) rotate(45deg);
    transform: translate(5px, 4px) rotate(45deg); }
  .base__select.bootstrap-select.open .dropdown-toggle .bs-caret .caret:after {
    -moz-transform: translate(10px, 4px) rotate(-45deg);
    -o-transform: translate(10px, 4px) rotate(-45deg);
    -ms-transform: translate(10px, 4px) rotate(-45deg);
    -webkit-transform: translate(10px, 4px) rotate(-45deg);
    transform: translate(10px, 4px) rotate(-45deg); }
  .base__select.bootstrap-select .dropdown-toggle:focus {
    outline: none; }
  .base__select.bootstrap-select.open .dropdown-toggle {
    border: 1px solid #D3D3D2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white !important; }
    .base__select.bootstrap-select.open .dropdown-toggle:hover, .base__select.bootstrap-select.open .dropdown-toggle:focus {
      border: 1px solid #D3D3D2;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: white !important; }
  .base__select.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .base__select.bootstrap-select .dropdown-menu li a {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    .base__select.bootstrap-select .dropdown-menu > li > a:hover {
      background-color: #FF6A00;
      color: white; }
    .base__select.bootstrap-select .dropdown-menu > li > a:active, .base__select.bootstrap-select .dropdown-menu > li > a:focus {
      background-color: #cc5500;
      color: white; }

.base__form {
  float: left;
  display: block;
  width: auto; }
  .base__form .r {
    float: left;
    display: block;
    padding: 0.5rem 0;
    width: 100%;
    height: auto; }
    .base__form .r.dx {
      text-align: right; }
    .base__form .r .col--2 {
      margin-left: 1rem; }
  .base__form.full {
    width: 100%; }
  .base__form--sm {
    width: 140px; }
  .base__form--lg {
    width: 280px; }

.base__input {
  display: inline;
  width: 280px;
  padding: 0.8rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: 0;
  border: 1px solid #D3D3D2;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .base__input:focus {
    border: 1px solid #FF6A00;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .base__input:hover, .base__input:active {
    border: 1px solid #cc5500; }
  .base__input.error {
    color: #CE4242;
    border-color: #CE4242 !important;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px; }
    .base__input.error + span.error {
      width: 100%;
      display: inline-block;
      text-align: center;
      color: white;
      margin-top: -1px;
      padding: 0.5rem 0.5rem;
      background-color: #CE4242;
      -webkit-border-radius: 0px 0px 4px 4px;
      -moz-border-radius: 0px 0px 4px 4px;
      -ms-border-radius: 0px 0px 4px 4px;
      -o-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
  .base__input--textarea {
    width: 100%; }

span.error_message {
  display: none; }

.select_cc.error {
  color: #CE4242; }
  .select_cc.error + span.error {
    width: auto;
    display: inline-block;
    text-align: center;
    color: white;
    margin-right: 0.4rem;
    padding: 0.5rem 0.5rem;
    background-color: #CE4242;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px; }
  .select_cc.error button {
    border-color: #CE4242 !important;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

@media (max-width: 767px) {
  .base__form .r .col--2 {
    margin-left: auto; }
  .base__form--login {
    width: 100%; }
  .base__form--contact {
    width: 100%; }
  .base__form .base__bt {
    width: 100%; }
  .base__form .r {
    padding: 0.5rem 0; }
  .base__input {
    width: 100%; } }

@media (min-width: 768px) {
  .base__form--login {
    width: 280px; }
  .base__form--contact {
    width: 580px; } }

#wtloader-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999; }

.no-js #wtloader-main {
  display: none; }

.wtloader {
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 60px);
  width: 100%;
  height: 100%;
  z-index: 900; }
  .wtloader__logo {
    stroke-dasharray: 150;
    animation: drawlogo 10s linear infinite;
    stroke-linecap: round;
    fill: transparent;
    stroke: #FC4A14; }

.wt--loaded .wtloader {
  animation: none; }

.loaded #wtloader-main {
  display: none; }

@keyframes drawlogo {
  0% {
    stroke-width: 1px; }
  60% {
    stroke-width: 1px; }
  100% {
    stroke-width: 1px;
    stroke-dashoffset: 1000; } }

.base__datepicker {
  position: relative;
  width: 100%; }
  .base__datepicker:after {
    position: absolute;
    right: 20px;
    top: 12px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.4rem;
    content: "\F073"; }
  .base__datepicker .base__input {
    width: 100%; }
  .base__datepicker--input {
    width: 100%;
    background: #CE4242; }

.datetimepicker {
  padding: 0.5rem 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  min-width: 320px; }
  .datetimepicker > div {
    width: 100%; }
  .datetimepicker table tr td {
    border: 1px solid white; }
    .datetimepicker table tr td.day:hover, .datetimepicker table tr td.hour:hover, .datetimepicker table tr td.minute:hover {
      background: #cc5500;
      color: white; }
    .datetimepicker table tr td span {
      border: 1px solid white;
      background: white;
      height: 2rem;
      vertical-align: middle;
      font-size: 1rem;
      line-height: 2rem;
      color: #AAB2BD;
      font-weight: 300; }
      .datetimepicker table tr td span:hover {
        background: white;
        border: 1px solid #FF6A00;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .datetimepicker table tr td span.active {
        background: #FF6A00;
        border-color: #FF6A00;
        color: white; }
        .datetimepicker table tr td span.active.disabled {
          background: #FF6A00;
          border-color: #FF6A00;
          color: white; }
          .datetimepicker table tr td span.active.disabled:hover {
            background: #cc5500;
            border-color: #cc5500;
            color: white; }
        .datetimepicker table tr td span.active:hover {
          background: #cc5500;
          border-color: #cc5500;
          color: white; }
      .datetimepicker table tr td span.hour, .datetimepicker table tr td span.minute {
        color: #656D78; }
        .datetimepicker table tr td span.hour.active, .datetimepicker table tr td span.minute.active {
          color: white !important; }
    .datetimepicker table tr td.day {
      color: #656D78; }
      .datetimepicker table tr td.day.old, .datetimepicker table tr td.day.new {
        color: #AAB2BD; }
        .datetimepicker table tr td.day.old:hover, .datetimepicker table tr td.day.new:hover {
          color: white; }
  .datetimepicker table tr th[class="prev"], .datetimepicker table tr th[class="next"] {
    padding-left: 0.5rem; }
    .datetimepicker table tr th[class="prev"] i:after, .datetimepicker table tr th[class="next"] i:after {
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 2rem;
      line-height: 2rem;
      color: #FF6A00; }
  .datetimepicker table tr th[class="prev"] i:after {
    content: "\F0D9"; }
  .datetimepicker table tr th[class="next"] i:after {
    content: "\F0DA"; }
  .datetimepicker .table-condensed {
    width: 100%; }
    .datetimepicker .table-condensed tbody > tr > td, .datetimepicker .table-condensed tbody > tr > th {
      padding: 0.25rem;
      width: 1rem;
      height: 1rem;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background: white;
      border: 1px;
      border-right: transparent;
      border-left: transparent; }
    .datetimepicker .table-condensed tbody > tr > tfoot > tr > th.today:hover {
      background: #cc5500;
      color: white; }
  .datetimepicker .glyphicon {
    font-family: sans-serif; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .slick-list:focus {
    -webkit-focus-ring-color: none;
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.accordion.base-style .card {
  background-color: #fff;
  border: 1px;
  border-right: #CCD1D9;
  border-left: #CCD1D9;
  margin-bottom: 8px;
  border-radius: 0; }
  .accordion.base-style .card-body {
    padding: 0 15px;
    font-size: 0.9em;
    color: #292f36; }
  .accordion.base-style .card-header {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .accordion.base-style .card-header__title {
      padding: 10px 15px;
      width: 100%;
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      color: #292f36;
      font-weight: 600; }
      .accordion.base-style .card-header__title:hover, .accordion.base-style .card-header__title:focus {
        text-decoration: none; }
      .accordion.base-style .card-header__title::after {
        content: "-";
        position: absolute;
        right: 15px;
        color: #183989;
        font-size: 1.4em; }
      .accordion.base-style .card-header__title.collapsed::after {
        content: "+"; }

.image-viewer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
  .image-viewer__background picture {
    width: 100%;
    height: auto;
    display: block; }
  .image-viewer__background img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .image-viewer__background img {
      width: 100%; } }
  .image-viewer__container.container {
    max-width: 1920px;
    margin-right: 100px;
    padding: 0; }
  @media (max-width: 767px) {
    .image-viewer__container {
      padding: 0 25px 25px;
      margin-top: -65px;
      position: relative;
      margin-right: unset; } }
  @media screen and (min-width: 400px) and (max-width: 1024px) {
    .image-viewer__container {
      padding: 25px; } }
  @media (min-width: 768px) {
    .image-viewer__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; } }

.price-block {
  position: relative;
  display: table;
  font-size: 16px; }
  .price-block--xxs {
    font-size: 12px; }
  .price-block--xs {
    font-size: 14px; }
  .price-block--sm {
    font-size: 18px; }
  .price-block--md {
    font-size: 22px; }
  .price-block--lg {
    font-size: 24px; }
  .price-block--xl {
    font-size: 26px; }
  .price-block__old {
    font-size: 1em;
    line-height: 1em;
    text-decoration: line-through; }
  .price-block__offer-integer {
    font-size: 3.1em;
    line-height: 0.9em; }
  .price-block__offer-decimals {
    font-size: 1.3em;
    line-height: 1.3em; }
  .price-block__offer-recurrency {
    font-size: 0.9em;
    line-height: 0.9em;
    padding-bottom: 2px; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
@media (min-width: 1800px) {
  .container {
    max-width: 1366px; } }

@media (max-width: 567px) {
  .visible-xxs-block {
    display: block !important; }
  .hidden-xxs {
    display: none; } }

.visible-xxs-block {
  display: none; }

.row:before, .row:after {
  display: inline-block; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.tx-powermail h3 {
  display: none; }

.tx-powermail .powermail_legend {
  display: none; }

.tx-powermail .powermail_label {
  display: none; }

.tx-powermail .powermail_fieldwrap_half {
  display: inline-block;
  width: 49.5%; }
  @media (max-width: 767px) {
    .tx-powermail .powermail_fieldwrap_half {
      width: 100%; } }

.tx-powermail .powermail_fieldwrap_type_check {
  margin-bottom: 1rem; }

.tx-powermail .powermail_fieldwrap_type_textarea .base__input {
  height: 103px;
  padding: 1.4rem .9rem;
  resize: none; }
  @media (max-width: 767px) {
    .tx-powermail .powermail_fieldwrap_type_textarea .base__input {
      height: 148px; } }

.tx-powermail .powermail_fieldwrap_type_input .base__input {
  padding: 1.4rem .9rem;
  font-size: 1.2rem;
  line-height: 1em; }

.tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select {
  width: 100% !important; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select::-webkit-input-placeholder {
    color: #656D78; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select:-moz-placeholder, .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select::-moz-placeholder {
    color: #656D78;
    opacity: 1; }
  .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select .dropdown-toggle {
    padding: 1.4rem .9rem; }
    .tx-powermail .powermail_fieldwrap_type_select .base__select.bootstrap-select .dropdown-toggle .filter-option {
      font-size: 1.2rem;
      line-height: 1em; }

.tx-powermail .powermail_fieldwrap_type_reset {
  width: auto; }
  .tx-powermail .powermail_fieldwrap_type_reset .powermail_reset {
    padding: 0;
    background-color: transparent;
    color: #FF6A00;
    font-size: 1.2rem;
    text-transform: uppercase; }

.tx-powermail .powermail_fieldwrap_type_submit {
  width: 100%; }
  .tx-powermail .powermail_fieldwrap_type_submit .base__bt {
    padding: 1.4rem .9rem;
    font-size: 1.2rem;
    line-height: normal; }
    @media (max-width: 767px) {
      .tx-powermail .powermail_fieldwrap_type_submit .base__bt {
        width: 100%;
        margin: 2.8rem 0 2.2rem;
        font-size: 1.2rem; } }

.client_block {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }
  .client_block__overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #FFF; }
  .client_block__expand {
    display: none;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -50vw;
    left: calc(50% - 175px);
    background-color: #FFF;
    z-index: 250;
    padding: 30px;
    border: 1px solid #D3D3D2; }
    .client_block__expand .button, .client_block__expand a.button--slim, .client_block__expand a.button--ghost, .client_block__expand a.button--ghost--transparent, .client_block__expand a.button--search {
      position: absolute;
      bottom: 15px;
      width: 170px;
      left: 70px; }
    .client_block__expand .client_block__single--vCard--description {
      overflow: visible;
      font-size: 18px;
      line-height: 20px;
      padding-top: 20px;
      height: auto;
      max-width: 250px;
      margin: 0 auto; }
    .client_block__expand .client_block__single__readMore {
      display: none; }
  .client_block__icon {
    margin: 0 auto; }
    .client_block__icon--1 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -1px; }
    .client_block__icon--2 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -77px; }
    .client_block__icon--3 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -154px; }
    .client_block__icon--4 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -231px; }
    .client_block__icon--5 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      height: 77px;
      width: 77px;
      background-position: 0px -308px; }
    .client_block__icon--6 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -385px; }
    .client_block__icon--7 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -462px; }
    .client_block__icon--8 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -539px; }
    .client_block__icon--9 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -616px; }
    .client_block__icon--10 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -683px; }
    .client_block__icon--11 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -760px; }
    .client_block__icon--12 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -837px; }
    .client_block__icon--13 {
      background: url("../img/icons-clienti/sprite_clienti.jpg") no-repeat;
      width: 77px;
      height: 77px;
      background-position: 0px -914px; }
  @media (min-width: 767px) {
    .client_block .col-lg-2,
    .client_block .col-md-2 {
      width: 20%; } }
  .client_block .grey_strip__block__tabs--left {
    display: none; }
  .client_block .button, .client_block a.button--slim, .client_block a.button--ghost, .client_block a.button--ghost--transparent, .client_block a.button--search {
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .client_block__mainTitle {
    font-size: 2.5em;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px; }
  .client_block__container {
    max-width: 1024px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .client_block h2 {
    font-family: "Montserrat"; }
  .client_block__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer;
    display: none; }
    .client_block__showMore:hover {
      text-decoration: underline; }
  .client_block__showOffers {
    color: #FF6A00;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .client_block__showOffers:hover {
      text-decoration: underline; }
  .client_block__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .client_block__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .client_block__tabs--left {
      float: left;
      margin-left: 30px; }
    .client_block__tabs--right {
      float: right;
      margin-right: 30px; }
    .client_block__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .client_block__tabs--title:hover {
        border-bottom: 1px solid #FF3A00; }
      .client_block__tabs--title.active {
        border-bottom: 1px solid #FF3A00;
        color: #FF3A00; }
  .client_block__select {
    float: left;
    width: calc(50% - 10px); }
    .client_block__select--second {
      margin-left: 20px; }
    .client_block__select .base__select.bootstrap-select {
      width: 100% !important; }
      .client_block__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .client_block__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .client_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Montserrat";
          font-weight: 400; }
  .client_block--title {
    font-size: 1em;
    text-transform: uppercase; }
  .client_block__single {
    position: relative;
    margin-top: 15px;
    height: 175px; }
    .client_block__single--modifyHeight {
      height: 83px; }
    .client_block__single__readMore {
      position: relative;
      z-index: 150;
      width: 100%;
      text-align: center;
      color: #FF6A00;
      font-size: 0.750em;
      background-color: #FFF;
      padding-top: 4px;
      padding-bottom: 4px;
      bottom: 20px;
      cursor: pointer;
      border: 1px solid #FF6A00; }
      .client_block__single__readMore:hover {
        text-decoration: underline; }
    .client_block__single:nth-child(n+6) {
      margin-top: 15px; }
    .client_block__single:nth-child(5n):after {
      display: none; }
      @media (max-width: 767px) {
        .client_block__single:nth-child(5n):after {
          display: block; } }
    .client_block__single:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 0%;
      min-height: 1px; }
    @media (max-width: 767px) {
      .client_block__single {
        margin-bottom: 15px; }
        .client_block__single:nth-child(n+3) {
          margin-top: 15px; }
        .client_block__single:nth-child(even):after {
          display: none; } }
  .client_block__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Montserrat";
    font-weight: 400; }
    .client_block__single--vCard h2 {
      margin-bottom: 10px; }
    .client_block__single--vCard__image {
      height: 100%;
      max-height: 84px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .client_block__single--vCard--description {
      font-size: 0.875em;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 16px;
      text-align: center;
      margin-top: 10px;
      overflow: hidden; }
    .client_block__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 32px;
      font-family: "Montserrat";
      font-weight: 700;
      color: #009BBE; }

.contact_info_block {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  .contact_info_block .tx-powermail .powermail_fieldwrap {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .contact_info_block .tx-powermail .powermail_fieldwrap {
        margin-bottom: 10px; } }
    .contact_info_block .tx-powermail .powermail_fieldwrap:first-of-type .powermail_field {
      padding: .7rem 2rem 0 0;
      font-size: 1.125em;
      line-height: 1.125em; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_half {
      width: 100%; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox {
      margin: 0;
      padding-left: 0; }
      .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label {
        width: 100%;
        padding-left: 0;
        font-size: 1.2rem; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:after, .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:before {
          right: 0;
          bottom: 0;
          left: auto; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:before {
          margin-left: 0; }
        .contact_info_block .tx-powermail .powermail_fieldwrap_type_check .checkbox label:after {
          top: 0;
          padding: 0;
          font-size: 1em;
          text-align: center;
          right: 3px;
          left: inherit !important; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_reset .btn, .contact_info_block .tx-powermail .powermail_fieldwrap_type_submit .btn {
      width: 100%;
      padding: 1rem; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_type_reset .btn {
      display: block;
      border-color: #FF6A00;
      background-clip: padding-box;
      background-color: #FFF;
      font-size: 1.2rem; }
    .contact_info_block .tx-powermail .powermail_fieldwrap_marker_02 h5 {
      font-family: "Montserrat";
      font-weight: 400;
      font-size: .8em;
      line-height: 1em; }
      .contact_info_block .tx-powermail .powermail_fieldwrap_marker_02 h5 a {
        padding: 0; }
  .contact_info_block__overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #292F36;
    z-index: 900; }
  .contact_info_block__item--active {
    color: #292F36; }
  @media (max-width: 767px) {
    .contact_info_block__item--contact.contact_open.contact_button {
      display: none; } }
  .contact_info_block__container {
    position: fixed;
    top: 20vh;
    right: -450px;
    width: 500px;
    z-index: 950; }
    .contact_info_block__container.contact_open {
      top: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .contact_info_block__container.contact_open {
        top: 0;
        width: 100%; } }
    .contact_info_block__container__left.contactShow {
      position: absolute;
      height: 135px;
      transform: translateY(100%) rotate(-90deg);
      transform-origin: top left;
      visibility: visible; }
      .contact_info_block__container__left.contactShow .contact_button .link_contact {
        display: inline-block;
        width: 135px;
        padding: 15px 20px;
        background-color: #FF6A00;
        color: #FFF;
        white-space: nowrap; }
        .contact_info_block__container__left.contactShow .contact_button .link_contact:hover {
          color: rgba(255, 255, 255, 0.8); }
    .contact_info_block__container__left.contactHide {
      position: absolute;
      top: .5rem;
      right: 1rem;
      visibility: hidden;
      z-index: 500; }
      .contact_info_block__container__left.contactHide .close_button .base__icon {
        width: 25px;
        height: 25px;
        margin-top: 3px;
        cursor: pointer; }
      .contact_info_block__container__left.contactHide .close_button .link_contact {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border-radius: 50%;
        background-color: #FF6A00;
        color: #FFF;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center; }
        .contact_info_block__container__left.contactHide .close_button .link_contact:active, .contact_info_block__container__left.contactHide .close_button .link_contact:hover {
          opacity: .5; }
    .contact_info_block__container__right {
      width: 450px;
      height: 100%;
      padding: 0;
      float: right;
      background-color: #E6E9ED;
      visibility: hidden; }
      @media (max-width: 767px) {
        .contact_info_block__container__right.visibleShow {
          width: 100%; } }

hr.example_divider {
  border-width: 1px;
  border-style: dotted;
  border-color: #292F36; }

.with_slider > .slider_item {
  display: none; }

.with_slider > .standard_block {
  margin-bottom: 0; }

.base.wind_mobile .autosuggest ul {
  margin-top: -18px; }

.standard_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .standard_block .standard_block {
    margin-bottom: 0; }
  .standard_block.new_fmc_form {
    overflow: visible; }
  .standard_block.fmc {
    overflow: visible; }
  .standard_block.wwe.doubleBg .mobile {
    display: none; }
    @media (max-width: 480px) {
      .standard_block.wwe.doubleBg .mobile {
        display: block; } }
  @media (max-width: 480px) {
    .standard_block.wwe.doubleBg .desktop {
      display: none; } }
  .standard_block__mainContainer {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 425px;
    margin: 0 auto;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .standard_block__mainContainer {
        height: auto;
        display: block; } }
    .new_fmc_form .standard_block__mainContainer {
      height: auto; }
      .new_fmc_form .standard_block__mainContainer * {
        letter-spacing: normal; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__mainContainer {
          height: auto; } }
    .withForm.invertedDisplay.fmc .standard_block__mainContainer {
      height: auto; }
      .withForm.invertedDisplay.fmc .standard_block__mainContainer * {
        letter-spacing: normal; }
      @media (max-width: 767px) {
        .withForm.invertedDisplay.fmc .standard_block__mainContainer {
          height: auto; } }
    .fullBand .standard_block__mainContainer {
      height: 350px; }
      @media (max-width: 767px) {
        .fullBand .standard_block__mainContainer {
          height: auto; } }
    .specialVersion .standard_block__mainContainer {
      overflow: hidden; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__mainContainer {
          height: auto; } }
    .specialVersion.transparent .standard_block__mainContainer {
      overflow: visible; }
    .wwe .standard_block__mainContainer {
      min-height: 425px; }
      @media (max-width: 767px) {
        .wwe .standard_block__mainContainer {
          display: table; } }
    .wweHp.fullBand .standard_block__mainContainer {
      height: auto; }
      @media (max-width: 767px) {
        .wweHp.fullBand .standard_block__mainContainer {
          height: auto; } }
  .standard_block__coloredBg {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    height: 100%;
    z-index: 10; }
    @media (max-width: 767px) {
      .standard_block__coloredBg {
        display: none;
        right: 0;
        height: 50%;
        margin: 0 auto; } }
    .new_fmc_form .standard_block__coloredBg {
      display: none; }
    .invertedDisplay .standard_block__coloredBg {
      right: 0;
      left: 50%; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__coloredBg {
          left: 0; } }
    @media (max-width: 767px) {
      .withForm .standard_block__coloredBg {
        display: block;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        height: 330px; } }
    @media (max-width: 767px) {
      .withForm.invertedDisplay .standard_block__coloredBg {
        display: block;
        bottom: 0;
        right: 0;
        left: 0; } }
    .fullBand .standard_block__coloredBg {
      right: 0;
      left: 0; }
      @media (max-width: 767px) {
        .fullBand .standard_block__coloredBg {
          display: block;
          top: 0;
          height: 100%; } }
    .specialVersion .standard_block__coloredBg {
      z-index: 20;
      left: 40%;
      right: 0; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__coloredBg {
          display: block;
          bottom: 0;
          top: 0;
          height: 100%; } }
    .specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .fullBand.specialVersion .standard_block__coloredBg {
      left: 40%;
      right: 0; }
    .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .standard_block__coloredBg .shape {
      position: absolute;
      width: 50%;
      height: 100%; }
      .mobile .standard_block__coloredBg .shape {
        background-color: #FF6A00; }
        @media (max-width: 767px) {
          .mobile .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .robin .standard_block__coloredBg .shape {
        background-color: #009BBE; }
        @media (max-width: 767px) {
          .robin .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .fisso .standard_block__coloredBg .shape {
        background-color: #183989; }
        @media (max-width: 767px) {
          .fisso .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .business .standard_block__coloredBg .shape {
        background-color: #292F36; }
        @media (max-width: 767px) {
          .business .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .device .standard_block__coloredBg .shape {
        background-color: #212121; }
        @media (max-width: 767px) {
          .device .standard_block__coloredBg .shape {
            background-color: transparent; } }
      @media (max-width: 767px) {
        .fullBand.mobile .standard_block__coloredBg .shape {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .fullBand.robin .standard_block__coloredBg .shape {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fullBand.fisso .standard_block__coloredBg .shape {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .fullBand.business .standard_block__coloredBg .shape {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .fullBand.device .standard_block__coloredBg .shape {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .fullBand.specialVersion .standard_block__coloredBg .shape {
          background-color: transparent; } }
      .transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .fullBand.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .specialVersion.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .standard_block__coloredBg .shape--one {
        left: 0;
        width: 50%; }
        .invertedDisplay .standard_block__coloredBg .shape--one {
          width: 50%;
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__coloredBg .shape--one {
              width: 50%;
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .withForm .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .fullBand .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
        .specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
      .standard_block__coloredBg .shape--two {
        right: 0;
        width: 50%;
        transform: skew(-20deg);
        transform-origin: 100% 0; }
        @media (max-width: 767px) {
          .standard_block__coloredBg .shape--two {
            width: 50%;
            transform: none; } }
        .invertedDisplay .standard_block__coloredBg .shape--two {
          width: 50%;
          transform: none;
          transform-origin: none; }
        .withForm .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__coloredBg .shape--two {
              transform: none; } }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(-20deg);
          transform-origin: 100% 0; }
        .specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
  .standard_block__half_block {
    display: table-cell;
    position: relative;
    width: 50%;
    height: 100%;
    vertical-align: middle; }
    .standard_block__half_block.upselling_block {
      width: 100%;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      padding-bottom: 5%;
      height: auto;
      overflow: hidden;
      z-index: 998; }
      .standard_block__half_block.upselling_block .upselling_block--container {
        max-width: 100%;
        overflow: hidden;
        display: table;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .standard_block__half_block.upselling_block .upselling_block--container span {
          color: white;
          display: table-cell;
          vertical-align: bottom;
          line-height: 1;
          padding: 5px; }
          .standard_block__half_block.upselling_block .upselling_block--container span.big {
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0; }
          .standard_block__half_block.upselling_block .upselling_block--container span img {
            max-height: 22px; }
        .standard_block__half_block.upselling_block .upselling_block--container.position-center {
          text-align: center; }
        .standard_block__half_block.upselling_block .upselling_block--container.position-left {
          text-align: left;
          left: 0;
          transform: translate(0, -50%); }
        .standard_block__half_block.upselling_block .upselling_block--container.position-right {
          text-align: right;
          right: 0;
          transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .standard_block__half_block.upselling_block {
          position: absolute;
          left: inherit;
          float: left;
          bottom: 295px;
          /*transform: translateY(-100%);*/
          height: auto;
          padding: inherit;
          /*display: none;*/ }
          .standard_block__half_block.upselling_block .upselling_block--container {
            position: relative;
            transform: none;
            top: inherit;
            left: inherit;
            padding: 0;
            display: block; }
            .standard_block__half_block.upselling_block .upselling_block--container span {
              display: inline-block;
              padding: 0 5px 5px; }
            .standard_block__half_block.upselling_block .upselling_block--container.position-left {
              transform: none; }
            .standard_block__half_block.upselling_block .upselling_block--container.position-right {
              transform: none; } }
    .standard_block__half_block.image_block {
      position: absolute;
      right: 50%;
      bottom: 0;
      left: 0;
      width: auto; }
      .standard_block__half_block.image_block .background_block--container {
        display: none; }
        .new_fmc_form .standard_block__half_block.image_block .background_block--container {
          display: block; }
        .fmc .standard_block__half_block.image_block .background_block--container {
          display: block; }
        .wweHp.fullBand .standard_block__half_block.image_block .background_block--container {
          display: block;
          position: relative; }
          @media (max-width: 767px) {
            .wweHp.fullBand .standard_block__half_block.image_block .background_block--container {
              margin: 0 auto; } }
        .standard_block__half_block.image_block .background_block--container .background {
          width: 100%;
          height: auto;
          position: static; }
          .standard_block__half_block.image_block .background_block--container .background.only_desktop {
            display: block; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_desktop {
                display: none; } }
          .standard_block__half_block.image_block .background_block--container .background.only_mobile {
            display: none; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_mobile {
                display: block; } }
      .standard_block__half_block.image_block .image_block--container {
        position: relative;
        width: 100%;
        height: 100%; }
        .new_fmc_form .standard_block__half_block.image_block .image_block--container {
          display: none; }
        .specialVersion .standard_block__half_block.image_block .image_block--container {
          overflow: hidden; }
      .standard_block__half_block.image_block .elements_block--container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px; }
        .new_fmc_form .standard_block__half_block.image_block .elements_block--container {
          display: none; }
      @media (max-width: 767px) {
        .standard_block__half_block.image_block {
          top: 0;
          right: 0;
          bottom: 400px;
          max-width: none;
          height: 350px;
          position: relative;
          width: 100%;
          display: block;
          margin: 0 auto;
          padding: 0; } }
      @media (max-width: 640px) {
        .standard_block__half_block.image_block {
          height: 260px; } }
      .new_fmc_form .standard_block__half_block.image_block {
        position: relative;
        display: block;
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .new_fmc_form .standard_block__half_block.image_block {
            height: auto; } }
      .invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .withForm .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.image_block {
            max-width: none;
            left: 0;
            position: relative;
            display: block; } }
      .withForm.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.image_block {
            right: 0; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
        position: relative;
        height: auto !important; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
            right: 0;
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .fullBand .standard_block__half_block.image_block {
          bottom: 350px;
          height: 300px; } }
      .specialVersion .standard_block__half_block.image_block {
        right: 0;
        left: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .specialVersion .standard_block__half_block.image_block {
            height: 350px; } }
      .specialVersion.transparent .standard_block__half_block.image_block {
        padding: 0;
        left: 0;
        right: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent .standard_block__half_block.image_block {
            right: 0; } }
      .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .fullImage .standard_block__half_block.image_block {
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .fullImage .standard_block__half_block.image_block {
            padding: 0;
            height: 320px; } }
      .wwe .standard_block__half_block.image_block {
        text-align: right;
        position: relative;
        padding: 40px 30px;
        height: 100%; }
        .wwe .standard_block__half_block.image_block img {
          width: auto;
          max-width: 100%; }
        @media (max-width: 767px) {
          .wwe .standard_block__half_block.image_block {
            position: absolute;
            right: 50%;
            bottom: 0;
            left: 0;
            width: 50%;
            padding: 20px; } }
        @media (max-width: 640px) {
          .wwe .standard_block__half_block.image_block {
            padding: 40px 0; } }
        @media (max-width: 480px) {
          .wwe .standard_block__half_block.image_block {
            padding: 40px 15px;
            right: 0;
            left: auto;
            width: 60%; } }
      .wweHp.fullBand .standard_block__half_block.image_block {
        position: relative; }
        @media (max-width: 767px) {
          .wweHp.fullBand .standard_block__half_block.image_block {
            top: 0;
            height: auto; } }
      .standard_block__half_block.image_block .testimonial {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        z-index: 15; }
        @media (max-width: 767px) {
          .standard_block__half_block.image_block .testimonial {
            bottom: 0;
            left: -9999px;
            right: -9999px;
            width: auto;
            max-width: none; } }
        .invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: 0;
          left: auto; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .withForm .standard_block__half_block.image_block .testimonial {
          right: 45%;
          left: 0%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__half_block.image_block .testimonial {
              max-width: none;
              width: auto;
              height: calc(100% - 50px);
              transform: translateX(-25%);
              left: -9999px;
              right: -9999px; } }
        .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: 45%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px;
              height: calc(100% - 30px);
              width: auto;
              transform: translateX(25%);
              max-width: none; } }
        .specialVersion .standard_block__half_block.image_block .testimonial {
          top: 0;
          bottom: 0;
          min-height: 100%;
          left: -740px;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: -740px; }
          @media (max-width: 767px) {
            .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: -610px; }
          @media (max-width: 767px) {
            .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: calc(100% - 980px); }
          @media (max-width: 767px) {
            .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: 0;
          min-height: auto;
          bottom: 0;
          top: auto;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
          @media (max-width: 767px) {
            .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .fullImage .standard_block__half_block.image_block .testimonial {
          right: auto;
          max-width: 200%; }
          @media (max-width: 767px) {
            .fullImage .standard_block__half_block.image_block .testimonial {
              left: 0;
              max-width: none; } }
        .fullImage.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
    .standard_block__half_block.form_block {
      display: none;
      left: -24%;
      width: 33.33333%;
      text-align: center;
      z-index: 50; }
      .new_fmc_form .standard_block__half_block.form_block {
        position: absolute;
        width: auto;
        display: block;
        left: 0;
        right: 0;
        bottom: 10%;
        height: auto;
        top: auto;
        background-color: #FFF; }
        @media (max-width: 640px) {
          .new_fmc_form .standard_block__half_block.form_block {
            position: relative; } }
      .vertical.new_fmc_form .standard_block__half_block.form_block {
        bottom: 0;
        left: auto;
        width: 340px; }
        @media (max-width: 767px) {
          .vertical.new_fmc_form .standard_block__half_block.form_block {
            width: 100%; } }
      @media (max-width: 767px) {
        .mobile.standard_block .standard_block__half_block.form_block {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .robin.standard_block .standard_block__half_block.form_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fisso.standard_block .standard_block__half_block.form_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .business.standard_block .standard_block__half_block.form_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .device.standard_block .standard_block__half_block.form_block {
          background-color: #212121; } }
      .transparent.standard_block .standard_block__half_block.form_block {
        background-color: transparent; }
      .invertedDisplay .standard_block__half_block.form_block {
        left: 43%; }
      .withForm .standard_block__half_block.form_block {
        display: table-cell; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.form_block {
            display: inline-block;
            left: 0;
            transform: translateY(calc(100% + 85px));
            width: 100%;
            padding: 20px 0; } }
      @media (max-width: 767px) {
        .withForm.invertedDisplay .standard_block__half_block.form_block {
          transform: translateY(calc(100% + 85px)); } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
        left: 0;
        right: 0;
        display: block;
        position: absolute;
        width: auto;
        background: white;
        transform: none;
        bottom: 12%;
        height: 70px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
            display: block;
            transform: none;
            bottom: 0;
            height: 220px;
            position: relative;
            padding: 0; } }
      .wweHp.fullBand .standard_block__half_block.form_block {
        width: 50%;
        left: 57%;
        top: 73%;
        position: absolute; }
        @media (max-width: 767px) {
          .wweHp.fullBand .standard_block__half_block.form_block {
            width: 100%;
            left: 0;
            bottom: 0;
            top: auto;
            position: absolute;
            height: auto;
            transform: none; } }
    .standard_block__half_block.offer_block {
      padding: 0 15px;
      text-align: center;
      z-index: 49; }
      .new_fmc_form .standard_block__half_block.offer_block {
        display: none; }
      .fullBand .standard_block__half_block.offer_block {
        color: #FFF; }
      .invertedDisplay .standard_block__half_block.offer_block {
        left: -50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.offer_block {
            left: 0; } }
      .withForm .standard_block__half_block.offer_block {
        left: -7%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.offer_block {
            display: inline-block;
            top: auto;
            right: 0;
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%;
            height: auto;
            padding: 85px 15px 15px; } }
      .withForm.invertedDisplay .standard_block__half_block.offer_block {
        left: -50%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.offer_block {
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.offer_block {
        display: none; }
      @media (max-width: 767px) {
        .specialVersion.mobile .standard_block__half_block.offer_block {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .specialVersion.robin .standard_block__half_block.offer_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .specialVersion.fisso .standard_block__half_block.offer_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .specialVersion.business .standard_block__half_block.offer_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .specialVersion.device .standard_block__half_block.offer_block {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.mobile .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.robin .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.fisso .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.business .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.device .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion .standard_block__half_block.offer_block {
          padding-top: 50px; } }
      .wwe .standard_block__half_block.offer_block {
        text-align: left;
        color: #FFF; }
        @media (max-width: 910px) {
          .wwe .standard_block__half_block.offer_block {
            padding: 20px 15px; } }
        @media (max-width: 767px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 50%;
            display: table-cell; } }
        @media (max-width: 640px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 50%;
            /*display: block;*/ } }
        @media (max-width: 480px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 100%;
            left: 0; } }
      .wwe.orange .standard_block__half_block.offer_block {
        color: #FF6A00; }
      @media (max-width: 767px) {
        .standard_block__half_block.offer_block {
          top: 0;
          width: 100%;
          padding: 50px 15px 15px;
          display: block; } }
      .standard_block__half_block.offer_block:empty {
        display: none; }
  .standard_block__ribbon {
    position: relative;
    left: -35px;
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 8px 4px 35px;
    background-color: #FF6A00;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 25;
    -webkit-animation: slidein-left 0.7s 0s 1 linear;
    -moz-animation: slidein-left 0.7s 0s 1 linear;
    -o-animation: slidein-left 0.7s 0s 1 linear;
    animation: slidein-left 0.7s 0s 1 linear;
    -animation: slidein-left .7s 0s 1 linear;
    -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
    -ms-animation: slidein-left-ms .7s 0s 1 linear;
    -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    @media (max-width: 767px) {
      .standard_block__ribbon {
        left: -38px;
        padding: 8px 8px 8px 35px;
        font-size: 14px; } }
    .mobile .standard_block__ribbon {
      background-color: #009BBE; }
    .transparent .standard_block__ribbon {
      background-color: #FF6A00; }
    .mobile.transparent .standard_block__ribbon {
      background-color: #009BBE; }
    .invertedDisplay .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__ribbon {
          padding: 8px 35px 8px 8px; } }
    .mobile.fullBand .standard_block__ribbon {
      background-color: #009BBE; }
    .withForm .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
    .withForm.invertedDisplay .standard_block__ribbon {
      padding: 8px 8px 8px 35px;
      left: -35px;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      text-align: left;
      -animation: slidein-left .7s 0s 1 linear;
      -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
      -ms-animation: slidein-left-ms .7s 0s 1 linear;
      -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    .standard_block__ribbon:empty {
      display: none; }
    .standard_block__ribbon:before {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #d5501b #d5501b transparent transparent;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.transparent .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .invertedDisplay .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .invertedDisplay.transparent .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.withForm .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .transparent.withForm .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm.invertedDisplay .standard_block__ribbon:before {
        right: auto;
        left: 0;
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
    .standard_block__ribbon:after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg);
      transform-origin: 100% 100%;
      background-color: #FF6A00;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:after {
        background-color: #2D389C; }
      .transparent .standard_block__ribbon:after {
        background-color: #FF6A00; }
      .mobile.transparent .standard_block__ribbon:after {
        background-color: #009BBE; }
      .invertedDisplay .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 0 100%; }
      .mobile.fullBand .standard_block__ribbon:after {
        background-color: #009BBE; }
      .withForm .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 100% 100%; }
      .withForm.invertedDisplay .standard_block__ribbon:after {
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        transform-origin: 100% 100%; }
  .standard_block__sticker__wrapper {
    position: relative;
    z-index: 35; }
    .standard_block__sticker__wrapper.small {
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 38px; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.small {
          right: 15px;
          width: auto;
          bottom: -45px;
          margin: 0 auto;
          text-align: center; }
          .standard_block__sticker__wrapper.small .standard_block__sticker {
            width: 38px;
            height: auto;
            display: inline-block;
            vertical-align: middle; } }
      .invertedDisplay .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .withForm .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
        right: auto;
        left: 15px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
            right: 15px; } }
    .standard_block__sticker__wrapper.big {
      width: 57px;
      margin: 0 auto 0 0; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.big {
          width: 48px; } }
      .standard_block__sticker__wrapper.big .standard_block__sticker img {
        width: 100%;
        height: auto; }
      .standard_block__sticker__wrapper.big .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
      .invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 auto 0 0; }
    .standard_block__sticker__wrapper .standard_block__sticker {
      display: block;
      width: 100%;
      height: auto; }
      .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
            margin-bottom: 0; } }
  .standard_block__title {
    margin-bottom: 8px;
    color: #2D389C;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__title {
        font-size: 40px; } }
    .splittedTitle .standard_block__title {
      margin-bottom: 0;
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__title {
          font-size: 24px; } }
    .mobile .standard_block__title {
      color: #2D389C; }
    .robin .standard_block__title {
      color: #009BBE; }
    .fisso .standard_block__title {
      color: #183989; }
    .business .standard_block__title {
      color: #FF6A00; }
    .device .standard_block__title {
      color: #212121; }
    .mobile.transparent .standard_block__title {
      color: #FF6A00; }
    .fullBand .standard_block__title {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__title {
      color: #FF6A00; }
    .fullBand.transparent.robin .standard_block__title {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__title {
      color: #183989; }
    .fullBand.transparent.business .standard_block__title {
      color: #FF6A00; }
    .fullBand.transparent.device .standard_block__title {
      color: #212121; }
    .specialVersion .standard_block__title {
      color: #FFF; }
    .specialVersion.transparent.mobile .standard_block__title {
      color: #FF6A00; }
    .specialVersion.transparent.robin .standard_block__title {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__title {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__title {
      color: #FF6A00; }
    .specialVersion.transparent.device .standard_block__title {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__title {
          color: #FF6A00; } }
    .fullImage.transparent.light.robin .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__title {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__title {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__title {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__title {
          color: #212121; } }
    .wwe .standard_block__title {
      font-size: 36px;
      line-height: 1.1em;
      text-transform: initial;
      font-family: "Montserrat";
      font-weight: 700;
      margin-bottom: 15px;
      color: #FFF; }
      @media (max-width: 910px) {
        .wwe .standard_block__title {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .wwe .standard_block__title {
          width: 50%; } }
    .wwe.orange .standard_block__title {
      color: #FF6A00; }
  .standard_block__subtitle {
    margin-bottom: 8px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__subtitle {
        font-size: 28px; } }
    .mobile .standard_block__subtitle {
      color: #009BBE; }
    .robin .standard_block__subtitle {
      color: #009BBE; }
    .fisso .standard_block__subtitle {
      color: #183989; }
    .business .standard_block__subtitle {
      color: #FF6A00; }
    .device .standard_block__subtitle {
      color: #212121; }
    .mobile.transparent .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand .standard_block__subtitle {
      color: #FFF; }
    .splittedTitle .standard_block__subtitle {
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 24px; } }
    .specialVersion .standard_block__subtitle {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .fullBand.transparent.business .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand.transparent.device .standard_block__subtitle {
      color: #212121; }
    .specialVersion.transparent.mobile .standard_block__subtitle {
      color: #FF6A00; }
    .specialVersion.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__subtitle {
      color: #FF6A00; }
    .specialVersion.transparent.device .standard_block__subtitle {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__subtitle {
          color: #FF6A00; } }
    .fullImage.transparent.light.robin .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__subtitle {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__subtitle {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__subtitle {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__subtitle {
          color: #212121; } }
    .wwe .standard_block__subtitle {
      color: #FFF;
      font-size: 26px;
      line-height: 1.2em;
      text-transform: uppercase;
      /* font-family: 'Oswald', sans-serif; */
      font-family: "Montserrat";
      font-weight: 700; }
      @media (max-width: 910px) {
        .wwe .standard_block__subtitle {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .wwe .standard_block__subtitle {
          font-size: 18px; } }
      @media (max-width: 640px) {
        .wwe .standard_block__subtitle {
          width: 50%; } }
    .wwe.orange .standard_block__subtitle {
      color: #FF6A00; }
    .standard_block__subtitle:empty {
      display: none; }
  .standard_block__text {
    margin-bottom: 8px;
    color: #292F36;
    font-size: 1.250em;
    line-height: 1.1em; }
    .fullBand .standard_block__text {
      color: #FFF; }
    .withForm .standard_block__text {
      font-size: 20px; }
      @media (max-width: 767px) {
        .withForm .standard_block__text {
          font-size: 16px; } }
    .specialVersion .standard_block__text {
      color: #FFF; }
    .fullBand.transparent .standard_block__text {
      color: #292F36; }
    .specialVersion.transparent .standard_block__text {
      color: #292F36; }
    .fullImage.light .standard_block__text {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .standard_block__text {
          color: #292F36; } }
    .wwe .standard_block__text {
      color: #FFF;
      font-size: 20px;
      line-height: 1.2em;
      font-family: "Montserrat";
      font-weight: 400;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .wwe .standard_block__text {
          max-width: 100%;
          margin: 0 0 15px; } }
    .wwe.orange .standard_block__text {
      color: #FF6A00; }
    @media (max-width: 910px) {
      .standard_block__text {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .standard_block__text {
        font-size: 16px;
        max-width: 85%;
        margin: 0 auto 16px; } }
    .standard_block__text:empty {
      display: none; }
  .standard_block__singleButton .base__bt, .standard_block__doubleButton .base__bt {
    max-width: 70%;
    margin-bottom: 8px; }
  .standard_block .base__bt {
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    max-height: 46px; }
    @media (max-width: 767px) {
      .standard_block .base__bt {
        width: 260px; } }
    .standard_block .base__bt--or2 {
      color: #FF6A00;
      background-color: #FFF;
      border-color: #FF6A00; }
      .standard_block .base__bt--or2:hover {
        background-color: #FF3A00;
        color: white;
        border-color: #FF3A00; }
      .specialVersion.standard_block .base__bt--or2 {
        border-color: #FF6A00; }
      .fullBand.standard_block .base__bt--or2 {
        border-color: transparent; }
      .mobile.fullBand.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
      .mobile.specialVersion.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
    .mobile.fullBand.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #FF6A00; }
    .mobile.fullBand.transparent.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FF6A00;
      color: #FFF; }
    .mobile.specialVersion.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #FF6A00; }
    .mobile.fullImage.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FF6A00;
      color: #FFF; }
    .standard_block .base__bt:empty {
      display: none; }
  .standard_block .bundle_orange__container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .new_fmc_form .standard_block__click_to_call .ctc,
  .fmc .standard_block__click_to_call .ctc {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 9px;
    text-transform: uppercase;
    width: auto;
    text-align: right;
    z-index: 100; }
    @media (max-width: 767px) {
      .new_fmc_form .standard_block__click_to_call .ctc,
      .fmc .standard_block__click_to_call .ctc {
        font-size: 12px; } }
    .new_fmc_form .standard_block__click_to_call .ctc.only_desktop,
    .fmc .standard_block__click_to_call .ctc.only_desktop {
      display: block; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc.only_desktop,
        .fmc .standard_block__click_to_call .ctc.only_desktop {
          display: none; } }
    .new_fmc_form .standard_block__click_to_call .ctc.only_mobile,
    .fmc .standard_block__click_to_call .ctc.only_mobile {
      display: none; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc.only_mobile,
        .fmc .standard_block__click_to_call .ctc.only_mobile {
          display: block; }
          .offerte-section .new_fmc_form .standard_block__click_to_call .ctc.only_mobile, .offerte-section
          .fmc .standard_block__click_to_call .ctc.only_mobile {
            position: fixed;
            bottom: 0;
            left: 0;
            top: initial;
            right: 0;
            background-color: #7ED321;
            box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3);
            height: auto;
            min-height: 60px; } }
    .new_fmc_form .standard_block__click_to_call .ctc a,
    .fmc .standard_block__click_to_call .ctc a {
      color: #183989;
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none; }
    .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
    .fmc .standard_block__click_to_call .ctc .base__icon {
      display: block;
      margin: 0;
      float: right;
      width: 30px;
      height: 30px; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 25px;
          height: 25px; } }
      @media (max-width: 640px) {
        .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 20px;
          height: 20px; } }
    @media (max-width: 767px) {
      .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_image__call--cta, .offerte-section
      .fmc .standard_block__click_to_call .ctc .ctc_image__call--cta {
        display: none; } }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_image__call--cta img,
    .fmc .standard_block__click_to_call .ctc .ctc_image__call--cta img {
      height: 34px;
      width: auto; }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_disclaimer--cta,
    .fmc .standard_block__click_to_call .ctc .ctc_disclaimer--cta {
      padding-right: 1rem;
      color: #1c9abb;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_disclaimer--cta, .offerte-section
        .fmc .standard_block__click_to_call .ctc .ctc_disclaimer--cta {
          font-size: 24px;
          font-weight: bold;
          padding: 12px 0;
          color: #FFF; } }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table,
    .fmc .standard_block__click_to_call .ctc .ctc_container--table {
      display: table;
      height: 100%; }
      @media (max-width: 767px) {
        .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table, .offerte-section
        .fmc .standard_block__click_to_call .ctc .ctc_container--table {
          width: 100%;
          text-align: center; } }
      .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table > *,
      .fmc .standard_block__click_to_call .ctc .ctc_container--table > * {
        display: table-cell;
        vertical-align: middle; }
    @media (max-width: 767px) {
      .new_fmc_form .standard_block__click_to_call .ctc,
      .fmc .standard_block__click_to_call .ctc {
        height: 10%; } }
  .standard_block .wweContainer {
    width: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .standard_block .wweContainer .gradientOverlay {
      position: absolute;
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -webkit-gradient(left top, right top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), color-stop(100%, black));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 48; }
      @media (max-width: 640px) {
        .standard_block .wweContainer .gradientOverlay {
          background: black;
          background: -moz-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(0%, black), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(70%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -o-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -ms-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: linear-gradient(to right, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1); } }
  .standard_block .wweBackground {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%; }
    .standard_block .wweBackground .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%; }
      @media (max-width: 640px) {
        .standard_block .wweBackground .background {
          left: 10%; } }
      @media (max-width: 480px) {
        .standard_block .wweBackground .background {
          left: 0; } }
    .standard_block .wweBackground.doubleBg .mobile {
      display: none; }
      @media (max-width: 480px) {
        .standard_block .wweBackground.doubleBg .mobile {
          display: block; } }
    @media (max-width: 480px) {
      .standard_block .wweBackground.doubleBg .desktop {
        display: none; } }
    @media (max-width: 640px) {
      .standard_block .wweBackground.doubleBg .background {
        left: 0; } }
    .standard_block .wweBackground.onlyImage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .standard_block .wweBackground.onlyImage .background {
        position: static;
        width: 100%;
        height: 100%; }
  .standard_block .wweDoubleCta {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative; }
    .standard_block .wweDoubleCta .singleCta {
      width: 49.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1.1em; }
      .standard_block .wweDoubleCta .singleCta a {
        text-decoration: none; }
  .standard_block .wweBundle {
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 5px; }
    .standard_block .wweBundle:last-child {
      margin-bottom: 0; }
    .standard_block .wweBundle .accent {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 24px; }
    .standard_block .wweBundle .discount {
      position: relative; }
      .standard_block .wweBundle .discount::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        content: ""; }
  .standard_block .doubleCta .recurrent_priceRow__newPrice {
    width: auto;
    margin-right: 20px;
    margin-bottom: 25px; }
  .standard_block .doubleCta .wweCta.text {
    margin-bottom: 30px; }
  .standard_block .doubleCta .wweCta.text a {
    color: white;
    text-decoration: underline;
    text-transform: initial; }
  .standard_block .doubleCta .wweBundle .base__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .standard_block .doubleCta .wweBundle span {
    display: inline-block;
    vertical-align: middle; }
  .standard_block .modal-check {
    position: absolute !important;
    z-index: 990;
    padding-right: 0 !important;
    background-color: rgba(0, 0, 0, 0.4); }
    .standard_block .modal-check .modal-content {
      box-shadow: 0px 11px 28px 0 #343c42; }
    .standard_block .modal-check .modal-dialog {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%); }
    .standard_block .modal-check .base__bt {
      font-size: 1rem;
      width: 100%; }
  .standard_block .modal-backdrop {
    position: absolute !important; }

.bundle_partner:before {
  display: block;
  position: relative;
  bottom: 5px;
  max-width: 120px;
  height: 1px;
  margin: 0 auto;
  background-color: #F4F4F4;
  content: ""; }
  @media (max-width: 767px) {
    .bundle_partner:before {
      bottom: 0; } }

.bundle_partner:empty {
  display: none; }

.bundle_partner__logo {
  margin: 0 auto; }

.bundle_partner__text {
  font-size: 14px;
  line-height: 1.1em; }

.bundle_partner__claim {
  margin: .5rem 0;
  font-size: 14px;
  line-height: 1.1em; }

.bundle_orange {
  display: inline-block;
  padding: 0 8px;
  color: #FF6A00;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  min-width: 95px;
  max-width: 145px;
  height: 100%; }
  .bundle_orange:not(:last-of-type) {
    border-right: 1px solid #D3D3D2; }
  @media (max-width: 767px) {
    .bundle_orange {
      min-width: auto; } }
  .specialVersion .bundle_orange {
    color: #FFF; }
  .fullBand.transparent .bundle_orange {
    color: #FF6A00; }
  .specialVersion.transparent .bundle_orange {
    color: #FF6A00; }
  .fullImage .bundle_orange {
    color: #292F36; }
  .fullImage.light .bundle_orange {
    color: #FF6A00; }
  .bundle_orange__container {
    display: inline-block;
    width: 100%;
    margin: 0 auto 14px;
    text-align: center;
    height: 80px; }
    @media (max-width: 767px) {
      .bundle_orange__container {
        height: 60px; } }
    .bundle_orange__container.bundle_small .bundle_orange {
      padding: 0 5px;
      min-width: 85px; }
      .bundle_orange__container.bundle_small .bundle_orange__number {
        font-size: 2.2rem; }
      .bundle_orange__container.bundle_small .bundle_orange__title {
        font-size: 0.875rem; }
    .bundle_orange__container:empty {
      display: none; }
  .bundle_orange__title {
    max-width: none;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .bundle_orange__title {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .bundle_orange__title {
        font-size: 14px; } }
  .bundle_orange__number {
    font-size: 32px;
    line-height: 1em;
    font-weight: 400; }
    @media (max-width: 640px) {
      .bundle_orange__number {
        font-size: 36px; } }
    @media (max-width: 480px) {
      .bundle_orange__number {
        font-size: 26px; } }
    .bundle_orange__number:empty {
      display: none; }
      .bundle_orange__number:empty + .bundle_orange__title {
        max-width: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .bundle_orange__number:empty + .bundle_orange__title {
            font-size: 14px; } }

.recurrent_priceRow {
  margin: 0 auto 16px; }
  .recurrent_priceRow__price {
    margin: 0 8px;
    color: inherit;
    font-size: 55px;
    letter-spacing: -.25rem;
    line-height: 1em; }
    .mobile .recurrent_priceRow__price {
      color: #2D389C; }
    .robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fisso .recurrent_priceRow__price {
      color: #183989; }
    .business .recurrent_priceRow__price {
      color: #FF6A00; }
    .device .recurrent_priceRow__price {
      color: #212121; }
    .fullBand .recurrent_priceRow__price {
      color: #FFF; }
    .mobile.transparent .recurrent_priceRow__price {
      color: #FF6A00; }
    .specialVersion .recurrent_priceRow__price {
      color: #FFF; }
    .fullBand.transparent.mobile .recurrent_priceRow__price {
      color: #FF6A00; }
    .fullBand.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fullBand.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .fullBand.transparent.business .recurrent_priceRow__price {
      color: #FF6A00; }
    .fullBand.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .specialVersion.transparent.mobile .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .specialVersion.transparent.business .recurrent_priceRow__price {
      color: #FF6A00; }
    .specialVersion.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .fullImage.transparent.light.mobile .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.robin .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .recurrent_priceRow__price {
          color: #183989; } }
    .fullImage.transparent.light.business .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .recurrent_priceRow__price {
          color: #292F36; } }
    .fullImage.transparent.light.device .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .recurrent_priceRow__price {
          color: #212121; } }
    .recurrent_priceRow__price.with_currency:after {
      font-size: .7em; }
    .recurrent_priceRow__price.price_discounted {
      position: relative; }
      .recurrent_priceRow__price.price_discounted::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        content: ""; }
    .recurrent_priceRow__price:empty {
      display: none; }
  .recurrent_priceRow__recurrency {
    display: block;
    margin-bottom: 16px;
    color: #292F36;
    font-size: 13px;
    line-height: 1.2em; }
    .fullBand .recurrent_priceRow__recurrency {
      color: #FFF; }
    .specialVersion .recurrent_priceRow__recurrency {
      color: #FFF; }
    .fullBand.transparent .recurrent_priceRow__recurrency {
      color: #292F36; }
    .fullImage.light .recurrent_priceRow__recurrency {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .recurrent_priceRow__recurrency {
          color: #292F36; } }
    .recurrent_priceRow__recurrency:empty {
      display: none; }
  .wwe .recurrent_priceRow {
    margin-bottom: 0; }
  .recurrent_priceRow__newPrice {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 15px; }
    @media (max-width: 910px) {
      .recurrent_priceRow__newPrice {
        width: 100%;
        margin-bottom: 10px; } }
    .recurrent_priceRow__newPrice .currency {
      vertical-align: bottom;
      font-size: 30px;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 1.6em; }
    .recurrent_priceRow__newPrice .recurrency {
      /* font-family: 'Oswald', sans-serif; */
      vertical-align: bottom;
      display: inline-block;
      font-size: 16px;
      line-height: 1.9em; }
    .recurrent_priceRow__newPrice .integer {
      display: inline-block;
      vertical-align: top;
      font-size: 64px;
      line-height: 0.7em;
      font-family: "Montserrat";
      font-weight: 700; }
      .recurrent_priceRow__newPrice .integer.with_currency:after {
        font-size: 0.5em; }
  .recurrent_priceRow .wweCta {
    display: inline-block;
    width: 100%;
    max-width: 47%;
    vertical-align: top; }
    .recurrent_priceRow .wweCta:only-child {
      max-width: initial;
      text-align: right; }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta:only-child {
          text-align: center; } }
      .recurrent_priceRow .wweCta:only-child a {
        margin-right: 30px; }
        @media (max-width: 640px) {
          .recurrent_priceRow .wweCta:only-child a {
            max-width: 280px;
            margin-right: 0; } }
    @media (max-width: 910px) {
      .recurrent_priceRow .wweCta {
        max-width: initial; } }
    @media (max-width: 767px) {
      .recurrent_priceRow .wweCta {
        max-width: 280px; } }
    @media (max-width: 480px) {
      .recurrent_priceRow .wweCta {
        max-width: initial; } }
    .recurrent_priceRow .wweCta .wweButton {
      max-height: 50px;
      padding: 16px;
      font-family: "Montserrat";
      font-weight: 700;
      width: 100%;
      max-width: 220px; }
      @media (max-width: 910px) {
        .recurrent_priceRow .wweCta .wweButton {
          max-width: 280px; } }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta .wweButton {
          max-width: initial; } }
    .recurrent_priceRow .wweCta .textLink {
      display: inline-block;
      width: 100%;
      margin-top: 15px;
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 16px;
      text-align: center; }
      @media (max-width: 910px) {
        .recurrent_priceRow .wweCta .textLink {
          text-align: left; } }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta .textLink {
          text-align: center; } }
      .recurrent_priceRow .wweCta .textLink a {
        text-decoration: underline;
        font-weight: bold; }
    .recurrent_priceRow .wweCta.text {
      vertical-align: bottom;
      margin-bottom: 20px;
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: 700; }

.coverage_form {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative; }
  .invertedDisplay .coverage_form {
    left: 0; }
    @media (max-width: 767px) {
      .invertedDisplay .coverage_form {
        left: 0; } }
  .fmc .coverage_form {
    text-align: left;
    padding-top: 1.25rem; }
    @media (max-width: 767px) {
      .fmc .coverage_form {
        padding-top: 1.25rem; } }
    .fmc .coverage_form.uncovered {
      padding-left: 20%; }
      @media (max-width: 767px) {
        .fmc .coverage_form.uncovered {
          padding-top: 5rem;
          padding-left: 0;
          padding-bottom: 3.4rem; } }
  @media (max-width: 767px) {
    .coverage_form {
      padding: 0; } }
  .coverage_form:empty {
    display: none; }
  .coverage_form__white_title {
    height: 1.1em;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2em; }
    @media (max-width: 910px) {
      .coverage_form__white_title {
        font-size: 22px; } }
    .coverage_form__white_title:empty {
      display: none; }
  .fmc .coverage_form__select {
    width: calc(25% - 45px);
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .fmc .coverage_form__select {
        width: 47%; } }
  .fmc .coverage_form .clear {
    display: none; }
  .coverage_form select.base__select {
    display: none !important; }
  .coverage_form .base__select {
    left: 0;
    width: 100% !important;
    margin-bottom: 10px;
    z-index: 80; }
    .coverage_form .base__select.bootstrap-select .dropdown-toggle {
      width: 100%;
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 1em; }
      .fmc .coverage_form .base__select.bootstrap-select .dropdown-toggle {
        font-size: 1rem;
        line-height: normal;
        padding: .7rem .7rem;
        height: 37px; }
    .coverage_form .base__select.bootstrap-select .bs-caret .caret {
      top: 50%;
      right: 15px; }
    .coverage_form .base__select.bootstrap-select .filter-option {
      font-size: 1em;
      text-align: left; }
      .fmc .coverage_form .base__select.bootstrap-select .filter-option {
        width: 100%;
        font-size: 1rem; }
  .coverage_form .base__input {
    width: 100%;
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #292F36; }
    .fmc .coverage_form .base__input {
      padding: .7rem;
      font-size: 1rem;
      height: 37px; }
      .fmc .coverage_form .base__input::-webkit-input-placeholder {
        color: #292F36; }
      .fmc .coverage_form .base__input:-moz-placeholder {
        color: #292F36;
        opacity: 1; }
      .fmc .coverage_form .base__input::-moz-placeholder {
        color: #292F36;
        opacity: 1; }
  .coverage_form .base__bt {
    margin-bottom: 10px;
    width: 100% !important; }
    .fmc .coverage_form .base__bt#verificacoperturabutton,
    .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
      width: 180px !important;
      float: right;
      font-size: 1rem;
      height: 37px;
      line-height: normal;
      padding: .7rem .7rem; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt#verificacoperturabutton,
        .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
          width: 99% !important;
          float: none; } }
    .fmc .covered.coverage_form .base__bt#verificacoperturabutton {
      display: block; }
      .fmc .covered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: none; }
    .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton {
      display: none; }
      .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: block; }
    @media (max-width: 767px) {
      .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
        top: calc(100% - 45px);
        position: absolute; } }
    .fmc .coverage_form .base__bt.with_number {
      display: block;
      position: absolute;
      top: -2rem;
      height: 2rem;
      margin: 0;
      left: 0;
      padding: 0;
      white-space: normal;
      font-size: .85rem;
      font-family: "Montserrat";
      font-weight: 700;
      line-height: 2rem;
      width: calc(50% - 5px) !important;
      border: none;
      border-radius: 4px 4px 0 0;
      background: rgba(255, 255, 255, 0.4); }
      .fmc .coverage_form .base__bt.with_number.active {
        background: white;
        color: #FF6A00; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt.with_number {
          left: -20px;
          width: calc(49.5% + 20px) !important;
          height: 4.6em;
          top: -4.6em;
          max-height: none;
          line-height: 1.6em;
          padding: .6em; } }
    .coverage_form .base__bt--or2 {
      background-color: #FFF;
      color: #FFF; }
    .mobile .coverage_form .base__bt--or {
      border-color: #FFF; }
  .fmc .coverage_form__input--city {
    display: inline-block;
    width: calc(27% - 45px);
    z-index: 70;
    position: relative; }
    @media (max-width: 767px) {
      .fmc .coverage_form__input--city {
        width: 51%; } }
  .coverage_form__input--address {
    display: inline-block;
    width: calc(100% - 75px);
    float: left; }
    .fmc .coverage_form__input--address {
      width: calc(31% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--address {
          width: 80%; } }
  .coverage_form__input--civic_number {
    display: inline-block;
    width: 60px;
    float: right; }
    .fmc .coverage_form__input--civic_number {
      width: calc(14% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--civic_number {
          width: 18%; } }
  .coverage_form__input--number {
    display: inline-block;
    width: calc(100% - 75px);
    float: right; }
    .fmc .coverage_form__input--number {
      display: none;
      width: 14%;
      float: none; }
    .fmc .uncovered .coverage_form__input--number {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--number {
          width: 69%; } }
  .coverage_form__input--prefix {
    display: inline-block;
    width: 60px;
    float: left; }
    .fmc .coverage_form__input--prefix {
      display: none;
      width: 6%;
      float: none; }
    .fmc .uncovered .coverage_form__input--prefix {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--prefix {
          width: 29%; } }
  .coverage_form__additional_form {
    -webkit-transition: all, 0.45s, ease-in-out;
    -moz-transition: all, 0.45s, ease-in-out;
    -ms-transition: all, 0.45s, ease-in-out;
    -o-transition: all, 0.45s, ease-in-out;
    transition: all, 0.45s, ease-in-out;
    position: absolute;
    width: 100%; }
    .coverage_form__additional_form.covered {
      bottom: -100%;
      opacity: 0; }
    .coverage_form__additional_form.uncovered {
      bottom: -20px;
      opacity: 1;
      z-index: 60; }
      .mobile .coverage_form__additional_form.uncovered {
        background-color: #FF6A00; }
      .robin .coverage_form__additional_form.uncovered {
        background-color: #009BBE; }
      .fisso .coverage_form__additional_form.uncovered {
        background-color: #183989; }
      .business .coverage_form__additional_form.uncovered {
        background-color: #292F36; }
      .device .coverage_form__additional_form.uncovered {
        background-color: #212121; }
    @media (max-width: 767px) {
      .fmc .coverage_form__additional_form {
        bottom: 0 !important; } }
    .fmc .covered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0; }
    .fmc .uncovered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0;
      background-color: transparent; }
    .coverage_form__additional_form .without_number {
      display: block;
      margin-bottom: 5px;
      color: #FFF;
      font-family: "Montserrat";
      font-weight: 300;
      text-align: center;
      text-decoration: underline;
      text-transform: uppercase; }
      .fmc .coverage_form__additional_form .without_number {
        display: block;
        position: absolute;
        outline: 0;
        top: -2rem;
        height: 2rem;
        margin: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.4);
        color: #FFF;
        text-decoration: none;
        padding: 0;
        font-size: .85rem;
        font-family: "Montserrat";
        font-weight: 700;
        line-height: 2rem;
        width: calc(50% - 5px) !important;
        border: none;
        border-radius: 4px 4px 0 0; }
        .fmc .coverage_form__additional_form .without_number.active {
          color: #FF6A00;
          background: white; }
        @media (max-width: 767px) {
          .fmc .coverage_form__additional_form .without_number {
            right: -20px;
            width: calc(49.5% + 20px) !important;
            height: 4.6em;
            padding: .6em;
            line-height: 1.6em;
            top: -4.6em; } }

.new_coverage_form--title h3 {
  background-color: rgba(230, 233, 237, 0.9);
  color: #FF6A00;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 700;
  padding: .5rem 1.5rem; }
  .vertical.new_fmc_form .new_coverage_form--title h3 {
    padding: 1.5rem; }
  .check_tre .new_coverage_form--title h3 {
    color: #23527c; }

.new_coverage_form--form {
  background-color: #FFF;
  padding: .65rem 1.5rem .75rem;
  font-size: 0;
  height: auto;
  position: relative; }
  @media (max-width: 767px) {
    .new_coverage_form--form {
      padding: 1rem 1.5rem 1rem;
      border-bottom: 1px solid #D3D3D2; } }
  .vertical.new_fmc_form .new_coverage_form--form {
    height: auto;
    padding: 1.5rem; }
  .new_coverage_form--form h6 {
    font-size: .9rem;
    padding-bottom: .85rem; }
    @media (max-width: 767px) {
      .new_coverage_form--form h6.block {
        display: inline-block;
        padding: 0.7rem 0 .75rem;
        margin-right: 1rem;
        vertical-align: middle;
        font-size: 1rem; } }
    @media (max-width: 640px) {
      .new_coverage_form--form h6.block {
        display: block;
        padding: 0 0 .75rem;
        margin-right: 0;
        vertical-align: middle;
        font-size: 1rem; } }
    .vertical.new_fmc_form .new_coverage_form--form h6 {
      font-size: 1rem;
      padding-bottom: 1.25rem; }
  .new_coverage_form--form input {
    margin-right: .4rem;
    font-size: 1rem;
    vertical-align: top;
    padding: .6rem;
    height: 2.5rem;
    color: #292F36; }
    .check_tre .new_coverage_form--form input:focus, .new_coverage_form--form input:hover {
      border-color: #23527c; }
    @media (max-width: 1024px) {
      .new_coverage_form--form input {
        font-size: .85rem; } }
    .vertical.new_fmc_form .new_coverage_form--form input {
      margin-right: .85rem;
      margin-bottom: 1.25rem;
      font-size: 1rem; }
    .new_coverage_form--form input#comune {
      width: calc((1% - 1.76px)*17); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#comune {
          width: calc((1% - 1.42px - .018rem)*30); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#comune {
          width: calc((1% - .008rem)*25); } }
      .vertical.new_fmc_form .new_coverage_form--form input#comune {
        width: 100%;
        margin-right: 0; }
    .new_coverage_form--form input#indirizzoEsteso {
      width: calc((1% - 1.76px)*28); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#indirizzoEsteso {
          width: calc((1% - 1.42px - .018rem)*50); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#indirizzoEsteso {
          width: calc((1% - .008rem)*57); } }
      .vertical.new_fmc_form .new_coverage_form--form input#indirizzoEsteso {
        width: 75%; }
    .new_coverage_form--form input#civico {
      width: calc((1% - 1.76px)*10);
      margin-right: 0; }
      @media (max-width: 767px) {
        .new_coverage_form--form input#civico {
          width: calc((1% - 1.42px - .018rem)*20); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#civico {
          width: calc((1% - .008rem)*18); } }
      .vertical.new_fmc_form .new_coverage_form--form input#civico {
        width: calc(25% - .85rem); }
    .new_coverage_form--form input#prefisso {
      width: calc((1% - 1.76px)*11.5); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - 1.76px)*17); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - .018rem)*15); } }
      @media (max-width: 480px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - .004rem)*28); } }
      .vertical.new_fmc_form .new_coverage_form--form input#prefisso {
        width: 25%; }
    .new_coverage_form--form input#telefono {
      width: calc((1% - 1.76px)*23.5);
      margin-right: 0; }
      @media (max-width: 767px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - 1.76px)*31); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - .018rem)*44); } }
      @media (max-width: 480px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - .004rem)*72); } }
      .vertical.new_fmc_form .new_coverage_form--form input#telefono {
        width: calc(75% - .85rem); }
    .new_coverage_form--form input + .dropdown-menu {
      height: 15rem;
      padding: 0;
      margin: 0;
      overflow-y: scroll;
      overflow-x: hidden; }
      .new_coverage_form--form input + .dropdown-menu li {
        padding: .7rem .7rem;
        font-size: .9rem; }
        .new_coverage_form--form input + .dropdown-menu li:first-of-type {
          border-radius: 4px 4px 0 0; }
        .new_coverage_form--form input + .dropdown-menu li:last-of-type {
          border-radius: 0 0 4px 4px; }
        .new_coverage_form--form input + .dropdown-menu li:hover, .new_coverage_form--form input + .dropdown-menu li.active {
          background-color: #FF6A00;
          color: #FFF;
          cursor: pointer; }
  .new_coverage_form--form button {
    width: 176px;
    display: block;
    float: right;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 700;
    height: 35px; }
    .new_coverage_form--form button:focus {
      color: #FFF; }
    .check_tre .new_coverage_form--form button:hover {
      background: #23527c;
      border-color: #23527c; }
    @media (max-width: 640px) {
      .new_coverage_form--form button {
        margin-top: 1rem; } }
    .check_tre .new_coverage_form--form button {
      background: #23527c;
      border-color: #23527c; }
  .new_coverage_form--form .vertical-divider {
    height: 2rem;
    display: inline-block;
    width: 1px;
    margin: .3rem 1rem;
    vertical-align: top;
    background-color: #D3D3D2; }
    @media (max-width: 767px) {
      .new_coverage_form--form .vertical-divider {
        width: 100%;
        display: block;
        height: 1px;
        margin: .75rem 0; } }
    .vertical.new_fmc_form .new_coverage_form--form .vertical-divider {
      height: 1px;
      width: 100%;
      margin: 0 0 .75rem; }
  .new_coverage_form--form .base__toggle--box {
    position: absolute;
    top: 0;
    left: calc(1.5rem + ((1% - .03rem - 1.76px)*55) + .8rem + 2rem); }
    .new_coverage_form--form .base__toggle--box h6 {
      padding-top: .65rem; }
      @media (max-width: 767px) {
        .new_coverage_form--form .base__toggle--box h6 {
          font-size: 1rem;
          width: calc(100% - 40px - 1rem);
          padding: .2rem 0 .2rem; } }
      @media (max-width: 640px) {
        .new_coverage_form--form .base__toggle--box h6 {
          padding: 0; } }
      @media (max-width: 480px) {
        .new_coverage_form--form .base__toggle--box h6 {
          padding: 0.1rem 0 1rem; } }
    @media (max-width: 767px) {
      .new_coverage_form--form .base__toggle--box {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin-right: 1rem;
        width: calc((1% - 1.76px)*45); } }
    @media (max-width: 640px) {
      .new_coverage_form--form .base__toggle--box {
        width: calc((1% - .018rem)*42); } }
    @media (max-width: 480px) {
      .new_coverage_form--form .base__toggle--box {
        width: 100%;
        margin-right: 0; } }
    .vertical.new_fmc_form .new_coverage_form--form .base__toggle--box {
      position: relative;
      top: auto;
      left: auto;
      width: 100%; }
  .new_coverage_form--form .base__toggle + label {
    margin-bottom: 0;
    float: right;
    margin-left: .7rem;
    position: relative;
    margin-top: .45rem; }
    @media (max-width: 640px) {
      .new_coverage_form--form .base__toggle + label {
        margin-top: .5rem;
        top: 0; } }
    @media (max-width: 480px) {
      .new_coverage_form--form .base__toggle + label {
        margin-top: 0;
        top: 0; } }
    .new_coverage_form--form .base__toggle + label:before {
      content: 'NO';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      text-align: right;
      height: 1.4rem;
      line-height: 1.4rem;
      font-size: .75rem;
      color: #D3D3D2;
      padding-left: .4rem;
      padding-right: .3rem; }
    .new_coverage_form--form .base__toggle + label:after {
      color: #AAB2BD; }
  .new_coverage_form--form .base__toggle:checked + label {
    border-color: #FF6A00; }
    .new_coverage_form--form .base__toggle:checked + label:before {
      content: 'SI';
      text-align: left;
      color: white; }
    .new_coverage_form--form .base__toggle:checked + label:after {
      color: #FF6A00;
      border-color: #FF6A00; }
      .check_tre .new_coverage_form--form .base__toggle:checked + label:after {
        color: #23527c;
        border-color: #23527c; }
    .check_tre .new_coverage_form--form .base__toggle:checked + label {
      background: #23527c;
      border-color: #23527c; }

.autocomplete.coverage_check {
  background-color: #FFF;
  max-height: 10rem;
  max-width: 20rem;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D3D3D2; }
  .autocomplete.coverage_check li div {
    font-size: .9rem;
    padding: .7rem .9rem; }
    .autocomplete.coverage_check li div.ui-state-active {
      margin: 0;
      background-color: #FF6A00;
      color: #FFF; }
  .autocomplete.coverage_check li:first-of-type {
    border-radius: 4px 4px 0 0; }
  .autocomplete.coverage_check li:last-of-type {
    border-radius: 0 0 4px 4px; }

.block_tabs {
  max-width: 1024px;
  margin: 0 auto;
  height: auto; }

.wweRibbon {
  margin-bottom: 10px; }
  .wweRibbon .ribbon {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1em;
    color: #16191F;
    background-color: #FFF;
    padding: 3px;
    font-family: "Montserrat";
    font-weight: 700; }
    .wweRibbon .ribbon::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: -5px;
      background: #FFF;
      transform: skew(20deg);
      z-index: -1; }
    .wwe.orange .wweRibbon .ribbon {
      color: #FFF;
      background-color: #FF6A00; }
      .wwe.orange .wweRibbon .ribbon::after {
        background: #FF6A00; }

.wweHp.fullBand .standard_block__doubleButton {
  margin-top: 1.5rem; }
  @media (max-width: 767px) {
    .wweHp.fullBand .standard_block__doubleButton {
      padding: 0 30px; }
      .wweHp.fullBand .standard_block__doubleButton .base__bt {
        width: 100%;
        max-width: initial; } }

.offerBlock_slider {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .offerBlock_slider .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .offerBlock_slider .slick-slider .right__arrow {
    bottom: 80%; }
  .offerBlock_slider__mainTitle {
    margin: 30px auto 40px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 2.5em; }
  .offerBlock_slider__image {
    margin: 0 auto;
    margin-bottom: 10px; }
  .offerBlock_slider__container {
    margin-top: 30px;
    transition: all .45s ease-in-out; }
  .offerBlock_slider h2 {
    font-family: "Montserrat";
    font-weight: 700; }
  .offerBlock_slider__showMore {
    margin-top: 30px;
    color: #FF6A00;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    .offerBlock_slider__showMore:hover {
      text-decoration: underline; }
  .offerBlock_slider__showOffers {
    display: none;
    width: 100%;
    margin-left: 15px;
    color: #FF6A00;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.25em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer; }
    .offerBlock_slider__showOffers:hover {
      text-decoration: underline; }
  .offerBlock_slider__tabs {
    color: #292F36;
    text-transform: uppercase; }
    .offerBlock_slider__tabs__container {
      margin-bottom: 30px; }
    .offerBlock_slider__tabs--left {
      margin-left: 30px;
      float: left; }
    .offerBlock_slider__tabs--right {
      margin-right: 30px;
      float: right; }
    .offerBlock_slider__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .offerBlock_slider__tabs--title:hover {
        border-bottom: 1px solid #FF3A00; }
      .offerBlock_slider__tabs--title.active {
        border-bottom: 1px solid #FF3A00; }
  .offerBlock_slider__select {
    width: calc(50% - 10px);
    float: left; }
    .offerBlock_slider__select--second {
      margin-left: 20px; }
    .offerBlock_slider__select .base__select.bootstrap-select {
      width: 100% !important; }
      .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px; }
        .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .offerBlock_slider__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-family: "Montserrat";
          font-weight: 400;
          font-size: 1em; }
  .offerBlock_slider--title {
    font-size: 1em;
    text-transform: uppercase; }
  .offerBlock_slider__single {
    padding: 0 30px;
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    text-align: center; }
    .offerBlock_slider__single.item {
      position: relative; }
      .offerBlock_slider__single.item:after {
        display: block;
        position: absolute;
        top: 15%;
        right: 0%;
        bottom: 7%;
        width: 1px;
        background-color: #CCD1D9;
        content: ""; }
    .offerBlock_slider__single h2 {
      margin-bottom: 10px; }
    .offerBlock_slider__single--title {
      font-size: 1.750em;
      margin-bottom: 10px; }
    .offerBlock_slider__single--description {
      margin-bottom: 10px; }
    .offerBlock_slider__single--mainPrice {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 1.875em;
      line-height: 1; }
      .offerBlock_slider__single--mainPrice .recurrency {
        font-size: 20px; }
    .offerBlock_slider__single--recurrency {
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 0.813em;
      margin-bottom: 10px; }

@media all and (max-width: 767px) {
  .offerBlock_slider__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .offerBlock_slider__tabs--right {
    display: none; }
  .offerBlock_slider__single:after {
    display: none !important; } }

.service_block__container {
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.08;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }

.service_block h2 {
  font-family: "Montserrat";
  font-weight: 700; }

.service_block--title {
  font-size: 1em;
  text-transform: uppercase; }

.service_block__single {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  .service_block__single.item {
    position: relative; }
    .service_block__single.item:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 7%;
      right: 0%;
      min-height: 1px; }
  .service_block__single h2 {
    margin-bottom: 10px; }
  .service_block__single--image {
    width: 200px;
    margin: 0 auto 15px auto; }
    .service_block__single--image img {
      width: 100%; }
  .service_block__single--title {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #009BBE;
    font-size: 1.875em;
    font-family: "Montserrat";
    font-weight: 700;
    overflow: hidden;
    height: 64px; }
  .service_block__single--description {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 0.813em;
    margin: 0 auto;
    height: 40px;
    overflow: hidden; }

@media all and (max-width: 991px) {
  .service_block__single__placeholder {
    display: block; }
  .service_block__showMore {
    display: none; } }

@media all and (max-width: 767px) {
  .service_block__single:after {
    display: none !important; }
  .service_block__single__placeholder {
    display: none; }
  .service_block__showOffers,
  .arrow_top_orange {
    display: block; }
  .service_block__tabs {
    display: none; }
  .service_block__single--disclaimer {
    display: none; } }

.blocco_ricarica {
  margin-bottom: 20px; }

.topUp_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  .topUp_block__container {
    background-color: #F4F4F4;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px; }
  .topUp_block__title {
    margin-bottom: 10px;
    font-size: 3.75em;
    color: #009BBE;
    font-family: "Montserrat";
    font-weight: 300; }
  .topUp_block__input {
    padding-bottom: 36px;
    position: relative; }
    .topUp_block__input .base__input.error {
      margin-bottom: 0; }
      .topUp_block__input .base__input.error + span.error {
        position: absolute;
        bottom: 0;
        left: 0; }
  .topUp_block__select {
    margin-bottom: 30px; }
    .topUp_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 100%; }
    .topUp_block__select .base__select.bootstrap-select .dropdown-toggle {
      padding-top: 20px; }
      .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        right: 23px; }
      .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 2rem;
        color: #009BBE;
        text-align: center; }
        .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option .euro {
          font-size: 1.5rem; }
        .topUp_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option .textl {
          font-size: 1.5rem; }
  .topUp_block__description {
    font-size: 1.500em;
    color: #292F36; }
  .topUp_block__left {
    padding-left: 30px;
    position: relative;
    height: 450px; }
  .topUp_block__right {
    padding-left: 115px;
    padding-right: 30px;
    margin-top: 15px; }
    .topUp_block__right .topUp_block__label {
      font-size: 1.125em;
      margin-bottom: 10px; }
    .topUp_block__right .base__bt {
      width: 100%;
      padding: 1rem 0;
      font-size: 1.2rem;
      line-height: 1.2em;
      margin-bottom: 30px; }
  .topUp_block__imageContainer {
    position: absolute;
    bottom: 0; }
  .topUp_block__image {
    margin-top: 15px;
    width: 100%; }

@media all and (max-width: 991px) {
  .topUp_block__left {
    font-size: 14px; } }

@media all and (max-width: 767px) {
  .topUp_block__left {
    font-size: 10px;
    height: 400px;
    padding-left: 15px; }
  .topUp_block__right {
    padding: 0px 15px; }
    .topUp_block__right .button, .topUp_block__right a.button--slim, .topUp_block__right a.button--ghost, .topUp_block__right a.button--ghost--transparent, .topUp_block__right a.button--search {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }

@media all and (max-width: 400px) {
  .topUp_block__left {
    height: 350px;
    padding-left: 15px; } }

.customer_block {
  background-color: #F4F4F4;
  max-width: 1024px;
  margin: 0 auto; }
  .customer_block__container {
    max-width: 1024px;
    margin: 0 auto; }
  .customer_block__title {
    text-align: center;
    font-size: 2.5em;
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 300; }
  .customer_block__search {
    float: left;
    width: calc(85% - 15px); }
    .customer_block__search .base__input {
      padding-top: 15px;
      padding-bottom: 15px;
      height: 50px; }
  .customer_block__tripleContainer {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .customer_block__tripleContainer {
        display: block; } }
    .customer_block__tripleContainer .contents_wrapper > a {
      display: table;
      color: #292f36;
      margin: 0 auto; }
      .customer_block__tripleContainer .contents_wrapper > a:hover {
        color: #FF6A00; }
      .customer_block__tripleContainer .contents_wrapper > a:active {
        color: #FF3A00; }
    .customer_block__tripleContainer .base__icon {
      width: 65px;
      height: 65px;
      margin: 45px auto 0 auto; }
    .customer_block__tripleContainer .block {
      display: table-cell;
      width: 33%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer .block {
          display: block;
          width: 100%; }
          .customer_block__tripleContainer .block .base__input {
            display: block;
            max-width: 280px;
            margin: 0 auto; }
          .customer_block__tripleContainer .block .button, .customer_block__tripleContainer .block a.button--slim, .customer_block__tripleContainer .block a.button--ghost, .customer_block__tripleContainer .block a.button--ghost--transparent, .customer_block__tripleContainer .block a.button--search {
            float: none;
            font-size: 0.9em;
            padding: 1em 0.5em;
            margin: 0 auto;
            max-width: 280px; } }
    .customer_block__tripleContainer.twoBlocks {
      width: 70%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer.twoBlocks {
          display: block;
          width: 100%; }
          .customer_block__tripleContainer.twoBlocks .base__input {
            display: block;
            max-width: 280px;
            margin: 0 auto; }
          .customer_block__tripleContainer.twoBlocks .button, .customer_block__tripleContainer.twoBlocks a.button--slim, .customer_block__tripleContainer.twoBlocks a.button--ghost, .customer_block__tripleContainer.twoBlocks a.button--ghost--transparent, .customer_block__tripleContainer.twoBlocks a.button--search {
            float: none;
            font-size: 0.9em;
            padding: 1em 0.5em;
            margin: 0 auto;
            max-width: 280px; } }
    .customer_block__tripleContainer.onlyOne .block {
      width: 100%;
      margin-top: 30px; }
      .customer_block__tripleContainer.onlyOne .block .base__icon {
        float: left;
        margin: 20px auto; }
      .customer_block__tripleContainer.onlyOne .block div[class*="--title"] {
        position: absolute;
        left: 120px;
        margin-top: 20px; }
      .customer_block__tripleContainer.onlyOne .block div[class*="--Subtitle"] {
        position: absolute;
        left: 120px;
        top: 50px;
        width: 45%;
        text-align: left; }
      .customer_block__tripleContainer.onlyOne .block div[class*="__sameHeight_container"] {
        position: absolute;
        left: 120px;
        top: 50px;
        width: 45%;
        text-align: left; }
      .customer_block__tripleContainer.onlyOne .block .button, .customer_block__tripleContainer.onlyOne .block a.button--slim, .customer_block__tripleContainer.onlyOne .block a.button--ghost, .customer_block__tripleContainer.onlyOne .block a.button--ghost--transparent, .customer_block__tripleContainer.onlyOne .block a.button--search {
        float: right;
        padding: 1em;
        margin-top: 25px; }
      @media (max-width: 767px) {
        .customer_block__tripleContainer.onlyOne .block .base__icon {
          float: none; }
        .customer_block__tripleContainer.onlyOne .block div[class*="--title"] {
          position: static; }
        .customer_block__tripleContainer.onlyOne .block div[class*="--Subtitle"] {
          position: static;
          width: 100%;
          text-align: center; }
        .customer_block__tripleContainer.onlyOne .block div[class*="__sameHeight_container"] {
          position: static;
          width: 100%; }
        .customer_block__tripleContainer.onlyOne .block .base__input {
          display: block;
          max-width: 280px;
          margin: 0 auto; }
        .customer_block__tripleContainer.onlyOne .block .button, .customer_block__tripleContainer.onlyOne .block a.button--slim, .customer_block__tripleContainer.onlyOne .block a.button--ghost, .customer_block__tripleContainer.onlyOne .block a.button--ghost--transparent, .customer_block__tripleContainer.onlyOne .block a.button--search {
          float: none;
          font-size: 0.9em;
          padding: 1em 0.5em;
          margin: 0 auto;
          max-width: 280px; } }
  .customer_block__searchContainer {
    margin-left: 30px;
    margin-right: 30px; }
  .customer_block__searchButton {
    width: 15%;
    float: left;
    height: 50px;
    margin-left: 15px; }
    .customer_block__searchButton .button--searchButton {
      max-width: 120px;
      height: 100%;
      padding: 0.8em 0; }
      .customer_block__searchButton .button--searchButton .icon {
        font-size: 1.5rem; }
  .customer_block__sameHeight_container {
    height: 60px;
    margin-bottom: 20px; }
  .customer_block__divider {
    margin-top: 20px; }
    .customer_block__divider--text {
      position: relative;
      z-index: 1; }
      .customer_block__divider--text:before {
        border-top: 1px solid #D3D3D2;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: calc(100% - 60px);
        z-index: -1; }
      .customer_block__divider--text span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #F4F4F4;
        padding: 0 15px; }
  .customer_block__icon {
    background: url("../img/icons-customer-care/customerCare_sprite.png") no-repeat 0 0;
    margin: 45px auto 0 auto; }
    .customer_block__icon--findStore {
      width: 65px;
      height: 65px;
      background-position: 0 5px; }
    .customer_block__icon--findDevice {
      width: 65px;
      height: 65px;
      background-position: 15px -60px; }
    .customer_block__icon--findCoverage {
      width: 65px;
      height: 65px;
      background-position: 13px -125px; }
  .customer_block__find--title {
    font-size: 1rem;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .customer_block__find--icon {
    font-size: 3rem; }
  .customer_block__find--Subtitle {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1rem; }

@media all and (max-width: 767px) {
  a.button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search {
    margin-left: 0px;
    margin-right: 0px; }
  .customer_block__searchButton .button--searchButton {
    background-position: calc(4vw + 20%) -191px;
    margin: 0; }
  .customer_block__divider {
    margin-top: 30px; }
    .customer_block__divider--text:before {
      width: calc(100% - 30px); }
  .customer_block__tripleContainer {
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px; }
    .customer_block__tripleContainer .contents_wrapper {
      margin-bottom: 40px; }
      .customer_block__tripleContainer .contents_wrapper:last-child {
        margin-bottom: 0; }
  .customer_block__icon {
    margin-top: 20px; }
  .customer_block__find--title {
    margin-top: 15px;
    margin-bottom: 15px; } }

.newsletter_block {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .newsletter_block__container {
    margin-top: 30px; }
  .newsletter_block__title {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 25px; }
  .newsletter_block__left .button, .newsletter_block__left a.button--slim, .newsletter_block__left a.button--ghost, .newsletter_block__left a.button--ghost--transparent, .newsletter_block__left a.button--search {
    margin-top: 25px; }
  .newsletter_block__icon {
    margin-top: 40px;
    margin-bottom: 30px; }
    .newsletter_block__icon.centered .newsletter_block__icon--firstRow {
      width: 50%; }
      .newsletter_block__icon.centered .newsletter_block__icon--firstRow .base__icon {
        float: right; }
    .newsletter_block__icon.centered .newsletter_block__icon--secondRow {
      width: 50%; }
    .newsletter_block__icon .col-xs-12 {
      padding: 0; }
    .newsletter_block__icon--firstRow {
      float: left; }
    .newsletter_block__icon--secondRow {
      float: left; }
    .newsletter_block__icon .base__icon {
      float: left;
      width: 88px;
      height: 88px;
      margin-right: 0.5em; }

@media all and (max-width: 767px) {
  .newsletter_block {
    text-align: center; }
  .newsletter_block__icon {
    margin: 0 auto; }
    .newsletter_block__icon--firstRow {
      float: left;
      margin: 0 auto;
      width: 50%; }
      .newsletter_block__icon--firstRow .base__icon {
        float: right; }
    .newsletter_block__icon--secondRow {
      float: left;
      width: 50%; }
  .newsletter_block__left input {
    width: 100%;
    max-width: 280px; }
  .newsletter_block__left .button, .newsletter_block__left a.button--slim, .newsletter_block__left a.button--ghost, .newsletter_block__left a.button--ghost--transparent, .newsletter_block__left a.button--search {
    width: 100%;
    max-width: 280px;
    margin: 25px auto; } }

.mgm_block {
  background-color: #F4F4F4;
  padding-top: 60px;
  padding-bottom: 60px; }
  .mgm_block__container {
    margin: 0 auto;
    max-width: 1024px; }
  .mgm_block__description {
    font-size: 1.500em;
    font-family: "Montserrat";
    font-weight: 300;
    margin-right: 30px; }
    .mgm_block__description--enhanced {
      text-transform: uppercase;
      color: #009BBE; }
  .mgm_block__title {
    margin-top: 25px;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 25px; }
    .mgm_block__title--main {
      font-size: 3.75em;
      font-family: "Montserrat";
      font-weight: 300;
      color: #009BBE;
      margin-bottom: 10px; }
  .mgm_block__checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
    cursor: pointer; }
    .mgm_block__checkbox .base__checkbox.checkbox label {
      width: 80%;
      font-size: 0.688em;
      font-family: "Montserrat";
      font-weight: 300; }
      .mgm_block__checkbox .base__checkbox.checkbox label::before {
        bottom: 5px; }
  .mgm_block__right .button, .mgm_block__right a.button--slim, .mgm_block__right a.button--ghost, .mgm_block__right a.button--ghost--transparent, .mgm_block__right a.button--search {
    margin-top: 15px; }

@media all and (max-width: 767px) {
  .mgm_block__left {
    font-size: 14px; }
  .mgm_block__title--main {
    font-size: 2.75em; } }

.contactApp_block {
  margin: 0 auto; }
  .contactApp_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #292F36; }
  .contactApp_block__background {
    overflow: hidden; }
    .contactApp_block__background--shadow {
      background-image: url(../img/backgrounds/linear_shadow.png);
      background-repeat: no-repeat;
      background-position: 0px;
      height: 24px; }
  .contactApp_block__image {
    transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    position: relative;
    left: 20%;
    width: 30%; }
    .contactApp_block__image--big {
      top: 45px;
      z-index: 10; }
    .contactApp_block__image--small {
      z-index: 1;
      top: 90px;
      padding-left: 50px; }
  .contactApp_block__textBlock {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px; }
  .contactApp_block__title {
    margin-top: 25px;
    font-size: 2.5em;
    font-family: "Montserrat";
    font-weight: 300;
    color: #FFF;
    margin-bottom: 25px; }
  .contactApp_block__links {
    position: relative;
    left: 2.5%; }
    .contactApp_block__links--single {
      padding: 0;
      letter-spacing: -1px;
      font-size: 1.250em;
      text-transform: uppercase;
      float: left; }
      .contactApp_block__links--single a {
        display: block;
        float: left;
        color: #FF6A00; }
        .contactApp_block__links--single a:hover {
          color: #FF3A00; }
      .contactApp_block__links--single:after {
        padding: 0px 9px;
        content: '\00B7';
        font-size: 2.5em;
        color: #FFF;
        position: relative;
        bottom: 0.45em; }
      .contactApp_block__links--single:nth-of-type(4):after {
        content: ''; }
      .contactApp_block__links--single.white a {
        color: #FFF; }
        .contactApp_block__links--single.white a:hover {
          opacity: 0.8; }
  .contactApp_block__checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
    cursor: pointer; }
    .contactApp_block__checkbox .base__checkbox.checkbox label {
      width: 80%;
      font-size: 0.688em;
      font-family: "Montserrat";
      font-weight: 300; }
      .contactApp_block__checkbox .base__checkbox.checkbox label::before {
        width: 1.9em;
        height: 1.9em;
        bottom: 5px; }
      .contactApp_block__checkbox .base__checkbox.checkbox label::after {
        margin-left: -1.4em;
        padding-left: 4px;
        padding-top: 5px;
        margin-top: -3px;
        font-size: 1.4em; }
  .contactApp_block__right .button, .contactApp_block__right a.button--slim, .contactApp_block__right a.button--ghost, .contactApp_block__right a.button--ghost--transparent, .contactApp_block__right a.button--search {
    margin-top: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  .contactApp_block__links {
    left: 0;
    width: 750px;
    margin: 0 auto; }
    .contactApp_block__links--single {
      font-size: 1em; } }

@media all and (max-width: 460px) {
  .contactApp_block__title {
    font-size: 1.5em; }
  .contactApp_block__image {
    left: 9%; }
    .contactApp_block__image--big {
      width: 50%;
      top: 38px; }
    .contactApp_block__image--small {
      width: 48%;
      top: 54px;
      margin-left: -16%; } }

@media all and (max-width: 767px) {
  .contactApp_block__links--single {
    margin-top: 40px;
    float: none;
    font-size: 1em; }
    .contactApp_block__links--single:after {
      position: static;
      font-size: 1.5em;
      display: none; }
    .contactApp_block__links--single a {
      float: none; }
  .contactApp_block__image--small {
    padding-left: 0px; }
  .body {
    font-size: 14px; } }

.homeLife_block__logo {
  text-align: center;
  margin-bottom: 50px; }

.homeLife_block__container {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 50px;
  color: #FFF;
  background-color: #212121;
  line-height: 1.1em; }

.homeLife_block h2 {
  font-family: "Montserrat";
  font-weight: 700; }

.homeLife_block--title {
  font-size: 1em;
  text-transform: uppercase; }

.homeLife_block__single {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  .homeLife_block__single .image_item {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
  .homeLife_block__single h2 {
    margin-bottom: 10px; }
  .homeLife_block__single--title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.250em;
    font-family: "Montserrat";
    font-weight: 700; }
  .homeLife_block__single--disclaimer {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 300;
    margin: 20px 0px; }
    .homeLife_block__single--disclaimer .price {
      font-size: 1.625em; }
    .homeLife_block__single--disclaimer--offer {
      color: #FF6A00; }

.stripMenu {
  margin: 0 auto;
  line-height: 1.08; }
  @media (max-width: 767px) {
    .stripMenu {
      font-size: 14px; } }
  @media (max-width: 640px) {
    .stripMenu {
      font-size: 10px; } }
  .stripMenu .owl-theme .owl-controls .owl-buttons {
    bottom: 95px; }
  .stripMenu__container {
    text-align: center;
    display: block;
    background-color: #F4F4F4;
    /*changed from inline-block*/
    max-width: 1024px;
    margin: 0 auto;
    color: #AAB2BD; }
  .stripMenu__icon {
    font-size: 2.375em; }
  .stripMenu__item {
    padding-top: 13px;
    padding-bottom: 12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0; }
    .stripMenu__item .base__icon {
      width: 40px;
      height: 40px; }
    .stripMenu__item.active {
      color: #FF3A00; }
      .stripMenu__item.active a {
        color: #FF6A00; }
      .stripMenu__item.active .base__icon.icon_mobile--grey {
        background-position: 0% 5.49231%; }
      .stripMenu__item.active .base__icon.icon_mobile_fisso--grey {
        background-position: 0% 6.59077%; }
      .stripMenu__item.active .base__icon.icon_servizi_innovativi--grey {
        background-position: 0% 48.33231%; }
      .stripMenu__item.active .base__icon.icon_device--grey {
        background-position: 0% 8.78769%; }
      .stripMenu__item.active .base__icon.icon_promo--grey {
        background-position: 0% 4.39385%; }
      .stripMenu__item.active .base__icon.icon_fisso--grey {
        background-position: 0% 7.68923%; }
    .stripMenu__item:hover {
      color: #FF3A00; }
      .stripMenu__item:hover .base__icon.icon_mobile--grey {
        background-position: 0% 5.49231%; }
      .stripMenu__item:hover .base__icon.icon_mobile_fisso--grey {
        background-position: 0% 6.59077%; }
      .stripMenu__item:hover .base__icon.icon_servizi_innovativi--grey {
        background-position: 0% 48.33231%; }
      .stripMenu__item:hover .base__icon.icon_device--grey {
        background-position: 0% 8.78769%; }
      .stripMenu__item:hover .base__icon.icon_promo--grey {
        background-position: 0% 4.39385%; }
      .stripMenu__item:hover .base__icon.icon_fisso--grey {
        background-position: 0% 7.68923%; }
    .stripMenu__item__title {
      display: block;
      padding-top: 5px;
      font-size: 0.857rem; }
    .stripMenu__item__icon {
      font-size: 2.2rem;
      display: block;
      margin-bottom: 5px; }
    .stripMenu__item a {
      color: #AAB2BD; }
      .stripMenu__item a:hover {
        color: #FF3A00; }
  .stripMenu__container {
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .stripMenu--title {
    font-size: 1em;
    text-transform: uppercase; }

.stripMenuText {
  margin: 0 auto;
  line-height: 1.08;
  background-color: #F4F4F4;
  max-width: 1024px; }
  .stripMenuText .owl-theme .owl-controls .owl-buttons {
    bottom: 95px; }
  .stripMenuText__container {
    text-align: center;
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    color: #AAB2BD;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
    .stripMenuText__container .slick-track {
      display: table; }
      .stripMenuText__container .slick-track .slick-slide {
        float: none;
        display: table-cell; }
  .stripMenuText__item {
    text-align: center;
    display: inline-block;
    cursor: pointer; }
    .stripMenuText__item a {
      color: #AAB2BD; }
      .stripMenuText__item a:hover {
        color: #FF3A00; }
    .stripMenuText__item__title {
      display: inline-block;
      position: relative;
      padding: 30px 0 10px; }
    .stripMenuText__item.active a, .stripMenuText__item:hover a {
      color: #FF3A00; }
    .stripMenuText__item.active .stripMenuText__item__title:after, .stripMenuText__item:hover .stripMenuText__item__title:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background-color: #FF6A00; }

@media all and (max-width: 768px) {
  .stripMenuText {
    font-size: 14px; } }

.infographic_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .infographic_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px; }
  .infographic_block__title {
    margin-bottom: 15px;
    font-size: 2.5em;
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 300;
    text-align: left;
    margin-left: 30px; }
  .infographic_block__description {
    font-size: 0.625em;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 400;
    text-align: center; }
  .infographic_block__left {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid #D3D3D2; }
  .infographic_block__right {
    text-align: left;
    padding-left: 40px; }
  .infographic_block__image {
    width: inherit; }

@media all and (max-width: 767px) {
  .infographic_block__image {
    width: 100%; }
  .infographic_block__left, .infographic_block__right {
    text-align: center;
    padding: 0; } }

@media all and (max-width: 450px) {
  .infographic_block__left, .infographic_block__right {
    width: 100%; } }

.subscribe_block {
  background-color: #F4F4F4;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out; }
  .subscribe_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 60px; }
  .subscribe_block__title {
    margin-bottom: 15px;
    font-size: 3.75em;
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 300; }
  .subscribe_block__input {
    margin-bottom: 10px; }
    .subscribe_block__input--email {
      margin-bottom: 35px; }
  .subscribe_block__description {
    font-size: 1.500em;
    width: 300px;
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 300; }
  .subscribe_block__left {
    padding-left: 30px; }
  .subscribe_block__right {
    padding-left: 115px;
    padding-right: 30px;
    margin-top: 30px; }
  .subscribe_block__imageContainer {
    position: absolute;
    top: 38%;
    left: 20%; }
  .subscribe_block__image {
    margin-top: 7px; }

@media all and (max-width: 767px) {
  .subscribe_block__left {
    font-size: 10px; }
  .subscribe_block__right {
    padding: 0px 15px; }
    .subscribe_block__right .button, .subscribe_block__right a.button--slim, .subscribe_block__right a.button--ghost, .subscribe_block__right a.button--ghost--transparent, .subscribe_block__right a.button--search {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; }
  .subscribe_block__imageContainer {
    top: -24px;
    right: -160px;
    left: inherit; }
    .subscribe_block__imageContainer .subscribe_block__image {
      width: 50%;
      margin-top: 15px; } }

@media all and (max-width: 400px) {
  .subscribe_block__imageContainer {
    top: 40px;
    right: -235px;
    left: inherit; }
    .subscribe_block__imageContainer .subscribe_block__image {
      width: 35%; }
  .subscribe_block__description {
    width: 200px; } }

.slidingNews_block {
  padding-top: 30px;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.08;
  padding-bottom: 30px; }
  .slidingNews_block__container {
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .slidingNews_block__single {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .slidingNews_block__single.item {
      position: relative; }
      .slidingNews_block__single.item:after {
        background-color: #D3D3D2;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 15%;
        bottom: 7%;
        right: 0%;
        min-height: 1px; }
        @media (max-width: 584px) {
          .slidingNews_block__single.item:after {
            display: none; } }
    .slidingNews_block__single--title {
      margin-top: 30px;
      margin-bottom: 15px;
      height: 65px;
      font-size: 1.500em;
      font-family: "Montserrat";
      font-weight: 700; }
    .slidingNews_block__single--disclaimer {
      font-size: 1em;
      font-family: "Montserrat";
      font-weight: 400;
      margin: 20px 0px;
      height: 85px; }
    .slidingNews_block__single--subTitle {
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 0.813em;
      margin-bottom: 10px;
      height: 15px; }
    .slidingNews_block__single--image .image_slider {
      margin: 0 auto; }
  .slidingNews_block__withImage .slidingNews_block__single--subTitle {
    display: block; }
  .slidingNews_block__withImage .slidingNews_block__single--disclaimer {
    height: 55px;
    overflow: hidden;
    line-height: 1em; }
  .slidingNews_block__withImage .slidingNews_block__single--title {
    display: none; }
  .slidingNews_block__withImage .slidingNews_block__single--image {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto; }
  .slidingNews_block__withImage .slidingNews_block__single .base__icon {
    width: 88px;
    height: 88px; }
  .slidingNews_block__topUp .slidingNews_block__single.item:after {
    display: none; }
  .slidingNews_block__topUp .slidingNews_block__single--image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .slidingNews_block__topUp .slidingNews_block__single--subTitle {
    display: block;
    font-size: 16px;
    color: #292F36;
    text-align: center;
    height: auto; }
  .slidingNews_block__topUp .slidingNews_block__single--disclaimer {
    height: 80px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FF6A00;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px; }
  .slidingNews_block__topUp .slidingNews_block__single--title {
    display: none; }
  .slidingNews_block__topUp .slidingNews_block__single--image {
    display: block; }
  .slidingNews_block__topUp .slidingNews_block__single .base__icon {
    width: 88px;
    height: 88px; }
  .slidingNews_block__topUp .slidingNews_block__single .button, .slidingNews_block__topUp .slidingNews_block__single a.button--slim, .slidingNews_block__topUp .slidingNews_block__single a.button--ghost, .slidingNews_block__topUp .slidingNews_block__single a.button--ghost--transparent, .slidingNews_block__topUp .slidingNews_block__single a.button--search {
    display: none; }
  .slidingNews_block__noImage .slidingNews_block__single--subTitle {
    display: none; }
  .slidingNews_block__noImage .slidingNews_block__single--title {
    display: block; }
  .slidingNews_block__noImage .slidingNews_block__single--image {
    display: none; }

.container_firstBlock {
  margin: 0 auto;
  overflow: hidden; }

.standard_blockInfo {
  margin: 0 auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  .standard_blockInfo__mainContainer {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    .standard_blockInfo__mainContainer .recurrent_priceRow {
      margin: 0;
      font-family: "Montserrat";
      font-weight: 300; }
      .standard_blockInfo__mainContainer .recurrent_priceRow__price {
        font-size: 3.438em;
        line-height: 1em;
        height: 1.5em;
        overflow: hidden; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price.text_blue {
          color: #183989; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price.text_orange {
          color: #FF6A00; }
        .standard_blockInfo__mainContainer .recurrent_priceRow__price .currency {
          font-size: 0.75em; }
      .standard_blockInfo__mainContainer .recurrent_priceRow__recurrency {
        color: #292F36;
        font-size: 0.875rem;
        line-height: 1em;
        display: block; }
  .standard_blockInfo__sticker__wrapper {
    position: absolute;
    bottom: 30px;
    width: 40px;
    left: 0; }
  .standard_blockInfo__sticker__container .sticker_single {
    width: 40px;
    height: 40px;
    margin-bottom: 2px; }
  .standard_blockInfo__coloredBg {
    width: 150%;
    height: 100%;
    position: absolute;
    left: 55%; }
    .standard_blockInfo__coloredBg.skew_left {
      -moz-transform: skew(20deg);
      -o-transform: skew(20deg);
      -ms-transform: skew(20deg);
      -webkit-transform: skew(20deg);
      transform: skew(20deg); }
    .standard_blockInfo__coloredBg.skew_right {
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg); }
  .standard_blockInfo__additional_form {
    position: absolute;
    width: 100%;
    -webkit-transition: all, 0.45s, ease-in-out;
    -moz-transition: all, 0.45s, ease-in-out;
    -ms-transition: all, 0.45s, ease-in-out;
    -o-transition: all, 0.45s, ease-in-out;
    transition: all, 0.45s, ease-in-out; }
    .standard_blockInfo__additional_form.covered {
      bottom: -100%;
      visibility: hidden; }
    .standard_blockInfo__additional_form.uncovered {
      bottom: 2px;
      visibility: visible; }
  .standard_blockInfo__input--address {
    display: inline-block;
    width: calc(90% - 35px);
    float: left; }
    .standard_blockInfo__input--address input {
      width: 100%; }
  .standard_blockInfo__input--civic_number {
    display: inline-block;
    width: 60px;
    float: right; }
    .standard_blockInfo__input--civic_number input {
      width: 100%; }
  .standard_blockInfo__input--number {
    display: inline-block;
    width: calc(90% - 35px);
    float: right; }
    .standard_blockInfo__input--number input {
      width: 100%; }
  .standard_blockInfo__input--prefix {
    display: inline-block;
    width: 60px;
    float: left; }
    .standard_blockInfo__input--prefix input {
      width: 100%; }
  .standard_blockInfo__select .base__select {
    width: 100% !important;
    margin-bottom: 10px;
    left: 0; }
  .standard_blockInfo__select .base__select.bootstrap-select .dropdown-toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 300; }
  .standard_blockInfo__select .base__select.bootstrap-select .bs-caret .caret {
    right: 15px;
    top: 50%; }
  .standard_blockInfo__select .base__select.bootstrap-select .filter-option {
    font-size: 1em;
    text-align: left; }
  .standard_blockInfo__image {
    position: absolute;
    bottom: 0;
    left: 72%;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .standard_blockInfo__half_block {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
    .standard_blockInfo__half_block__left {
      width: 45%;
      margin-left: 30px;
      min-height: 405px; }
      .standard_blockInfo__half_block__left .button, .standard_blockInfo__half_block__left a.button--slim, .standard_blockInfo__half_block__left a.button--ghost, .standard_blockInfo__half_block__left a.button--ghost--transparent, .standard_blockInfo__half_block__left a.button--search {
        width: 160px;
        margin: 0 auto; }
    .standard_blockInfo__half_block__right {
      width: 33.3%;
      margin-right: 30px;
      position: relative;
      z-index: 10;
      min-height: 403px; }
      .standard_blockInfo__half_block__right .base__input {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 1.429rem;
        padding-top: 17px;
        padding-bottom: 14px;
        font-family: "Montserrat";
        font-weight: 300; }
      .standard_blockInfo__half_block__right .button, .standard_blockInfo__half_block__right a.button--slim, .standard_blockInfo__half_block__right a.button--ghost, .standard_blockInfo__half_block__right a.button--ghost--transparent, .standard_blockInfo__half_block__right a.button--search {
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 10px; }
        .standard_blockInfo__half_block__right .button--ghost {
          margin-top: 10px; }
      .standard_blockInfo__half_block__right .without_number {
        color: #FFF;
        font-family: "Montserrat";
        font-weight: 300;
        text-decoration: underline;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .standard_blockInfo__half_block__right .without_number:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    .standard_blockInfo__half_block.image_block {
      position: relative; }
  .standard_blockInfo__info {
    text-align: center; }
  .standard_blockInfo__title {
    margin-top: 15px;
    font-size: 2.8em;
    line-height: 1em;
    height: 2em;
    overflow: hidden;
    font-family: "Montserrat";
    font-weight: 300;
    color: #183989; }
  .standard_blockInfo__whiteTitle {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.875em;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 400; }
  .standard_blockInfo__text {
    text-align: center;
    margin: 5px 30px 10px 30px;
    font-size: 1.125em;
    line-height: 1em;
    overflow: hidden;
    height: 3.3em;
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 400; }
  .standard_blockInfo__bundle:before {
    content: "";
    display: block;
    max-width: 120px;
    margin: 0 auto;
    height: 1px;
    background-color: #F4F4F4;
    bottom: 5px;
    position: relative; }
    @media (max-width: 767px) {
      .standard_blockInfo__bundle:before {
        bottom: 0; } }
  .standard_blockInfo__bundle_logo {
    margin: 0 auto; }
  .standard_blockInfo__bundle_text {
    font-size: 1em;
    line-height: 1em;
    height: 1.2em;
    overflow: hidden; }
  .standard_blockInfo__bundle_claim {
    font-size: 1em;
    line-height: 1em;
    height: 1.2em;
    overflow: hidden;
    margin: 1rem 0; }

@media all and (max-width: 1024px) {
  .container_firstBlock {
    width: 100%; } }

@media all and (max-width: 767px) {
  .standard_blockInfo__sticker__wrapper {
    position: static;
    width: 100%;
    text-align: center; }
    .standard_blockInfo__sticker__wrapper .sticker_single {
      margin-right: 5px; }
  .standard_blockInfo .container_reviews {
    width: 330px;
    margin: 0 auto; }
    .standard_blockInfo .container_reviews .share_block__reviews {
      right: 0; }
  .standard_blockInfo__select {
    /*float: right;
          margin-right: 15px;
          margin-left: auto;*/ }
  .standard_blockInfo.bg_white_black {
    height: auto;
    background: none; }
  .standard_blockInfo__whiteTitle {
    text-align: center;
    margin-right: 0px;
    color: #FFF; }
  .standard_blockInfo__text {
    margin-bottom: 0px; }
  .standard_blockInfo__image {
    width: 50%;
    top: 110%;
    left: 50%;
    display: none; }
  .standard_blockInfo__coloredBg {
    top: 53.7%;
    left: 0;
    height: 150%; }
    .standard_blockInfo__coloredBg.skew_right, .standard_blockInfo__coloredBg.skew_left {
      -moz-transform: skew(0);
      -o-transform: skew(0);
      -ms-transform: skew(0);
      -webkit-transform: skew(0);
      transform: skew(0); }
  .standard_blockInfo__half_block {
    float: none;
    margin: 0 auto;
    width: calc(100% - 30px); }
    .standard_blockInfo__half_block__left {
      /*   height: 300px; */ }
  .standard_blockInfo__title {
    font-size: 2.0em; }
  .recurrent_priceRow {
    margin-bottom: 0px; }
    .recurrent_priceRow__price {
      margin-top: 0px; } }

.vantaggi-online {
  margin-bottom: 30px; }
  .vantaggi-online.background_color--white {
    background-color: #ffffff;
    padding: 30px 0; }
  .vantaggi-online.background_color--grey {
    background-color: #F8F8F8;
    padding: 30px 0; }
  .vantaggi-online .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
    @media (max-width: 767px) {
      .vantaggi-online .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .vantaggi-online__headtitle {
    color: #FF6A00;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 27px; }
    @media (min-width: 767px) {
      .vantaggi-online__headtitle {
        text-align: center; } }
  .vantaggi-online__wrapper {
    display: flex; }
    @media (max-width: 767px) {
      .vantaggi-online__wrapper {
        flex-direction: column !important;
        -ms-flex-direction: column !important; } }
    @media (min-width: 767px) {
      .vantaggi-online__wrapper {
        justify-content: center;
        align-items: stretch;
        margin-left: -15px;
        margin-right: -15px; } }
  @media (max-width: 767px) {
    .vantaggi-online__block {
      padding-bottom: 30px; }
      .vantaggi-online__block:last-child {
        padding-bottom: 0; } }
  @media (min-width: 767px) {
    .vantaggi-online__block {
      text-align: center;
      flex: 1;
      margin-left: 15px;
      margin-right: 15px; } }
  .vantaggi-online__block-title {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    display: flex; }
    @media (min-width: 767px) {
      .vantaggi-online__block-title {
        text-align: left; } }
  .vantaggi-online__block-description {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left; }
  .vantaggi-online__block-icon {
    width: 63px;
    height: 63px;
    margin-left: 0px; }
  .vantaggi-online__block-text {
    position: absolute;
    margin-left: 75px;
    align-self: center; }

.visore_restyle.visore_bg {
  background: transparent !important; }
  @media (max-width: 767px) {
    .visore_restyle.visore_bg {
      margin-bottom: 180px; } }

.visore_restyle.visore_bg.cyc {
  /*  background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        */ }
  @media (max-width: 767px) {
    .visore_restyle.visore_bg.cyc {
      margin-bottom: 180px; } }

.visore_restyle.bg--blue {
  background: linear-gradient(to bottom, #2D389C, #0D1564); }
  @media (max-width: 767px) {
    .visore_restyle.bg--blue {
      background: linear-gradient(to right, #2D389C, #0D1564); } }

.visore_restyle.bg--orange {
  background: linear-gradient(to bottom, #FF6A00, #FF3A00); }
  @media (max-width: 767px) {
    .visore_restyle.bg--orange {
      background: linear-gradient(to right, #FF6A00, #FF3A00); } }

.visore_restyle__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px; }
  .visore_grafico .visore_restyle__container {
    background: none !important;
    min-height: 250px;
    padding: 20px 20px 30px; }
  .visore_bg .visore_restyle__container {
    padding: 20px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 340px;
    /*  background-repeat: no-repeat;
                background-size: cover;
                background-position: left center;
                */
    overflow: hidden; }
    @media (max-width: 767px) {
      .visore_bg .visore_restyle__container {
        padding: 20px;
        overflow: visible; } }
  .visore_bg.cyc .visore_restyle__container {
    min-height: 470px;
    /* background: none;
                overflow: visible; */ }
  .visore_restyle__container .bgsaver {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: -1; }

.visore_restyle__bgcontainer {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%; }
  .visore_restyle__bgcontainer img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%; }
  .visore_grafico .visore_restyle__bgcontainer {
    display: none; }

.visore_restyle__offer_block {
  color: #FFF; }
  .bg--blue .visore_restyle__offer_block {
    background: -webkit-gradient(linear, left top, right top, from(#2D389C), to(#0D1564));
    background: linear-gradient(to right, #2D389C, #0D1564); }
  .bg--orange .visore_restyle__offer_block {
    background: -webkit-gradient(linear, left top, right top, from(#FF6A00), to(#FF3A00));
    background: linear-gradient(to right, #FF6A00, #FF3A00); }
  @media (max-width: 767px) {
    .visore_restyle__offer_block {
      top: 180px;
      margin: 0 auto; } }
  .visore_grafico .visore_restyle__offer_block {
    width: 100%;
    background: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .visore_bg .visore_restyle__offer_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    margin-left: auto;
    position: relative;
    padding: 15px 20px; }
  .visore_bg.cyc .visore_restyle__offer_block {
    width: 100%;
    max-width: 365px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px; }
  .visore_grafico .visore_restyle__offer_block__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 40px; }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 10px; } }
  .visore_bg .visore_restyle__offer_block__header {
    margin-bottom: 5px; }
  .visore_grafico .visore_restyle__offer_block__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__title {
        max-width: 80%;
        text-align: left; } }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__title:only-child {
        max-width: initial;
        margin: 0 0 10px;
        text-align: left; } }
  .visore_bg .visore_restyle__offer_block__title {
    max-width: 80%; }
  .visore_bg.cyc .visore_restyle__offer_block__title {
    max-width: initial; }
  .visore_grafico .visore_restyle__offer_block__title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__title h1 {
        font-size: 16px;
        line-height: 1.4; } }
  .visore_bg .visore_restyle__offer_block__title h1 {
    font-size: 20px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .visore_bg .visore_restyle__offer_block__title h1 {
        font-size: 14px; } }
  .visore_bg.cyc .visore_restyle__offer_block__title h1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .visore_restyle__offer_block__stamp {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF6A00), to(#FF3A00));
    background: linear-gradient(to bottom, #FF6A00, #FF3A00);
    -webkit-transition: all ease-in 0.400s;
    transition: all ease-in 0.400s; }
    .visore_restyle__offer_block__stamp_container:empty {
      display: none; }
    .bg--orange .visore_restyle__offer_block__stamp {
      background: -webkit-gradient(linear, left top, left bottom, from(#2D389C), to(#0D1564));
      background: linear-gradient(to bottom, #2D389C, #0D1564); }
    @media (max-width: 767px) {
      .visore_restyle__offer_block__stamp {
        width: 54px;
        height: 54px; } }
    .visore_grafico .visore_restyle__offer_block__stamp {
      margin-left: auto;
      top: 20px;
      right: 50px; }
      @media (max-width: 767px) {
        .visore_grafico .visore_restyle__offer_block__stamp {
          right: 20px; } }
    .visore_bg .visore_restyle__offer_block__stamp {
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (max-width: 767px) {
        .visore_bg .visore_restyle__offer_block__stamp {
          top: -30px; } }
    .visore_restyle__offer_block__stamp .text_content {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .visore_restyle__offer_block__stamp .text_content {
          font-size: 11px; } }
  .visore_restyle__offer_block__bodyContent:empty {
    display: none; }
  .visore_grafico .visore_restyle__offer_block__bodyContent {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 30px;
    border-right: 1px solid #FFF; }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__bodyContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        border: 0; } }
  .visore_grafico.cyc .visore_restyle__offer_block__bodyContent {
    padding: 0 30px 0 0;
    border-right: 1px solid #FFF; }
    @media (max-width: 767px) {
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        border: 0; } }
  .visore_restyle__offer_block__bodyContent__bundle_container:empty {
    display: none; }
  .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around; }
  .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container {
    margin-bottom: 10px; }
  .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
        display: inline-block;
        padding-right: 0.5rem;
        margin-bottom: 0; } }
    .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked:empty,
    .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number:empty,
    .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label:empty,
    .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label:empty {
      display: none; }
    @media (max-width: 767px) {
      .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
        display: block; } }
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked:empty,
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number:empty,
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label:empty,
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label:empty {
      display: none; }
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked {
      font-weight: 400;
      font-size: 14px;
      text-decoration: line-through; }
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
      font-weight: 700;
      font-size: 18px; }
      @media (max-width: 767px) {
        .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
        .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
          font-size: 16px;
          font-weight: 600; } }
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label {
      display: inline-block; }
    .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
      text-align: center;
      /*  -webkit-box-flex: 1;
                                -ms-flex: 1;
                                    flex: 1; */
      min-width: 100px;
      max-width: 180px; }
      @media (max-width: 767px) {
        .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
          text-align: left;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: initial;
          padding: 0; } }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked:empty,
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number:empty,
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label:empty,
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label:empty {
        display: none; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
        font-weight: 700;
        font-size: 24px; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked {
        text-decoration: line-through;
        font-weight: 400;
        font-size: 14px; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number {
        display: inline-block; }
        @media (max-width: 767px) {
          .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number {
            display: inline; } }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
        display: block; }
        @media (max-width: 767px) {
          .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
            display: inline-block; } }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label {
        display: inline-block; }
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label,
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked {
      font-size: 20px; }
      @media (max-width: 767px) {
        .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
        .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label,
        .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked {
          font-size: 18px; } }
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label {
      font-size: 16px; }
    .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
      text-align: center;
      flex: unset;
      min-width: 100px;
      max-width: 150px; }
      @media (max-width: 767px) {
        .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle {
          text-align: left;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: initial;
          padding: 0; } }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number,
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
        font-weight: 700;
        font-size: 20px; }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .striked {
        text-decoration: line-through;
        font-weight: 400;
        font-size: 14px; }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
        display: block; }
        @media (max-width: 767px) {
          .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .bundle_label {
            display: inline; } }
      @media (max-width: 767px) {
        .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .number {
          display: inline; } }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label {
        display: inline-block;
        font-size: 16px;
        width: 100%; }
        @media (max-width: 767px) {
          .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle .additional_label {
            width: auto; } }
    .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb {
      line-height: 1;
      max-width: initial;
      /*  -webkit-box-flex: 2;
                                    -ms-flex: 2;
                                        flex: 2; */ }
      @media (max-width: 767px) {
        .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb {
          max-width: initial;
          margin-bottom: 10px; } }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
        font-size: 60px; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .striked {
        font-size: 48px; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
        display: inline; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .bundle_label {
        display: inline-block; }
    .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb {
      display: block; }
      .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
        font-size: 36px; }
        @media (max-width: 767px) {
          .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
            font-size: 30px; } }
      .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .striked {
        font-size: 24px; }
        @media (max-width: 767px) {
          .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .striked {
            font-size: 18px; } }
      .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .bundle_label {
        font-size: 24px; }
        @media (max-width: 767px) {
          .visore_bg .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .bundle_label {
            font-size: 14px; } }
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .striked,
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
      font-size: 48px; }
    .visore_bg.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .bundle_label {
      font-size: 24px;
      font-weight: 500; }
    .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb {
      line-height: 1;
      max-width: 150px;
      /* -webkit-box-flex: 2;
                                    -ms-flex: 2;
                                        flex: 2; */ }
      @media (max-width: 767px) {
        .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb {
          max-width: initial;
          margin-bottom: 10px; } }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
        font-size: 48px; }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .striked {
        font-size: 36px; }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .bundle_label {
        display: inline-block;
        font-weight: 500; }
      .visore_grafico.cyc .visore_restyle__offer_block__bodyContent__bundle_container .single_bundle.gb .number {
        display: inline; }
  .visore_restyle__offer_block__bodyContent__plus {
    margin-top: 10px;
    margin-bottom: 10px; }
    .visore_restyle__offer_block__bodyContent__plus:empty {
      display: none; }
    .visore_grafico .visore_restyle__offer_block__bodyContent__plus {
      text-align: center;
      display: flex; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__plus:empty {
        display: none; }
      @media (max-width: 767px) {
        .visore_grafico .visore_restyle__offer_block__bodyContent__plus {
          display: block;
          text-align: left; } }
    .visore_restyle__offer_block__bodyContent__plus .single_plus:empty {
      display: none; }
    .visore_grafico .visore_restyle__offer_block__bodyContent__plus .single_plus {
      flex: 1; }
      .visore_grafico .visore_restyle__offer_block__bodyContent__plus .single_plus .icon,
      .visore_grafico .visore_restyle__offer_block__bodyContent__plus .single_plus .text {
        font-weight: 600;
        font-size: 16px; }
    .visore_bg .visore_restyle__offer_block__bodyContent__plus .single_plus .icon,
    .visore_bg .visore_restyle__offer_block__bodyContent__plus .single_plus .text {
      font-weight: 400; }
      @media (max-width: 767px) {
        .visore_bg .visore_restyle__offer_block__bodyContent__plus .single_plus .icon,
        .visore_bg .visore_restyle__offer_block__bodyContent__plus .single_plus .text {
          font-size: 12px; } }
    .cyc .visore_restyle__offer_block__bodyContent__plus .single_plus .icon,
    .cyc .visore_restyle__offer_block__bodyContent__plus .single_plus .text {
      font-weight: 600;
      font-size: 14px; }
  .visore_grafico .visore_restyle__offer_block__cta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .visore_grafico .visore_restyle__offer_block__cta {
        padding: 0; } }
  .visore_restyle__offer_block__cta__priceRow {
    line-height: 1;
    margin-bottom: 10px; }
    .visore_restyle__offer_block__cta__priceRow:empty {
      display: none; }
    .visore_restyle__offer_block__cta__priceRow .price_recurrency:empty {
      display: none; }
    .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals {
      display: inline-block;
      line-height: 1;
      text-align: left; }
      .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals:empty {
        display: none; }
      .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .currency,
      .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .recurrency {
        display: inline-block;
        line-height: 1;
        text-align: left;
        font-weight: 500; }
        .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .currency:empty,
        .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .recurrency:empty {
          display: none; }
      .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .recurrency {
        display: block; }
        .visore_restyle__offer_block__cta__priceRow .price_recurrency .additionals .recurrency:empty {
          display: none; }
    .visore_grafico .visore_restyle__offer_block__cta__priceRow {
      text-align: center; }
      @media (max-width: 767px) {
        .visore_grafico .visore_restyle__offer_block__cta__priceRow {
          text-align: left; } }
      .visore_grafico .visore_restyle__offer_block__cta__priceRow .price {
        font-size: 60px; }
      .visore_grafico .visore_restyle__offer_block__cta__priceRow .striked {
        font-size: 48px;
        font-weight: 400;
        text-decoration: line-through; }
      .visore_grafico .visore_restyle__offer_block__cta__priceRow .price {
        font-weight: 700; }
      .visore_grafico .visore_restyle__offer_block__cta__priceRow .currency {
        font-size: 28px; }
      .visore_grafico .visore_restyle__offer_block__cta__priceRow .recurrency {
        display: inline-block;
        font-size: 18px; }
    .visore_bg .visore_restyle__offer_block__cta__priceRow .price {
      font-size: 36px; }
    .visore_bg .visore_restyle__offer_block__cta__priceRow .striked {
      font-size: 24px;
      font-weight: 400;
      text-decoration: line-through; }
    .visore_bg .visore_restyle__offer_block__cta__priceRow .price {
      font-weight: 700; }
    .cyc .visore_restyle__offer_block__cta__priceRow .price {
      font-size: 60px; }
    .cyc .visore_restyle__offer_block__cta__priceRow .striked {
      font-size: 48px; }
    .cyc .visore_restyle__offer_block__cta__priceRow .recurrency {
      font-size: 18px; }
    .cyc .visore_restyle__offer_block__cta__priceRow .currency {
      font-size: 28px; }
  .visore_restyle__offer_block__cta--store {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .visore_restyle__offer_block__cta--store {
        margin-top: 10px; } }
    .visore_restyle__offer_block__cta--store h3 {
      font-size: 20px;
      text-transform: uppercase;
      color: #7ED321;
      font-weight: 700;
      margin-bottom: 10px; }
      .visore_bg .visore_restyle__offer_block__cta--store h3 {
        font-size: 18px; }
    .visore_restyle__offer_block__cta--store a {
      color: #FFF;
      font-weight: 500;
      text-decoration: underline; }
      .visore_restyle__offer_block__cta--store a:hover {
        color: #497b13; }

.b-lazy {
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms; }

.b-loaded {
  opacity: 1; }

.block-campagna.background_color {
  padding: 20px 0;
  background-color: white; }

.block-campagna .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  position: relative; }
  @media (max-width: 767px) {
    .block-campagna .container {
      padding-left: 15px;
      padding-right: 15px; } }

.block-campagna__wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.block-campagna__image {
  margin-right: 10px; }
  .block-campagna__image img {
    width: 80px; }

.block-campagna__divisor {
  margin-right: 10px;
  display: flex; }
  .block-campagna__divisor i {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: black; }

.socials-block {
  margin-top: 30px;
  padding-bottom: 30px; }
  .socials-block .container {
    max-width: 1024px;
    margin: 0 auto; }
  .socials-block__title {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 25px; }
  .socials-block__list {
    display: table;
    margin: 0 auto; }
    .socials-block__list > li {
      margin-right: 0.5em;
      float: left; }
      .socials-block__list > li a {
        display: block; }
        .socials-block__list > li a img {
          width: 44px;
          height: 44px; }
      .socials-block__list > li:last-child {
        margin-right: 0; }

.contactWind_block {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .contactWind_block .button, .contactWind_block a.button--slim, .contactWind_block a.button--ghost, .contactWind_block a.button--ghost--transparent, .contactWind_block a.button--search {
    width: 100%;
    max-width: 280px; }
  .contactWind_block.contactWind_business .contactWind_block__details__container {
    margin-top: 50px; }
  .contactWind_block.contactWind_business .button, .contactWind_block.contactWind_business a.button--slim, .contactWind_block.contactWind_business a.button--ghost, .contactWind_block.contactWind_business a.button--ghost--transparent, .contactWind_block.contactWind_business a.button--search {
    display: none; }
  .contactWind_block.social .contactWind_block__icon {
    width: 100%; }
  .contactWind_block.social .contactWind_block__right {
    width: 100%; }
  .contactWind_block.social.centered .contactWind_block__title {
    text-align: center; }
  .contactWind_block.social.centered .newsletter_block__icon--firstRow {
    width: 50%; }
    .contactWind_block.social.centered .newsletter_block__icon--firstRow .base__icon {
      float: right; }
  .contactWind_block.social.centered .newsletter_block__icon--secondRow {
    width: 50%; }
  .contactWind_block__container {
    margin-top: 30px; }
  .contactWind_block__title {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 25px; }
  .contactWind_block__details {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 400; }
  .contactWind_block__left .button, .contactWind_block__left a.button--slim, .contactWind_block__left a.button--ghost, .contactWind_block__left a.button--ghost--transparent, .contactWind_block__left a.button--search {
    margin-top: 25px; }
  .contactWind_block__icon {
    margin-bottom: 30px; }
    .contactWind_block__icon > div {
      padding: 0; }
    .contactWind_block__icon--firstRow {
      float: left; }
    .contactWind_block__icon--secondRow {
      float: left; }
    .contactWind_block__icon .base__icon {
      float: left;
      width: 44px;
      height: 44px;
      margin-right: 0.5em; }
    .contactWind_block__icon.centered .contactWind_block__icon--firstRow {
      width: 50%; }
      .contactWind_block__icon.centered .contactWind_block__icon--firstRow .base__icon {
        float: right; }
    .contactWind_block__icon.centered .contactWind_block__icon--secondRow {
      width: 50%; }

@media all and (max-width: 767px) {
  .contactWind_block {
    text-align: center; }
  .info_link {
    margin-bottom: 30px; }
  .contactWind_block__icon {
    margin: 0 auto; }
    .contactWind_block__icon--firstRow {
      float: left;
      margin: 0 auto;
      width: 50%; }
      .contactWind_block__icon--firstRow .base__icon {
        float: right; }
    .contactWind_block__icon--secondRow {
      float: left;
      width: 50%; } }

.image_block_display__mainContainer {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: table;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 250px;
  max-height: 250px;
  margin: 0 auto;
  vertical-align: middle;
  hyphens: initial; }
  @media (max-width: 767px) {
    .image_block_display__mainContainer {
      height: 500px;
      max-height: none; } }
  .invertedDisplay .image_block_display__mainContainer {
    text-align: right; }
  @media (max-width: 767px) {
    .specialVersion .image_block_display__mainContainer {
      min-height: auto;
      display: block; } }

.image_block_display__coloredBg {
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  height: 100%;
  z-index: 20; }
  @media (max-width: 767px) {
    .image_block_display__coloredBg {
      right: 0;
      top: 50%;
      height: 50%; } }
  .invertedDisplay .image_block_display__coloredBg {
    right: 0;
    left: 50%; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__coloredBg {
        left: 0; } }
  .specialVersion .image_block_display__coloredBg {
    right: 41%;
    left: 0; }
    @media (max-width: 767px) {
      .specialVersion .image_block_display__coloredBg {
        right: 0; } }
  .specialVersion.invertedDisplay .image_block_display__coloredBg {
    left: 41%;
    right: 0; }
    @media (max-width: 767px) {
      .specialVersion.invertedDisplay .image_block_display__coloredBg {
        left: 0; } }
  .image_block_display__coloredBg .shape {
    position: absolute;
    width: 50%;
    height: 100%; }
    .mobile .image_block_display__coloredBg .shape {
      background-color: #FF6A00; }
    .robin .image_block_display__coloredBg .shape {
      background-color: #009BBE; }
    .fisso .image_block_display__coloredBg .shape {
      background-color: #183989; }
    .business .image_block_display__coloredBg .shape {
      background-color: #292F36; }
    .device .image_block_display__coloredBg .shape {
      background-color: #212121; }
    .transparent .image_block_display__coloredBg .shape {
      background-color: transparent; }
    .image_block_display__coloredBg .shape--one {
      left: 0;
      width: 50%; }
      .invertedDisplay .image_block_display__coloredBg .shape--one {
        width: 70%;
        transform: skew(20deg);
        transform-origin: 100% 50%; }
        @media (max-width: 767px) {
          .invertedDisplay .image_block_display__coloredBg .shape--one {
            width: 50%;
            transform: none;
            transform-origin: none; } }
    .image_block_display__coloredBg .shape--two {
      right: 0;
      width: 70%;
      transform: skew(-20deg);
      transform-origin: 100% 50%; }
      @media (max-width: 767px) {
        .image_block_display__coloredBg .shape--two {
          width: 50%;
          transform: none;
          transform-origin: none; } }
      .invertedDisplay .image_block_display__coloredBg .shape--two {
        width: 50%;
        transform: none;
        transform-origin: none; }

.image_block_display__half_block {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  z-index: 20; }
  .image_block_display__half_block.text_block {
    position: relative;
    z-index: 30;
    padding: 30px;
    left: -25%; }
    @media (max-width: 767px) {
      .image_block_display__half_block.text_block {
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        display: inline-block;
        bottom: 25%;
        position: absolute;
        top: auto;
        height: auto;
        transform: translateY(50%); } }
    .invertedDisplay .image_block_display__half_block.text_block {
      position: relative;
      left: 25%;
      text-align: right; }
      @media (max-width: 767px) {
        .invertedDisplay .image_block_display__half_block.text_block {
          left: 0;
          text-align: center;
          position: absolute; } }
    .specialVersion .image_block_display__half_block.text_block {
      width: 60%;
      left: -20%; }
      @media (max-width: 767px) {
        .specialVersion .image_block_display__half_block.text_block {
          width: 100%;
          left: 0;
          position: absolute; } }
    .specialVersion.invertedDisplay .image_block_display__half_block.text_block {
      left: 20%; }
      @media (max-width: 767px) {
        .specialVersion.invertedDisplay .image_block_display__half_block.text_block {
          left: 0; } }
  .image_block_display__half_block.image_block {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    text-align: right;
    z-index: 10;
    overflow: hidden; }
    .image_block_display__half_block.image_block .image_block--container {
      position: relative;
      width: 100%;
      height: 100%; }
      .specialVersion .image_block_display__half_block.image_block .image_block--container {
        overflow: hidden; }
    .image_block_display__half_block.image_block img {
      display: block;
      height: 100%;
      margin: 0 0 0 auto;
      position: absolute;
      left: -9999px;
      right: 0; }
      @media (max-width: 767px) {
        .image_block_display__half_block.image_block img {
          min-height: 100%;
          width: auto; } }
      .invertedDisplay .image_block_display__half_block.image_block img {
        margin: 0 auto 0 0;
        left: 0;
        right: -9999px; }
      .specialVersion .image_block_display__half_block.image_block img {
        top: 0;
        bottom: 0;
        right: auto;
        left: calc(83% - 560px); }
        @media (max-width: 767px) {
          .specialVersion .image_block_display__half_block.image_block img {
            left: -9999px;
            right: -9999px;
            margin: 0 auto;
            max-height: 100%; } }
      .invertedDisplay.specialVersion .image_block_display__half_block.image_block img {
        left: auto;
        right: calc(83% - 560px); }
        @media (max-width: 767px) {
          .invertedDisplay.specialVersion .image_block_display__half_block.image_block img {
            left: -9999px;
            right: -9999px;
            margin: 0 auto;
            max-height: 100%;
            min-width: auto; } }
      .specialVersion.transparent .image_block_display__half_block.image_block img {
        left: 0;
        right: auto;
        max-width: none; }
      .invertedDisplay.specialVersion.transparent .image_block_display__half_block.image_block img {
        right: 0;
        left: auto; }
    @media (max-width: 767px) {
      .image_block_display__half_block.image_block {
        height: 50%; } }
    .invertedDisplay .image_block_display__half_block.image_block {
      text-align: left; }
    @media (max-width: 767px) {
      .specialVersion .image_block_display__half_block.image_block {
        display: block;
        height: 250px;
        position: relative; } }

.image_block_display__title {
  width: 100%;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 35px;
  letter-spacing: -.025rem;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
  overflow: hidden; }
  @media (max-width: 767px) {
    .image_block_display__title {
      margin: 0 auto 8px;
      width: 100%;
      font-size: 26px; } }
  .invertedDisplay .image_block_display__title {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__title {
        margin: 0 auto 8px; } }
  .transparent.business .image_block_display__title {
    color: #FF6A00; }
  .transparent.mobile .image_block_display__title {
    color: #FF6A00; }
  .transparent.robin .image_block_display__title {
    color: #009BBE; }
  .transparent.fisso .image_block_display__title {
    color: #183989; }
  .transparent.device .image_block_display__title {
    color: #212121; }
  .specialVersion.transparent.light.mobile .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.mobile .image_block_display__title {
        color: #FF6A00; } }
  .specialVersion.transparent.light.robin .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.robin .image_block_display__title {
        color: #009BBE; } }
  .specialVersion.transparent.light.fisso .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.fisso .image_block_display__title {
        color: #183989; } }
  .specialVersion.transparent.light.business .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.business .image_block_display__title {
        color: #FF6A00; } }
  .specialVersion.transparent.light.device .image_block_display__title {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light.device .image_block_display__title {
        color: #212121; } }

.image_block_display__partnerImage {
  margin-bottom: 8px; }
  .image_block_display__partnerImage img {
    display: inline-block;
    max-width: 110px;
    height: auto; }
  .image_block_display__partnerImage:empty {
    display: none; }

.image_block_display__price {
  margin-bottom: 8px;
  color: #FFF;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  width: auto; }
  .image_block_display__price:empty {
    display: none; }
  .transparent .image_block_display__price {
    color: inherit; }
  .specialVersion.transparent.light .image_block_display__price {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light .image_block_display__price {
        color: #292F36; } }

.image_block_display__recurrency {
  margin-bottom: 8px;
  color: #FFF;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  width: auto; }
  .image_block_display__recurrency:empty {
    display: none; }
  .image_block_display__recurrency--bottom {
    color: #FFF; }
    .image_block_display__recurrency--bottom:empty {
      display: none; }
    .transparent .image_block_display__recurrency--bottom {
      color: inherit; }
    .specialVersion.transparent.light .image_block_display__recurrency--bottom {
      color: #FFF; }
      @media (max-width: 767px) {
        .specialVersion.transparent.light .image_block_display__recurrency--bottom {
          color: #292F36; } }
  .transparent .image_block_display__recurrency {
    color: inherit; }
  .specialVersion.transparent.light .image_block_display__recurrency {
    color: #FFF; }
    @media (max-width: 767px) {
      .specialVersion.transparent.light .image_block_display__recurrency {
        color: #292F36; } }

.image_block_display__text {
  width: 90%;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 30px;
  line-height: 1.1em;
  overflow: hidden;
  z-index: 50; }
  @media (max-width: 767px) {
    .image_block_display__text {
      width: 100%;
      margin: 0 auto 8px;
      font-size: 22px; } }
  .invertedDisplay .image_block_display__text {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay .image_block_display__text {
        margin: 0 auto 8px; } }
  .transparent .image_block_display__text {
    color: inherit; }
  .transparent.specialVersion.light .image_block_display__text {
    color: #FFF; }
    @media (max-width: 767px) {
      .transparent.specialVersion.light .image_block_display__text {
        color: #292F36; } }

.image_block_display .base__bt {
  display: block;
  width: 200px;
  margin: 0 auto 8px 0;
  color: #FFF;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .image_block_display .base__bt {
      margin: 0 auto 8px; } }
  .image_block_display .base__bt:hover {
    opacity: .7; }
  .invertedDisplay.image_block_display .base__bt {
    margin: 0 0 8px auto; }
    @media (max-width: 767px) {
      .invertedDisplay.image_block_display .base__bt {
        margin: 0 auto 8px; } }
  .mobile.image_block_display .base__bt {
    background-color: #FFF;
    color: #FF6A00;
    border-color: transparent; }
  .mobile.transparent.image_block_display .base__bt {
    background-color: #FF6A00;
    color: #FFF;
    border-color: transparent; }
  .mobile.specialVersion.transparent.image_block_display .base__bt {
    background-color: #FF6A00;
    color: #FFF;
    border-color: transparent; }
  .image_block_display .base__bt:empty {
    display: none; }

/* ========================================================= */
.card_filter__block {
  width: 100%; }
  .card_filter__block__tabs {
    text-transform: uppercase;
    color: #c1c1c1; }
    .card_filter__block__tabs__container {
      padding: 0 15px; }
    .card_filter__block__tabs--left {
      float: right; }
    .card_filter__block__tabs--remove_filter {
      margin-right: 40px;
      cursor: pointer;
      font-size: 12px; }
      @media (max-width: 640px) {
        .card_filter__block__tabs--remove_filter {
          padding-left: 0px;
          margin-right: 0px; } }
      .card_filter__block__tabs--remove_filter:hover {
        border-bottom: 1px solid #6207AB;
        color: #6207AB; }
      .card_filter__block__tabs--remove_filter.active {
        border-bottom: 1px solid #6207AB;
        color: #6207AB; }
    .card_filter__block__tabs--title {
      cursor: pointer;
      font-size: 12px;
      margin-right: 20px; }
      .card_filter__block__tabs--title.filter_all {
        letter-spacing: 0px;
        padding-left: 0px; }
      .card_filter__block__tabs--title:hover {
        border-bottom: 1px solid #6207AB;
        color: #6207AB; }
      .card_filter__block__tabs--title.active {
        border-bottom: 1px solid #6207AB;
        color: #6207AB; }
  .card_filter__block__title {
    font-size: 1.500em;
    font-family: "Montserrat";
    font-weight: 400;
    padding: 20px 0px 10px 30px;
    float: left; }
    @media (max-width: 640px) {
      .card_filter__block__title {
        float: none;
        padding-left: 15px; } }
  .card_filter__block__container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; }
    .card_filter__block__container.noTabs .card_filter__block__tabs {
      display: none; }

.mfp-ticket .mfp-content {
  width: 100% !important;
  padding: 15px; }

.mfp-ticket .myTicket_block__single--vCard--info {
  background: white;
  border-radius: 16px;
  padding: 15px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  top: 0; }

.mfp-ticket .ticket_action_mobile {
  display: none; }

@media (max-width: 767px) {
  .mfp-ticket {
    font-size: 12px; }
    .mfp-ticket .ticket_action_desktop {
      display: none; }
    .mfp-ticket .ticket_action_mobile {
      display: block; } }

.mfp-ticket .overlay_button {
  cursor: pointer;
  margin: 20px auto;
  position: static;
  opacity: 1;
  color: #ffffff;
  border-radius: 26px;
  background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%); }

.myTicket_block {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  min-height: 580px; }
  .myTicket_block .ticket_action_mobile {
    display: none; }
  @media (max-width: 480px) {
    .myTicket_block {
      font-size: 12px; }
      .myTicket_block .ticket_action_desktop {
        display: none; }
      .myTicket_block .ticket_action_mobile {
        display: block; } }
  .myTicket_block .grey_strip__block__tabs--left {
    display: none; }
  .myTicket_block .button, .myTicket_block a.button--slim, .myTicket_block a.button--ghost, .myTicket_block a.button--ghost--transparent, .myTicket_block a.button--search {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .myTicket_block .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .myTicket_block .slick-slider .right__arrow {
    bottom: 80%; }
  .myTicket_block__mainTitle {
    font-size: 2.5em;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px; }
  .myTicket_block__container {
    max-width: 1366px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .myTicket_block h2 {
    font-family: "Montserrat"; }
  .myTicket_block__showMore {
    color: #6207AB;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .myTicket_block__showMore:hover {
      text-decoration: underline; }
  .myTicket_block__showOffers {
    color: #6207AB;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .myTicket_block__showOffers:hover {
      text-decoration: underline; }
  .myTicket_block__tabs {
    text-transform: uppercase;
    color: #000000; }
    .myTicket_block__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .myTicket_block__tabs--left {
      float: left;
      margin-left: 30px; }
    .myTicket_block__tabs--right {
      float: right;
      margin-right: 30px; }
    .myTicket_block__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .myTicket_block__tabs--title:hover {
        border-bottom: 1px solid #6207AB; }
      .myTicket_block__tabs--title.active {
        border-bottom: 1px solid #6207AB;
        color: #6207AB; }
  .myTicket_block__select {
    float: left;
    width: calc(50% - 10px); }
    .myTicket_block__select--second {
      margin-left: 20px; }
    .myTicket_block__select .base__select.bootstrap-select {
      width: 100% !important; }
      .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .myTicket_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Montserrat";
          font-weight: 400; }
  .myTicket_block--title {
    font-size: 1em;
    text-transform: uppercase; }
  .myTicket_block__single {
    position: relative;
    margin-top: 60px;
    height: 135px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out; }
    .myTicket_block__single:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .myTicket_block__single.invisible_block {
      display: none; }
    .myTicket_block__single:not([style*="display:none"]):not(:nth-child(6n)):not(:last-child) {
      position: relative; }
      .myTicket_block__single:not([style*="display:none"]):not(:nth-child(6n)):not(:last-child):after {
        background-color: #EBEBEB;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 7%;
        bottom: 7%;
        right: 0%;
        min-height: 1px; }
    @media (max-width: 910px) {
      .myTicket_block__single:nth-child(3n):after {
        content: none !important; } }
    @media (max-width: 767px) {
      .myTicket_block__single:nth-child(2n):after {
        content: none !important; } }
    .myTicket_block__single.selected:after {
      background-color: #EBEBEB;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 7%;
      bottom: 7%;
      right: 0%;
      min-height: 1px; }
    @media (max-width: 767px) {
      .myTicket_block__single.selected:nth-child(2n):after {
        content: none !important; } }
    .myTicket_block__single.no_after:after {
      content: none !important; }
  .myTicket_block .overlay_myTicket {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    box-sizing: border-box;
    opacity: 0.9;
    filter: alpha(opacity=90); }
    .myTicket_block .overlay_myTicket__container {
      top: -100vh;
      position: absolute;
      width: 100%;
      height: 580px;
      display: none; }
      .myTicket_block .overlay_myTicket__container .myTicket_block__single--vCard--info {
        overflow: scroll;
        max-height: 420px; }
      .myTicket_block .overlay_myTicket__container .overlay_button {
        cursor: pointer;
        width: 280px;
        padding: 13px 10px 8px 10px;
        border-style: solid;
        position: absolute;
        left: calc(50% - 140px);
        bottom: 15px;
        z-index: 200; }
        .myTicket_block .overlay_myTicket__container .overlay_button:hover {
          background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%); }
  .myTicket_block__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    position: relative;
    font-family: "Montserrat";
    font-weight: 400; }
    .myTicket_block__single--vCard--info {
      position: absolute;
      width: calc(100% - 30px);
      left: 15px;
      top: 15px;
      z-index: 150;
      display: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .myTicket_block__single--vCard--info--title {
        text-align: center;
        margin-top: 15px; }
      .myTicket_block__single--vCard--info__container {
        text-align: center;
        display: table;
        width: 100%;
        background-color: #FFF;
        border-bottom: 1px solid #EBEBEB; }
        .myTicket_block__single--vCard--info__container:nth-of-type(even) {
          background-color: #f8f8f8; }
        .myTicket_block__single--vCard--info__container.no_border {
          border-bottom: 0; }
        .myTicket_block__single--vCard--info__container__image {
          width: 100px;
          padding: 10px;
          height: auto; }
          .myTicket_block__single--vCard--info__container__image img {
            width: 100%;
            height: 100%; }
        .myTicket_block__single--vCard--info__container--label {
          font-family: "Montserrat";
          font-weight: 300;
          font-size: 1.500em;
          padding: 10px 10px;
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          color: #000000; }
          .myTicket_block__single--vCard--info__container--label--cityName {
            font-family: "Montserrat";
            font-weight: 700;
            font-size: 1.275em;
            color: #000000; }
          .myTicket_block__single--vCard--info__container--label .number_sms {
            color: #000000;
            font-weight: 700; }
        .myTicket_block__single--vCard--info__container--mainTitle {
          display: table;
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
        .myTicket_block__single--vCard--info__container--title {
          font-family: "Montserrat";
          font-weight: 700;
          font-size: 1em;
          padding: 10px 5px 10px 0;
          display: table-cell;
          vertical-align: middle;
          text-transform: uppercase;
          width: 33%; }
        .myTicket_block__single--vCard--info__container--timing {
          display: table-cell;
          vertical-align: middle;
          width: 33%;
          padding: 10px;
          position: relative; }
          .myTicket_block__single--vCard--info__container--timing .timing_number {
            font-family: "Montserrat";
            font-weight: 300;
            color: #000000;
            font-size: 1.125em; }
            .myTicket_block__single--vCard--info__container--timing .timing_number_label {
              color: #000000;
              font-size: 0.875em; }
            .myTicket_block__single--vCard--info__container--timing .timing_number_small {
              color: #000000;
              font-size: 0.500em; }
          .myTicket_block__single--vCard--info__container--timing:after {
            background-color: #EBEBEB;
            width: 1px;
            content: "";
            display: block;
            position: absolute;
            top: 15%;
            bottom: 10%;
            right: 0%;
            min-height: 1px; }
        .myTicket_block__single--vCard--info__container--detail {
          font-family: "Montserrat";
          font-weight: 300;
          font-size: 1em;
          padding: 10px;
          display: table-cell;
          vertical-align: middle;
          width: 33%;
          position: relative; }
          .myTicket_block__single--vCard--info__container--detail--main {
            font-family: "Montserrat";
            font-weight: 700;
            color: #000000;
            padding-bottom: 5px;
            font-size: 1.125em; }
          .myTicket_block__single--vCard--info__container--detail--price {
            font-family: "Montserrat";
            font-weight: 300;
            font-size: 0.875em; }
          .myTicket_block__single--vCard--info__container--detail:after {
            background-color: #EBEBEB;
            width: 1px;
            content: "";
            display: block;
            position: absolute;
            top: 15%;
            bottom: 10%;
            right: 0%;
            min-height: 1px; }
        .myTicket_block__single--vCard--info__container--sms {
          font-family: "Montserrat";
          font-weight: 400;
          font-size: 1em;
          padding: 10px;
          display: table-cell;
          vertical-align: middle;
          width: 33%; }
          .myTicket_block__single--vCard--info__container--sms .ticket_action {
            background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
            border-radius: 26px; }
        .myTicket_block__single--vCard--info__container--validticket {
          display: table;
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
          .myTicket_block__single--vCard--info__container--validticket--text {
            margin: 10px; }
    .myTicket_block__single--vCard h2 {
      margin-bottom: 10px; }
    .myTicket_block__single--vCard__image {
      height: 100%;
      max-height: 99px;
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }
    .myTicket_block__single--vCard--description {
      font-size: 0.875em;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 16px;
      margin-top: 10px;
      height: 63px;
      overflow: hidden;
      margin-bottom: 10px; }
    .myTicket_block__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 20px;
      height: 35px;
      text-decoration: underline;
      font-family: "Montserrat";
      font-weight: 400;
      color: #6207AB; }

.parking_action {
  margin: 10px auto;
  max-width: 280px;
  padding: 1rem 0.5rem;
  display: block;
  color: white !important; }
  .parking_action:visited {
    color: white; }

.compiler {
  display: none;
  text-align: center;
  padding: 15px;
  background-color: #FFF;
  border-bottom: 1px solid #EBEBEB; }
  .compiler .input {
    width: 40%;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .compiler .input {
        width: 100%;
        margin-bottom: 15px; } }
    .compiler .input .targa {
      height: 45px;
      text-transform: uppercase; }
  .compiler a {
    width: 20%;
    margin-left: 1%; }
    @media (max-width: 480px) {
      .compiler a {
        width: 45%; } }
  .compiler .smsNotify {
    color: #009BBE;
    font-weight: bold; }
  .compiler .send {
    color: #FFF; }
    .compiler .send:visited {
      color: white; }

.vantaggi {
  margin-bottom: 30px; }
  .vantaggi.background_color--white {
    background-color: #ffffff;
    padding: 20px 0; }
  .vantaggi.background_color--grey {
    background-color: #F8F8F8;
    padding: 20px 0; }
  .vantaggi__wrapper {
    display: flex; }
    @media (max-width: 767px) {
      .vantaggi__wrapper {
        flex-direction: column !important;
        -ms-flex-direction: column !important; } }
    @media (min-width: 767px) {
      .vantaggi__wrapper {
        justify-content: center;
        align-items: stretch; } }
  .vantaggi .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
    @media (max-width: 767px) {
      .vantaggi .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .vantaggi__headtitle {
    color: #FF6A00;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .vantaggi__headtitle {
        text-align: center; } }
  .vantaggi__block {
    padding: 10px 0; }
    @media (min-width: 767px) {
      .vantaggi__block {
        padding: 10px;
        text-align: center;
        border-right: 1px solid #E6E9ED;
        flex: 1; }
        .vantaggi__block:last-child {
          border: none; } }
    .vantaggi__block-image {
      width: 50px;
      height: 50px; }
      @media (min-width: 767px) {
        .vantaggi__block-image {
          margin: 0 auto 15px; } }
      @media (max-width: 767px) {
        .vantaggi__block-image {
          float: left; } }
    @media (max-width: 767px) {
      .vantaggi__block-contents {
        padding-left: 60px; } }
    .vantaggi__block-title {
      color: #FF6A00;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      margin-top: 0; }
      @media (min-width: 767px) {
        .vantaggi__block-title {
          margin-bottom: 10px; } }
    .vantaggi__block-description {
      color: #000000;
      font-size: 14px;
      line-height: 20px; }

.variant_title {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin: 10px;
  padding: 5px 20px;
  width: auto;
  color: #FFF;
  background-color: #CE4242;
  font-size: 1em; }
  .variant_title h2 {
    font-size: 1.3em;
    text-align: center; }
  .variant_title ul {
    color: #292F36; }

.video_block_display {
  margin-bottom: 20px;
  -webkit-transition: all, 0.45s, ease-in-out;
  -moz-transition: all, 0.45s, ease-in-out;
  -ms-transition: all, 0.45s, ease-in-out;
  -o-transition: all, 0.45s, ease-in-out;
  transition: all, 0.45s, ease-in-out; }
  .video_block_display__mainContainer {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper_right {
      left: 5%;
      right: 0; }
      .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper_right .caption_background {
        left: -75%;
        right: -35%; }
    .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper.closed .video_block_display__wrapper_right {
      top: 0 !important;
      left: 0;
      border-left: 50px solid #183989;
      border-right: 0;
      border-bottom: 50px double transparent;
      border-top: 0; }
      .video_block_display__mainContainer.invertedDisplay .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
        left: -45px;
        top: 5px;
        bottom: 0; }
    .video_block_display__mainContainer.mobile .caption_background {
      background-color: #FF6A00; }
    .video_block_display__mainContainer.mobile .button, .video_block_display__mainContainer.mobile a.button--slim, .video_block_display__mainContainer.mobile a.button--ghost, .video_block_display__mainContainer.mobile a.button--ghost--transparent, .video_block_display__mainContainer.mobile a.button--search {
      background-color: #FFF;
      border-color: #FFF;
      color: #FF6A00; }
    .video_block_display__mainContainer.fisso .caption_background {
      background-color: #183989; }
    .video_block_display__mainContainer.device .caption_background {
      background-color: #212121; }
    .video_block_display__mainContainer.business .caption_background {
      background-color: #292F36; }
    .video_block_display__mainContainer.robin .caption_background {
      background-color: #009BBE; }
  .video_block_display__caption {
    top: 20px;
    position: relative;
    z-index: 2;
    display: none; }
    .video_block_display__caption__title {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 2.5em;
      margin-bottom: 10px; }
    .video_block_display__caption__text {
      font-size: 16px;
      margin-bottom: 25px; }
  .video_block_display__form {
    display: none;
    position: relative;
    z-index: 2; }
    .video_block_display__form .form_input {
      margin-bottom: 10px; }
      .video_block_display__form .form_input .base__input {
        font-size: 16px;
        padding-bottom: 0.875em; }
    .video_block_display__form__title {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 2.5em;
      margin-bottom: 10px; }
    .video_block_display__form__mail {
      width: 70%; }
    .video_block_display__form__select {
      width: 27%; }
      .video_block_display__form__select .base__select {
        width: 100% !important;
        left: 0 !important; }
        .video_block_display__form__select .base__select .filter-option {
          font-size: 16px !important; }
        .video_block_display__form__select .base__select .dropdown-toggle {
          padding-top: 0.875em !important;
          padding-bottom: 0.875em !important; }
        .video_block_display__form__select .base__select .dropdown-menu.inner {
          max-height: 93px !important; }
  .video_block_display__wrapper {
    position: relative;
    overflow: hidden;
    padding: 0; }
    .video_block_display__wrapper_left {
      padding: 0 !important;
      height: 350px;
      z-index: 0; }
    .video_block_display__wrapper_right {
      z-index: 1;
      position: absolute;
      right: 5%;
      top: 0;
      bottom: 0;
      width: 35%;
      padding: 35px 0;
      display: none; }
      .video_block_display__wrapper_right .caption_background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -35%;
        right: -75%;
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        opacity: 0;
        filter: alpha(opacity=0); }
        @media (max-width: 767px) {
          .video_block_display__wrapper_right .caption_background {
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg);
            -ms-transform: skew(0deg);
            -webkit-transform: skew(0deg);
            transform: skew(0deg);
            top: 350px;
            left: 0;
            right: 0; } }
      .video_block_display__wrapper_right .closeBtn {
        display: none; }
      @media (max-width: 767px) {
        .video_block_display__wrapper_right {
          position: relative;
          right: 0;
          width: 100%;
          padding: 35px; } }
    .video_block_display__wrapper.closed .video_block_display__coloredBg {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__caption {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__form {
      display: none; }
    .video_block_display__wrapper.closed .video_block_display__wrapper_left {
      width: 100% !important; }
    .video_block_display__wrapper.closed .video_block_display__wrapper_right {
      position: absolute !important;
      top: calc(100% - 50px) !important;
      display: inline-block;
      vertical-align: middle;
      border-right: 50px solid #183989;
      border-top: 50px double transparent;
      width: 0;
      height: 0;
      right: 0;
      padding: 0 !important;
      margin: 0 !important; }
      .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 25px;
        cursor: pointer;
        display: inline !important; }
    .video_block_display__wrapper.closed .jwplayer {
      width: 100% !important;
      height: 350px !important;
      margin: 0 !important; }
  .video_block_display--caption_title .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_title .video_block_display__caption {
    display: block; }
    .video_block_display--caption_title .video_block_display__caption__text {
      display: none; }
    .video_block_display--caption_title .video_block_display__caption .button, .video_block_display--caption_title .video_block_display__caption a.button--slim, .video_block_display--caption_title .video_block_display__caption a.button--ghost, .video_block_display--caption_title .video_block_display__caption a.button--ghost--transparent, .video_block_display--caption_title .video_block_display__caption a.button--search {
      display: none; }
  .video_block_display--caption_title_action .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_title_action .video_block_display__caption {
    display: block; }
    .video_block_display--caption_title_action .video_block_display__caption__text {
      display: none; }
  .video_block_display--caption_full .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_full .video_block_display__caption {
    display: block; }
    .video_block_display--caption_full .video_block_display__caption .button, .video_block_display--caption_full .video_block_display__caption a.button--slim, .video_block_display--caption_full .video_block_display__caption a.button--ghost, .video_block_display--caption_full .video_block_display__caption a.button--ghost--transparent, .video_block_display--caption_full .video_block_display__caption a.button--search {
      display: none; }
  .video_block_display--caption_full_action .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--caption_full_action .video_block_display__caption {
    display: block; }
  .video_block_display--form .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--form .video_block_display__caption {
    display: none; }
  .video_block_display--form .video_block_display__form {
    display: block; }
  .video_block_display--bg_opacity_100 .caption_background {
    background-color: #009BBE;
    opacity: 1;
    filter: alpha(opacity=100); }
  .video_block_display--bg_opacity_100 .video_block_display__wrapper_right {
    color: #FFF; }
  .video_block_display--bg_opacity_50 .caption_background {
    opacity: 0.5;
    filter: alpha(opacity=50); }
    @media (max-width: 767px) {
      .video_block_display--bg_opacity_50 .caption_background {
        opacity: 1;
        filter: alpha(opacity=100); } }
  .video_block_display--bg_opacity_50 .video_block_display__wrapper_right {
    color: #FFF; }
  .video_block_display--bg_opacity_0 .caption_background {
    opacity: 0;
    filter: alpha(opacity=0); }
  .video_block_display--video_reduced .video_block_display__wrapper_right {
    display: block; }
  .video_block_display--video_reduced .video_block_display__wrapper_left .jwplayer {
    width: 38.5% !important;
    height: 250px !important;
    margin: 50px 20px; }
    @media (max-width: 767px) {
      .video_block_display--video_reduced .video_block_display__wrapper_left .jwplayer {
        width: auto !important;
        margin: 0; } }
  .video_block_display--video_reduced.invertedDisplay .video_block_display__wrapper_left .jwplayer {
    position: absolute;
    width: 38.5% !important;
    height: 250px !important;
    margin: 0;
    top: 50px;
    right: 20px; }
    @media (max-width: 767px) {
      .video_block_display--video_reduced.invertedDisplay .video_block_display__wrapper_left .jwplayer {
        width: auto !important;
        position: relative;
        top: 0;
        right: 0;
        margin: 50px 20px; } }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__coloredBg {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__caption {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__form {
    display: none; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_left {
    width: 100% !important; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_right {
    position: absolute !important;
    top: calc(100% - 50px) !important;
    display: inline-block;
    vertical-align: middle;
    border-right: 50px solid #183989;
    border-top: 50px double transparent;
    width: 0;
    height: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important; }
    .video_block_display--video_reduced .video_block_display__wrapper.closed .video_block_display__wrapper_right .base__icon {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 5px;
      left: 25px;
      cursor: pointer;
      display: inline !important; }
  .video_block_display--video_reduced .video_block_display__wrapper.closed .jwplayer {
    width: 100% !important;
    height: 350px !important;
    margin: 0 !important; }

.cross-selling {
  margin-bottom: 10px; }
  .cross-selling .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
    @media (max-width: 767px) {
      .cross-selling .container {
        padding-left: 10px;
        padding-right: 10px; } }
  .cross-selling__wrapper {
    display: flex; }
    @media (min-width: 767px) {
      .cross-selling__wrapper {
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
        align-items: stretch; } }
    @media (max-width: 767px) {
      .cross-selling__wrapper {
        flex-direction: column; } }
  .cross-selling__head--background {
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat; }
  .cross-selling__head--gradient {
    padding: 15px 20px;
    background: #FF6A00;
    background: -moz-linear-gradient(left, #FF6A00 0%, #FF6A00 60%, #FF3A00 100%);
    background: -o-linear-gradient(left, #FF6A00 0%, #FF6A00 60%, #FF3A00 100%);
    background: -ms-linear-gradient(left, #FF6A00 0%, #FF6A00 60%, #FF3A00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FF6A00), to(#FF3A00));
    background: linear-gradient(to right, #FF6A00, #FF3A00); }
  .cross-selling__headtitle {
    color: #292F36;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
  .cross-selling__block {
    border-radius: 6px;
    margin: 0 0 10px 0;
    border: 1px solid #979797;
    overflow: hidden;
    position: relative;
    background: white; }
    @media (min-width: 767px) {
      .cross-selling__block {
        margin: 0 10px 20px 10px;
        flex: 1; } }
  .cross-selling__body {
    background-color: white;
    padding: 10px 20px;
    background-color: white; }
  .cross-selling__title {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0; }
  .cross-selling__description {
    color: #292F36;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    min-height: 50px; }
  .cross-selling__cta {
    color: #2D389C;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    text-align: right;
    padding-bottom: 10px; }
    @media (min-width: 767px) {
      .cross-selling__cta {
        position: absolute;
        right: 15px;
        bottom: 0; } }

.customer-base {
  margin-bottom: 30px; }
  .customer-base .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
    @media (max-width: 767px) {
      .customer-base .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .customer-base__title {
    margin-bottom: 15px;
    font-weight: 600;
    color: #292F36;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px; }
  .customer-base__wrapper {
    border: 1px solid #aab2bd;
    padding: 20px; }
    @media (min-width: 767px) {
      .customer-base__wrapper {
        display: flex;
        align-items: stretch; } }
  .customer-base__button {
    text-align: center; }
    @media (min-width: 767px) {
      .customer-base__button {
        display: flex;
        border-left: 2px solid #f2f4f6;
        padding-left: 20px;
        margin-left: 20px;
        align-items: center; } }
    @media (max-width: 767px) {
      .customer-base__button {
        padding-top: 10px;
        border-top: 2px solid #f2f4f6;
        margin-top: 30px; } }
    .customer-base__button > a {
      color: #2D389C;
      font-size: 16px;
      font-weight: bold;
      line-height: 19px;
      text-decoration: underline;
      display: block; }
      .customer-base__button > a:hover {
        color: #0D1564; }
      @media (max-width: 767px) {
        .customer-base__button > a {
          padding: 20px 0; } }
  @media (min-width: 767px) {
    .customer-base__content {
      display: flex;
      flex-grow: 2; } }
  @media (min-width: 767px) {
    .customer-base__content-item {
      flex: 1 1; } }
  .customer-base__content-item .block {
    display: flex;
    align-items: center; }
    .customer-base__content-item .block__icon {
      margin-right: 10px;
      display: inline-block; }
      .customer-base__content-item .block__icon img {
        width: 42px;
        height: 42px; }
    .customer-base__content-item .block__text {
      color: #292f36;
      display: inline-block;
      font-size: 16px;
      line-height: 19px; }
    @media (max-width: 767px) {
      .customer-base__content-item .block {
        margin-bottom: 15px; } }

.overlay_info .button, .overlay_info a.button--slim, .overlay_info a.button--ghost, .overlay_info a.button--ghost--transparent, .overlay_info a.button--search {
  width: 40%;
  margin: 0 auto; }
  .overlay_info .button.mfp-close, .overlay_info a.mfp-close.button--slim, .overlay_info a.mfp-close.button--ghost, .overlay_info a.mfp-close.button--ghost--transparent, .overlay_info a.mfp-close.button--search {
    position: static;
    line-height: normal;
    color: #FFF; }

.overlay_info .base__icon {
  top: -30px;
  position: absolute;
  right: 0; }

.overlay_info.base__popup {
  font-size: 1em; }

.overlay_info.offerta_lightb {
  text-align: center; }
  .overlay_info.offerta_lightb .container {
    position: relative; }
    .overlay_info.offerta_lightb .container .mfp-close {
      width: 20px;
      height: 40px;
      padding: 0;
      color: #FFF;
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 1.8em;
      position: absolute;
      right: calc(50% - 10px);
      top: -60px;
      font-weight: 200;
      opacity: 1;
      filter: alpha(opacity=100); }
      .overlay_info.offerta_lightb .container .mfp-close:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .overlay_info.offerta_lightb .text_cont {
    width: 100%;
    float: left;
    max-height: 20em;
    margin: 0 0 2em 0;
    padding: 15px; }
    .overlay_info.offerta_lightb .text_cont p {
      text-align: left;
      font-family: "Montserrat";
      font-weight: 400;
      float: left;
      font-size: 0.875em;
      color: #FFF;
      margin: 0 0 1em 0; }
  .overlay_info.offerta_lightb .container {
    width: 100%;
    max-width: 830px; }

.nicescroll-rails-vr {
  border-radius: 5px;
  z-index: 1043 !important; }

.nicescroll-rails {
  opacity: 0; }

.mfp-fade.mfp-bg {
  background-color: #292F36; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }

@media (max-width: 767px) {
  .offerta_lightb .text_cont {
    max-height: 16rem; } }

@media (max-width: 767px) {
  .offerta_lightb a.btn.btn_back {
    width: 100%;
    float: left; } }

@media (max-width: 767px) {
  .offerta_lightb a.btn.btn_back {
    width: 100%;
    float: left; } }

.info_overlay {
  max-width: 800px;
  background: white;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .info_overlay {
      max-height: 95vh; } }
  .info_overlay_block {
    width: 100%;
    max-width: 1024px;
    padding: 2rem;
    margin: 0 auto;
    line-height: 1.4em; }
    @media (max-width: 767px) {
      .info_overlay_block {
        padding: 2rem 1rem; } }
  .info_overlay--popup {
    width: 20px;
    height: 20px;
    background: url("../img/icons/ic_info_default.png");
    background-size: 20px 20px;
    display: inline-block; }
    .info_overlay--popup:hover {
      background: url("../img/icons/ic_info_pressed.png");
      background-size: 20px 20px; }
  .info_overlay_container {
    padding: 1rem 0; }
  .info_overlay_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1; }
    .info_overlay_close .mfp-close {
      position: relative;
      width: 24px;
      height: 24px;
      background: url("/typo3conf/ext/wind_onebrand/Resources/Public/img/icon_close_double.png");
      background-size: 24px 24px;
      display: inline-block; }
  .info_overlay_logo {
    margin: 1rem auto 2rem; }
    @media (max-width: 767px) {
      .info_overlay_logo {
        margin: 1rem auto; } }
    .tre_fiber .info_overlay_logo {
      margin: 2rem auto; }
    .info_overlay_logo .logo {
      width: 190px;
      max-height: 106px; }
  .info_overlay_disclaimer {
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 18px;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .info_overlay_disclaimer {
        padding: 0 20px; } }
  .info_overlay_table {
    padding: 0 10px;
    margin-bottom: 2rem;
    font-size: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .info_overlay_table {
        max-height: 16rem;
        padding: 0; } }
    .info_overlay_table p {
      font-size: 1rem;
      padding: 0 20px; }
    .info_overlay_table__row {
      display: table;
      width: 100%; }
      .info_overlay_table__row:nth-child(even) {
        background-color: #f4f4f4; }
      @media (max-width: 767px) {
        .info_overlay_table__row {
          padding: 0 20px; } }
    .info_overlay_table__cell {
      display: table-cell;
      vertical-align: middle;
      padding: 15px;
      text-align: center;
      width: 35%;
      /* calc(100% / 3); */
      font-size: 1rem;
      position: relative;
      line-height: 1.4em;
      border-right: 1px solid #D3D3D2; }
      .info_overlay_table__cell:first-child {
        width: 30%; }
        @media (max-width: 767px) {
          .info_overlay_table__cell:first-child {
            width: 100%; } }
      .info_overlay_table__cell:last-child {
        border: 0; }
      @media (max-width: 767px) {
        .info_overlay_table__cell {
          display: block;
          width: 100%;
          border-right: 0; } }
      .info_overlay_table__cell.heading {
        color: #FF6A00;
        text-transform: uppercase;
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 16px; }
        .tre_fiber .info_overlay_table__cell.heading {
          color: #23527c; }
      .info_overlay_table__cell .label {
        text-transform: uppercase;
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 16px;
        color: #292F36; }
      @media (max-width: 767px) {
        .info_overlay_table__cell .technology {
          font-size: 18px;
          font-family: "Montserrat";
          font-weight: 700;
          color: #FF6A00; }
          .tre_fiber .info_overlay_table__cell .technology {
            color: #23527c; } }
      .info_overlay_table__cell .caption {
        font-size: 12px; }
  .info_overlay_link {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .info_overlay_link {
        text-align: center; } }
    .tre_fiber .info_overlay_link a {
      color: #23527c; }

.ctcmobilepopup.mfp-close {
  top: 15px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("/typo3conf/ext/wind_onebrand/Resources/Public/img/icon_close_double.png");
  background-size: 20px 20px;
  display: inline-block; }

.showcase_bundle_device {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .showcase_bundle_device .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .showcase_bundle_device .slick-slider .right__arrow {
    bottom: 80%; }
  .showcase_bundle_device__mainTitle {
    font-size: 2.5em;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px; }
  .showcase_bundle_device__container {
    max-width: 994px;
    margin: 0 auto;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }
  .showcase_bundle_device h2 {
    font-family: "Montserrat";
    font-weight: 700; }
  .showcase_bundle_device__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer;
    clear: both; }
    .showcase_bundle_device__showMore:hover {
      text-decoration: underline; }
  .showcase_bundle_device__showOffers {
    color: #FF6A00;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .showcase_bundle_device__showOffers:hover {
      text-decoration: underline; }
  .showcase_bundle_device__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .showcase_bundle_device__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .showcase_bundle_device__tabs--left {
      float: left;
      margin-left: 30px; }
    .showcase_bundle_device__tabs--right {
      float: right;
      margin-right: 30px; }
    .showcase_bundle_device__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .showcase_bundle_device__tabs--title:hover {
        border-bottom: 1px solid #FF6A00; }
      .showcase_bundle_device__tabs--title.active {
        border-bottom: 1px solid #FF6A00;
        color: #FF6A00; }
  .showcase_bundle_device__select {
    display: inline-block;
    margin-right: 5px;
    width: calc(50% - 10px); }
    .showcase_bundle_device__select:only-of-type {
      width: 100%; }
    .showcase_bundle_device__select .base__select.bootstrap-select {
      width: 100% !important; }
      .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .showcase_bundle_device__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Montserrat";
          font-weight: 400; }
  .showcase_bundle_device--title {
    font-size: 1em;
    text-transform: uppercase; }
  .showcase_bundle_device__single {
    position: relative;
    height: 495px;
    display: none;
    color: #292F36; }
    .colored_bg--black.filter-showcase .showcase_bundle_device__single {
      color: #FFF; }
    @media (max-width: 767px) {
      .showcase_bundle_device__single {
        height: auto;
        margin-bottom: 30px; } }
    .showcase_bundle_device__single:nth-child(-n+3) {
      display: block; }
    .showcase_bundle_device__single.available:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      bottom: 20%;
      right: 0%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .showcase_bundle_device__single.available:after {
          content: none; } }
  .showcase_bundle_device__single--generic {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    height: 100% !important;
    position: relative; }
    .showcase_bundle_device__single--generic h2 {
      margin-bottom: 10px; }
    .showcase_bundle_device__single--generic__bgImage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .showcase_bundle_device__single--generic__bgImage__container {
        position: relative;
        width: 100%;
        z-index: 50;
        margin: 0 auto; }
    .showcase_bundle_device__single--generic--customer_offer {
      position: absolute;
      width: 55px;
      top: 1em;
      z-index: 52; }
      .showcase_bundle_device__single--generic--customer_offer .stamp {
        width: 50px;
        height: 50px;
        margin: 0 0 5px 0; }
      .showcase_bundle_device__single--generic--customer_offer .text {
        font-size: 0.750em;
        font-family: "Montserrat";
        font-weight: 400;
        text-align: left; }
      @media (max-width: 767px) {
        .showcase_bundle_device__single--generic--customer_offer {
          left: 15%; } }
      @media (max-width: 640px) {
        .showcase_bundle_device__single--generic--customer_offer {
          left: 3%; } }
    .showcase_bundle_device__single--generic__image {
      margin: 0 auto;
      height: 100%;
      width: 100%;
      max-width: 175px;
      max-height: 150px;
      position: relative;
      z-index: 52; }
    .showcase_bundle_device__single--generic--title {
      font-size: 1.500em;
      line-height: 1.1em;
      margin-bottom: 15px;
      font-family: "Montserrat";
      font-weight: 700;
      height: 54px;
      position: relative;
      z-index: 52;
      overflow: hidden; }
    .showcase_bundle_device__single--generic--description {
      margin-bottom: 15px;
      font-size: 1.125em;
      font-family: "Montserrat";
      font-weight: 300;
      line-height: 1.1em;
      height: 70px;
      overflow: hidden;
      position: relative;
      z-index: 52; }
      .showcase_bundle_device__single--generic--description--price {
        font-size: 1.778em;
        color: #009BBE;
        line-height: 1em; }
        .showcase_bundle_device__single--generic--description--price .currency {
          font-size: 0.844em; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--description--price {
          color: #FF6A00; }
      .showcase_bundle_device__single--generic--description--promo {
        font-family: "Montserrat";
        font-weight: 700;
        color: #009BBE;
        text-transform: uppercase; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--description--promo {
          color: #FF6A00; }
    .showcase_bundle_device__single--generic--filter {
      max-width: 280px;
      margin: 0 auto 12px;
      position: relative;
      z-index: 52; }
      .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select {
        width: 100% !important;
        max-width: 280px; }
        .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle {
          padding: 6px 10px; }
          .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle .caret {
            margin-top: -11px; }
          .showcase_bundle_device__single--generic--filter .base__select.bootstrap-select .dropdown-toggle .filter-option {
            font-size: 1em;
            font-family: "Montserrat";
            font-weight: 400; }
    .showcase_bundle_device__single--generic .block_mixed,
    .showcase_bundle_device__single--generic .block_discount,
    .showcase_bundle_device__single--generic .block_singlePrice {
      height: auto; }
    .showcase_bundle_device__single--generic .button, .showcase_bundle_device__single--generic a.button--slim, .showcase_bundle_device__single--generic a.button--ghost, .showcase_bundle_device__single--generic a.button--ghost--transparent, .showcase_bundle_device__single--generic a.button--search {
      width: 100%;
      max-width: 280px;
      margin: 0 auto;
      position: relative;
      z-index: 51; }
    .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 12px;
      margin-bottom: 10px;
      position: relative;
      z-index: 51;
      height: 100%; }
      .showcase_bundle_device__single--generic--totalPrice--description {
        font-size: 1.125em;
        font-family: "Montserrat";
        font-weight: 300; }
        .showcase_bundle_device__single--generic--totalPrice--description--price {
          font-size: 1.778em;
          color: #009BBE; }
          .showcase_bundle_device__single--generic--totalPrice--description--price .currency {
            font-size: 0.844em; }
          .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--totalPrice--description--price {
            color: #FF6A00; }
      .showcase_bundle_device__single--generic--totalPrice--barred {
        position: relative;
        margin: 0 auto; }
        .showcase_bundle_device__single--generic--totalPrice--barred .currency {
          font-size: 0.731em; }
        .showcase_bundle_device__single--generic--totalPrice--barred .price {
          font-size: 2.188em;
          line-height: 0.9em;
          position: relative;
          letter-spacing: -2px; }
          .showcase_bundle_device__single--generic--totalPrice--barred .price::after {
            border-bottom: 2px solid;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%; }
      .showcase_bundle_device__single--generic--totalPrice--price {
        font-family: "Montserrat";
        font-weight: 300;
        font-size: 2.188em;
        color: #009BBE; }
        .showcase_bundle_device__single--generic--totalPrice--price .currency {
          font-size: 0.731em; }
        .colored_bg--black.filter-showcase .showcase_bundle_device__single--generic--totalPrice--price {
          color: #FF6A00; }
      .showcase_bundle_device__single--generic--totalPrice--discount {
        font-family: "Montserrat";
        font-weight: 300;
        font-size: 0.722em;
        text-transform: uppercase; }
    .showcase_bundle_device__single--generic .button--ghost {
      font-size: 1em;
      width: 165px;
      margin: 0 auto;
      padding: 6px 0; }
    .showcase_bundle_device__single--generic--recurrency {
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 0.813em;
      margin-bottom: 10px; }
    .showcase_bundle_device__single--generic .block_mixed {
      display: block; }
    .showcase_bundle_device__single--generic .block_discount, .showcase_bundle_device__single--generic .block_singlePrice {
      display: none; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--title {
      margin-bottom: 29px; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--description {
      margin-bottom: 0; }
    .showcase_bundle_device__single--generic.discounted .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 0; }
    .showcase_bundle_device__single--generic.discounted .block_discount {
      display: block; }
    .showcase_bundle_device__single--generic.discounted .block_mixed, .showcase_bundle_device__single--generic.discounted .block_singlePrice {
      display: none; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--title {
      margin-bottom: 29px; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--description {
      margin-bottom: 0; }
    .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--totalPrice {
      margin-top: 0;
      margin-bottom: 27px; }
      .showcase_bundle_device__single--generic.cash .showcase_bundle_device__single--generic--totalPrice--description {
        margin-bottom: 6px; }
    .showcase_bundle_device__single--generic.cash .block_singlePrice {
      display: block; }
    .showcase_bundle_device__single--generic.cash .block_mixed, .showcase_bundle_device__single--generic.cash .block_discount {
      display: none; }

@media all and (max-width: 767px) {
  .showcase_bundle_device__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .showcase_bundle_device__tabs--right {
    display: none; }
  .showcase_bundle_device__single:after {
    display: none !important; } }

.strip_offers {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: none; }
  .strip_offers .item--add {
    padding-right: 5px; }
  .strip_offers .info_link {
    display: block;
    font-size: 1em;
    text-decoration: underline; }
  .strip_offers:nth-child(-n+3) {
    display: block; }
  .strip_offers__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer; }
    .strip_offers__showMore:hover {
      text-decoration: underline; }
  .strip_offers__container {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .strip_offers__container {
        padding-left: 0; } }
    .strip_offers__container .vertical-middle {
      display: table; }
      @media (max-width: 767px) {
        .strip_offers__container .vertical-middle {
          display: block; } }
    .strip_offers__container .component {
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid #D3D3D2;
      float: none; }
      .strip_offers__container .component:first-child {
        border-left: none; }
      @media (max-width: 767px) {
        .strip_offers__container .component {
          display: inline-block;
          width: 100%;
          padding-bottom: 20px;
          border-left: none; } }
    .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--add {
      display: none; }
    .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--total {
      width: 100%; }
      .strip_offers__container.phone-cash .strip_offers__payment_block__amount .item--total .price {
        font-size: 2.5em; }
  .strip_offers__image--main {
    display: block !important;
    margin: 0 auto;
    width: auto;
    height: 100%; }
  .strip_offers__button {
    padding: 0; }
  .strip_offers__description {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 300; }
    @media (max-width: 767px) {
      .strip_offers__description {
        text-align: center; } }
    .strip_offers__description_title {
      margin: 0 auto;
      font-size: 1.25em;
      color: #009BBE;
      margin-bottom: 15px;
      font-family: "Montserrat";
      font-weight: bold; }
      .strip_offers__description_title a {
        color: inherit; }
    .strip_offers__description_text {
      margin: 0 auto;
      padding-bottom: 5px;
      color: #292F36; }
    .strip_offers__description_list {
      margin-top: 15px;
      padding-left: 18px; }
    .strip_offers__description:before {
      left: 12%; }
    .strip_offers__description:after {
      right: 34.5%; }
  .strip_offers__payment_block__amount {
    display: table;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 300; }
    .strip_offers__payment_block__amount .over {
      margin-bottom: 5px; }
    .strip_offers__payment_block__amount .sub {
      position: relative;
      bottom: 2px;
      color: #292F36; }
    .strip_offers__payment_block__amount .item {
      display: table-cell;
      vertical-align: bottom; }
      .strip_offers__payment_block__amount .item--add {
        width: 30%; }
        .strip_offers__payment_block__amount .item--add .price {
          font-family: "Montserrat";
          font-weight: 700;
          font-size: 1.5em; }
          .strip_offers__payment_block__amount .item--add .price .currency {
            font-size: 0.75em; }
      .strip_offers__payment_block__amount .item--total {
        width: auto; }
        .strip_offers__payment_block__amount .item--total .price {
          font-size: 3em;
          color: #009BBE; }
          .strip_offers__payment_block__amount .item--total .price .currency {
            font-size: 0.75em; }
  .strip_offers__button {
    text-align: center; }
    .strip_offers__button .button--slim {
      width: 75%;
      display: inline-block;
      font-size: 1em; }
      @media (max-width: 767px) {
        .strip_offers__button .button--slim {
          min-width: 50%; } }
    .strip_offers__button .sub {
      font-family: "Montserrat";
      font-weight: 300;
      font-size: 0.85em;
      padding-top: 10px;
      color: #292F36; }

.showcase__mainTitle {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #292F36;
  line-height: 19px;
  margin-top: 30px;
  padding: 0 15px;
  text-align: center; }
  @media (min-width: 767px) {
    .showcase__mainTitle {
      padding: 0; } }

.showcase__subTitle {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 23px; }

.showcase_accordions_block {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 32px 30px 32px; }
  @media (max-width: 767px) {
    .showcase_accordions_block {
      padding: 0; } }
  .showcase_accordions_block .store_locator_block {
    margin: 0px; }
  .showcase_accordions_block .transition, .showcase_accordions_block .showcase_accordions_block__container {
    transition: all 0.2s ease-in-out; }
  .showcase_accordions_block .no-select, .showcase_accordions_block h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .showcase_accordions_block input[type=checkbox].accordionBox {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin-top: 0px; }
    .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ div {
      margin-top: 14px;
      max-height: 0;
      opacity: 0;
      transform: translate(0, 50%);
      background-color: #CCD1D9;
      display: none; }
    .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ i:before {
      background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/accordionclose.svg); }
  .showcase_accordions_block h2 {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 18px;
    color: #2A2F36;
    display: block;
    background-color: #FFF;
    margin: 0;
    cursor: pointer;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .showcase_accordions_block h2 {
        font-size: 16px; } }
  .showcase_accordions_block__container {
    border-top: 1px solid #CCD1D9;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    padding-top: 14px;
    z-index: 2; }
    .showcase_accordions_block__container .store_locator_block__mainContainer {
      margin-left: 0;
      margin-right: 0; }
    .showcase_accordions_block__container .contend_map .form_map .container_search .button--search {
      margin-left: 5px; }
    .showcase_accordions_block__container .contend_map .form_map .check_cont {
      width: auto; }
    .showcase_accordions_block__container .contend_map .form_map .container_search {
      width: auto; }
    .showcase_accordions_block__container .store_locator_block__container__expand {
      left: 0;
      top: 58px; }
    .showcase_accordions_block__container .contend_map .form_map .base__input {
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      width: calc(100% - 80px); }
    .showcase_accordions_block__container .contend_map .form_map .container_search .button--search {
      padding-top: 0.3em;
      padding-bottom: 0.3em; }
    .showcase_accordions_block__container img {
      float: left;
      margin-right: 15px; }
    .showcase_accordions_block__container p {
      margin-top: 30px; }
      .showcase_accordions_block__container p img {
        float: left;
        margin-right: 15px; }
    .showcase_accordions_block__container__image {
      width: 33%; }
      @media (max-width: 1024px) {
        .showcase_accordions_block__container__image {
          width: 100%; } }
      .showcase_accordions_block__container__image .placeholder {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px; }
    .showcase_accordions_block__container__body {
      width: 66%; }
      @media (max-width: 1024px) {
        .showcase_accordions_block__container__body {
          width: 100%; } }
    .showcase_accordions_block__container .ce-bodytext ul {
      list-style-type: disc;
      padding-left: 40px; }
    .showcase_accordions_block__container table {
      width: 100% !important; }
      .showcase_accordions_block__container table td:nth-child(1) {
        width: 16%; }
      .showcase_accordions_block__container table td:nth-child(2) {
        width: 84%;
        padding-left: 15px; }
  .showcase_accordions_block ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .showcase_accordions_block ul {
        padding: 0 15px; } }
  .showcase_accordions_block li.showcase_accordions_block__single {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 24px 32px;
    background-color: #FFFFFF; }
    .showcase_accordions_block li.showcase_accordions_block__single:last-of-type {
      border-bottom: 1px solid #D3D3D2; }
    .showcase_accordions_block li.showcase_accordions_block__single i {
      position: absolute;
      right: 35px;
      top: 0; }
      .showcase_accordions_block li.showcase_accordions_block__single i:before {
        content: '';
        display: flex;
        width: 16px;
        height: 16px;
        margin: 24px 0;
        background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/accordionopen.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .showcase_accordions_block li.showcase_accordions_block__single .advantages_block__listItem__icon img {
      float: none;
      display: block;
      margin: 0 auto; }

.store_locator_block {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px; }
  .store_locator_block .base__bt--sm {
    padding: .5rem;
    width: auto; }
  .store_locator_block .move_bottom_70 {
    position: relative;
    top: 70px; }
  @media (max-width: 767px) {
    .store_locator_block .showcase_accordions_block__single {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .store_locator_block .alternative_background_grey {
    background-color: #F4F4F4; }
    .store_locator_block .alternative_background_grey h2 {
      background-color: #F4F4F4 !important; }
  .store_locator_block__shopList {
    color: #FF6A00;
    font-size: 1em;
    text-transform: uppercase; }
  .store_locator_block__cities {
    color: #292F36; }
    .store_locator_block__cities ul {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px; }
      @media (max-width: 767px) {
        .store_locator_block__cities ul {
          -moz-column-count: 1;
          -moz-column-gap: 0px;
          -webkit-column-count: 1;
          -webkit-column-gap: 0px;
          column-count: 1;
          column-gap: 0px; } }
      .store_locator_block__cities ul li {
        padding: 5px; }
        .store_locator_block__cities ul li:nth-of-type(odd) {
          background-color: #FFF; }
    .store_locator_block__cities--image {
      height: 20px;
      padding-bottom: 3px; }
    .store_locator_block__cities--name {
      font-size: 0.875em;
      color: #009BBE; }
    .store_locator_block__cities--mainAddress {
      font-size: 0.750em; }
    .store_locator_block__cities--addressNumber {
      font-size: 0.750em; }
    .store_locator_block__cities--cap {
      font-size: 0.750em; }
    .store_locator_block__cities--province {
      font-size: 0.750em; }
    .store_locator_block__cities--provinceMin {
      font-size: 0.750em; }
  .store_locator_block__mainContainer {
    margin-left: 20px;
    margin-right: 20px; }
  .store_locator_block__container {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    max-height: auto; }
    .store_locator_block__container__expand {
      position: absolute;
      top: 64px;
      left: 20px; }
      .store_locator_block__container__expand .noResults {
        padding: 15px; }
      .store_locator_block__container__expand .nicescroll-rails-vr {
        z-index: 950 !important; }
      .store_locator_block__container__expand .button__expand {
        cursor: pointer;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #FFF;
        background-color: #F4F4F4;
        top: 0px;
        left: 290px;
        z-index: 100;
        text-align: center;
        -webkit-transition: transform 0.4s ease-in;
        -moz-transition: transform 0.4s ease-in;
        -ms-transition: transform 0.4s ease-in;
        -o-transition: transform 0.4s ease-in;
        transition: transform 0.4s ease-in; }
        .store_locator_block__container__expand .button__expand:hover {
          background-color: #FF6A00; }
          .store_locator_block__container__expand .button__expand:hover .base__icon {
            background-position: 50% 97.76308%; }
        .store_locator_block__container__expand .button__expand .base__icon {
          width: 38px;
          height: 38px; }
        .store_locator_block__container__expand .button__expand img {
          height: 25px; }
    .store_locator_block__container--shops {
      position: relative;
      z-index: 50;
      top: 0px;
      left: 0px;
      overflow-y: hidden;
      background-color: #FFF;
      height: 485px;
      width: 290px; }
  .store_locator_block__additionalOptions {
    position: absolute;
    top: 0px;
    right: -40px; }
    .store_locator_block__additionalOptions .base__icon {
      width: 38px;
      height: 38px; }
    .store_locator_block__additionalOptions__close {
      text-align: center;
      cursor: pointer;
      color: #FFF;
      background-color: #F4F4F4;
      float: left;
      width: 40px;
      height: 40px; }
      .store_locator_block__additionalOptions__close:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .store_locator_block__additionalOptions__tour {
      text-align: center;
      float: left;
      background-color: #FF6A00;
      width: 40px;
      height: 40px;
      cursor: pointer; }
  .store_locator_block .cont_detail {
    position: absolute;
    border: 1px solid #D3D3D2;
    top: 70px;
    width: 360px;
    left: 50%;
    z-index: 3;
    background-color: #FFF;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 400; }
    .store_locator_block .cont_detail .open_shop_detail {
      padding-bottom: 10px;
      margin-top: 10px;
      text-transform: uppercase;
      color: #FF6A00;
      text-align: center;
      cursor: pointer; }
      .store_locator_block .cont_detail .open_shop_detail:hover {
        color: #FDB06B; }
    .store_locator_block .cont_detail .cont_image img {
      width: 100%; }
    .store_locator_block .cont_detail .cont_text {
      margin: 0 .250em;
      padding-bottom: 15px;
      border-bottom: 1px solid #D3D3D2; }
      .store_locator_block .cont_detail .cont_text .description {
        margin: 0px; }
      .store_locator_block .cont_detail .cont_text .opening_time {
        float: left; }
      .store_locator_block .cont_detail .cont_text .contact_numbers {
        padding: 5px 0 5px 70px;
        width: 100%; }
        .store_locator_block .cont_detail .cont_text .contact_numbers h3 {
          margin-bottom: 0.3rem;
          width: 30%;
          display: inline-block;
          font-weight: normal; }
        .store_locator_block .cont_detail .cont_text .contact_numbers .description {
          width: 70%;
          display: inline-block;
          float: right; }
      .store_locator_block .cont_detail .cont_text h3 {
        font-size: 1rem;
        font-family: "Montserrat";
        font-weight: 700;
        margin-bottom: 0px; }
      .store_locator_block .cont_detail .cont_text .shop_description {
        border-bottom: 1px solid #D3D3D2;
        padding-bottom: 20px;
        padding-top: 20px; }
        .store_locator_block .cont_detail .cont_text .shop_description .base__icon {
          width: 40px;
          height: 40px;
          margin: 0 15px;
          display: inline-block;
          float: left; }
        .store_locator_block .cont_detail .cont_text .shop_description h3 {
          color: #009BBE;
          font-family: "Montserrat";
          font-weight: 700;
          font-size: 1.167em;
          margin-top: 0px; }
        .store_locator_block .cont_detail .cont_text .shop_description .description {
          font-size: 0.9rem;
          font-family: "Montserrat";
          font-weight: 400;
          padding-left: 50px;
          margin-top: 0.5rem; }
    .store_locator_block .cont_detail__footer {
      display: flex;
      justify-content: center;
      /*  width: 60%; */
      margin: 0 auto; }
      .store_locator_block .cont_detail__footer--icon {
        /* width:33%; */
        float: left;
        padding: 0.5rem 2rem;
        box-sizing: border-box; }
        .store_locator_block .cont_detail__footer--icon a {
          text-align: center;
          color: #656D78;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.6rem;
          display: block;
          opacity: 1; }
          .store_locator_block .cont_detail__footer--icon a:hover {
            opacity: 0.7; }
          .store_locator_block .cont_detail__footer--icon a .base__icon {
            margin-bottom: 0.3rem; }

.contend {
  float: left;
  padding: 0 15px;
  width: 100%; }
  .contend_map {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 1rem; }
    .contend_map .label_map_filter {
      position: relative;
      top: 3px; }
    .contend_map #map {
      height: 485px;
      width: 100%;
      position: relative;
      z-index: 1; }
    .contend_map .form_map {
      background-color: #FFF;
      width: 100%;
      float: left;
      padding: 0 0 1rem 0;
      position: relative;
      z-index: 50; }
      .contend_map .form_map .base__checkbox label {
        font-family: "Montserrat";
        font-weight: 400; }
        .contend_map .form_map .base__checkbox label img {
          display: inline-block; }
        .contend_map .form_map .base__checkbox label .base__icon {
          display: inline-block;
          width: 20px;
          height: 20px; }
      .contend_map .form_map .container_search {
        float: left;
        width: 40%; }
        .contend_map .form_map .container_search .button--search {
          float: left;
          width: 65px;
          margin-left: 20px;
          background-image: none;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
      .contend_map .form_map .base__input {
        padding: 1em 1em 1.0em 1em;
        float: left;
        font-family: "Montserrat";
        font-weight: 400;
        width: calc(100% - 100px); }
      .contend_map .form_map .check_cont {
        margin: 1rem 0 0 0;
        float: right;
        text-align: right;
        font-family: "Montserrat";
        width: 60%; }
        .contend_map .form_map .check_cont input[type=checkbox] {
          cursor: pointer; }
        .contend_map .form_map .check_cont .container_checkbox_firstRow {
          float: right;
          margin-right: 20px; }
        .contend_map .form_map .check_cont .container_checkbox_secondRow {
          float: left; }
    .contend_map.form2 .form_map {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      margin-top: 1rem; }
      .contend_map.form2 .form_map .base__input {
        margin: 0.2rem 0 0 3%;
        width: 28%; }
      .contend_map.form2 .form_map .check_cont {
        width: auto;
        background-color: #FFF;
        padding: 0.5rem 1rem;
        float: right;
        margin: 0; }
  .contend_detailmap {
    width: 100%;
    height: auto; }
    .contend_detailmap ul {
      padding: 0;
      margin: 0;
      width: 100%;
      height: auto;
      top: 83px; }
      .contend_detailmap ul li {
        background-color: #FFF;
        list-style: none;
        cursor: pointer;
        width: 100%;
        border: 1px solid #D3D3D2; }
        .contend_detailmap ul li:last-of-type {
          border-bottom: 1px solid #D3D3D2; }
        .contend_detailmap ul li:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        .contend_detailmap ul li .container_shop_data {
          border-bottom: 0px;
          border-left: 4px solid #D3D3D2; }
          .contend_detailmap ul li .container_shop_data .text_telephone_number {
            position: relative;
            top: 12px;
            left: 5px; }
          .contend_detailmap ul li .container_shop_data .buttons {
            float: left;
            width: 25%;
            margin: 10px 0;
            padding: 10px 0;
            text-align: center;
            border-left: 1px solid #D3D3D2; }
            .contend_detailmap ul li .container_shop_data .buttons:hover {
              opacity: 0.7; }
            .contend_detailmap ul li .container_shop_data .buttons .icon_title {
              font-size: 0.750em;
              font-family: "Montserrat";
              font-weight: 400; }
          .contend_detailmap ul li .container_shop_data .title {
            float: left;
            width: 75%;
            margin: 1.04rem 0 1.05rem 0;
            position: relative;
            z-index: 4;
            background-color: #FFF;
            /* border-right: 1px solid $medium_stroke; */ }
            .contend_detailmap ul li .container_shop_data .title .base__icon {
              display: inline-block;
              height: 40px;
              width: 40px;
              float: left;
              margin: 10px 5px; }
            .contend_detailmap ul li .container_shop_data .title h3 {
              color: #009BBE;
              font-family: "Montserrat";
              font-weight: 700;
              margin: 0 0 0.5rem 0;
              font-size: 0.85em;
              padding: 0 0 0 50px; }
            .contend_detailmap ul li .container_shop_data .title h4 {
              font-size: 0.75em;
              color: #292F36;
              font-family: "Montserrat";
              font-weight: 400;
              padding: 0 0 0 50px; }
            .contend_detailmap ul li .container_shop_data .title:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        .contend_detailmap ul li.active_action .container_shop_data {
          border-left: 4px solid #009BBE; }
        .contend_detailmap ul li.active_action .title {
          background-color: #FFF; }
        .contend_detailmap ul li.active_action .cont_detail {
          display: none; }
    .contend_detailmap .title_detail {
      float: left;
      padding: 1rem 0;
      font-size: 1.7rem;
      color: #292F36;
      font-family: "Montserrat";
      font-weight: 700; }

@media (max-width: 960px) {
  .store_locator_block .contend_map .form_map .check_cont {
    text-align: left; }
    .store_locator_block .contend_map .form_map .check_cont .container_checkbox_firstRow {
      float: none; }
  .store_locator_block .base__checkbox.checkbox label {
    width: 150px; } }

@media (max-width: 767px) {
  .button__expand {
    display: none; }
  .store_locator_block__mainContainer {
    margin-left: 10px;
    margin-right: 10px; }
  .store_locator_block .contend_detailmap ul li:nth-of-type(n+4) {
    display: none; }
  .store_locator_block .cont_detail {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto; }
    .store_locator_block .cont_detail .store_locator_block__additionalOptions {
      right: 0; }
  .store_locator_block .base__checkbox.checkbox {
    margin-left: 0px; }
  .store_locator_block .contend_map .form_map .check_cont {
    float: none;
    text-align: left;
    width: 100%; }
    .store_locator_block .contend_map .form_map .check_cont .checkbox {
      float: none;
      width: 100%; }
    .store_locator_block .contend_map .form_map .check_cont .container_checkbox_firstRow {
      float: none; }
  .store_locator_block .contend_map .form_map .container_search {
    float: none;
    width: 100%; }
  .store_locator_block__container__expand {
    position: static; }
  .store_locator_block__container--shops {
    position: relative;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden; } }

.checkbox {
  padding-left: 14px; }

.store_locator_block.treStore {
  font-family: 'Helvetica-Roman', Arial, sans-serif; }
  .store_locator_block.treStore input[type="checkbox"]:checked + label::before {
    background-color: #000000;
    border-color: #D3D3D2; }
  .store_locator_block.treStore input[type="checkbox"]:checked + label::after {
    color: #FFF;
    background-image: url(../img/icons/check_selected.svg);
    background-position: 0 0;
    background-size: 100%;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 2px;
    content: ""; }
  .store_locator_block.treStore input[type="checkbox"].styled:checked + label:after {
    color: #FFF; }
  .store_locator_block.treStore input[type="checkbox"]:checked:disabled + label::before {
    background-color: #CCD1D9; }
  .store_locator_block.treStore .checkbox label {
    padding-left: 10px;
    font-family: 'Helvetica-Roman', Arial, sans-serif; }
    .store_locator_block.treStore .checkbox label:before {
      border-radius: 0; }
  .store_locator_block.treStore .contend_map .form_map {
    padding: 0 0 10px 0; }
    @media (max-width: 767px) {
      .store_locator_block.treStore .contend_map .form_map {
        padding: 0 0 15px 0; } }
    .store_locator_block.treStore .contend_map .form_map .base__checkbox label img {
      display: inline-block; }
    .store_locator_block.treStore .contend_map .form_map .base__checkbox label .base__icon {
      display: inline-block;
      width: 20px;
      height: 20px; }
    .store_locator_block.treStore .contend_map .form_map .container_search {
      width: 35%; }
      @media (max-width: 767px) {
        .store_locator_block.treStore .contend_map .form_map .container_search {
          width: 100%; } }
      .store_locator_block.treStore .contend_map .form_map .container_search .button--search {
        background: #000000;
        font-size: 14px;
        width: auto;
        border: 1px solid #000000;
        border-radius: 0;
        padding: 10px;
        font-family: 'Helvetica-Roman', Arial, sans-serif;
        text-transform: initial; }
        .store_locator_block.treStore .contend_map .form_map .container_search .button--search:hover {
          opacity: 0.8; }
        @media (max-width: 767px) {
          .store_locator_block.treStore .contend_map .form_map .container_search .button--search {
            margin-left: 10px; } }
    .store_locator_block.treStore .contend_map .form_map .base__input {
      font-family: 'Helvetica-Roman', Arial, sans-serif;
      width: 100%;
      font-size: 14px;
      padding: 10px 10px 10px 10px;
      max-width: 296px;
      border-radius: 0;
      color: #000000;
      background: url(../img/icons/ic_search_black.svg) no-repeat right 10px center; }
      .store_locator_block.treStore .contend_map .form_map .base__input:hover, .store_locator_block.treStore .contend_map .form_map .base__input:focus {
        border: 1px solid #000000; }
      @media (max-width: 767px) {
        .store_locator_block.treStore .contend_map .form_map .base__input {
          width: 100%; } }
    .store_locator_block.treStore .contend_map .form_map .check_cont {
      width: 65%; }
      @media (max-width: 767px) {
        .store_locator_block.treStore .contend_map .form_map .check_cont {
          width: 100%;
          text-align: left; } }
      .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow {
        float: right; }
        @media (max-width: 767px) {
          .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow {
            float: none; } }
        @media screen and (min-width: 768px) and (max-width: 788px) {
          .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow .checkbox {
            padding-left: 9px; } }
        .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow .trestore_label_icon {
          display: inline-block;
          background: url(../img/icons/IC_3Store.svg);
          background-color: transparent;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          background-position: 2% 50%;
          vertical-align: middle; }
        .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow .trestore_label_rivenditori {
          display: inline-block;
          background: url(../img/icons/IC_Shop.svg);
          background-color: transparent;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          background-position: 2% 50%;
          vertical-align: middle; }
        .store_locator_block.treStore .contend_map .form_map .check_cont .container_checkbox_secondRow .trestore_label_centroassistenza {
          display: inline-block;
          background: url(../img/icons/IC_Support.svg);
          background-color: transparent;
          background-repeat: no-repeat;
          width: 50px;
          height: 50px;
          background-position: 2% 50%;
          vertical-align: middle; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .buttons .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    border-left: 0; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .buttons .icon_title {
    font-family: 'Helvetica-Roman', Arial, sans-serif; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .title .tre_icon {
    height: 40px;
    width: 40px;
    float: left;
    margin: 10px 5px; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .title h3 {
    color: #000000;
    font-family: 'Helvetica-Bd', Arial, sans-serif;
    padding: 0 10px 0 50px;
    height: 20px; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .title h4 {
    font-family: 'Helvetica-Roman', Arial, sans-serif;
    padding: 0 10px 0 50px; }
  .store_locator_block.treStore .contend_detailmap ul li .container_shop_data .title:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .store_locator_block.treStore .contend_detailmap ul li.active_action .container_shop_data {
    border-left: 4px solid #000000; }
  .store_locator_block.treStore .cont_detail {
    top: 120px;
    font-family: 'Helvetica-Roman', Arial, sans-serif; }
    @media (max-width: 767px) {
      .store_locator_block.treStore .cont_detail {
        top: 0; } }
    .store_locator_block.treStore .cont_detail .shop_description {
      border-bottom: 0;
      padding-bottom: 20px; }
      .store_locator_block.treStore .cont_detail .shop_description .tre_icon {
        width: 40px;
        height: 40px;
        margin: 0 15px 0 5px;
        float: left; }
      .store_locator_block.treStore .cont_detail .shop_description h3 {
        font-family: 'Helvetica-Bd', Arial, sans-serif;
        padding: 0 10px 0 60px;
        color: #000000; }
      .store_locator_block.treStore .cont_detail .shop_description .description {
        font-family: 'Helvetica-Roman', Arial, sans-serif;
        padding: 0 10px 0 60px; }
    .store_locator_block.treStore .cont_detail .vendita_assistenza {
      float: none !important;
      margin: 0 0 20px 0;
      padding-left: 60px;
      font-family: 'Helvetica-Bd', Arial, sans-serif;
      font-size: 1rem;
      color: #000000; }
      @media (max-width: 640px) {
        .store_locator_block.treStore .cont_detail .vendita_assistenza {
          font-size: 14px; } }
    .store_locator_block.treStore .cont_detail .contact_numbers {
      margin: 15px 0;
      padding-left: 60px; }
      .store_locator_block.treStore .cont_detail .contact_numbers h3 {
        font-family: 'Helvetica-Bd', Arial, sans-serif;
        width: auto; }
      .store_locator_block.treStore .cont_detail .contact_numbers a {
        color: #000000;
        font-size: 1rem;
        font-family: 'Helvetica-Bd', Arial, sans-serif;
        font-weight: bold; }
        .store_locator_block.treStore .cont_detail .contact_numbers a:active, .store_locator_block.treStore .cont_detail .contact_numbers a:focus {
          color: #000000; }
      .store_locator_block.treStore .cont_detail .contact_numbers .description {
        font-family: 'Helvetica-Roman', Arial, sans-serif;
        width: auto;
        float: none; }
        .store_locator_block.treStore .cont_detail .contact_numbers .description a {
          color: #000000;
          font-family: 'Helvetica-Bd', Arial, sans-serif; }
          .store_locator_block.treStore .cont_detail .contact_numbers .description a:active, .store_locator_block.treStore .cont_detail .contact_numbers .description a:focus {
            color: #000000; }
    .store_locator_block.treStore .cont_detail .cont_text {
      border-bottom: 0;
      display: inline-block; }
  .store_locator_block.treStore .base__bt--sm {
    background-color: #000000;
    border: 1px solid #000000;
    padding: .5rem;
    width: auto;
    border-radius: 0;
    cursor: pointer; }
    .store_locator_block.treStore .base__bt--sm:hover {
      opacity: 0.8; }
  .store_locator_block.treStore ::selection {
    background: #2e95f3;
    color: #FFF; }

.treStore .store_locator_block__container__expand {
  top: 60px; }
  .treStore .store_locator_block__container__expand .noResults {
    padding: 15px; }
  .treStore .store_locator_block__container__expand .nicescroll-rails-vr {
    z-index: 950 !important; }
    .treStore .store_locator_block__container__expand .nicescroll-rails-vr .nicescroll-cursors {
      background-color: #000000 !important; }
  .treStore .store_locator_block__container__expand .button__expand {
    width: auto;
    height: auto; }
    .treStore .store_locator_block__container__expand .button__expand:hover {
      opacity: 0.8; }
    .treStore .store_locator_block__container__expand .button__expand img {
      width: 35px;
      height: 35px; }

.treStore .store_locator_block__additionalOptions {
  width: auto;
  height: auto;
  right: -25px; }
  .treStore .store_locator_block__additionalOptions img {
    width: 25px;
    height: 25px; }

.treStore .store_locator_block__additionalOptions__close {
  width: auto;
  height: auto; }

@media (max-width: 960px) {
  .store_locator_block.treStore .base__checkbox.checkbox {
    margin-bottom: 10px; }
    .store_locator_block.treStore .base__checkbox.checkbox label {
      width: auto; } }

.contend_map .form_map .check_cont.tre_margin {
  margin: 0 0 0 0;
  text-align: right;
  width: 60%; }

@media screen and (max-width: 980px) and (min-width: 767px) {
  .infoBox {
    left: -64px !important; } }

@media screen and (max-width: 960px) and (min-width: 768px) {
  .treStore .store_locator_block__container__expand {
    top: 70px; } }

/* ========================================================= */
.grey_strip__block {
  width: 100%;
  background-color: #E6E9ED;
  max-width: 1024px;
  margin: 0 auto; }
  .whiteStrip .grey_strip__block {
    background-color: transparent; }
  .onlyTitle .grey_strip__block .grey_strip__block__title {
    width: 100%;
    border: none;
    padding: 20px 30px;
    margin: 0; }
    .onlyTitle .grey_strip__block .grey_strip__block__title .h3 {
      font-size: 2em; }
  .grey_strip__block__tabs {
    color: #292F36;
    text-transform: uppercase;
    /*
       @at-root {
       .colored_bg--black.filter-showcase .grey_strip__block__tabs {
        color: $color_white;
      } }*/ }
    .grey_strip__block__tabs__container {
      padding-top: 21px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      margin-top: 10px; }
      .whiteStrip .grey_strip__block__tabs__container {
        width: 100%; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs__container {
          padding-top: 0; } }
    .grey_strip__block__tabs--left {
      float: left; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs--left {
          float: none;
          padding-bottom: 10px; } }
    .grey_strip__block__tabs--right {
      float: right; }
      @media (max-width: 767px) {
        .grey_strip__block__tabs--right {
          margin-top: 10px;
          padding-bottom: 10px;
          float: none; } }
      .grey_strip__block__tabs--right .grey_strip__block__tabs--title:hover {
        border-bottom: 1px solid #FF6A00; }
      .grey_strip__block__tabs--right .grey_strip__block__tabs--title.active {
        border-bottom: 1px solid #FF6A00; }
    .grey_strip__block__tabs--title {
      margin-right: 15px;
      color: inherit;
      font-size: 1em;
      cursor: pointer; }
      .grey_strip__block__tabs--title.tab_hl_button {
        color: #FFF; }
      .grey_strip__block__tabs--title:hover {
        color: #FF6A00; }
      .grey_strip__block__tabs--title.active {
        color: #FF6A00; }
      .grey_strip__block__tabs--title.disabled {
        color: #AAB2BD;
        cursor: not-allowed; }
        .grey_strip__block__tabs--title.disabled:hover {
          border-bottom: 0; }
  .grey_strip__block__title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 15px 5px;
    float: left;
    border-right: 1px solid #D3D3D2; }
    .grey_strip__block__title .h3 {
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 1.563em; }
      .whiteStrip .grey_strip__block__title .h3 {
        font-size: 2.5em; }
    .grey_strip__block__title:only-child {
      width: 100%;
      border: none;
      margin: 0;
      padding: 20px 30px; }
      .grey_strip__block__title:only-child .h3 {
        font-size: 1.250em; }
    .whiteStrip .grey_strip__block__title {
      width: 100%;
      border-right: 0;
      text-align: center; }
    @media (max-width: 767px) {
      .grey_strip__block__title {
        float: none;
        border-right: 0; } }
  .grey_strip__block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
    .grey_strip__block__container.noTabs .grey_strip__block__tabs {
      display: none; }

.accordion_delivery_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_delivery_block__link {
    font-size: 1em; }

.accordion_description_block {
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 10px; }
  .accordion_description_block__title {
    font-family: "Montserrat";
    font-weight: 300;
    color: #292F36;
    font-size: 1.5em;
    padding-bottom: 1.667em; }
    @media (max-width: 767px) {
      .accordion_description_block__title {
        font-size: 1.3em;
        padding-bottom: 0.5em; } }
  .accordion_description_block__container {
    display: inline-block;
    padding: 20px 0; }
    .accordion_description_block__container:nth-of-type(odd) {
      background-color: #F4F4F4; }
  .accordion_description_block__feature {
    font-family: "Montserrat";
    font-weight: 300;
    color: #2D389C;
    font-size: 1.25em; }
  .accordion_description_block__featureContent {
    border-bottom: 1px solid #D3D3D2;
    margin-left: -15px;
    padding: 5px 0; }
    .accordion_description_block__featureContent:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    @media (max-width: 767px) {
      .accordion_description_block__featureContent {
        margin-left: 0; } }
    .accordion_description_block__featureContent--detail {
      font-family: "Montserrat";
      font-weight: 500;
      color: #292F36;
      font-size: 0.85em;
      float: left;
      padding-right: 0;
      line-height: 1.6em;
      width: 50%; }
      @media (max-width: 767px) {
        .accordion_description_block__featureContent--detail {
          padding-left: 0; } }
    .accordion_description_block__featureContent--description {
      font-family: "Montserrat";
      font-weight: 400;
      color: #292F36;
      font-size: 12px;
      float: left;
      line-height: 1.6em;
      width: 50%; }
      @media (max-width: 767px) {
        .accordion_description_block__featureContent--description {
          padding-left: 0; } }

.accordion_payment_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_payment_block__linkPoste {
    font-size: 1em; }
  .accordion_payment_block__icon_circuit {
    float: left;
    margin: 30px 0 30px 6px; }
  .accordion_payment_block__icon__single {
    margin-top: 10px;
    margin-right: 2em; }
  .accordion_payment_block__icon_creditCard {
    margin-top: 30px;
    margin-bottom: 26px; }
    .accordion_payment_block__icon_creditCard--firstRow {
      float: left; }
    .accordion_payment_block__icon_creditCard--secondRow {
      float: left; }
    .accordion_payment_block__icon_creditCard--VisaVerified {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 0;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--masterCardsc {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -44px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--visa {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -88px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--masterCard {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -132px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--americanExpress {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -176px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--postePay {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -220px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--visaElectron {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -264px;
      float: left;
      width: 81px;
      height: 44px; }
    .accordion_payment_block__icon_creditCard--cartasi {
      background: rgba(0, 0, 0, 0) url("../img/credit-cards/payment_icons_sprite.png") no-repeat scroll 0 -308px;
      float: left;
      width: 81px;
      height: 44px; }

.accordion_reviews_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_reviews_block__link {
    font-size: 1em; }

.accordion_warranty_block {
  margin: 0 auto;
  max-width: 1024px; }
  .accordion_warranty_block__link {
    font-size: 1em; }

.dashboard_block {
  background-color: #FFF; }
  .dashboard_block__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0; }
  .dashboard_block__product--imagep {
    padding: 0; }
  .dashboard_block__product .extra_offer {
    margin-bottom: 1rem; }
    .dashboard_block__product .extra_offer:before {
      content: none; }
    .dashboard_block__product .extra_offer .offer__logo {
      width: 15%;
      float: left;
      margin-right: .5rem;
      max-width: 50px; }
    .dashboard_block__product .extra_offer .offer__text a {
      display: none; }
  .dashboard_block .phone_model {
    position: relative; }
  .dashboard_block .phone_thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7rem;
    padding-left: 2rem;
    margin: 0;
    background: -webkit-linear-gradient(left, #FFF 50%, rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(left, #FFF 50%, rgba(255, 255, 255, 0.01));
    background: linear-gradient(to right, #FFF 50%, rgba(255, 255, 255, 0.01));
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='transparent', GradientType=1); }
    @media (max-width: 480px) {
      .dashboard_block .phone_thumbs {
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 0 0.9rem; } }
    .dashboard_block .phone_thumbs .video_thumb_gallery {
      width: 100%;
      padding: 0.5rem 0;
      height: 76px;
      margin-bottom: 0.5rem;
      border: 1px solid #D3D3D2;
      float: left;
      outline: 0;
      text-align: center;
      cursor: pointer; }
  .dashboard_block .phone_thumb {
    width: 100%;
    padding: 0.5rem 0;
    height: auto;
    margin-bottom: 0.5rem;
    border: 1px solid #D3D3D2;
    float: left;
    outline: 0;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 480px) {
      .dashboard_block .phone_thumb {
        margin-bottom: 0; } }
    .dashboard_block .phone_thumb img {
      width: auto;
      height: 60px; }
  .dashboard_block .phone_gallery {
    display: none;
    padding: 0;
    margin-bottom: 0;
    min-height: 340px; }
    @media (max-width: 480px) {
      .dashboard_block .phone_gallery {
        padding-bottom: 100px; } }
  .dashboard_block .phone_slide {
    margin-left: 2rem;
    outline: 0; }
    @media (max-width: 480px) {
      .dashboard_block .phone_slide {
        width: 100%;
        height: auto;
        margin-left: 0; } }
    .dashboard_block .phone_slide img {
      width: auto;
      max-width: 100%; }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide img {
          width: auto;
          max-width: 100%;
          max-height: 480px; } }
    .dashboard_block .phone_slide video {
      width: 260px;
      height: 260px;
      float: right;
      margin-right: 30px;
      pointer-events: none;
      /* &::-webkit-media-controls-play-button {
                    @include breakpoint('small') {
                    display: none!important;
                    -webkit-appearance: none;
                    }
                } */ }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video {
          width: 260px;
          height: 260px;
          margin: 0 auto;
          float: unset;
          display: block; } }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video::-webkit-media-controls-enclosure {
          width: 260px !important;
          display: flex !important;
          justify-content: center;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video::-webkit-media-controls-overlay-enclosure {
          width: 260px !important;
          display: flex !important;
          justify-content: center;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video::-internal-media-controls-overflow-menu-list {
          width: 260px !important;
          display: flex !important;
          justify-content: center;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video::-webkit-media-controls-start-playback-button {
          display: none !important;
          -webkit-appearance: none; } }
      @media (max-width: 767px) {
        .dashboard_block .phone_slide video::-webkit-media-controls-overlay-play-button {
          display: none !important;
          -webkit-appearance: none; } }
  .dashboard_block__brand {
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.2rem; }
  .dashboard_block__title {
    color: #292F36;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2.429rem;
    line-height: 1.1em;
    text-align: left;
    overflow: hidden; }
  .dashboard_block__features {
    font-size: 1rem;
    color: #292F36;
    line-height: 1.2em;
    padding: 1rem 0;
    border-bottom: 1px solid #D3D3D2;
    text-align: left; }
  .dashboard_block .sim__included {
    color: #292F36; }
  .dashboard_block__attributes {
    text-align: left; }
    .dashboard_block__attributes__container {
      font-size: 0;
      margin: 1.5rem 0 1rem; }
      .dashboard_block__attributes__container p {
        font-size: 1rem; }
    .dashboard_block__attributes .select_container {
      padding: 1rem 0;
      border-bottom: 1px solid #D3D3D2;
      display: table;
      width: 100%; }
  .dashboard_block__items {
    list-style: none;
    padding: 0;
    margin: 0; }
    .dashboard_block__items_container {
      color: #292F36;
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      .dashboard_block__items_container h4 {
        font-size: 1rem;
        font-family: "Montserrat";
        font-weight: 700;
        margin-bottom: 0.5rem; }
  .dashboard_block__item {
    margin: 0 0 0.5rem 0;
    width: auto;
    transition: all .4s;
    font-size: 0.875rem; }
    .dashboard_block__item.active label {
      font-family: "Montserrat";
      font-weight: 700; }
      .dashboard_block__item.active label .round {
        box-shadow: 0 0 0 2px #FF6A00; }
    .dashboard_block__item.inactive {
      border-color: #E6E9ED;
      cursor: initial; }
      .dashboard_block__item.inactive span.amount,
      .dashboard_block__item.inactive label {
        color: #E6E9ED;
        pointer-events: none; }
      .dashboard_block__item.inactive label .round {
        box-shadow: none;
        background-color: #F4F4F4 !important; }
    .dashboard_block__item.notPresent {
      opacity: 0.5; }
    .dashboard_block__item:last-child {
      margin: 0; }
    .dashboard_block__item input {
      display: none;
      margin: 0; }
    .dashboard_block__item label {
      width: auto;
      padding: 0 .2rem;
      color: #292F36;
      font-family: "Montserrat";
      font-weight: normal;
      line-height: 1.1em;
      cursor: pointer;
      margin: 0; }
      .dashboard_block__item label input[type="radio"]:checked + .round {
        box-shadow: 0 0 0 2px #FF6A00; }
    .dashboard_block__item span.round {
      width: 22px;
      height: 22px;
      margin: 0 auto .25rem;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      border: 2px solid white;
      box-shadow: 0 0 0 2px transparent;
      transition: all .4s; }
    .item_memory .dashboard_block__item {
      cursor: pointer;
      width: 68px;
      padding: 0.185rem 0;
      text-align: center;
      margin-bottom: 0.5rem;
      border: 1px solid #D3D3D2; }
      @media (max-width: 767px) {
        .item_memory .dashboard_block__item {
          display: inline-block;
          margin-right: 0.5rem; } }
      .item_memory .dashboard_block__item:last-child {
        margin: 0; }
      .item_memory .dashboard_block__item.active {
        border-color: #FF6A00;
        box-shadow: 0 0 0 1px #FF6A00;
        font-weight: 700; }
      .item_memory .dashboard_block__item.inactive {
        border-color: #E6E9ED;
        cursor: initial;
        box-shadow: none;
        color: #E6E9ED; }
  .dashboard_block__details {
    padding: 10px 0;
    text-align: left; }
    .dashboard_block__details.unica {
      display: inline-block;
      width: 35%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .dashboard_block__details.unica {
          display: block;
          width: 100%;
          margin-bottom: 1rem;
          text-align: center; } }
    .dashboard_block__details_popup--link {
      font-size: 12px;
      text-decoration: underline;
      color: #2D389C; }
      .dashboard_block__details_popup--link:hover, .dashboard_block__details_popup--link:active, .dashboard_block__details_popup--link:visited {
        color: #0D1564; }
  .dashboard_block__priceRow {
    display: none;
    font-family: "Montserrat";
    text-align: right; }
    .dashboard_block__priceRow.unica {
      display: inline-block;
      width: 64%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .dashboard_block__priceRow.unica {
          display: block;
          width: 100%;
          text-align: center; } }
    .dashboard_block__priceRow .amount {
      font-family: "Montserrat";
      font-weight: 700;
      line-height: 1.2;
      font-size: 1rem; }
      .dashboard_block__priceRow .amount .price {
        font-size: 2em; }
        .dashboard_block__priceRow .amount .price.with_currency::after {
          padding-left: 0; }
      .dashboard_block__priceRow .amount .splitted_price {
        display: inline-block;
        vertical-align: baseline; }
        .dashboard_block__priceRow .amount .splitted_price .integer {
          display: inline-block;
          font-size: 2.5rem; }
        .dashboard_block__priceRow .amount .splitted_price .additional {
          display: inline-block;
          text-align: left; }
          .dashboard_block__priceRow .amount .splitted_price .additional .decimals {
            line-height: 0.5em; }
      .dashboard_block__priceRow .amount.unica {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem; }
        .dashboard_block__priceRow .amount.unica .integer {
          font-size: 2rem; }
        .dashboard_block__priceRow .amount.unica .additional {
          margin-left: -5px; }
          .dashboard_block__priceRow .amount.unica .additional .decimals {
            font-size: 1.4rem; }
    .dashboard_block__priceRow form {
      display: inline; }
      @media (max-width: 767px) {
        .dashboard_block__priceRow form {
          display: block;
          width: 100%; } }
    .dashboard_block__priceRow .buy {
      max-width: 210px; }
    .dashboard_block__priceRow .not_available {
      font-weight: 600;
      margin-bottom: 0.5rem; }
  .dashboard_block__button {
    width: calc(50% - 15px); }
    .dashboard_block__button--containerDouble {
      display: none; }
    .dashboard_block__button--containerSingle {
      text-align: center; }
      .dashboard_block__button--containerSingle .dashboard_block__button {
        width: 280px; }
    @media (max-width: 767px) {
      .dashboard_block__button {
        width: 50%; } }
    .dashboard_block__button.left {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .dashboard_block__button.left {
          margin-right: 0; } }
  .dashboard_block__button {
    display: inline-block; }
    .dashboard_block__button button {
      width: 100%; }

#dashboard_block__details_popup {
  background: #FFF;
  width: 100%;
  max-width: 1024px;
  padding: 20px;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  #dashboard_block__details_popup .dashboard_block__details_popup__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat";
    padding: 10px 0;
    border-bottom: 2px solid #AAB2BD; }
  #dashboard_block__details_popup .dashboard_block__details_popup__close {
    font-size: 14px;
    color: #2D389C;
    font-family: "Montserrat";
    font-weight: 700;
    padding: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  #dashboard_block__details_popup .dashboard_block__details_popup__container {
    max-height: 55vh; }
    @media (max-width: 767px) {
      #dashboard_block__details_popup .dashboard_block__details_popup__container {
        max-height: 400px; } }

.center {
  position: relative;
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.vetrina-terminals + .nicescroll-rails {
  z-index: auto !important; }

@media (min-width: 767px) {
  .vetrina-terminals .row {
    margin-right: -15px;
    margin-left: -15px;
    width: auto; }
  .vetrina-terminals .align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.vetrina-terminals.container {
  margin: 0 auto 0.5rem auto;
  max-width: 1024px;
  position: relative; }
  @media (max-width: 767px) {
    .vetrina-terminals.container {
      padding: 15px; } }

.vetrina-terminals__headtitle {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #292F36;
  font-weight: bold; }

.vetrina-terminals__wrapper {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 35px;
  border: 1px solid #AAB2BD; }
  @media (min-width: 767px) {
    .vetrina-terminals__wrapper {
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .vetrina-terminals__wrapper .column:first-child {
        padding-right: 25px;
        padding-left: 0; }
      .vetrina-terminals__wrapper .column:last-child {
        border-left: 1px solid #e6e9ed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 767px) {
  .vetrina-terminals__results {
    height: 105px;
    overflow: hidden;
    margin-bottom: 30px; } }

@media (min-width: 767px) {
  .vetrina-terminals__results {
    padding-left: 0;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative; } }

.vetrina-terminals__list .slick-arrow {
  background: transparent;
  border: 0;
  cursor: pointer; }
  .vetrina-terminals__list .slick-arrow:before {
    background-size: 16px 10px;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: ""; }
  .vetrina-terminals__list .slick-arrow.slick-prev {
    position: absolute;
    left: 50%;
    top: -25px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .vetrina-terminals__list .slick-arrow.slick-prev:before {
      background-image: url("../img/icons/ico-arrow-up-active.png"); }
    .vetrina-terminals__list .slick-arrow.slick-prev.slick-disabled:before {
      background-image: url("../img/icons/ico-arrow-up-disabled.png"); }
  .vetrina-terminals__list .slick-arrow.slick-next {
    position: absolute;
    left: 50%;
    bottom: -15px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .vetrina-terminals__list .slick-arrow.slick-next:before {
      background-image: url("../img/icons/ico-arrow-down-active.png"); }
    .vetrina-terminals__list .slick-arrow.slick-next.slick-disabled:before {
      background-image: url("../img/icons/ico-arrow-down-disabled.png"); }

@media (max-width: 767px) {
  .vetrina-terminals__list {
    margin-bottom: 20px; } }

@media (min-width: 767px) {
  .vetrina-terminals__list {
    height: auto; } }

.vetrina-terminals__list-item {
  border: 1px solid #AAB2BD !important;
  padding: 15px 20px;
  margin: 0 8px 0 0;
  text-align: left;
  min-height: 105px;
  background-color: transparent;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 767px) {
    .vetrina-terminals__list-item {
      width: 100% !important;
      margin: 0 0 13px;
      min-height: 113px; } }
  .vetrina-terminals__list-item.slick-vertical.slick-slide {
    display: flex !important; }
  .vetrina-terminals__list-item:last-child {
    margin-bottom: 0; }
  .vetrina-terminals__list-item .label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #292F36;
    font-weight: 500; }
  .vetrina-terminals__list-item .phone-icon {
    margin: 0 10px 0 0;
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2); }
    @media (min-width: 767px) {
      .vetrina-terminals__list-item .phone-icon {
        margin: 0 20px 0 0; } }
  .vetrina-terminals__list-item .title {
    font-size: 18px;
    line-height: 18px;
    color: #292F36;
    font-weight: 500; }
  .vetrina-terminals__list-item:hover {
    border: 1px solid #FF6A00 !important; }
  .vetrina-terminals__list-item.active {
    border: 1px solid #FF6A00 !important;
    -webkit-box-shadow: 0 0 0 1px #FF6A00;
    box-shadow: 0 0 0 1px #FF6A00; }
    .vetrina-terminals__list-item.active .label {
      font-weight: bold; }
    .vetrina-terminals__list-item.active .title {
      font-weight: bold; }
    .vetrina-terminals__list-item.active:hover {
      border: 1px solid #FF6A00 !important;
      -webkit-box-shadow: 0 0 0 1px #FF6A00;
      box-shadow: 0 0 0 1px #FF6A00; }
  .vetrina-terminals__list-item:focus {
    outline: none; }

@media (min-width: 767px) {
  .vetrina-terminals__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.vetrina-terminals__details-image {
  text-align: center; }
  .vetrina-terminals__details-image img {
    width: auto !important; }
    @media (min-width: 767px) {
      .vetrina-terminals__details-image img {
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5); } }
  @media (max-width: 767px) {
    .vetrina-terminals__details-image {
      margin-bottom: 30px; } }

.vetrina-terminals__details-label {
  font-size: 14px;
  line-height: 18px;
  color: #292F36;
  font-weight: bold;
  margin-bottom: 5px; }

.vetrina-terminals__details-title {
  font-size: 30px;
  line-height: 32px;
  color: #292F36;
  font-weight: bold; }

.vetrina-terminals__details-body .features .features__label {
  font-size: 1rem;
  line-height: normal;
  color: #292F36;
  font-weight: 700;
  margin-bottom: 1rem; }

.vetrina-terminals__details-body .features .features__list {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0; }
  .vetrina-terminals__details-body .features .features__list-item {
    margin: 0 0 0.5rem 0;
    width: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 0.875rem; }
    .vetrina-terminals__details-body .features .features__list-item label {
      font-size: 0.875rem;
      line-height: 1.1em;
      color: #292F36;
      font-weight: normal;
      font-family: "Montserrat";
      width: auto;
      padding: 0 0.2rem;
      margin: 0;
      cursor: pointer; }
      .vetrina-terminals__details-body .features .features__list-item label:hover .round {
        -webkit-box-shadow: 0 0 0 1px #FF6A00;
        box-shadow: 0 0 0 1px #FF6A00; }
      .vetrina-terminals__details-body .features .features__list-item label:hover .square {
        opacity: 1;
        border: 1px solid #FF6A00; }
      .vetrina-terminals__details-body .features .features__list-item label input {
        display: none;
        margin: 0; }
        .vetrina-terminals__details-body .features .features__list-item label input:checked + .round {
          -webkit-box-shadow: 0 0 0 2px #FF6A00;
          box-shadow: 0 0 0 2px #FF6A00; }
        .vetrina-terminals__details-body .features .features__list-item label input:checked + .square {
          opacity: 1;
          border: 2px solid #FF6A00; }
      .vetrina-terminals__details-body .features .features__list-item label span.square {
        display: block;
        cursor: pointer;
        width: 68px;
        padding: 0.185rem 0;
        margin: 0 0 0.5rem 0;
        text-align: center;
        border: 1px solid #D3D3D2;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 0.875rem;
        margin-bottom: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        opacity: 0.5; }
      .vetrina-terminals__details-body .features .features__list-item label span.round {
        width: 22px;
        height: 22px;
        margin: 0 5px .25rem auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        border: 2px solid white;
        -webkit-box-shadow: 0 0 0 2px transparent;
        box-shadow: 0 0 0 2px transparent;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }

.vetrina-terminals__details-body .popup__button--open {
  border: none;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .vetrina-terminals__details-body .popup__button--open {
      padding-top: 10px;
      padding-bottom: 20px; } }

.vetrina-terminals__details .divisor {
  border-color: #E6E9ED;
  margin-bottom: 14px;
  margin-top: 14px; }

.vetrina-terminals__details-plan {
  font-size: 12px;
  line-height: 18px;
  color: #292F36;
  font-weight: normal; }

.vetrina-terminals__details-button a, .vetrina-terminals__details-button button {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 203px;
  padding: 13px 10px;
  margin-top: 20px; }
  @media (min-width: 767px) {
    .vetrina-terminals__details-button a, .vetrina-terminals__details-button button {
      padding-top: 8px;
      padding-bottom: 8px; } }

.loader.show {
  border-radius: 50%;
  border: 10px solid #f3f3f3;
  border-top: 10px solid grey;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }
  .loader.show.show {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 1; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#vetrina-terminals__details-popup {
  background: #FFF;
  width: 100%;
  max-width: 1024px;
  max-height: 90vh;
  padding: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat";
    padding: 10px 0;
    border-bottom: 2px solid #AAB2BD; }
  #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__button--close {
    font-size: 14px;
    line-height: normal;
    color: #2D389C;
    font-weight: 700;
    font-family: "Montserrat";
    padding: 10px;
    width: auto;
    height: auto;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__button--open {
    border: 0;
    padding: 0; }
  #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__table {
    max-height: 55vh; }
    @media (max-width: 767px) {
      #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__table {
        max-height: 400px; } }
    #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__table-row {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__table-row {
          padding: 15px; } }
      #vetrina-terminals__details-popup .vetrina-terminals__details.popup .popup__table-row:nth-of-type(odd) {
        background-color: #F4F4F4; }

.componente_info {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 10px; }
  .componente_info .componente_block {
    height: auto;
    border-radius: 10px;
    background-color: #F8F8F8; }
    .componente_info .componente_block.background_color--grey {
      background-color: #F8F8F8; }
    .componente_info .componente_block.background_color--white {
      background-color: #ffffff; }
    .componente_info .componente_block .prima_block {
      padding: 10px 25px; }
      @media (max-width: 767px) {
        .componente_info .componente_block .prima_block {
          padding: 8px 10px; } }
      .componente_info .componente_block .prima_block .top_section {
        width: 100%;
        display: flex;
        text-align: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        align-items: center; }
        .componente_info .componente_block .prima_block .top_section::-webkit-scrollbar {
          width: 0px;
          background: transparent; }
        .componente_info .componente_block .prima_block .top_section:before, .componente_info .componente_block .prima_block .top_section:after {
          content: "";
          width: 5%;
          height: 90%;
          position: absolute;
          z-index: 1; }
          @media (max-width: 767px) {
            .componente_info .componente_block .prima_block .top_section:before, .componente_info .componente_block .prima_block .top_section:after {
              width: 10%;
              margin-left: -2px;
              margin-right: -2px; } }
        .componente_info .componente_block .prima_block .top_section:before {
          background: linear-gradient(to right, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%); }
        .componente_info .componente_block .prima_block .top_section:after {
          right: 0;
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F8F8F8 100%); }
        .componente_info .componente_block .prima_block .top_section .tab_width {
          width: 100%;
          display: inline-block;
          flex: 0 0 auto;
          text-align: center;
          font-weight: 600;
          border-bottom: 2px solid #D8D8D8; }
          .componente_info .componente_block .prima_block .top_section .tab_width:focus {
            outline: none !important; }
          .componente_info .componente_block .prima_block .top_section .tab_width .tablink {
            padding: 14px 16px;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-size: 17px;
            width: 100%;
            white-space: nowrap;
            font-family: "Montserrat"; }
            .componente_info .componente_block .prima_block .top_section .tab_width .tablink:active {
              color: orange; }
            @media (max-width: 767px) {
              .componente_info .componente_block .prima_block .top_section .tab_width .tablink {
                padding: 14px 0px; } }
    .componente_info .componente_block .bottom_section {
      width: 100%;
      padding: 10px 30px 40px 30px; }
      .componente_info .componente_block .bottom_section .tabcontent {
        color: black;
        display: none;
        height: 100%; }
        .componente_info .componente_block .bottom_section .tabcontent:first-child {
          display: block; }
        .componente_info .componente_block .bottom_section .tabcontent .text_header {
          font-weight: 600;
          font-size: 16px;
          line-height: 23px;
          vertical-align: bottom;
          display: flex; }
          .componente_info .componente_block .bottom_section .tabcontent .text_header::before {
            content: "\A";
            background: #FF6A00;
            border-radius: 50%;
            display: inline-flex;
            width: 8px;
            height: 8px;
            margin: 8px 8px 8px 8px;
            vertical-align: middle; }
          .componente_info .componente_block .bottom_section .tabcontent .text_header_nodot {
            font-weight: 600;
            font-size: 16px;
            margin-left: 25px; }
        .componente_info .componente_block .bottom_section .tabcontent .text_body {
          font-weight: 400;
          margin-left: 25px;
          padding-bottom: 8px;
          display: inline-block;
          font-size: 14px;
          line-height: 23px; }
  .componente_info * {
    box-sizing: border-box; }
  .componente_info .tab_body {
    height: 192px;
    overflow: hidden;
    display: grid; }
    @media (max-width: 767px) {
      .componente_info .tab_body {
        height: 192px; } }
  .componente_info .com_expand_body {
    height: auto;
    display: grid; }
  .componente_info .read_more_link {
    float: right;
    font-weight: 600;
    color: #2D389C;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline; }
  .componente_info .slick-center,
  .componente_info .tab_width .slick-slide .slick-active :first-child {
    border-bottom: 4px solid #FF6A00 !important;
    color: #FF6A00; }

.product_collapsible {
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 3rem; }
  .product_collapsible ul {
    list-style: none;
    perspective: 900;
    padding: 0 0px;
    margin: 0; }
    @media (max-width: 767px) {
      .product_collapsible ul {
        padding: 0 15px; } }
  .product_collapsible__single {
    position: relative;
    padding: 0.8rem 1.4rem;
    margin-bottom: 0.5rem;
    background-color: #E6E9ED;
    border: 1px solid transparent; }
    .product_collapsible__single input[type=checkbox].accordionBox {
      position: absolute;
      cursor: pointer;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      margin-top: 0px; }
      .product_collapsible__single input[type=checkbox].accordionBox:checked ~ div {
        margin-top: 14px;
        max-height: 0;
        opacity: 0;
        display: none;
        transform: translate(0, 50%);
        transition: all 0.25s ease-in-out; }
      .product_collapsible__single input[type=checkbox].accordionBox:checked ~ i:before {
        transform: translate(0, 0) rotate(90deg); }
      .product_collapsible__single input[type=checkbox].accordionBox:checked ~ i:after {
        transform: translate(0, 0) rotate(0deg); }
    .product_collapsible__single:hover i {
      background: #0D1564; }
    .product_collapsible__single h2 {
      font-size: 1rem;
      font-family: "Montserrat";
      font-weight: 500;
      display: block;
      margin: 0;
      cursor: pointer;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .product_collapsible__single h2 {
          padding-left: 0; } }
    .product_collapsible__single i {
      position: absolute;
      right: 22px;
      top: 0.6rem;
      width: 24px;
      height: 24px;
      background: #2D389C;
      border-radius: 100%; }
      .product_collapsible__single i:before, .product_collapsible__single i:after {
        content: "";
        transition: all 0.25s ease-in-out;
        position: absolute;
        background-color: #FFF;
        width: 2px;
        height: 11px;
        left: 11px;
        top: 6px; }
      .product_collapsible__single i:before {
        transform: translate(0, 0) rotate(90deg); }
      .product_collapsible__single i:after {
        transform: translate(0, 0) rotate(90deg); }
    .product_collapsible__single:last-child {
      margin-bottom: 0; }
    .product_collapsible__single.white {
      background-color: white;
      border: 1px solid #D3D3D2; }
  .product_collapsible__container {
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    opacity: 1;
    display: table;
    width: 100%;
    transform: translate(0, 0);
    margin-top: 1rem;
    border-top: 2px solid #D3D3D2;
    padding: 2rem 0;
    z-index: 2; }
    .product_collapsible__container ul {
      margin: 1.8rem 0; }
      @media (max-width: 767px) {
        .product_collapsible__container ul {
          padding: 0; } }
      .product_collapsible__container ul li {
        padding-left: 2rem;
        position: relative;
        margin-bottom: 1rem; }
        .product_collapsible__container ul li::before {
          content: '\2022';
          color: #F48135;
          font-size: 1.3em;
          display: inline-block;
          position: absolute;
          right: 100%;
          left: 0;
          top: -2px; }
  .product_collapsible__block {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding: 0;
    border-right: 1px solid #D3D3D2;
    /*  &:nth-child(2) {
            padding: 0 1rem;
            @include breakpoint (small) {
                padding: 0;
            }
        } */ }
    @media (max-width: 767px) {
      .product_collapsible__block {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #D3D3D2; } }
    .product_collapsible__block:last-child {
      border: 0; }
    .product_collapsible__block .title {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 1.2rem; }

.dashboard_watch_block {
  transition: all .45s ease-in-out 0s; }
  .dashboard_watch_block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #212121; }
    .dashboard_watch_block__container .dashboard_watch_block__logo {
      display: none;
      text-align: right; }
      @media (max-width: 767px) {
        .dashboard_watch_block__container .dashboard_watch_block__logo {
          text-align: center; } }
      .dashboard_watch_block__container .dashboard_watch_block__logo img {
        margin: 10px 30px 0; }
        @media (max-width: 767px) {
          .dashboard_watch_block__container .dashboard_watch_block__logo img {
            margin: 10px 15px 0; } }
    .dashboard_watch_block__container.schedaProdotto .dashboard_watch_block__logo {
      display: block; }
  .dashboard_watch_block__product {
    display: table;
    position: relative;
    width: 100%;
    height: 350px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .dashboard_watch_block__product {
        display: inline-block;
        height: auto;
        padding: 0 15px; } }
    .schedaProdotto .dashboard_watch_block__product {
      height: 425px; }
      @media (max-width: 767px) {
        .schedaProdotto .dashboard_watch_block__product {
          height: auto; } }
    .dashboard_watch_block__product--imagep {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .dashboard_watch_block__product--imagep {
          display: inline-block;
          width: 100%; } }
    .dashboard_watch_block__product--detailsp {
      display: table-cell;
      width: 50%;
      height: 350px;
      vertical-align: middle; }
    .dashboard_watch_block__product li {
      margin: 0;
      padding: 0;
      outline: 0; }
    .dashboard_watch_block__product .phone_thumbs {
      display: inline-block;
      width: 116px;
      height: 350px;
      margin: 0;
      padding: 0;
      float: left;
      z-index: 10; }
      @media (max-width: 480px) {
        .dashboard_watch_block__product .phone_thumbs {
          bottom: -350px;
          width: 100%;
          height: 115px; } }
      .dashboard_watch_block__product .phone_thumbs li {
        height: calc(100% / 3);
        outline: 0;
        cursor: pointer; }
      .dashboard_watch_block__product .phone_thumbs img {
        width: auto;
        height: 75px;
        margin: 20px auto; }
      .dashboard_watch_block__product .phone_thumbs .slick-list, .dashboard_watch_block__product .phone_thumbs .slick-track {
        height: 100% !important; }
    .dashboard_watch_block__product .phone_gallery {
      display: inline-block;
      position: relative;
      width: calc(100% - 116px);
      height: 350px;
      margin: 0;
      padding: 0;
      float: left; }
      @media (max-width: 480px) {
        .dashboard_watch_block__product .phone_gallery {
          bottom: 90px;
          width: 100%; } }
      .dashboard_watch_block__product .phone_gallery img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 350px;
        margin: 0 0 0 auto; }
        @media (max-width: 767px) {
          .dashboard_watch_block__product .phone_gallery img {
            margin: 0 auto; } }
  .dashboard_watch_block__title {
    margin-bottom: 8px;
    color: #009BBE;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .dashboard_watch_block__title {
        font-size: 50px; } }
  .dashboard_watch_block__description {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 14px;
    text-align: center; }
    @media (max-width: 767px) {
      .dashboard_watch_block__description {
        margin: 0 15px 16px; } }
  .dashboard_watch_block__priceRow {
    margin-bottom: 16px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 40px;
    text-align: center; }
    .dashboard_watch_block__priceRow__price {
      color: #009BBE; }
      .dashboard_watch_block__priceRow__price__recurrency {
        color: #292F36;
        font-size: 12px; }
    .dashboard_watch_block__priceRow:empty {
      display: none; }
  .dashboard_watch_block__paymentRateRow {
    margin-bottom: 16px; }
    .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) {
      background-color: transparent; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .over,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .sub {
        color: #FFF; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .over,
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .sub {
        font-size: 14px; }
      .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price {
        font-size: 32px; }
        @media (max-width: 910px) {
          .dashboard_watch_block__paymentRateRow.strip_plans:not([style*="display:none"]):not([style*="display: none"]) .price {
            font-size: 26px; } }
    .dashboard_watch_block__paymentRateRow:empty {
      display: none; }
  .dashboard_watch_block__button {
    display: inline-block;
    width: 40%; }
    .dashboard_watch_block__button--container {
      text-align: center; }
    .dashboard_watch_block__button .base__bt {
      width: 100%;
      font-family: "Montserrat";
      font-weight: 700; }
      .dashboard_watch_block__button .base__bt:empty {
        display: none; }

.share_block {
  background-color: #212121;
  transition: all 0.45s ease-in-out 0s; }
  .share_block__icon {
    display: none;
    background-color: #FFF;
    border: 1px solid #D3D3D2;
    padding: 5px;
    position: absolute;
    z-index: 150;
    right: 73px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box; }
    @media (max-width: 640px) {
      .share_block__icon {
        top: 10px; } }
    .share_block__icon .share-icons {
      float: left;
      margin-right: 0.650em; }
      .share_block__icon .share-icons:last-of-type {
        margin-right: 0; }
      @media (max-width: 640px) {
        .share_block__icon .share-icons {
          float: none; } }
    .share_block__icon--gplus {
      background: rgba(0, 0, 0, 0) url("../../img/social/social_sprite_small.png") no-repeat scroll 0 0;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--youtube {
      background: rgba(0, 0, 0, 0) url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -39px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--facebook {
      background: rgba(0, 0, 0, 0) url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -78px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--twitter {
      background: rgba(0, 0, 0, 0) url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -117px;
      width: 39px;
      height: 39px;
      margin-right: 1px; }
    .share_block__icon--mail {
      background: rgba(0, 0, 0, 0) url("../../img/social/social_sprite_small.png") no-repeat scroll 0 -156px;
      width: 39px;
      height: 39px; }
  .share_block__reviews {
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px; }
    .share_block__reviews--description {
      color: #FF6A00;
      font-size: 0.750em;
      text-decoration: none; }
    .share_block__reviews--stars {
      float: left;
      margin-right: 1.8em; }
      .share_block__reviews--stars i {
        color: #FF6A00; }
        .share_block__reviews--stars i:hover {
          opacity: 0.5;
          filter: alpha(opacity=50); }
      .share_block__reviews--stars_fa {
        font-style: normal;
        font-family: FontAwesome; }
        .share_block__reviews--stars_fa-star::before {
          content: "\f005"; }
        .share_block__reviews--stars_fa-star-o::before {
          content: "\f006"; }
    .share_block__reviews--comments {
      float: left;
      margin-right: 1.8em; }
      .share_block__reviews--comments:hover {
        opacity: 0.5; }
      .share_block__reviews--comments i {
        color: #FF6A00; }
      .share_block__reviews--comments_fa {
        font-style: normal;
        font-family: FontAwesome; }
        .share_block__reviews--comments_fa-comment-o::before {
          content: "\f0e5"; }
    .share_block__reviews--share {
      float: left; }
      .share_block__reviews--share:hover {
        opacity: 0.5; }
      .share_block__reviews--share i {
        color: #FF6A00; }
      .share_block__reviews--share_fa {
        font-style: normal;
        font-family: "Montserrat";
        font-weight: 400; }
        .share_block__reviews--share_fa-share-alt::before {
          content: "\f1e0"; }

.rowTabella {
  background-color: #F4F4F4; }

.lightGrey {
  background-color: #F4F4F4; }

.world_rates_block {
  padding: 0 30px;
  width: 100%; }
  .world_rates_block__container {
    margin: 0 auto;
    max-width: 1024px; }
    .world_rates_block__container::after {
      border-bottom: 1px solid #D3D3D2;
      height: 1px;
      display: block;
      content: '';
      margin-top: 0.625em; }
    .world_rates_block__container:last-child::after {
      border-bottom: none; }
  .world_rates_block__subContainer {
    padding: 15px 0 0 5px;
    background: none;
    width: 16.6%;
    display: inline-block;
    float: left; }
  .world_rates_block__title {
    font-family: "Montserrat";
    font-weight: 300;
    color: #009BBE;
    font-size: 1.25em;
    min-height: 0.375em; }
  .world_rates_block__subTitle {
    font-family: "Montserrat";
    font-weight: 300;
    color: #292F36;
    font-size: 1em;
    padding-top: 5px; }
  .world_rates_block__zone {
    font-family: "Montserrat";
    font-weight: 300;
    color: #292F36;
    font-size: 0.75em; }

@media (max-width: 768px) {
  .world_rates_block {
    padding: 0 15px; }
    .world_rates_block__title {
      font-size: 14px; }
    .world_rates_block__subTitle {
      font-size: 12px; }
    .world_rates_block__zone {
      font-size: 10px; } }

.strip_options_block {
  margin: 0 auto;
  max-width: 1024px; }
  .strip_options_block:nth-of-type(even) {
    background-color: #E6E9ED; }
  .strip_options_block__container {
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .strip_options_block__container {
        padding-left: 0; } }
    .strip_options_block__container .component {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .strip_options_block__container .component {
          display: block;
          width: 90%;
          margin: 0 auto;
          margin-top: 10px; } }
  .strip_options_block__title {
    width: 16%;
    margin-top: 18px;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 18px;
    padding: 0 5px 0 15px; }
    .strip_options_block__title--main {
      font-size: 20px;
      font-family: "Montserrat";
      font-weight: bold;
      color: #2A2F36; }
      .strip_options_block__title--main a {
        color: inherit; }
      @media (max-width: 767px) {
        .strip_options_block__title--main {
          text-align: center; } }
  .strip_options_block__description {
    width: 50.5%;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 400; }
    .strip_options_block__description .descriptionContainer {
      width: 90%;
      margin: 1rem auto; }
      @media (max-width: 767px) {
        .strip_options_block__description .descriptionContainer {
          text-align: center; } }
    .strip_options_block__description:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      left: 16.666666%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__description:before {
          content: none; } }
  .strip_options_block__pricing {
    width: 15%; }
    .strip_options_block__pricing .pricesContainer .price {
      display: inline-block;
      color: #2A2F36;
      margin: 0 3px; }
    .strip_options_block__pricing .pricesContainer .oldPrice {
      position: relative;
      font-size: 35px; }
      .strip_options_block__pricing .pricesContainer .oldPrice small {
        font-size: 20px; }
      .strip_options_block__pricing .pricesContainer .oldPrice:after {
        content: "";
        min-height: 1px;
        background-color: #292F36;
        width: 100%;
        display: block;
        top: 50%;
        position: absolute; }
    .strip_options_block__pricing .pricesContainer .newPrice {
      font-size: 35px;
      font-family: "Montserrat";
      font-weight: 300; }
      .strip_options_block__pricing .pricesContainer .newPrice small {
        font-size: 20px; }
      .strip_options_block__pricing .pricesContainer .newPrice.three_digits {
        font-size: 35px; }
    .strip_options_block__pricing .pricesContainer:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 33%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__pricing .pricesContainer:before {
          content: none; } }
    .strip_options_block__pricing .recurrency {
      font-size: 13px;
      float: none;
      clear: both;
      width: 100%;
      position: relative;
      bottom: 10px; }
  .strip_options_block__button {
    width: 16.66666%;
    text-align: center; }
    .strip_options_block__button .button--slim {
      padding: 0.5em;
      display: inline-block;
      width: 75%;
      font-size: 1em; }
    .strip_options_block__button:before {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 17%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .strip_options_block__button:before {
          content: none; } }

/* ========================================================= */
.device_filter_block {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 20px auto; }
  .device_filter_block__title {
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    padding-top: 10px;
    margin-right: 40px;
    margin-left: 15px; }
    @media (max-width: 767px) {
      .device_filter_block__title {
        float: none;
        text-align: center;
        margin-bottom: 15px; } }
    .colored_bg--black.filter-showcase .device_filter_block__title {
      color: #FFF; }
  .device_filter_block__select {
    float: left; }
    @media (max-width: 767px) {
      .device_filter_block__select {
        float: none;
        text-align: center;
        margin-bottom: 15px; } }
    .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle {
      padding-top: 8px;
      padding-bottom: 8px; }
      .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 16px; }
      .device_filter_block__select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        /* top: 40%; */ }
    .device_filter_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 130px;
      font-size: 1em;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .device_filter_block__select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
          width: 300px;
          margin-right: 0; } }
    .device_filter_block__select .base__bt {
      font-size: 16px;
      padding: 8px 0;
      line-height: 1.42857143;
      width: 130px; }
      @media (max-width: 767px) {
        .device_filter_block__select .base__bt {
          width: 300px; } }

.country_offers {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 10px; }
  .country_offers_block {
    border-radius: 16px;
    display: inline-block;
    width: 100%;
    box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .country_offers_block {
        padding-bottom: 2em; } }
    .country_offers_block__container-title {
      font-family: "Montserrat";
      font-weight: 300;
      color: #FF6900;
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 992px) {
        .country_offers_block__container-title {
          font-size: 0.93em; } }
      @media (max-width: 767px) {
        .country_offers_block__container-title {
          font-size: 1.4em; } }
    .country_offers_block__container-image {
      margin-top: 0.625em; }
      @media (max-width: 767px) {
        .country_offers_block__container-image {
          margin-top: 1.6em; } }
      .country_offers_block__container-image img {
        max-width: 100%;
        border: 1px solid #D3D3D2; }
    .country_offers_block__container-text {
      padding-top: 20px; }
      @media (max-width: 767px) {
        .country_offers_block__container-text {
          font-size: 0.89em; } }
    .country_offers_block__container__country {
      display: none;
      margin-top: 25px;
      margin-bottom: 30px;
      clear: left;
      height: 150px; }
      @media (max-width: 767px) {
        .country_offers_block__container__country .center_flag {
          text-align: center; } }
      @media (max-width: 767px) {
        .country_offers_block__container__country {
          padding-bottom: 0px; } }
      .country_offers_block__container__country.placeholder_block {
        height: 10px;
        display: block;
        margin: 0; }
      .country_offers_block__container__country--flag {
        padding-top: 15px;
        padding-bottom: 22px;
        padding-right: 10px;
        height: 150px;
        text-align: center; }
        @media (max-width: 767px) {
          .country_offers_block__container__country--flag {
            margin: 0 auto;
            border-right: none; } }
      .country_offers_block__container__country--rates {
        padding-top: 20px;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        @media (max-width: 767px) {
          .country_offers_block__container__country--rates {
            border-left: none;
            border-right: none; } }
        @media (max-width: 480px) {
          .country_offers_block__container__country--rates {
            padding-bottom: 0;
            padding-right: 5px;
            padding-left: 5px; } }
      .country_offers_block__container__country--text {
        font-size: 0.80em;
        padding-top: 17px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px; }
        @media (max-width: 767px) {
          .country_offers_block__container__country--text {
            border-left: none;
            margin-top: 10px;
            height: auto;
            font-size: 0.85em; } }
      .country_offers_block__container__country--List {
        padding: 30px 0 20px;
        text-align: center; }
        .country_offers_block__container__country--List--label {
          font-family: "Montserrat";
          font-weight: bold;
          color: #292F36;
          font-size: 24px;
          padding: 0 0 10px 0; }
        .country_offers_block__container__country--List--subtitle {
          font-family: "Montserrat";
          color: #000;
          font-size: 18px;
          line-height: 30px;
          padding-bottom: 24px; }
        .country_offers_block__container__country--List--select .base__select {
          border: 1px solid #000;
          border-radius: 6px; }
          .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
            font-size: 16px !important;
            color: #6207AB;
            font-weight: bold; }
          .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-menu {
            box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.5); }
        .country_offers_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
          width: 320px; }
          @media (max-width: 767px) {
            .country_offers_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
              width: 90%; } }
        .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em; }
          @media (max-width: 767px) {
            .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
              /*text-align: center;*/ } }
        .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
          margin-right: 2em; }
          @media (max-width: 480px) {
            .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
              margin-right: 10px; } }
        .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
          padding-top: 1.1em;
          padding-bottom: 1.1em; }
    .country_offers_block__rates_divider--left {
      border-right: 1px solid #000;
      width: 50%;
      float: left;
      text-align: center;
      padding: 0 0.625em 0 0; }
    .country_offers_block__rates_divider--right {
      width: 50%;
      float: left;
      text-align: center;
      padding: 0;
      border-right: 1px solid #000; }
    .country_offers_block__rates--title {
      font-family: "Montserrat";
      font-weight: 300;
      color: #000;
      font-size: 16px;
      width: 120px;
      margin: 0 auto;
      text-transform: uppercase; }
    .country_offers_block__rates--price {
      font-family: "Montserrat";
      font-weight: 700;
      color: #FF6900;
      font-size: 32px;
      padding-top: 5px; }
    .country_offers_block__rates--cent {
      font-family: "Montserrat";
      color: #000;
      font-size: 12px;
      padding-top: 5px;
      text-transform: uppercase; }

@media (max-width: 943px) {
  .country_offers_block__container__countryList--label {
    font-size: 1.1em;
    padding-top: 15px; } }

@media (max-width: 520px) {
  .country_offers_block__rates--title {
    height: 54px; }
  .country_offers_block__rates_divider--left {
    padding: 0 8px; }
  .country_offers_block__rates_divider--right {
    padding: 0 8px;
    border-right: unset; } }

.country_calling_cards_block {
  margin: 0 auto;
  max-width: 1024px; }
  @media (max-width: 767px) {
    .country_calling_cards_block {
      padding-bottom: 2em; } }
  .country_calling_cards_block__container-title {
    font-family: "Montserrat";
    font-weight: 300;
    color: #009BBE;
    font-size: 1.6em; }
    @media (max-width: 992px) {
      .country_calling_cards_block__container-title {
        font-size: 0.93em; } }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-title {
        font-size: 1.4em; } }
  .country_calling_cards_block__container-image {
    margin-top: 0.625em; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-image {
        margin-top: 1.6em; } }
    .country_calling_cards_block__container-image img {
      max-width: 100%;
      border: 1px solid #D3D3D2; }
  .country_calling_cards_block__container-text {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container-text {
        font-size: 0.89em; } }
    @media (max-width: 480px) {
      .country_calling_cards_block__container-text {
        padding-top: 0; } }
  .country_calling_cards_block__container__country {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: left;
    height: auto; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container__country .center_flag {
        text-align: center; } }
    .country_calling_cards_block__container__country .padding_10 {
      padding-bottom: 10px;
      padding-top: 10px; }
      @media (max-width: 480px) {
        .country_calling_cards_block__container__country .padding_10 {
          padding-bottom: 15px; } }
      .country_calling_cards_block__container__country .padding_10:nth-child(even) {
        background-color: #F4F4F4; }
    @media (max-width: 767px) {
      .country_calling_cards_block__container__country {
        padding-bottom: 0px; } }
    .country_calling_cards_block__container__country.placeholder_block {
      height: 10px;
      display: block;
      margin: 0; }
    .country_calling_cards_block__container__country--flag {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px;
      border-right: 1px solid #D3D3D2;
      height: 150px; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--flag {
          margin: 0 auto;
          border-right: none; } }
    .country_calling_cards_block__container__country--rates {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--rates {
          border-left: none;
          border-right: none; } }
      @media (max-width: 480px) {
        .country_calling_cards_block__container__country--rates {
          padding-bottom: 0;
          padding-right: 5px;
          padding-left: 5px;
          padding-top: 10px;
          margin-top: 0; } }
    .country_calling_cards_block__container__country--text {
      font-size: 0.80em;
      padding-top: 22px;
      border-left: 1px solid #D3D3D2;
      height: 100%; }
      @media (max-width: 767px) {
        .country_calling_cards_block__container__country--text {
          border-left: none;
          margin-top: 10px;
          height: auto;
          font-size: 0.85em; } }
    .country_calling_cards_block__container__country--List {
      border-bottom: 1px solid #D3D3D2;
      padding: 25px 0 15px; }
      .country_calling_cards_block__container__country--List--label {
        font-family: "Montserrat";
        font-weight: 300;
        color: #292F36;
        font-size: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em; }
        @media (max-width: 640px) {
          .country_calling_cards_block__container__country--List--label {
            font-size: 1.2em; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 320px; }
        @media (max-width: 767px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
            width: 100%; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 1em; }
        @media (max-width: 767px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .filter-option {
            /*text-align: center;*/ } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-right: 2em; }
        @media (max-width: 480px) {
          .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
            margin-right: 10px; } }
      .country_calling_cards_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
        padding-top: 1.1em;
        padding-bottom: 1.1em; }
  .country_calling_cards_block__rates_divider--left {
    border-right: 1px solid #D3D3D2;
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0.625em; }
  .country_calling_cards_block__rates_divider--right {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0.625em; }
  .country_calling_cards_block__rates--title {
    font-family: "Montserrat";
    font-weight: 300;
    color: #292F36;
    font-size: 1.2em;
    text-transform: uppercase; }
  .country_calling_cards_block__rates--price {
    font-family: "Montserrat";
    font-weight: 700;
    color: #009BBE;
    font-size: 2.3em;
    padding-top: 5px; }
  .country_calling_cards_block__rates--cent {
    font-family: "Montserrat";
    font-weight: 300;
    color: #292F36;
    font-size: 0.7em;
    padding-top: 5px;
    text-transform: uppercase; }

@media (max-width: 943px) {
  .country_calling_cards_block__container__countryList--label {
    font-size: 1.1em;
    padding-top: 15px; } }

@media (max-width: 520px) {
  .country_calling_cards_block__rates--title {
    font-size: 1em;
    height: 25px; }
  .country_calling_cards_block__rates--cent {
    font-size: 0.8em; }
  .country_calling_cards_block__rates--price {
    font-size: 2em; }
  .country_calling_cards_block__rates_divider--left {
    padding: 0 8px; }
  .country_calling_cards_block__rates_divider--right {
    padding: 0 8px; } }

.strip_plans {
  max-width: 1024px;
  margin: 0 auto; }
  .strip_plans:not([style*="display:none"]):not([style*="display: none"]):nth-child(even) {
    background-color: #F4F4F4; }
  .strip_plans .vertical-middle {
    display: table; }
    @media (max-width: 767px) {
      .strip_plans .vertical-middle {
        display: block; } }
  .strip_plans .component {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-left: 1px solid #D3D3D2;
    float: none; }
    .strip_plans .component:first-child {
      border-left: none; }
    @media (max-width: 767px) {
      .strip_plans .component {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        border-left: none; } }
  .strip_plans .price.barred {
    position: relative; }
    .strip_plans .price.barred:before {
      display: block;
      position: absolute;
      top: 50%;
      right: .5rem;
      left: .5rem;
      height: 1px;
      background-color: #292F36;
      content: ""; }
  .strip_plans .extra_offer {
    position: relative;
    z-index: 5;
    width: calc(100% - 1rem);
    margin: .5rem auto;
    padding-top: .5rem; }
    @media (max-width: 767px) {
      .strip_plans .extra_offer {
        max-width: 350px; } }
    .strip_plans .extra_offer:before {
      display: block;
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background-color: #D3D3D2; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer:before {
          left: calc(50% - 100vw);
          right: calc(50% - 100vw); } }
    .strip_plans .extra_offer .offer__logo {
      float: left;
      margin-right: .5rem;
      width: 15%;
      max-width: 50px; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer .offer__logo {
          display: inline-block;
          width: 50px; } }
      .strip_plans .extra_offer .offer__logo img {
        width: 100%;
        height: auto; }
    .strip_plans .extra_offer .offer__text {
      color: #292F36;
      float: left;
      width: calc(100% - 50px - .5rem);
      font-size: .875rem; }
      @media (max-width: 767px) {
        .strip_plans .extra_offer .offer__text {
          display: inline-block; } }
  .strip_plans__container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 15px; }
    @media (max-width: 767px) {
      .strip_plans__container {
        padding: 15px 0; } }
  .strip_plans__title {
    text-align: left; }
    @media (max-width: 767px) {
      .strip_plans__title {
        text-align: center;
        padding: 10px 0; } }
    .strip_plans__title--main {
      font-family: "Montserrat";
      font-weight: 700;
      color: inherit; }
      .strip_plans__title--main a {
        color: inherit; }
  @media (max-width: 767px) {
    .strip_plans__offer_block {
      border-bottom: 1px solid #D3D3D2; } }
  .strip_plans__offer_block__container {
    display: block;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 300; }
    .strip_plans__offer_block__container .row {
      display: table;
      width: 100%; }
      .strip_plans__offer_block__container .row p {
        color: #292F36; }
    .strip_plans__offer_block__container p {
      color: #292F36; }
  .strip_plans__offer_block__item {
    border-right: 1px solid #D3D3D2;
    display: table-cell;
    width: 25%;
    padding: 7px;
    color: #292F36;
    vertical-align: top; }
    .strip_plans__offer_block__item h4 {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 1.75rem;
      line-height: 1.1em;
      margin-bottom: .5rem; }
    .strip_plans__offer_block__item label {
      font-family: "Montserrat";
      font-weight: 400;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.1em;
      font-size: 1rem; }
    .strip_plans__offer_block__item:first-child {
      border-left: none; }
    .strip_plans__offer_block__item.item--long {
      width: 75%;
      text-align: left;
      height: 5.2rem; }
    .strip_plans__offer_block__item--price {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      padding: 7px 0; }
      .strip_plans__offer_block__item--price .price {
        color: inherit;
        font-size: 2.5em; }
        .strip_plans__offer_block__item--price .price .currency {
          font-size: 0.75em; }
  .strip_plans__offer_block__recurrency .recurrency {
    padding: 0;
    margin: .5rem auto;
    color: #292F36; }
  .strip_plans__description {
    padding: 0;
    border-right: 1px solid #D3D3D2; }
  .strip_plans__payments {
    padding: 0; }
  .strip_plans__payment_block__heading {
    padding-bottom: 10px;
    font-size: 0.875em; }
  .strip_plans__payment_block__amount {
    display: table;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 300; }
    .strip_plans__payment_block__amount .currency {
      font-size: .75em; }
    .strip_plans__payment_block__amount .item {
      display: table-cell;
      width: 33%;
      vertical-align: middle; }
      .strip_plans__payment_block__amount .item:not(.item--total) {
        border-right: 1px solid #D3D3D2; }
      .strip_plans__payment_block__amount .item--add {
        color: #292F36; }
        .strip_plans__payment_block__amount .item--add .price {
          font-family: "Montserrat";
          font-weight: 400;
          font-size: 1.75rem;
          line-height: 1.2em; }
        .strip_plans__payment_block__amount .item--add .over {
          font-size: .75rem; }
      .strip_plans__payment_block__amount .item--total .price {
        height: 1.2em;
        color: inherit;
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 1.75rem;
        line-height: 1.2em; }
        .strip_plans__payment_block__amount .item--total .price.full {
          font-size: 2.5rem; }
      .strip_plans__payment_block__amount .item--total .sub {
        color: #292F36;
        font-size: .75rem; }
  .strip_plans__button {
    text-align: center; }
    .strip_plans__button .button--slim {
      display: inline-block;
      min-width: 90%;
      font-size: 1em; }
      @media (max-width: 767px) {
        .strip_plans__button .button--slim {
          min-width: 50%; } }
    .strip_plans__button .sub {
      padding-top: 5px;
      color: #292F36;
      font-family: "Montserrat";
      font-weight: 300;
      font-size: .75em;
      text-transform: uppercase; }

.showcase_five_cards {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px; }
  @media (min-width: 767px) {
    .showcase_five_cards .col-lg-2,
    .showcase_five_cards .col-md-2 {
      width: 20%; } }
  .showcase_five_cards .grey_strip__block__tabs--left {
    display: none; }
  .showcase_five_cards .button, .showcase_five_cards a.button--slim, .showcase_five_cards a.button--ghost, .showcase_five_cards a.button--ghost--transparent, .showcase_five_cards a.button--search {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.875em;
    width: 60%;
    margin: 0 auto;
    min-width: 80px; }
  .showcase_five_cards .slick-slider .left__arrow {
    top: calc(20% - 41px); }
  .showcase_five_cards .slick-slider .right__arrow {
    bottom: 80%; }
  .showcase_five_cards__mainTitle {
    font-size: 2.5em;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px; }
  .showcase_five_cards__container {
    max-width: 1024px;
    margin: 0 auto;
    -o-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out; }
  .showcase_five_cards h2 {
    font-family: "Montserrat"; }
  .showcase_five_cards__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer;
    display: none; }
    .showcase_five_cards__showMore:hover {
      text-decoration: underline; }
  .showcase_five_cards__showOffers {
    color: #FF6A00;
    margin-left: 15px;
    width: 100%;
    display: none;
    font-size: 1.250em;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .showcase_five_cards__showOffers:hover {
      text-decoration: underline; }
  .showcase_five_cards__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .showcase_five_cards__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .showcase_five_cards__tabs--left {
      float: left;
      margin-left: 30px; }
    .showcase_five_cards__tabs--right {
      float: right;
      margin-right: 30px; }
    .showcase_five_cards__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .showcase_five_cards__tabs--title:hover {
        border-bottom: 1px solid #FF6A00; }
      .showcase_five_cards__tabs--title.active {
        border-bottom: 1px solid #FF6A00;
        color: #FF6A00; }
  .showcase_five_cards__select {
    float: left;
    width: calc(50% - 10px); }
    .showcase_five_cards__select--second {
      margin-left: 20px; }
    .showcase_five_cards__select .base__select.bootstrap-select {
      width: 100% !important; }
      .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .showcase_five_cards__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Montserrat";
          font-weight: 400; }
  .showcase_five_cards--title {
    font-size: 1em;
    text-transform: uppercase; }
  .showcase_five_cards__single {
    position: relative;
    margin-top: 15px;
    display: none;
    height: 175px; }
    @media (min-width: 767px) {
      .showcase_five_cards__single:nth-child(-n+5) {
        display: block; } }
    .showcase_five_cards__single:nth-child(n+6) {
      margin-top: 15px; }
    .showcase_five_cards__single:nth-child(5n):after {
      display: none; }
      @media (max-width: 767px) {
        .showcase_five_cards__single:nth-child(5n):after {
          display: block; } }
    .showcase_five_cards__single:last-child:after {
      display: none; }
    .showcase_five_cards__single:after {
      background-color: #D3D3D2;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 15%;
      bottom: 10%;
      right: 0%;
      min-height: 1px; }
    @media (max-width: 767px) {
      .showcase_five_cards__single {
        height: auto;
        margin-bottom: 15px; }
        .showcase_five_cards__single:nth-child(-n+4) {
          display: block; }
        .showcase_five_cards__single:nth-child(n+3) {
          margin-top: 15px; }
        .showcase_five_cards__single:nth-child(even):after {
          display: none; } }
  .showcase_five_cards__single--vCard {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    float: left;
    font-family: "Montserrat";
    font-weight: 400; }
    .showcase_five_cards__single--vCard h2 {
      margin-bottom: 10px; }
    .showcase_five_cards__single--vCard__image {
      height: 100%;
      max-height: 84px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .showcase_five_cards__single--vCard--description {
      font-size: 0.875em;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 16px;
      margin-top: 10px;
      height: 63px;
      overflow: hidden;
      margin-bottom: 10px; }
    .showcase_five_cards__single--vCard--mainTitle {
      font-size: 1.300em;
      text-align: center;
      line-height: 32px;
      font-family: "Montserrat";
      font-weight: 700;
      color: #009BBE; }

.contact_operatore_block {
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  width: 100%;
  max-width: 1024px;
  margin: 30px auto; }
  .contact_operatore_block .bundle_orange {
    color: #FFF;
    padding: 0 10px;
    width: 33%;
    min-width: 90px;
    display: table-cell; }
    .contact_operatore_block .bundle_orange__container {
      display: table;
      width: 57%;
      vertical-align: middle;
      height: auto; }
      @media (max-width: 767px) {
        .contact_operatore_block .bundle_orange__container {
          width: 240px;
          margin: 0 auto; } }
    .contact_operatore_block .bundle_orange__number {
      font-size: 34px; }
    .contact_operatore_block .bundle_orange__title {
      font-size: 12px; }
  .contact_operatore_block .recurrent_priceRow {
    color: #FFF;
    display: table-cell;
    width: 39%;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .contact_operatore_block .recurrent_priceRow {
        width: 100%;
        display: block;
        text-align: center; } }
    .contact_operatore_block .recurrent_priceRow__recurrency:empty {
      display: none; }
    .contact_operatore_block .recurrent_priceRow__price {
      color: #FFF;
      font-size: 42px;
      line-height: 30px; }
  .contact_operatore_block .strip_plans__payment_block {
    width: 100%;
    display: table; }
    @media (max-width: 767px) {
      .contact_operatore_block .strip_plans__payment_block {
        padding: 0; } }
    .contact_operatore_block .strip_plans__payment_block .item--add,
    .contact_operatore_block .strip_plans__payment_block .item--total {
      color: #FFF; }
      .contact_operatore_block .strip_plans__payment_block .item--add .sub,
      .contact_operatore_block .strip_plans__payment_block .item--total .sub {
        color: #FFF; }
  .contact_operatore_block__container {
    display: table;
    padding: 0px 30px;
    width: 100%; }
    @media (max-width: 767px) {
      .contact_operatore_block__container {
        width: 100%;
        display: block;
        padding: 10px 15px; } }
  .contact_operatore_block__col {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .contact_operatore_block__col {
        display: block;
        padding: 10px 15px; } }
    .contact_operatore_block__col:first-of-type {
      padding-left: 0px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col:first-of-type {
          padding: 0px; } }
    .contact_operatore_block__col:last-of-type {
      padding-right: 0px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col:last-of-type {
          padding: 0px; } }
    .contact_operatore_block__col--title {
      width: 32%; }
      .contact_operatore_block__col--title .contact_operatore_block__claim_content--title {
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 2.5em;
        text-align: left; }
        @media (max-width: 767px) {
          .contact_operatore_block__col--title .contact_operatore_block__claim_content--title {
            width: 100%;
            text-align: center; } }
      .contact_operatore_block__col--title .contact_operatore_block__claim_content--text {
        font-weight: "Montserrat";
        font-weight: 300;
        font-size: 1.275em;
        text-align: left; }
        @media (max-width: 767px) {
          .contact_operatore_block__col--title .contact_operatore_block__claim_content--text {
            width: 100%;
            text-align: center; } }
      @media (max-width: 767px) {
        .contact_operatore_block__col--title {
          width: 100%; } }
    .contact_operatore_block__col--image {
      width: 16%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--image {
          width: 100%;
          display: block; } }
    .contact_operatore_block__col--text {
      width: 60%;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--text {
          width: 100%;
          display: block;
          padding: 0; } }
    .contact_operatore_block__col--bundle {
      width: 47%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--bundle {
          width: 100%;
          display: block; } }
    .contact_operatore_block__col--telcta {
      width: 33%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--telcta {
          width: 100%; } }
    .contact_operatore_block__col--onlycta {
      width: 20%; }
      @media (max-width: 767px) {
        .contact_operatore_block__col--onlycta {
          width: 100%;
          margin: 0 auto; } }
  .contact_operatore_block__image {
    text-align: center; }
    .contact_operatore_block__image .base__icon {
      width: 140px;
      height: 140px; }
      @media (max-width: 767px) {
        .contact_operatore_block__image .base__icon {
          width: 120px;
          height: 120px; } }
    .contact_operatore_block__image--image {
      width: 140px; }
      @media (max-width: 767px) {
        .contact_operatore_block__image--image {
          margin: 0 auto;
          padding-bottom: 15px; } }
  .contact_operatore_block__claim_content {
    color: #FFF; }
    @media (max-width: 767px) {
      .contact_operatore_block__claim_content {
        text-align: center; } }
    .contact_operatore_block__claim_content--title {
      font-size: 2.2em;
      font-family: "Montserrat";
      font-weight: 300;
      line-height: 1em; }
      @media (max-width: 910px) {
        .contact_operatore_block__claim_content--title {
          font-size: 2em; } }
      @media (max-width: 767px) {
        .contact_operatore_block__claim_content--title {
          font-size: 1.75em; } }
    .contact_operatore_block__claim_content--text {
      font-size: 1.2em;
      font-family: "Montserrat";
      font-weight: 400; }
      @media (max-width: 767px) {
        .contact_operatore_block__claim_content--text {
          font-size: 1em; } }
  .contact_operatore_block__action {
    padding-top: 15px;
    text-align: center; }
    .contact_operatore_block__action .base__input {
      padding-top: 1.125em;
      padding-bottom: 1.125em;
      font-family: "Montserrat";
      font-weight: 300;
      max-width: 280px; }
    .contact_operatore_block__action .button--normal {
      margin: 15px auto 0;
      padding: 15px 30px;
      font-family: "Montserrat";
      font-weight: 700;
      max-width: 280px; }
    .contact_operatore_block__action .button--slim {
      margin: 0 auto;
      font-size: 18px;
      padding: 10px 15px;
      font-family: "Montserrat";
      font-weight: 700;
      max-width: 280px; }

.advantages_block {
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 15px; }
  .advantages_block.titles_bold .advantages_block__listItem__description--title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px; }
  .advantages_block.no_cta .advantages_block__header--label .button, .advantages_block.no_cta .advantages_block__header--label a.button--slim, .advantages_block.no_cta .advantages_block__header--label a.button--ghost, .advantages_block.no_cta .advantages_block__header--label a.button--ghost--transparent, .advantages_block.no_cta .advantages_block__header--label a.button--search {
    display: none; }
  .advantages_block__header {
    margin-bottom: 1.5625em;
    height: auto; }
    @media (max-width: 767px) {
      .advantages_block__header {
        margin-bottom: 0; } }
    .advantages_block__header--title {
      font-family: "Montserrat";
      font-weight: 700;
      color: #292F36;
      font-size: 2em;
      display: inline-block;
      background-color: #E6E9ED;
      width: 100%;
      padding: 20px 30px; }
      .advantages_block__header--title:empty {
        display: none; }
      @media (max-width: 767px) {
        .advantages_block__header--title {
          font-size: 1.6em;
          text-align: center; } }
    .advantages_block__header--label {
      padding-top: 10px;
      text-align: right; }
      .advantages_block__header--label .advantages_label {
        padding-top: 10px;
        font-family: "Montserrat";
        font-weight: 300;
        color: #183989;
        font-size: 1.125em;
        display: inline-block;
        text-transform: uppercase;
        text-align: right; }
        @media (max-width: 767px) {
          .advantages_block__header--label .advantages_label {
            margin-bottom: 10px; } }
      .advantages_block__header--label .button, .advantages_block__header--label a.button--slim, .advantages_block__header--label a.button--ghost, .advantages_block__header--label a.button--ghost--transparent, .advantages_block__header--label a.button--search {
        display: inline-block;
        margin-left: 15px;
        padding-right: 30px;
        padding-left: 30px; }
        @media (max-width: 767px) {
          .advantages_block__header--label .button, .advantages_block__header--label a.button--slim, .advantages_block__header--label a.button--ghost, .advantages_block__header--label a.button--ghost--transparent, .advantages_block__header--label a.button--search {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .advantages_block__header--label {
          text-align: center; } }
  .advantages_block__listItem {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: table;
    width: 100%; }
    @media (max-width: 767px) {
      .advantages_block__listItem {
        display: block;
        width: 100%; } }
    .advantages_block__listItem::before {
      border-left: 1px solid #D3D3D2;
      content: '';
      position: absolute;
      left: 16.66666%;
      top: 15px;
      bottom: 15px; }
      @media (max-width: 767px) {
        .advantages_block__listItem::before {
          content: none; } }
    .advantages_block__listItem__icon {
      float: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .advantages_block__listItem__icon img {
        width: 64px;
        height: 64px; }
        @media (max-width: 767px) {
          .advantages_block__listItem__icon img {
            width: 80px;
            height: 80px; } }
      @media (max-width: 767px) {
        .advantages_block__listItem__icon {
          display: block;
          width: 100%; } }
    .advantages_block__listItem__description {
      float: none;
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px;
      font-family: "Montserrat";
      color: inherit; }
      @media (max-width: 767px) {
        .advantages_block__listItem__description {
          width: 100%;
          display: block;
          padding: 0 40px;
          text-align: center; } }
      .advantages_block__listItem__description--title {
        color: inherit;
        font-size: 1.275em;
        padding-bottom: 10px;
        font-family: "Montserrat";
        font-weight: 400; }
        @media (max-width: 767px) {
          .advantages_block__listItem__description--title {
            font-size: 1.2em;
            text-align: center;
            width: 100%;
            margin-top: 15px; } }
      .advantages_block__listItem__description a {
        font-family: "Montserrat";
        font-weight: 700; }
      .advantages_block__listItem__description p {
        font-family: "Montserrat";
        font-weight: 300;
        color: #292F36;
        font-size: 1em;
        line-height: 1.250em; }
        .advantages_block__listItem__description p a {
          font-family: "Montserrat";
          font-weight: 700; }
      .advantages_block__listItem__description ul {
        font-family: "Montserrat";
        font-weight: 300;
        color: #292F36;
        font-size: 1em;
        line-height: 1.250em;
        margin: 10px 0; }
        @media (max-width: 767px) {
          .advantages_block__listItem__description ul {
            text-align: left;
            padding-left: 20px; } }
        .advantages_block__listItem__description ul li {
          padding: 5px 0; }

.fiber_block {
  margin: 0 auto;
  max-width: 1024px; }
  .fiber_block__container {
    width: 100%;
    position: relative;
    display: block; }
    .fiber_block__container__item {
      padding: 25px 0;
      display: table;
      width: 100%; }
      @media (max-width: 767px) {
        .fiber_block__container__item {
          padding: 15px 0; } }
      .fiber_block__container__item .base__icon {
        display: none; }
      .fiber_block__container__item.icon .fiber_block__container__button {
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .fiber_block__container__item.icon .fiber_block__container__button {
            padding-top: 30px; } }
        .fiber_block__container__item.icon .fiber_block__container__button a {
          display: none; }
        .fiber_block__container__item.icon .fiber_block__container__button .base__icon {
          display: block;
          width: 64px;
          height: 64px; }
          .fiber_block__container__item.icon .fiber_block__container__button .base__icon::before {
            border-left: 1px solid #D3D3D2;
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            left: 0; }
            @media (max-width: 767px) {
              .fiber_block__container__item.icon .fiber_block__container__button .base__icon::before {
                border-top: 1px solid #D3D3D2;
                height: 1px;
                margin-top: 10px;
                left: 15px;
                right: 15px; } }
      .fiber_block__container__item.full .fiber_block__container__description {
        width: 100%; }
      .fiber_block__container__item.full .fiber_block__container__button {
        display: none; }
    .fiber_block__container__description {
      display: table-cell;
      float: none;
      vertical-align: middle; }
      .fiber_block__container__description--title {
        font-family: "Montserrat";
        font-weight: 300;
        color: #009BBE;
        font-size: 1.375em;
        margin-bottom: 10px; }
      .fiber_block__container__description--subTitle {
        margin-bottom: 10px; }
      @media (max-width: 767px) {
        .fiber_block__container__description {
          display: block; }
          .fiber_block__container__description p {
            font-size: 0.96em; } }
    .fiber_block__container__button {
      display: table-cell;
      float: none;
      vertical-align: middle;
      padding-top: 29px;
      padding-bottom: 29px; }
      .fiber_block__container__button .button--slim {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        max-width: 280px; }
        .fiber_block__container__button .button--slim::before {
          border-left: 1px solid #D3D3D2;
          content: '';
          position: absolute;
          top: 0;
          height: 100%;
          left: 0; }
          @media (max-width: 767px) {
            .fiber_block__container__button .button--slim::before {
              border-top: 1px solid #D3D3D2;
              height: 1px;
              margin-top: 10px;
              left: 15px;
              right: 15px; } }
      @media (max-width: 767px) {
        .fiber_block__container__button {
          padding-top: 30px;
          padding-bottom: 0;
          display: block; } }
    .fiber_block__container:nth-of-type(even) {
      background-color: #E6E9ED; }
  .fiber_block__note {
    font-size: 0.75em;
    padding-top: 10px;
    margin-bottom: 50px; }

.blocco_homeAndLifeExt__container {
  background-color: #212121;
  max-width: 1024px;
  margin: 0 auto; }

.blocco_homeAndLifeExt .device_filter_block__title {
  color: #FFF;
  margin-right: 15px; }

.blocco_homeAndLifeExt .showcase_homeAndLifeExt_device {
  padding-bottom: 30px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device .button, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--slim, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--ghost, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--ghost--transparent, .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device a.button--search {
    padding-top: 15px;
    padding-bottom: 10px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs {
    text-transform: uppercase;
    color: #292F36; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs__container {
      margin-bottom: 30px;
      padding-top: 25px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--left {
      float: left;
      margin-left: 30px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--right {
      float: right;
      margin-right: 30px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title {
      margin-right: 40px;
      cursor: pointer; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title:hover {
        border-bottom: 1px solid #FF6A00; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__tabs--title.active {
        border-bottom: 1px solid #FF6A00;
        color: #FF6A00; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select {
    float: left;
    width: calc(50% - 10px); }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select--second {
      margin-left: 20px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select {
      width: 100% !important; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle {
        padding: 12px 20px 8px 20px; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle .caret {
          margin-top: -11px; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__select .base__select.bootstrap-select .dropdown-toggle .filter-option {
          font-size: 1em;
          font-family: "Montserrat";
          font-weight: 400; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single {
    position: relative;
    height: 465px;
    display: none; }
    @media (max-width: 767px) {
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single {
        height: auto;
        margin-bottom: 30px; } }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:nth-child(-n+3) {
      display: block; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:nth-child(3n):after {
      display: none; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single:after {
      background-color: #CCD1D9;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      bottom: 20%;
      right: 0%;
      min-height: 1px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    color: #FFF; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic h2 {
      margin-bottom: 10px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic__image {
      margin: 0 auto;
      margin-bottom: 10px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--title {
      font-size: 1.25em;
      margin-bottom: 10px;
      font-family: "Montserrat";
      font-weight: 700; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--description {
      margin-bottom: 10px;
      font-size: 1.250em;
      font-family: "Montserrat";
      font-weight: 300;
      line-height: 22px; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 1.625em;
      line-height: 1;
      text-align: center;
      font-family: "Montserrat";
      font-weight: 300; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .recurrency {
        font-size: 0.615em; }
        .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .recurrency--only {
          padding-top: 3px;
          line-height: 1.5em;
          display: block;
          margin: 0 auto; }
      .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__single--generic--mainPrice .offer_name {
        color: #FF6A00;
        font-size: 20px; }
  .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    cursor: pointer; }
    .blocco_homeAndLifeExt .showcase_homeAndLifeExt_device__showMore:hover {
      text-decoration: underline; }

@media all and (max-width: 767px) {
  .showcase_homeAndLifeExt_device__tabs--left {
    margin-left: 0px;
    text-align: center;
    float: none;
    font-size: 0.8em; }
  .showcase_homeAndLifeExt_device__tabs--right {
    display: none; }
  .showcase_homeAndLifeExt_device__single:after {
    display: none !important; } }

/* ========================================================= */
.download_module__block {
  width: 100%; }
  @media (max-width: 480px) {
    .download_module__block {
      font-size: 0.875em; } }
  .download_module__block .button--slim {
    font-size: 0.875em; }
  .download_module__block__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: table;
    padding: 30px 15px;
    background-color: #E6E9ED; }
  .download_module__block__details {
    color: #292F36;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    width: 60%; }
  .download_module__block__title {
    font-size: 1.500em;
    font-family: "Montserrat";
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    margin-right: 30px;
    width: 20%; }
  .download_module__block__buttonContainer {
    display: table-cell;
    vertical-align: middle;
    width: 20%; }
  .download_module__block.reversed_colors .download_module__block__container {
    background-color: #FFF; }
  .download_module__block.noTitle .download_module__block__title {
    display: none; }
  .download_module__block.noTitle .download_module__block__details {
    width: 80%; }

.roadShow_block__container {
  margin-bottom: 20px;
  display: table; }
  @media (max-width: 767px) {
    .roadShow_block__container {
      display: block; } }

.roadShow_block__image {
  max-height: 180px;
  vertical-align: middle;
  display: table-cell; }
  @media (max-width: 767px) {
    .roadShow_block__image {
      text-align: center;
      margin-bottom: 15px;
      display: block; } }

.roadShow_block__textContainer {
  display: table-cell;
  vertical-align: middle; }
  .roadShow_block__textContainer .button, .roadShow_block__textContainer a.button--slim, .roadShow_block__textContainer a.button--ghost, .roadShow_block__textContainer a.button--ghost--transparent, .roadShow_block__textContainer a.button--search {
    float: right;
    width: 210px; }
    @media (max-width: 767px) {
      .roadShow_block__textContainer .button, .roadShow_block__textContainer a.button--slim, .roadShow_block__textContainer a.button--ghost, .roadShow_block__textContainer a.button--ghost--transparent, .roadShow_block__textContainer a.button--search {
        float: none;
        margin: 0 auto; } }

.roadShow_block__mainTitle {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.750em;
  text-align: center;
  margin-bottom: 10px; }

.roadShow_block__description {
  font-size: 0.875em;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 60px; }
  @media (max-width: 767px) {
    .roadShow_block__description {
      text-align: center;
      margin-left: 0px; } }

.counter_block {
  width: 100%;
  background-color: #E6E9ED;
  max-width: 1024px;
  margin: 0 auto; }
  .counter_block_container {
    margin: 0 auto;
    max-width: 1024px;
    color: #292F36;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 50px;
    padding: 20px 0 10px 0; }
  .counter_block_items--title {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.3em;
    line-height: 21px; }
    @media (max-width: 767px) {
      .counter_block_items--title {
        font-size: 0.8em; } }

.counter_block_items--data {
  font-size: 1.8em;
  font-family: "Montserrat";
  font-weight: 300; }
  .counter_block_items--data .time {
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    margin-left: 5px;
    position: relative;
    left: 8px;
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .counter_block_items--data .time {
        font-size: 24px;
        margin-left: 2px;
        left: 0; } }
  .counter_block_items--data .gg {
    font-family: "Montserrat";
    font-weight: 300; }
    @media (max-width: 767px) {
      .counter_block_items--data .gg {
        font-size: 24px; } }
  @media (max-width: 767px) {
    .counter_block_items--data {
      font-size: 15px; } }

/* INIZIO CLASSI DI SUPPORTO, MIXIN E VARIABILI */
/* INIZIO VARIABILI */
/* FINE VARIABILI */
/* FINE CLASSI DI SUPPORTO, MIXIN E VARIABILI */
/* INIZIO STYLING BLOCCO RICERCA A COMPARSA */
.block-search {
  max-width: 1024px;
  padding-top: 50px;
  /* INIZIO STYLING OVERLAY */
  /* FINE STYLING OVERLAY */
  /* INIZIO STYLING CONTAINER RICERCA */
  /* FINE STYLING CONTAINER RICERCA */
  /* INIZIO STYLING BARRA RICERCA */
  /* FINE STYLING BARRA RICERCA */
  /* INIZIO STYLING BARRA RICERCA RISULTATI */
  /* FINE STYLING BARRA RICERCA RISULTATI */ }
  @media (max-width: 767px) {
    .block-search {
      padding: 0;
      margin: 1px -6px 0;
      background-color: white; } }
  .block-search__container {
    max-width: 1024px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .block-search__container {
        padding: 0;
        margin: 0; } }
  .block-search__search_bar {
    /* INIZIO STYLING BARRA RICERCA CONTAINER */
    /* FINE STYLING BARRA RICERCA CONTAINER */
    /* INIZIO STYLING BARRA RICERCA INPUT */
    /* FINE STYLING BARRA RICERCA INPUT */
    /* INIZIO STYLING SUGGERIMENTO HEADER */
    /* FINE STYLING SUGGERIMENTO HEADER */
    /* INIZIO STYLING RESETTER HEADER */
    /* FINE STYLING RESETTER HEADER */ }
    .block-search__search_bar__container {
      position: relative;
      padding-top: 0; }
      @media (max-width: 767px) {
        .block-search__search_bar__container {
          padding: 0; } }
    .block-search__search_bar__input {
      padding: 10px 21px 12px;
      font-size: 24px;
      line-height: 1.2em; }
      @media (max-width: 767px) {
        .block-search__search_bar__input {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          border-left: 0 !important;
          border-right: 0 !important;
          border-top: 0 !important;
          padding: 23px 21px 16px;
          font-size: 16px;
          line-height: normal; } }
    .block-search__search_bar__hint {
      position: absolute;
      top: 0;
      bottom: 0;
      cursor: pointer;
      padding-right: 10px;
      right: 0;
      color: #FF6A00; }
      .block-search__search_bar__hint .hint {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        float: left; }
        .block-search__search_bar__hint .hint__text {
          padding-right: 9px;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 22px; }
        .block-search__search_bar__hint .hint__icon .base__icon {
          height: 24px;
          width: 24px; }
    .block-search__search_bar__resetter {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 16px 10px 15px;
      right: 0;
      color: #FF6A00; }
      @media (max-width: 767px) {
        .block-search__search_bar__resetter {
          padding: 23px 0 15px; } }
      .block-search__search_bar__resetter .resetter {
        display: inline-block;
        cursor: pointer; }
        .block-search__search_bar__resetter .resetter__icon {
          padding-right: 15px; }
          .block-search__search_bar__resetter .resetter__icon .base__icon {
            height: 20px;
            width: 20px; }
  .block-search__results {
    /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI */
    /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI */ }
    .block-search__results__container {
      padding-top: 9px !important;
      /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI/VIRTUAL AGENT */
      /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI/VIRTUAL AGENT */ }
      .block-search__results__container.results {
        /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI */
        /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI NORMALI */
        /* INIZIO STYLING BARRA RICERCA CONTAINER RISULTATI VIRTUAL AGENT */
        /* FINE STYLING BARRA RICERCA CONTAINER RISULTATI VIRTUAL AGENT */ }
        .block-search__results__container.results--normal {
          padding-top: 5px !important;
          /* INIZIO STYLING BARRA RICERCA SINGOLO RISULTATO NORMALE */
          /* FINE STYLING BARRA RICERCA SINGOLO RISULTATO NORMALE */
          /* INIZIO STYLING BARRA RICERCA SHOW MORE */
          /* FINE STYLING BARRA RICERCA SHOW MORE */ }
          @media (max-width: 767px) {
            .block-search__results__container.results--normal {
              padding: 0 !important; } }
          .block-search__results__container.results--normal .result_item {
            background-color: #FFF;
            border-left: 1px solid #D3D3D2;
            border-right: 1px solid #D3D3D2;
            font-family: "Montserrat";
            font-weight: 300;
            /* INIZIO STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA CORPO SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CORPO SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA CATEGORIA SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA CATEGORIA SINGOLO RISULTATO NORMALE */
            /* INIZIO STYLING BARRA RICERCA DESCRIZIONE SINGOLO RISULTATO NORMALE */
            /* FINE STYLING BARRA RICERCA DESCRIZIONE SINGOLO RISULTATO NORMALE */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--normal .result_item {
                border: none; } }
            .block-search__results__container.results--normal .result_item:first-child {
              border-top: 1px solid #D3D3D2;
              -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px;
              -webkit-border-top-left-radius: 4px;
              border-top-left-radius: 4px;
              background-clip: padding-box; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item:first-child {
                  border: none;
                  -webkit-border-top-right-radius: 0;
                  border-top-right-radius: 0;
                  -webkit-border-top-left-radius: 0;
                  border-top-left-radius: 0;
                  background-clip: padding-box; } }
            .block-search__results__container.results--normal .result_item__content {
              margin: 0 9px;
              border-bottom: 1px solid #D3D3D2;
              letter-spacing: 0.025em; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__content {
                  margin: 0 15px; } }
            .block-search__results__container.results--normal .result_item__title {
              margin: 0 9px;
              padding-top: 14px; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__title {
                  padding-top: 10px;
                  padding-bottom: 12px;
                  margin: 0; } }
              .block-search__results__container.results--normal .result_item__title__link {
                font-family: "Montserrat";
                font-weight: 700;
                font-size: 18px;
                line-height: 19.5px;
                color: #009BBE !important; }
            .block-search__results__container.results--normal .result_item__body {
              margin: 0 9px;
              padding-bottom: 13px;
              font-size: 14px;
              line-height: 18px;
              min-height: 50px; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .result_item__body {
                  display: none; } }
            .block-search__results__container.results--normal .result_item__category {
              display: inline; }
              .block-search__results__container.results--normal .result_item__category:after {
                content: "-";
                display: inline; }
              .block-search__results__container.results--normal .result_item__category__link {
                color: #FF6A00; }
            .block-search__results__container.results--normal .result_item__text {
              display: inline;
              color: #292F36; }
          .block-search__results__container.results--normal .show_more {
            background-color: #FFF;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background-clip: padding-box;
            border: 1px solid #D3D3D2;
            border-top: none;
            /* INIZIO STYLING BARRA RICERCA CONTAINER SHOW MORE */
            /* FINE STYLING BARRA RICERCA CONTAINER SHOW MORE */
            /* INIZIO STYLING BARRA RICERCA LINK SHOW MORE */
            /* FINE STYLING BARRA RICERCA LINK SHOW MORE */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--normal .show_more {
                border: none; } }
            .block-search__results__container.results--normal .show_more__content {
              color: #FF6A00;
              text-transform: uppercase;
              padding: 14px 0 13px;
              font-size: 14px;
              text-align: center; }
              @media (max-width: 767px) {
                .block-search__results__container.results--normal .show_more__content {
                  padding: 17px 0 16px; } }
            .block-search__results__container.results--normal .show_more__link:hover {
              color: #FF3A00; }
        .block-search__results__container.results--virtual_agent {
          padding-top: 5px !important;
          /* INIZIO STYLING BARRA RICERCA SINGOLO RISULTATO VIRTUAL AGENT */
          /* FINE STYLING BARRA RICERCA SINGOLO RISULTATO VIRTUAL AGENT */ }
          @media (max-width: 767px) {
            .block-search__results__container.results--virtual_agent {
              padding: 0 !important; } }
          .block-search__results__container.results--virtual_agent .result_item {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background-color: #FF6A00;
            font-family: "Montserrat";
            font-weight: 300;
            margin-bottom: 5px;
            padding: 10px 21px 12px;
            /* INIZIO STYLING BARRA RICERCA CONTAINER SINGOLO RISULTATO VIRTUAL AGENT */
            /* FINE STYLING BARRA RICERCA CONTAINER RISULTATO VIRTUAL AGENT */
            /* INIZIO STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO VIRTUAL AGENT */
            /* FINE STYLING BARRA RICERCA TITOLO SINGOLO RISULTATO VIRTUAL AGENT */ }
            @media (max-width: 767px) {
              .block-search__results__container.results--virtual_agent .result_item {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                font-family: "Montserrat";
                font-weight: 400;
                margin-bottom: 3px;
                padding: 16px 21px 16px; } }
            .block-search__results__container.results--virtual_agent .result_item__title {
              /* INIZIO STYLING BARRA RICERCA LINK SINGOLO RISULTATO VIRTUAL AGENT */
              /* FINE STYLING BARRA RICERCA LINK SINGOLO RISULTATO VIRTUAL AGENT */ }
              .block-search__results__container.results--virtual_agent .result_item__title__link {
                color: #FFF;
                font-size: 20px;
                letter-spacing: 0.025em; }
                @media (max-width: 767px) {
                  .block-search__results__container.results--virtual_agent .result_item__title__link {
                    font-size: 14px;
                    letter-spacing: normal; } }
              .block-search__results__container.results--virtual_agent .result_item__title .evidence {
                font-family: "Montserrat";
                font-weight: 700; }

/* FINE STYLING BLOCCO RICERCA A COMPARSA */
/* INIZIO STYLING BLOCCO RISULTATI RICERCA COMPLETO */
.block-full_search {
  /* INIZIO STYLING CONTAINER BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING CONTAINER BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING BARRA RICERCA BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING BARRA RICERCA BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING TABS BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING TABS BLOCCO RISULTATI RICERCA COMPLETO */
  /* INIZIO STYLING RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
  /* FINE STYLING RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
  .block-full_search__search {
    max-width: 1024px;
    margin: 0 auto;
    padding: 28px 30px 20px;
    font-size: 24px;
    line-height: 18px;
    position: relative; }
    @media (max-width: 767px) {
      .block-full_search__search {
        padding: 11px 16px 15px;
        font-size: 16px;
        line-height: normal; } }
    .block-full_search__search .base__input {
      padding-top: 10px;
      padding-bottom: 12px; }
      @media (max-width: 767px) {
        .block-full_search__search .base__input {
          padding-top: 13px;
          padding-bottom: 16px; } }
    .block-full_search__search_bar__resetter {
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 22px 15px 20px;
      margin: 24px 30px 18px;
      right: 0;
      color: #FF6A00; }
      @media (max-width: 767px) {
        .block-full_search__search_bar__resetter {
          padding: 15px 10px 12px;
          margin: 11px 16px 16px; } }
      .block-full_search__search_bar__resetter .resetter {
        display: inline-block;
        cursor: pointer; }
        .block-full_search__search_bar__resetter .resetter__text {
          font-size: 14px;
          line-height: 18px;
          text-transform: uppercase; }
  .block-full_search .results--normal {
    position: absolute;
    width: calc(100% - 60px);
    z-index: 1; }
    @media (max-width: 767px) {
      .block-full_search .results--normal {
        position: relative;
        width: 100%;
        padding-top: 5px !important; } }
  .block-full_search__tabs .slider_menu_tabs {
    padding: 0 30px !important;
    /* INIZIO STYLING TABS CUSTOMIZATION BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING TABS CUSTOMIZATION BLOCCO RISULTATI RICERCA COMPLETO */ }
    @media (max-width: 767px) {
      .block-full_search__tabs .slider_menu_tabs {
        padding: 0 15px !important; } }
    .block-full_search__tabs .slider_menu_tabs .item {
      margin: 0 16px;
      font-size: 16px;
      line-height: 20px;
      padding: 31px 6px 5px; }
      @media (max-width: 767px) {
        .block-full_search__tabs .slider_menu_tabs .item {
          padding: 16px 6px 12px; } }
      .block-full_search__tabs .slider_menu_tabs .item:first-child {
        margin-left: 0; }
      .block-full_search__tabs .slider_menu_tabs .item:last-child {
        margin-right: 0; }
      .block-full_search__tabs .slider_menu_tabs .item a {
        color: #D3D3D2; }
        .block-full_search__tabs .slider_menu_tabs .item a:hover {
          color: #FF3A00; }
      .block-full_search__tabs .slider_menu_tabs .item.tab_active a {
        color: #FF6A00; }
  .block-full_search__results {
    padding: 0 30px !important;
    max-width: 1024px;
    margin: 0 auto;
    /* INIZIO STYLING COUNTER BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING COUNTER BLOCCO RISULTATI RICERCA COMPLETO */
    /* INIZIO STYLING CONTAINER RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING CONTAINER RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* INIZIO STYLING SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
    /* FINE STYLING SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
    @media (max-width: 767px) {
      .block-full_search__results {
        padding: 0 15px !important; } }
    .block-full_search__results__counter {
      padding: 17px 0;
      color: #D3D3D2;
      font-size: 15px;
      line-height: 18px;
      border-bottom: 1px solid #D3D3D2; }
      @media (max-width: 767px) {
        .block-full_search__results__counter {
          padding: 12px 0 16px; } }
    .block-full_search__results__container {
      display: inline-block;
      float: left;
      width: calc(100% - 307px);
      /* INIZIO STYLING SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
      /* FINE STYLING SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */ }
      @media (max-width: 767px) {
        .block-full_search__results__container {
          width: 100%; } }
      .block-full_search__results__container .search_result {
        margin-top: 24px;
        margin-bottom: 30px;
        max-height: 78px;
        overflow: hidden;
        padding-top: 3px;
        /* INIZIO STYLING CONTAINER SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
        /* FINE STYLING CONTAINER SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO TESTUALE BLOCCO RISULTATI RICERCA COMPLETO */
        /* FINE STYLING VARIANTE SINGOLO RISULTATO TESTUALE BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO CON IMMAGINE BLOCCO RISULTATI RICERCA COMPLETO */
        /* INIZIO STYLING VARIANTE SINGOLO RISULTATO CON IMMAGINE BLOCCO RISULTATI RICERCA COMPLETO */ }
        @media (max-width: 767px) {
          .block-full_search__results__container .search_result {
            margin-top: 14px;
            margin-bottom: 23px;
            max-height: 82px; } }
        .block-full_search__results__container .search_result .result {
          /* INIZIO STYLING CORPO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING CORPO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING TITOLO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING TITOLO SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING CATEGORIA SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING CATEGORIA SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* INIZIO STYLING DESCRIZIONE SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */
          /* FINE STYLING DESCRIZIONE SINGOLO RISULTATO BLOCCO RISULTATI RICERCA COMPLETO */ }
          .block-full_search__results__container .search_result .result__body {
            display: inline-block;
            padding-right: 20px;
            line-height: 18px; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__body {
                padding-right: 0;
                line-height: 20px; } }
          .block-full_search__results__container .search_result .result__title {
            margin-bottom: 3px;
            line-height: 16px; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__title {
                line-height: 22px;
                max-height: 40px;
                overflow: hidden; } }
            .block-full_search__results__container .search_result .result__title__link {
              font-family: "Montserrat";
              font-weight: 700;
              font-size: 18px;
              line-height: 18px;
              color: #009BBE !important;
              letter-spacing: 0.025em; }
          .block-full_search__results__container .search_result .result__category {
            display: inline;
            color: #FF6A00;
            letter-spacing: -0.05em; }
            .block-full_search__results__container .search_result .result__category:after {
              content: "-";
              display: inline; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__category {
                font-size: 14px; } }
          .block-full_search__results__container .search_result .result__text {
            display: inline;
            letter-spacing: -0.036em; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result .result__text {
                font-size: 14px; } }
        .block-full_search__results__container .search_result--thumb .result__thumbnail {
          display: inline-block;
          float: left;
          width: 80px;
          text-align: center; }
          @media (max-width: 767px) {
            .block-full_search__results__container .search_result--thumb .result__thumbnail {
              width: 76px; } }
          .block-full_search__results__container .search_result--thumb .result__thumbnail img {
            max-height: 65px;
            width: auto;
            margin: 0 auto;
            display: block; }
            @media (max-width: 767px) {
              .block-full_search__results__container .search_result--thumb .result__thumbnail img {
                max-height: 73px; } }
        .block-full_search__results__container .search_result--thumb .result__body {
          width: calc(100% - 80px);
          float: right; }
          @media (max-width: 767px) {
            .block-full_search__results__container .search_result--thumb .result__body {
              width: calc(100% - 76px); } }
    .block-full_search__results__sidebar {
      width: 307px;
      float: left;
      display: inline-block;
      /* INIZIO STYLING SINGOLA OFFERTA SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */
      /* FINE STYLING SINGOLA OFFERTA SIDEBAR RISULTATI BLOCCO RISULTATI RICERCA COMPLETO */ }
      @media (max-width: 767px) {
        .block-full_search__results__sidebar {
          display: none; } }
      .block-full_search__results__sidebar .sidebar_offer {
        padding: 16px 0 12px;
        color: #292F36;
        border-bottom: 1px solid #D3D3D2;
        /* INIZIO STYLING CONTAINER SINGOLA OFFERTA SIDEBAR */
        /* FINE STYLING CONTAINER SINGOLA OFFERTA SIDEBAR */ }
        .block-full_search__results__sidebar .sidebar_offer .offer {
          /* INIZIO STYLING THUMBNAIL SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING THUMBNAIL SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING CORPO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING CORPO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING TITOLO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING TITOLO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING IMPORTO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING IMPORTO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING SCONTO SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING SCONTO SINGOLA OFFERTA SIDEBAR */
          /* INIZIO STYLING LINK SINGOLA OFFERTA SIDEBAR */
          /* FINE STYLING LINK SINGOLA OFFERTA SIDEBAR */ }
          .block-full_search__results__sidebar .sidebar_offer .offer__thumbnail {
            display: inline-block;
            float: left;
            width: 110px; }
            .block-full_search__results__sidebar .sidebar_offer .offer__thumbnail img {
              display: block;
              max-height: 85px;
              width: auto;
              margin: 0 auto; }
          .block-full_search__results__sidebar .sidebar_offer .offer__body {
            width: calc(100% - 110px);
            display: inline-block;
            float: right;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: -0.02em; }
          .block-full_search__results__sidebar .sidebar_offer .offer__title {
            font-size: 18px;
            font-family: "Montserrat";
            font-weight: 700;
            padding-bottom: 6px;
            line-height: 18px; }
          .block-full_search__results__sidebar .sidebar_offer .offer__discount .barred_price {
            text-decoration-line: line-through;
            text-decoration: line-through; }
          .block-full_search__results__sidebar .sidebar_offer .offer__discount .promo {
            color: #009BBE; }
          .block-full_search__results__sidebar .sidebar_offer .offer__link {
            letter-spacing: 0.025em;
            padding-top: 9px;
            font-size: 18px;
            line-height: 18px;
            color: #FF6A00; }

/* FINE STYLING BLOCCO RISULTATI RICERCA COMPLETO */
.vetrina-offerte-bundle {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    .vetrina-offerte-bundle {
      padding: 0 15px;
      margin-bottom: 10px; } }
  .vetrina-offerte-bundle .product_collapsible {
    margin-bottom: 0; }
    .vetrina-offerte-bundle .product_collapsible ul {
      padding: 0; }
  .vetrina-offerte-bundle--title {
    font-size: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 20px; }
  .vetrina-offerte-bundle__wrapper {
    border: 1px solid #D3D3D2;
    margin-bottom: 10px; }
  .vetrina-offerte-bundle__table {
    display: flex; }
    @media (max-width: 767px) {
      .vetrina-offerte-bundle__table {
        display: block; } }
  .vetrina-offerte-bundle__card {
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 0; }
    @media (max-width: 767px) {
      .vetrina-offerte-bundle__card {
        display: block;
        text-align: left;
        padding: 10px; } }
    .vetrina-offerte-bundle__card:nth-child(1)::after {
      position: absolute;
      left: 100%;
      top: 10%;
      width: 1px;
      height: 80%;
      display: block;
      content: "";
      background: #D3D3D2; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card:nth-child(1)::after {
          left: 5%;
          top: 100%;
          width: 90%;
          height: 1px; } }
    .vetrina-offerte-bundle__card .splitted_price {
      display: inline-block;
      vertical-align: baseline;
      font-family: "Montserrat";
      font-weight: 700; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card .splitted_price {
          line-height: 1.1em; } }
      .vetrina-offerte-bundle__card .splitted_price .integer {
        display: inline-block;
        font-size: 2.857rem;
        line-height: 1em; }
        @media (max-width: 767px) {
          .vetrina-offerte-bundle__card .splitted_price .integer {
            font-size: 2.6rem; } }
      .vetrina-offerte-bundle__card .splitted_price .additional {
        display: inline-block;
        text-align: left;
        vertical-align: baseline;
        font-size: 1.143rem;
        line-height: 1em; }
        @media (max-width: 767px) {
          .vetrina-offerte-bundle__card .splitted_price .additional {
            font-size: 1.3rem;
            line-height: 1.3em; } }
        .vetrina-offerte-bundle__card .splitted_price .additional .decimals {
          vertical-align: top;
          display: inline-block;
          width: 100%;
          line-height: 1; }
        .vetrina-offerte-bundle__card .splitted_price .additional .recurrency {
          vertical-align: bottom;
          display: inline-block; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card .splitted_price .additional .recurrency {
              display: none; } }
      .vetrina-offerte-bundle__card .splitted_price .currency_recurrency {
        font-size: 1rem; }
    .vetrina-offerte-bundle__card--category {
      font-size: 1rem;
      font-family: "Montserrat";
      font-weight: 700;
      margin-bottom: 0.4rem; }
    .vetrina-offerte-bundle__card--title {
      font-size: 1.714rem;
      font-family: "Montserrat";
      font-weight: 700;
      color: #FF6A00;
      margin-bottom: 1.714rem; }
    .vetrina-offerte-bundle__card--content {
      flex: 1 1 auto;
      font-size: 0;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card--content {
          width: 65%;
          display: inline-block;
          vertical-align: middle; } }
      .vetrina-offerte-bundle__card--content div[class^='col-'] {
        padding: 0; }
    .vetrina-offerte-bundle__card--options {
      position: relative;
      padding-bottom: 1rem; }
      .vetrina-offerte-bundle__card--options .bundle__container {
        font-size: 0;
        margin-bottom: 1rem;
        display: table;
        width: 100%;
        text-align: center; }
        @media (max-width: 767px) {
          .vetrina-offerte-bundle__card--options .bundle__container {
            text-align: left; } }
      .vetrina-offerte-bundle__card--options .bundle__single {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        padding: 0 0.8rem;
        font-family: "Montserrat";
        font-weight: 700; }
        @media (max-width: 767px) {
          .vetrina-offerte-bundle__card--options .bundle__single {
            display: block;
            width: 100%;
            padding: 0; } }
        .vetrina-offerte-bundle__card--options .bundle__single .number {
          display: inline-block;
          font-size: 2.5rem;
          line-height: 1.2em; }
        .vetrina-offerte-bundle__card--options .bundle__single .element {
          display: inline-block;
          font-size: 1.3rem;
          margin-left: 1%; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card--options .bundle__single .element {
              margin-left: 0; } }
        .vetrina-offerte-bundle__card--options .bundle__single .fullspeed {
          display: block;
          font-size: 1rem;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card--options .bundle__single .fullspeed {
              margin-left: 0.5rem;
              display: inline-block; } }
        .vetrina-offerte-bundle__card--options .bundle__single .unlimited {
          display: inline-block;
          font-size: 1.3rem;
          line-height: 1.2em; }
      .vetrina-offerte-bundle__card--options .bonus {
        font-size: 1rem;
        font-family: "Montserrat"; }
        .vetrina-offerte-bundle__card--options .bonus_content {
          font-weight: 700; }
        .vetrina-offerte-bundle__card--options .bonus .payment {
          margin-left: 0.5rem; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card--options .bonus .payment {
              display: block;
              margin-left: 0; } }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card--options:after {
          position: absolute;
          content: '';
          width: 1px;
          background-color: #D3D3D2;
          top: 1%;
          bottom: 1%;
          height: 90%;
          right: 0; } }
    .vetrina-offerte-bundle__card--payments {
      position: relative; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card--payments:after {
          position: absolute;
          content: '';
          width: 1px;
          background-color: #D3D3D2;
          top: 0;
          bottom: 0;
          height: 100%;
          right: 0; } }
      .vetrina-offerte-bundle__card--payments .price {
        font-size: 1.571rem;
        font-family: "Montserrat";
        font-weight: 700; }
      .vetrina-offerte-bundle__card--payments .deposit {
        font-size: 1rem;
        font-family: "Montserrat";
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 0.5rem; }
        @media (max-width: 767px) {
          .vetrina-offerte-bundle__card--payments .deposit {
            text-transform: lowercase; } }
      .vetrina-offerte-bundle__card--payments .payment {
        font-size: 1.143rem; }
    .vetrina-offerte-bundle__card--list {
      font-family: "Montserrat";
      font-size: 0.875rem; }
      .vetrina-offerte-bundle__card--list .payment {
        margin-bottom: 0.5rem; }
    .vetrina-offerte-bundle__card--price {
      border-top: 2px solid #FF6A00;
      transition: all .25s;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column; }
      .vetrina-offerte-bundle__card--price .splitted_price {
        line-height: 1.1;
        margin-top: 0.5rem; }
      .vetrina-offerte-bundle__card--price .payment {
        font-size: 1rem; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card--price {
          width: 35%;
          display: inline-block;
          vertical-align: middle;
          height: auto;
          border: 0;
          text-align: right; } }
      .vetrina-offerte-bundle__card--price .dettaglio_offerta {
        font-size: 12px;
        text-decoration: underline;
        display: block;
        padding-top: 4px; }
        .vetrina-offerte-bundle__card--price .dettaglio_offerta_popup--link {
          color: #2D389C; }
        @media only screen and (max-width: 355px) {
          .vetrina-offerte-bundle__card--price .dettaglio_offerta {
            font-size: 10px; } }
    .vetrina-offerte-bundle__card.offer {
      background: #FF6A00 url("../img/backgrounds/vetrina_bundle_offerte.jpg") no-repeat bottom right;
      background-size: cover;
      color: #FFF; }
      .vetrina-offerte-bundle__card.offer .vetrina-offerte-bundle__card--content {
        width: 100%; }
      .vetrina-offerte-bundle__card.offer .vetrina-offerte-bundle__card--category {
        margin-bottom: 0.5rem;
        font-weight: 700; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card.offer .price_block {
          text-align: right; } }
      .vetrina-offerte-bundle__card.offer .splitted_price {
        position: relative; }
        .vetrina-offerte-bundle__card.offer .splitted_price .integer {
          font-size: 4.3rem;
          line-height: 1; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card.offer .splitted_price .integer {
              font-size: 2.8rem; } }
        .vetrina-offerte-bundle__card.offer .splitted_price .additional {
          vertical-align: top;
          font-size: 1.571rem;
          font-weight: 700;
          text-align: center; }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card.offer .splitted_price .additional {
              font-size: 1.4rem; } }
          .vetrina-offerte-bundle__card.offer .splitted_price .additional .decimals {
            line-height: 1.7; }
            @media (max-width: 767px) {
              .vetrina-offerte-bundle__card.offer .splitted_price .additional .decimals {
                line-height: 1.3; } }
          @media (max-width: 767px) {
            .vetrina-offerte-bundle__card.offer .splitted_price .additional .recurrency {
              display: none; } }
        .vetrina-offerte-bundle__card.offer .splitted_price .currency_recurrency {
          font-size: 1rem; }
      .vetrina-offerte-bundle__card.offer .valid-offert {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.875rem; }
      .vetrina-offerte-bundle__card.offer .button-block {
        text-align: center;
        font-size: 1rem; }
        .vetrina-offerte-bundle__card.offer .button-block .not_available {
          color: #2D389C;
          font-weight: 600;
          margin-bottom: 0.5rem; }
    .vetrina-offerte-bundle__card .hidden_block {
      text-align: right; }
      @media (max-width: 767px) {
        .vetrina-offerte-bundle__card .hidden_block {
          width: 30%;
          display: inline-block;
          vertical-align: middle; } }
      .vetrina-offerte-bundle__card .hidden_block .recurrency_mobile {
        font-size: 1.2rem;
        font-family: "Montserrat";
        /* font-weight: 700; */ }

#dettaglio_offerta_popup {
  background: #FFF;
  width: 100%;
  max-width: 1024px;
  padding: 30px 20px 30px 40px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    #dettaglio_offerta_popup {
      padding: 20px 5px 20px 20px; } }
  #dettaglio_offerta_popup .dettaglio_offerta_popup__content {
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%; }
    @media (max-width: 767px) {
      #dettaglio_offerta_popup .dettaglio_offerta_popup__content {
        padding: 0; } }
    #dettaglio_offerta_popup .dettaglio_offerta_popup__content__title {
      font-size: 28px;
      color: #FF6A00;
      float: left;
      line-height: 32px;
      font-weight: 700; }
      @media (max-width: 767px) {
        #dettaglio_offerta_popup .dettaglio_offerta_popup__content__title {
          font-size: 18px; } }
    #dettaglio_offerta_popup .dettaglio_offerta_popup__content__close {
      float: right;
      position: inherit;
      background-color: #2D389C;
      border-radius: 50%;
      color: #ffffff;
      opacity: 1; }
      #dettaglio_offerta_popup .dettaglio_offerta_popup__content__close.mfp-close {
        width: 24px;
        height: 24px;
        padding: 0px;
        line-height: 22px;
        font-size: 19px;
        cursor: pointer; }
  #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 24px; }
    #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 20px;
      border-bottom: 2px solid #FFAAB2BD; }
      @media (max-width: 767px) {
        #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content {
          font-size: 14px; } }
      @media (max-width: 770px) {
        #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content {
          font-size: 12.5px; } }
      #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content a {
        color: black;
        display: block;
        width: 100%;
        padding: 10px 10px; }
      #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content.active-class a {
        color: #FF6A00; }
      #dettaglio_offerta_popup .dettaglio_offerta_popup__body_header .prima_content.active-class {
        border-bottom: 4px solid #FF6A00;
        line-height: 19px; }
  #dettaglio_offerta_popup .dettaglio_offerta_popup__body_text {
    height: 53vh;
    padding: 10px 50px 0 0; }
    @media (max-width: 767px) {
      #dettaglio_offerta_popup .dettaglio_offerta_popup__body_text {
        padding: 0 20px 0 0; } }
    #dettaglio_offerta_popup .dettaglio_offerta_popup__body_text .tab-content {
      overflow-x: hidden;
      overflow-y: hidden;
      word-wrap: break-word;
      width: 100%; }
    #dettaglio_offerta_popup .dettaglio_offerta_popup__body_text #tab1 {
      display: block; }

.showcase_bundle_block {
  hyphens: none; }
  .showcase_bundle_block__showMore {
    color: #FF6A00;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 300;
    margin-bottom: 40px;
    cursor: pointer;
    clear: both; }
    .showcase_bundle_block__showMore:hover {
      text-decoration: underline; }
  .showcase_bundle_block__container {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0; }
    .showcase_bundle_block__container .cardsOffer__single {
      position: relative;
      font-size: 16px;
      height: 30em;
      text-align: center;
      margin-bottom: 40px;
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .showcase_bundle_block__container .cardsOffer__single {
          padding-left: 15px;
          padding-right: 15px; } }
      .showcase_bundle_block__container .cardsOffer__single:nth-child(n+4) {
        display: none; }
      .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child) {
        position: relative; }
        .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child):after {
          background-color: #D3D3D2;
          width: 1px;
          content: "";
          display: block;
          position: absolute;
          top: 7%;
          bottom: 7%;
          right: 0%;
          min-height: 1px; }
          @media (max-width: 767px) {
            .showcase_bundle_block__container .cardsOffer__single:not([style*="display:none"]):not([style*="display: none"]):not(:nth-child(3n)):not(:last-child):after {
              content: none; } }
      .showcase_bundle_block__container .cardsOffer__single--bgContainer {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 27.7em; }
      .showcase_bundle_block__container .cardsOffer__single--title {
        position: relative;
        z-index: 51;
        margin-bottom: 16px;
        color: inherit; }
        .showcase_bundle_block__container .cardsOffer__single--title h3 {
          font-size: 1.625em;
          font-family: "Montserrat";
          font-weight: 700;
          height: 4em;
          line-height: 1em;
          color: #2D389C;
          letter-spacing: -.025em; }
          .ff .showcase_bundle_block__container .cardsOffer__single--title h3 {
            letter-spacing: -.045em; }
          .showcase_bundle_block__container .cardsOffer__single--title h3:empty {
            display: none; }
      .showcase_bundle_block__container .cardsOffer__single--subTitle {
        display: none; }
      .showcase_bundle_block__container .cardsOffer__single--text {
        position: relative;
        margin-bottom: 10px;
        z-index: 51;
        color: #292F36;
        padding-left: 15px;
        padding-right: 15px; }
        .showcase_bundle_block__container .cardsOffer__single--text:empty {
          display: none; }
        .showcase_bundle_block__container .cardsOffer__single--text--bundle {
          font-size: 1.125em;
          line-height: 1.500em;
          color: #292F36;
          margin-bottom: 10px; }
          .showcase_bundle_block__container .cardsOffer__single--text--bundle:empty {
            display: none; }
        .showcase_bundle_block__container .cardsOffer__single--text--smallDescription {
          font-size: 0.875em;
          margin-bottom: 10px;
          color: #292F36;
          line-height: 1.250em; }
        .showcase_bundle_block__container .cardsOffer__single--text--bigDescription {
          font-size: 0.875em;
          line-height: 1.250em; }
          .showcase_bundle_block__container .cardsOffer__single--text--bigDescription:empty {
            display: none; }
      .showcase_bundle_block__container .cardsOffer__single--price__container {
        position: absolute;
        bottom: 65px;
        left: 0;
        right: 0;
        z-index: 51; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted {
          font-size: 2.7em;
          color: #292F36;
          font-family: "Montserrat";
          font-weight: 300;
          position: relative;
          line-height: 1;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted:empty {
            display: none; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price {
            position: relative; }
            .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price::before {
              border-bottom: 1px solid #292F36;
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              top: 50%; }
            .showcase_bundle_block__container .cardsOffer__single--price__container--priceDiscounted .price:empty {
              display: none; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--price {
          font-size: 2.7em;
          color: #2D389C;
          font-family: "Montserrat";
          font-weight: 400;
          position: relative;
          line-height: 1;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--price:empty {
            display: none; }
        .showcase_bundle_block__container .cardsOffer__single--price__container--recurrency {
          font-size: 0.875em;
          position: relative;
          color: #292F36;
          z-index: 51; }
          .showcase_bundle_block__container .cardsOffer__single--price__container--recurrency:empty {
            display: none; }
      .showcase_bundle_block__container .cardsOffer__single .button, .showcase_bundle_block__container .cardsOffer__single a.button--slim, .showcase_bundle_block__container .cardsOffer__single a.button--ghost, .showcase_bundle_block__container .cardsOffer__single a.button--ghost--transparent, .showcase_bundle_block__container .cardsOffer__single a.button--search {
        max-width: 312px;
        margin: 0 auto;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        width: auto;
        z-index: 51; }
      .showcase_bundle_block__container .cardsOffer__single.business {
        color: #FF6A00; }
        .showcase_bundle_block__container .cardsOffer__single.business .cardsOffer__single--title {
          color: #FF6A00; }
      .showcase_bundle_block__container .cardsOffer__single.singleBundle .cardsOffer__single--text--bundle {
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.singleBundle .cardsOffer__single--text--smallDescription {
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.no_bundle .cardsOffer__single--text--bigDescription {
        font-size: 1.375em;
        color: #292F36;
        line-height: 1.1em;
        margin-bottom: 10px; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--text {
        padding-top: 10.7em; }
        .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--text--bundle {
          font-size: 1em;
          color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--priceDiscounted {
        color: #FFF; }
        .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--priceDiscounted .price::before {
          border-bottom: 1px solid;
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 50%; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--price {
        color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.bgBundleAndPrice .cardsOffer__single--price__container--recurrency {
        color: #FFF; }
      .showcase_bundle_block__container .cardsOffer__single.fullBg {
        padding-left: 15px;
        padding-right: 15px; }
        .showcase_bundle_block__container .cardsOffer__single.fullBg .cardsOffer__single--bgContainer {
          position: relative;
          margin-bottom: 10px; }
          .showcase_bundle_block__container .cardsOffer__single.fullBg .cardsOffer__single--bgContainer img {
            max-width: 100%; }
      .showcase_bundle_block__container .cardsOffer__single.onlyText .cardsOffer__single--text {
        line-height: 1.2em; }
      .showcase_bundle_block__container .cardsOffer__single.fullText .cardsOffer__single--text {
        line-height: 1.2em;
        margin-bottom: 10px; }
    .showcase_bundle_block__container .bundle_block__showMore {
      padding: 0 0 20px;
      color: #FF6A00;
      font-size: 1.250em;
      text-align: center;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: 300;
      cursor: pointer; }
      .showcase_bundle_block__container .bundle_block__showMore:hover {
        text-decoration: underline; }
  .showcase_bundle_block h2 {
    font-family: "Montserrat";
    font-weight: 700; }

@media (max-width: 767px) {
  .assistent-banner {
    display: none !important; } }

.assistent-banner.sticky-banner-sticky {
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 999;
  background-color: #84E1B6;
  display: flex;
  justify-content: center;
  align-items: center; }

.assistent-banner__container {
  width: 100%;
  max-width: 1366px;
  padding: 24px 15px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 767px) {
  .assistent-banner .divisor {
    border-right: 1px solid #000000; } }

.assistent-banner__col {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  @media (min-width: 767px) {
    .assistent-banner__col > p, .assistent-banner__col > div {
      padding: 0 11px; } }

.assistent-banner__icon {
  font-size: 3.2rem; }

.assistent-banner__green-number {
  font-size: 1.571rem;
  font-weight: bold; }
  .assistent-banner__green-number a {
    color: #000000;
    text-decoration: underline;
    font-weight: 700; }
    .assistent-banner__green-number a:hover, .assistent-banner__green-number a:active, .assistent-banner__green-number a:visited, .assistent-banner__green-number a:link {
      text-decoration: underline;
      color: #000000 !important; }

.assistent-banner__button {
  font-size: 1.286rem;
  color: #000000;
  text-decoration: underline; }
  .assistent-banner__button:hover, .assistent-banner__button:active, .assistent-banner__button:visited, .assistent-banner__button:link {
    text-decoration: underline;
    color: #000000 !important; }

.assistent-banner__col-info {
  font-size: 0.9rem; }

.sticky_banner {
  position: fixed;
  bottom: -100%;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: bottom 0.4s;
  -webkit-transition: bottom 0.4s;
  -moz-transition: bottom 0.4s;
  -ms-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.3); }
  .sticky_banner.bg--blue {
    background: linear-gradient(to right, #2D389C, #0D1564); }
  .sticky_banner.bg--orange {
    background: linear-gradient(to right, #FF6A00, #FF3A00); }
  .sticky_banner.visible {
    bottom: 0; }
  .sticky_banner.is-top-visible {
    top: 120px; }
  .sticky_banner__container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px;
    color: #FFF; }
  .sticky_banner__stamp {
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #FF6A00, #FF3A00);
    transition: all ease-in 0.400s; }
    .sticky_banner__stamp_container {
      margin-right: 20px; }
      @media (max-width: 767px) {
        .sticky_banner__stamp_container {
          display: none; } }
      .sticky_banner__stamp_container:empty {
        display: none; }
    .bg--orange .sticky_banner__stamp {
      background: linear-gradient(to bottom, #2D389C, #0D1564); }
    @media (max-width: 767px) {
      .sticky_banner__stamp {
        width: 54px;
        height: 54px; } }
    .sticky_banner__stamp .text_content {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .sticky_banner__stamp .text_content {
          font-size: 11px; } }
  .sticky_banner__offer {
    flex: 1 1 60%; }
    @media (max-width: 767px) {
      .sticky_banner__offer {
        display: none; } }
    .sticky_banner__offer_title {
      margin-bottom: 5px; }
      .sticky_banner__offer_title h3 {
        font-size: 18px; }
      @media (max-width: 767px) {
        .sticky_banner__offer_title {
          display: none; } }
    .sticky_banner__offer_bundle .single_bundle {
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      position: relative;
      padding-left: 10px; }
      .sticky_banner__offer_bundle .single_bundle:first-child {
        padding-left: 0; }
      .sticky_banner__offer_bundle .single_bundle::after {
        content: ',';
        position: absolute;
        right: -5px;
        bottom: 0; }
      .sticky_banner__offer_bundle .single_bundle:last-child::after {
        display: none; }
      .sticky_banner__offer_bundle .single_bundle:empty {
        display: none; }
      @media (max-width: 767px) {
        .sticky_banner__offer_bundle .single_bundle {
          font-size: 12px;
          margin-bottom: 4px;
          display: block;
          padding-left: 0; }
          .sticky_banner__offer_bundle .single_bundle::after {
            display: none; } }
      .sticky_banner__offer_bundle .single_bundle .number:empty,
      .sticky_banner__offer_bundle .single_bundle .bundle_label:empty,
      .sticky_banner__offer_bundle .single_bundle .striked:empty {
        display: none; }
      .sticky_banner__offer_bundle .single_bundle.gb .number {
        font-size: 36px;
        line-height: 1em; }
        @media (max-width: 767px) {
          .sticky_banner__offer_bundle .single_bundle.gb .number {
            font-size: 18px; } }
      .sticky_banner__offer_bundle .single_bundle.gb .bundle_label {
        font-size: 24px; }
        @media (max-width: 767px) {
          .sticky_banner__offer_bundle .single_bundle.gb .bundle_label {
            font-size: 14px; } }
        .sticky_banner__offer_bundle .single_bundle.gb .bundle_label:empty {
          display: none; }
      .sticky_banner__offer_bundle .single_bundle .striked {
        text-decoration: line-through; }
        .sticky_banner__offer_bundle .single_bundle .striked:empty {
          display: none; }
  .sticky_banner__cta {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 40%; }
    .sticky_banner__cta_priceRow {
      line-height: 1;
      padding-right: 1rem;
      text-align: right; }
      @media (max-width: 767px) {
        .sticky_banner__cta_priceRow {
          text-align: left;
          flex: 1; } }
      .sticky_banner__cta_priceRow:empty {
        display: none; }
      .sticky_banner__cta_priceRow .price_recurrency:empty {
        display: none; }
      .sticky_banner__cta_priceRow .price_recurrency .striked {
        text-decoration: line-through; }
        .sticky_banner__cta_priceRow .price_recurrency .striked:empty {
          display: none; }
      .sticky_banner__cta_priceRow .price_recurrency .price {
        font-size: 36px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .sticky_banner__cta_priceRow .price_recurrency .price {
            display: inline-block; } }
      .sticky_banner__cta_priceRow .price_recurrency .additionals {
        display: inline-block;
        line-height: 1;
        text-align: left; }
      .sticky_banner__cta_priceRow .price_recurrency .currency {
        display: inline-block;
        line-height: 1;
        text-align: left;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sticky_banner__cta_priceRow .price_recurrency .currency {
            font-size: 17px; } }
      .sticky_banner__cta_priceRow .price_recurrency .recurrency {
        display: block;
        line-height: 1;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sticky_banner__cta_priceRow .price_recurrency .recurrency {
            font-size: 11px; } }
        .sticky_banner__cta_priceRow .price_recurrency .recurrency:empty {
          display: none; }
    .sticky_banner__cta_button {
      width: 100%;
      max-width: 220px; }
      @media (max-width: 767px) {
        .sticky_banner__cta_button {
          width: 165px; } }
      .sticky_banner__cta_button form {
        margin-bottom: 0; }
      .sticky_banner__cta_button .base__bt {
        font-weight: 700;
        font-size: 20px;
        height: 45px;
        padding: 0.9rem; }
        @media (max-width: 767px) {
          .sticky_banner__cta_button .base__bt {
            height: 35px;
            font-size: 18px;
            padding: 5px; } }

.product_cb {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat"; }
  @media (max-width: 767px) {
    .product_cb {
      margin-bottom: 20px; } }
  .product_cb--title {
    margin-bottom: 20px; }
    .product_cb--title h2 {
      font-size: 1.125rem;
      padding: 0 20px;
      font-family: "Montserrat";
      font-weight: 700; }
  .product_cb__container {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    display: block; }
    @media (max-width: 767px) {
      .product_cb__container {
        padding: 0 15px; } }
  .product_cb__item {
    padding: 20px 0;
    display: table;
    width: 100%;
    border: 1px solid #D3D3D2; }
    @media (max-width: 767px) {
      .product_cb__item {
        padding: 15px 0; } }
  .product_cb__description {
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-size: 0; }
    .product_cb__description:after {
      content: '';
      width: 1px;
      height: 100%;
      top: 1%;
      bottom: 1%;
      right: 0;
      position: absolute;
      background-color: #D3D3D2; }
    @media (max-width: 767px) {
      .product_cb__description {
        display: block;
        padding-bottom: 15px; }
        .product_cb__description:after {
          content: '';
          width: 94%;
          height: 1px;
          top: 100%;
          bottom: 0;
          right: 3%;
          left: 3%;
          position: absolute;
          background-color: #D3D3D2; } }
    .product_cb__description--row {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      width: 80%;
      /*
            &.abbine {
                width: 60%;
                padding-left: 20px;
                @include breakpoint(small) {
                    width: 100%;
                    padding: 0;
                }
            }
            */ }
      @media (max-width: 767px) {
        .product_cb__description--row {
          width: 100%;
          margin-bottom: 20px; } }
      .product_cb__description--row .icon,
      .product_cb__description--row .text {
        display: inline-block;
        vertical-align: middle; }
      .product_cb__description--row .icon {
        margin-right: 10px; }
        @media (max-width: 767px) {
          .product_cb__description--row .icon {
            width: 20%;
            margin: 0; } }
        .product_cb__description--row .icon img {
          width: 42px;
          height: 42px;
          display: block; }
      .product_cb__description--row .text {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 1.125rem;
        width: 80%; }
        @media (max-width: 767px) {
          .product_cb__description--row .text {
            width: 80%;
            padding-left: 0.5rem; } }
      .product_cb__description--row:last-child {
        margin-bottom: 0; }
  .product_cb__button {
    display: table-cell;
    float: none;
    vertical-align: middle;
    /*
         .redirect_link{
             display: block;
             color:$color-blue-cta;
             font-size: 1.143rem;
             font-family: $Mont-font-family;
             font-weight: 700;
             &:hover{
                 color: $color-blue-cta-dark;
             }
         }
         */ }
    @media (max-width: 767px) {
      .product_cb__button {
        padding: 20px 0 0;
        display: block; } }
    .product_cb__button .base__bt--blue2:visited, .product_cb__button .base__bt--blue2:hover, .product_cb__button .base__bt--blue2:active {
      color: #FFF; }
    .product_cb__button .onlytext {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      text-decoration: underline;
      color: #2D389C;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer; }
  .product_cb__note {
    font-size: 0.75em;
    padding-top: 10px;
    margin-bottom: 50px; }

.showcase_products__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  font-size: 0;
  text-align: center;
  font-family: "Montserrat"; }
  .showcase_bundle_block__container .showcase_products__container {
    padding: 0;
    margin-bottom: 30px; }

.showcase_products__navigation ul {
  text-align: right;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .showcase_products__navigation ul {
      text-align: center;
      display: table;
      width: 100%; } }
  .showcase_products__navigation ul li {
    display: inline-block;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    @media (max-width: 767px) {
      .showcase_products__navigation ul li {
        display: table-cell;
        padding: 0.5rem; } }
    .showcase_products__navigation ul li a {
      color: inherit; }

.showcase_products__navigation_link {
  color: #292F36;
  font-family: "Montserrat"; }
  .showcase_products__navigation_link:hover {
    color: #FF6A00;
    font-family: "Montserrat"; }
    .showcase_products__navigation_link:hover::after {
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 20%;
      height: 2px;
      background: #FF6A00;
      content: "";
      width: 60%; }
  .showcase_products__navigation_link.active {
    color: #FF6A00;
    font-family: "Montserrat";
    font-weight: 700; }
    .showcase_products__navigation_link.active::after {
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 20%;
      height: 2px;
      background: #FF6A00;
      content: "";
      width: 60%; }

.showcase_products__filters .showcase_products__container {
  background: #F8F8F8;
  padding: 20px 10px; }
  @media (max-width: 767px) {
    .showcase_products__filters .showcase_products__container {
      padding: 10px; } }

.showcase_products__filters.hl .showcase_products__container {
  background: #212121;
  border-radius: 6px 6px 0 0; }
  @media (max-width: 767px) {
    .showcase_products__filters.hl .showcase_products__container {
      border-radius: 0; } }

.showcase_products__filters.hl .showcase_products__filters_title {
  color: #FFF; }

.showcase_products__filters.hl .showcase_products__filters_selects {
  text-align: center; }
  @media (max-width: 767px) {
    .showcase_products__filters.hl .showcase_products__filters_selects {
      text-align: left;
      padding: 10px; } }
  .showcase_products__filters.hl .showcase_products__filters_selects .label {
    color: #FFF; }

.showcase_products__filters.hl .homeLife_block__logo {
  display: block; }
  .showcase_products__filters.hl .homeLife_block__logo img {
    max-width: 100%; }

.showcase_products__filters .homeLife_block__logo {
  display: none;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .showcase_products__filters .homeLife_block__logo {
      padding: 10px;
      margin-bottom: 1rem; } }

.showcase_products__filters_title {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  float: none; }
  .showcase_products__filters_title h2 {
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: bold; }
    @media (max-width: 767px) {
      .showcase_products__filters_title h2 {
        font-size: 18px;
        margin-bottom: 10px; } }

.showcase_products__filters_selects {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: right;
  padding-left: 0; }
  @media (max-width: 767px) {
    .showcase_products__filters_selects {
      padding: 10px 0;
      text-align: left; } }
  .showcase_products__filters_selects .select_item {
    float: none;
    display: inline-block;
    padding-right: 0; }
    @media (max-width: 767px) {
      .showcase_products__filters_selects .select_item {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .showcase_products__filters_selects .select_item:last-child {
        margin-bottom: 0; } }
    .showcase_products__filters_selects .select_item .label_container,
    .showcase_products__filters_selects .select_item .select_container {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    .showcase_products__filters_selects .select_item .select_container {
      text-align: right; }
    .showcase_products__filters_selects .select_item .label_container {
      text-align: left; }
      @media (max-width: 767px) {
        .showcase_products__filters_selects .select_item .label_container {
          width: 35%; } }
    .showcase_products__filters_selects .select_item .label {
      font-size: 1rem;
      color: #292F36;
      font-weight: 600;
      padding-right: 0.5rem; }
    .showcase_products__filters_selects .select_item .base__select {
      width: 100% !important;
      left: 0;
      max-width: 210px;
      min-width: 150px; }
      @media (max-width: 767px) {
        .showcase_products__filters_selects .select_item .base__select {
          width: 100% !important; } }
      .showcase_products__filters_selects .select_item .base__select .filter-option {
        font-size: 1rem; }
      .showcase_products__filters_selects .select_item .base__select .dropdown-toggle .caret {
        color: #2D389C; }
        .showcase_products__filters_selects .select_item .base__select .dropdown-toggle .caret::before, .showcase_products__filters_selects .select_item .base__select .dropdown-toggle .caret::after {
          background: #2D389C; }
      .showcase_products__filters_selects .select_item .base__select button {
        border: 1.5px solid #2D389C;
        height: 34px;
        font-size: 1rem;
        padding: 5px 10px;
        max-width: 210px; }
    .showcase_products__filters_selects .select_item.payment .base__select {
      max-width: 230px;
      min-width: 210px; }

.showcase_products__list.hl {
  margin-bottom: 20px; }
  .showcase_products__list.hl .showcase_products__container {
    background: #212121; }
    @media (max-width: 767px) {
      .showcase_products__list.hl .showcase_products__container {
        margin-bottom: 20px; } }
  .showcase_products__list.hl .noCards {
    color: #FFF; }

.showcase_products__list .noCards {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600; }

.showcase_products__list .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.showcase_products__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  width: 31.3%;
  margin: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D3D3D2; }
  .showcase_bundle_block__container .showcase_products__single {
    margin: 0 1% 1%; }
  .showcase_products__single:hover {
    border: 1px solid #FF6A00; }
  @media (max-width: 910px) {
    .showcase_products__single {
      width: 48%; } }
  @media (max-width: 640px) {
    .showcase_products__single {
      width: 100%;
      margin: 0 0 10px; } }
  .showcase_products__single:nth-of-type(n+7) {
    display: none; }
  @media (max-width: 767px) {
    .showcase_products__single:last-child {
      margin-bottom: 0; } }
  .showcase_products__single__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .showcase_products__single__header {
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    display: flex;
    min-height: 110px;
    width: 100%; }
    @media (max-width: 640px) {
      .showcase_products__single__header {
        display: block;
        float: right;
        padding: 0.5rem;
        width: 60%; } }
  .showcase_products__single__category {
    font-size: 12px;
    text-transform: uppercase;
    color: #FF6A00;
    padding: 0.5rem;
    text-align: center;
    display: none; }
    .hl .showcase_products__single__category {
      display: block; }
  .showcase_products__single__title {
    color: #292F36;
    text-align: left; }
    @media (max-width: 767px) {
      .showcase_products__single__title {
        display: block;
        width: 100%; } }
    .hl .showcase_products__single__title {
      color: #FFF; }
    .showcase_products__single__title .brand {
      margin-top: 0.5rem;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 700; }
      .hl .showcase_products__single__title .brand {
        margin-top: 0; }
    .showcase_products__single__title .deviceName {
      font-size: 30px;
      font-family: "Montserrat";
      font-weight: 500;
      margin-bottom: 0.5rem;
      min-height: 40px; }
      @media (max-width: 480px) {
        .showcase_products__single__title .deviceName {
          font-size: 20px; } }
  .showcase_products__single__disclaimer {
    margin-left: auto; }
    @media (max-width: 767px) {
      .showcase_products__single__disclaimer {
        display: block;
        width: 100%;
        position: relative; } }
    .showcase_products__single__disclaimer .stamp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 5px;
      width: 80px;
      height: 80px;
      background: #f76b1c;
      background: -webkit-gradient(left top, right top, color-stop(0%, #f76b1c), color-stop(100%, #ff3a00));
      background: -webkit-gradient(linear, left top, right top, from(#f76b1c), to(#ff3a00));
      background: linear-gradient(to right, #f76b1c 0%, #ff3a00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76b1c', endColorstr='#ff3a00', GradientType=1);
      border-radius: 50%; }
      @media (max-width: 767px) {
        .showcase_products__single__disclaimer .stamp {
          display: block;
          width: 100%;
          height: auto;
          padding: 0.5rem;
          border-radius: 0; } }
      .showcase_products__single__disclaimer .stamp .text_container {
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: bold;
        overflow: hidden;
        line-height: 1.1em;
        text-align: center;
        color: #FFF; }
  .showcase_products__single__deviceImage {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 640px) {
      .showcase_products__single__deviceImage {
        margin-bottom: 0;
        float: left;
        width: 40%;
        padding: 10px 0; } }
    .showcase_products__single__deviceImage img {
      max-width: 100%;
      max-height: 260px; }
  .showcase_products__single__cta {
    font-size: 16px;
    color: #292F36;
    text-align: center;
    margin-bottom: 20px;
    color: #2D389C;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 700;
    padding: 0 15px; }
    .hl .showcase_products__single__cta {
      color: #FF6A00; }
    .hl2 .showcase_products__single__cta {
      color: #FF6A00; }
    @media (max-width: 640px) {
      .showcase_products__single__cta {
        text-align: right;
        float: right;
        width: 100%;
        padding: 0 0.5rem; } }

.showcase_products__showmore {
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .showcase_products__showmore .showcase_products__container {
    text-align: center;
    padding: 0 20px; }
  .showcase_products__showmore a {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    color: #2D389C;
    font-family: "Montserrat";
    font-weight: 700;
    text-decoration: underline; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.is-animated {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in; }

.product_offers__container {
  margin: 2rem auto;
  max-width: 1024px;
  position: relative;
  font-family: 'Montserrat'; }
  @media (max-width: 767px) {
    .product_offers__container {
      padding: 10px; } }

.product_offers__title {
  color: #292F36;
  font-family: inherit;
  font-size: 1.143rem;
  font-weight: 700;
  margin-bottom: 20px; }
  .collapsible_offers .product_offers__title {
    color: #2D389C;
    text-decoration: underline;
    cursor: pointer; }
    .collapsible_offers .product_offers__title:hover {
      color: #0D1564; }

.collapsible_offers .product_offers__offerContainer {
  display: none; }

.product_offers__singleOffer {
  border: 1px solid #D3D3D2;
  padding: 20px 0;
  display: flex;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .product_offers__singleOffer {
      display: block;
      padding: 10px 20px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .product_offers__singleOffer_section {
    padding: 0 20px;
    border-right: 1px solid #D3D3D2; }
    @media (max-width: 767px) {
      .product_offers__singleOffer_section {
        margin-bottom: 10px;
        border-right: 0;
        border-bottom: 1px solid #D3D3D2;
        padding: 10px 0; } }
    .product_offers__singleOffer_section.plan {
      flex: 4; }
      .unica .product_offers__singleOffer_section.plan {
        flex: 5; }
    .unica .product_offers__singleOffer_section.device {
      flex: 5; }
    .product_offers__singleOffer_section.device, .product_offers__singleOffer_section.total {
      flex: 3; }
    .unica .product_offers__singleOffer_section.total {
      display: none; }
    .product_offers__singleOffer_section.ctaSection {
      text-align: center;
      flex: 2;
      align-self: center;
      border: 0; }
      @media (max-width: 767px) {
        .product_offers__singleOffer_section.ctaSection {
          margin: 0; } }
    .product_offers__singleOffer_section__title {
      font-weight: 600;
      color: #FF6A00;
      margin-bottom: 0.5rem; }
    .product_offers__singleOffer_section__text {
      margin-bottom: 0.5rem; }
      .product_offers__singleOffer_section__text .accent {
        font-weight: 700; }
      .product_offers__singleOffer_section__text:last-child {
        margin-bottom: 0; }
      .product_offers__singleOffer_section__text p {
        font-size: 12px; }

.product_offers__cta {
  text-decoration: underline;
  font-weight: 600;
  color: #2D389C; }
  .product_offers__cta:hover, .product_offers__cta:active, .product_offers__cta:visited {
    color: #0D1564; }

.installment_block__container {
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin: 20px auto;
  padding: 15px; }
  @media (min-width: 767px) {
    .installment_block__container {
      padding: 15px 0; } }

.installment_block__image {
  max-width: 200px;
  margin-right: 10px; }
  .installment_block__image img {
    max-width: 100%;
    max-height: 50px; }

.installment_block__text a {
  color: #2D389C;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase; }
  .installment_block__text a:hover, .installment_block__text a:active, .installment_block__text a:visited {
    color: #0D1564; }

.installment_block__cta {
  color: #2D389C;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase; }
  .installment_block__cta:hover, .installment_block__cta:active, .installment_block__cta:visited {
    color: #0D1564; }

.blocco_faq .faq_accordions {
  display: none; }

.blocco_faq .faq_block__firstLevelBlock {
  display: none; }

.faq_block {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px; }
  .faq_block__single {
    text-align: center;
    padding: 1.250em 1.250em; }
    .faq_block__mainBlock .faq_block__single {
      cursor: pointer; }
      .faq_block__mainBlock .faq_block__single.faq_active {
        background-color: #FF3A00;
        color: #FFF; }
        .faq_block__mainBlock .faq_block__single.faq_active .faq_block__single__icon .icon_mobile_fisso--color {
          opacity: 0.5; }
        .faq_block__mainBlock .faq_block__single.faq_active .faq_block__single__icon img {
          left: -88px; }
      .faq_block__mainBlock .faq_block__single:hover {
        background-color: #FF6A00;
        color: #FFF; }
        .faq_block__mainBlock .faq_block__single:hover .faq_block__single__icon .icon_mobile_fisso--color {
          background-position: 50% 6.88966%; }
        .faq_block__mainBlock .faq_block__single:hover .faq_block__single__icon img {
          left: -88px; }
      .faq_block__mainBlock .faq_block__single:active {
        background-color: #FF3A00;
        color: #FFF; }
      .faq_block__mainBlock .faq_block__single__icon {
        position: relative;
        width: 44px;
        height: 44px;
        margin: 0.5rem auto;
        overflow: hidden; }
        .faq_block__mainBlock .faq_block__single__icon img {
          position: absolute;
          top: 0;
          left: 0;
          width: 300%; }
      .faq_block__mainBlock .faq_block__single__title {
        font-size: 1.250em;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: "Montserrat";
        font-weight: 400; }
      .faq_block__mainBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Montserrat";
        font-weight: 400; }
        @media (max-width: 767px) {
          .faq_block__mainBlock .faq_block__single__description {
            width: 50%;
            margin: 0 auto; } }
        @media (max-width: 640px) {
          .faq_block__mainBlock .faq_block__single__description {
            width: 100%; } }
    .faq_block__secondaryBlock .faq_block__single {
      /*faq_block__secondaryBlock .faq_block__single*/
      border-top: 0.6px solid #FF6A00;
      padding: 15px 0 35px 0px;
      width: calc(100% - 20%);
      margin: 0 auto;
      /* padding: 30px 60px; */ }
      @media (max-width: 767px) {
        .faq_block__secondaryBlock .faq_block__single {
          margin: 0px auto;
          padding: 10px 0 26px 0;
          /* border-bottom: 1px solid $color_stroke; */
          width: calc(100% - 60px);
          border-right: 0px; } }
      .faq_block__secondaryBlock .faq_block__single:nth-of-type(3n) {
        border-right: 0px; }
      .faq_block__secondaryBlock__container {
        border-top: 1px solid #D3D3D2;
        padding-top: 60px;
        background-color: #fff;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        text-align: center; }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock__container {
            padding-top: 30px;
            margin: 0 10px;
            width: auto; } }
        .faq_block__secondaryBlock__container.sixlines {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
          @media (max-width: 767px) {
            .faq_block__secondaryBlock__container.sixlines {
              display: grid;
              grid-template-columns: 1fr 1fr; } }
        .faq_block__secondaryBlock__container.fourlines {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr; }
          @media (max-width: 767px) {
            .faq_block__secondaryBlock__container.fourlines {
              display: grid;
              grid-template-columns: 1fr 1fr; } }
        .faq_block__secondaryBlock__container.fivelines {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
          @media (max-width: 767px) {
            .faq_block__secondaryBlock__container.fivelines {
              display: grid;
              grid-template-columns: 1fr 1fr; } }
      .faq_block__secondaryBlock .faq_block__single {
        display: inline-block;
        /*  width: 32%; */
        float: none;
        vertical-align: middle;
        text-align: left;
        /*  @include breakpoint(medium) {
                            width: 49%;
                        } */ }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock .faq_block__single {
            width: 90%; } }
      .faq_block__secondaryBlock .faq_block__single:hover {
        color: #FF3A00; }
        .faq_block__secondaryBlock .faq_block__single:hover .faq_block__single__title a {
          text-decoration: underline;
          color: #FF6A00; }
      .faq_block__secondaryBlock .faq_block__single__title {
        font-size: 16px;
        margin-top: 5px;
        color: #595D61;
        margin-bottom: 5px;
        font-family: "Montserrat";
        font-weight: 400; }
        .faq_block__secondaryBlock .faq_block__single__title a {
          color: #595D61; }
          .faq_block__secondaryBlock .faq_block__single__title a:hover {
            color: #FF6A00; }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock .faq_block__single__title {
            font-size: 14px; } }
      .faq_block__secondaryBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Montserrat";
        font-weight: 400; }
        @media (max-width: 767px) {
          .faq_block__secondaryBlock .faq_block__single__description {
            width: 50%;
            /*  margin: 0 auto; */ } }
        @media (max-width: 640px) {
          .faq_block__secondaryBlock .faq_block__single__description {
            width: 100%; } }
    .faq_block__firstLevelBlock .faq_block__single {
      /*faq_block__firstLevelBlock .faq_block__single*/ }
      @media (max-width: 640px) {
        .faq_block__firstLevelBlock .faq_block__single {
          width: 100%;
          text-align: left; } }
      .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
        display: inline-block;
        float: none;
        width: 32%;
        vertical-align: top; }
        @media (max-width: 910px) {
          .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
            width: 49%; } }
        @media (max-width: 767px) {
          .faq_block__firstLevelBlock .faq_block__single.faq_block__single {
            width: 100%; } }
      .faq_block__firstLevelBlock__container {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        position: relative; }
        .faq_block__firstLevelBlock__container:before {
          background-color: #D3D3D2;
          content: "";
          display: block;
          position: absolute;
          left: 5%;
          right: 5%;
          min-width: 1px;
          height: 1px; }
      .faq_block__firstLevelBlock .faq_block__single__title {
        font-size: 1.250em;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: "Montserrat";
        font-weight: 400; }
        @media (max-width: 910px) {
          .faq_block__firstLevelBlock .faq_block__single__title {
            text-align: left; } }
      .faq_block__firstLevelBlock .faq_block__single__description {
        font-size: 1em;
        font-family: "Montserrat";
        font-weight: 400;
        color: #FF6A00;
        text-align: left;
        list-style: none;
        padding: 0;
        cursor: pointer; }
        .faq_block__firstLevelBlock .faq_block__single__description--list {
          margin-left: 1.45em; }
          .faq_block__firstLevelBlock .faq_block__single__description--list:hover {
            text-decoration: underline; }
          .faq_block__firstLevelBlock .faq_block__single__description--list.faq_second_active {
            color: #292F36;
            text-decoration: underline; }
        .faq_block__firstLevelBlock .faq_block__single__description li {
          padding-left: 60px;
          padding-right: 60px; }
          @media (max-width: 910px) {
            .faq_block__firstLevelBlock .faq_block__single__description li {
              padding-left: 30px;
              padding-right: 30px; } }
          .faq_block__firstLevelBlock .faq_block__single__description li:before {
            content: "";
            border-color: transparent #FF6A00;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            display: block;
            height: 0;
            width: 0;
            top: 0.9em;
            position: relative; }
    .faq_block__firstLevelBlock--no_second .faq_block__single {
      width: 100%; }
      .faq_block__firstLevelBlock--no_second .faq_block__single.faq_block__single {
        width: 100% !important; }
      .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
        float: left;
        width: 33%; }
        @media (max-width: 767px) {
          .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
            width: 50%; } }
        @media (max-width: 640px) {
          .faq_block__firstLevelBlock--no_second .faq_block__single__description li {
            width: 100%; } }

.storeDetail_block img {
  display: block;
  width: 100%; }

.storeDetail_block .slick-track {
  margin: 0 auto; }

.storeDetail_block .slick-initialized .slick-slide {
  height: auto !important; }

.storeDetail_block .offerBlock_slider__tabs--left {
  display: none; }

.storeDetail_block .showcase_bundle_block {
  padding-top: 0px; }
  .storeDetail_block .showcase_bundle_block .container_secondColumn {
    display: none; }
  .storeDetail_block .showcase_bundle_block__tabs--title {
    display: none; }

.storeDetail_block__back {
  display: inline-block;
  margin-left: 20px; }
  .storeDetail_block__back a {
    opacity: 1; }
    .storeDetail_block__back a:hover {
      opacity: 0.7; }
  .storeDetail_block__back--icon {
    width: 40px;
    height: 40px; }
  .storeDetail_block__back--text {
    color: #AAB2BD; }

.storeDetail_block__heading {
  display: inline-block; }

.storeDetail_block__container {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px; }

.storeDetail_block__title {
  font-size: 2.250em;
  font-family: "Montserrat";
  font-weight: 300;
  margin-left: 30px; }

.storeDetail_block__description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1em;
  margin-left: 30px;
  margin-top: 0.3rem; }

.storeDetail_block__contactUs #orari {
  text-transform: capitalize; }

.storeDetail_block__contactUs__thirdColumn .info_link {
  font-size: 1em; }

.storeDetail_block__contactUs__disclaimer {
  margin-top: 15px;
  margin-bottom: 15px; }

.storeDetail_block__contactUs__area {
  width: 100%;
  height: 275px;
  margin-top: 10px;
  text-align: left;
  resize: none;
  padding-top: 10px;
  padding-left: 10px; }

.storeDetail_block__contactUs__input {
  margin-top: 10px; }

.storeDetail_block__contactUs--title {
  font-size: 1.875em;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 20px; }

.storeDetail_block__contactUs--subtitle {
  font-size: 1em;
  font-family: "Montserrat";
  font-weight: 700;
  margin: 20px 0 0 0; }

.storeDetail_block__contactUs--services, .storeDetail_block__contactUs--telephone, .storeDetail_block__contactUs--fax {
  font-family: "Montserrat";
  font-weight: 400; }

.storeDetail_block__contactUs--day {
  width: 100px;
  display: inline-block; }

.storeDetail_block__contactUs__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0; }

.storeDetail_block #container_posts_gplus {
  background-color: #F4F4F4;
  padding-bottom: 30px;
  padding-top: 30px; }
  .storeDetail_block #container_posts_gplus .posts_gplus {
    text-align: center;
    padding-top: 20px; }
    @media (max-width: 910px) {
      .storeDetail_block #container_posts_gplus .posts_gplus {
        margin: 0 auto;
        padding: 0; } }
  .storeDetail_block #container_posts_gplus ul {
    -webkit-padding-start: 0px;
    padding: 0px; }
  .storeDetail_block #container_posts_gplus .post_gplus {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    max-width: 530px;
    border: 4px solid #FFF;
    text-align: center;
    font-size: 1em;
    padding-top: 25px; }
    @media (max-width: 910px) {
      .storeDetail_block #container_posts_gplus .post_gplus {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .pageName_gplus {
      float: left;
      width: 85%;
      font-family: "Montserrat";
      font-weight: 700;
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .pageName_gplus {
          width: 75%;
          margin-left: 20px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .logo_image_gplus {
      float: left;
      text-align: left;
      padding-left: 20px;
      width: 15%; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .logo_image_gplus body {
          font-size: 14px; } }
    .storeDetail_block #container_posts_gplus .post_gplus .link_title_post_gplus {
      display: none; }
    .storeDetail_block #container_posts_gplus .post_gplus.sx {
      margin-right: 30px; }
      @media (max-width: 910px) {
        .storeDetail_block #container_posts_gplus .post_gplus.sx {
          margin: 0 auto; } }
    .storeDetail_block #container_posts_gplus .post_gplus .published_gplus {
      text-align: left;
      padding-left: 20px;
      float: left;
      color: #AAB2BD; }
      @media (max-width: 767px) {
        .storeDetail_block #container_posts_gplus .post_gplus .published_gplus {
          margin-left: 20px;
          width: 60%; } }
    .storeDetail_block #container_posts_gplus .post_gplus .content_gplus {
      text-align: left;
      padding: 0px 20px;
      margin-bottom: 15px;
      margin-top: 15px; }
  .storeDetail_block #container_posts_gplus .post_img_gplus img {
    max-width: 100%; }

.strip_menu_tab {
  background-color: #F4F4F4; }
  .strip_menu_tab__targetTab {
    display: none; }
    .strip_menu_tab__targetTab.tab_active {
      display: block; }
  .strip_menu_tab__container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center; }
  .strip_menu_tab__item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #AAB2BD;
    padding: 12px 1.875em 8px 1.875em;
    margin: 0em 1.250em;
    border-bottom: 2px solid;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    outline: none; }
    @media (max-width: 910px) {
      .strip_menu_tab__item {
        margin: 0; } }
    .strip_menu_tab__item a {
      color: #AAB2BD; }
      .strip_menu_tab__item a:hover {
        color: #FF3A00; }
    .strip_menu_tab__item.tab_active {
      border-color: #FF6A00;
      color: #FF6A00; }
      .strip_menu_tab__item.tab_active a {
        color: #FF6A00; }
        .strip_menu_tab__item.tab_active a:hover {
          color: #FF3A00; }
    .strip_menu_tab__item:hover {
      border-color: #FF3A00;
      color: #FF3A00;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

#step_02,
#step_03 {
  display: none;
  /* none */ }

.header_simple {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-box-shadow: 1px 1px 3px 1px #F4F4F4;
  -webkit-box-shadow: 1px 1px 3px 1px #F4F4F4;
  box-shadow: 1px 1px 3px 1px #F4F4F4; }
  .header_simple img {
    display: block;
    margin: 0 auto; }

.margin_top_header.assistance {
  margin-top: 45px;
  /*@include breakpoint ('small') {
            margin-top: 70px;
        }*/ }

.contend#step_01, .contend#step_02, .contend#step_03 {
  margin-bottom: 150px; }
  @media (max-width: 480px) {
    .contend#step_01, .contend#step_02, .contend#step_03 {
      margin-bottom: 0; } }

.container.form-assistance {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .container.form-assistance {
      width: 100%;
      margin-bottom: 50px; } }
  .container.form-assistance .base__icon {
    height: 48px;
    width: 48px; }
  .container.form-assistance .top_content {
    width: 680px;
    /* 652 */
    /* 620 al netto del gap 16px */
    margin: 0 auto; }
    @media (max-width: 480px) {
      .container.form-assistance .top_content {
        width: 100%; } }
    .container.form-assistance .top_content .panel-body {
      padding-left: 0; }
      @media (max-width: 640px) {
        .container.form-assistance .top_content .panel-body {
          margin: 0 auto;
          display: table; } }
    .container.form-assistance .top_content .base__input--textarea {
      resize: none;
      height: 140px; }
    .container.form-assistance .top_content .dropdown-menu.open {
      width: 100%;
      overflow: hidden; }
    @media (max-width: 480px) {
      .container.form-assistance .top_content .g-recaptcha {
        transform: scale(0.93);
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0; } }
    .container.form-assistance .top_content .summary {
      margin-top: 20px;
      margin-bottom: 20px; }
      .container.form-assistance .top_content .summary ul {
        padding: 0; }
        .container.form-assistance .top_content .summary ul li {
          list-style-type: none;
          margin: 5px 0;
          color: #656D78;
          position: relative;
          padding-left: 30px; }
          .container.form-assistance .top_content .summary ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background: url(../img/icons/icons_sprite.svg);
            background-color: transparent;
            background-repeat: no-repeat;
            height: 18px;
            width: 18px;
            background-size: 500%;
            background-position: 0% 99.96%; }
          @media (max-width: 480px) {
            .container.form-assistance .top_content .summary ul li {
              font-size: 0.8em; } }
  .container.form-assistance .faq_answer {
    display: none;
    /* none */
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*&:last-of-type {
                padding-top: 50px;
            }*/ }
    .container.form-assistance .faq_answer .answer {
      color: #292F36;
      font-size: 0.9375em;
      line-height: 1.3em;
      text-align: left; }
      @media (max-width: 640px) {
        .container.form-assistance .faq_answer .answer {
          padding: 0 15px 0 0;
          font-size: 14px; } }
      .container.form-assistance .faq_answer .answer .ootw__bullet-list li {
        padding-bottom: 1rem; }
        .container.form-assistance .faq_answer .answer .ootw__bullet-list li .fa-li {
          color: #FF6A00; }
    .container.form-assistance .faq_answer .label_button {
      color: #292F36;
      padding-top: 50px;
      padding-bottom: 10px;
      font-size: 0.875em;
      font-weight: bold; }
    .container.form-assistance .faq_answer .btn {
      font-size: 1.125em;
      padding: 1em; }
  .container.form-assistance h2 {
    /*float: left;*/
    text-align: center !important;
    width: 100%;
    margin: 1rem 0 2rem 0;
    padding: 0;
    padding-top: 0.6rem;
    text-align: left;
    color: #656D78;
    font-family: "Montserrat";
    font-weight: 300; }
    .container.form-assistance h2.big {
      font-size: 1.875em; }
      @media (max-width: 480px) {
        .container.form-assistance h2.big {
          font-size: 1.1em; } }
    .container.form-assistance h2.bigger {
      font-size: 2.5em; }
  .container.form-assistance h3 {
    float: left;
    width: 100%;
    font-size: 1em;
    font-family: "Montserrat";
    font-weight: 400;
    text-align: left;
    margin: 0 0 1.2rem;
    color: #656D78;
    line-height: normal; }
    @media (max-width: 480px) {
      .container.form-assistance h3 {
        font-size: 0.8em; } }
    .container.form-assistance h3.centered {
      text-align: center;
      padding: 0 175px;
      /*175*/ }
      @media (max-width: 640px) {
        .container.form-assistance h3.centered {
          padding: 0 20px; } }
    .container.form-assistance h3.centered2 {
      text-align: center;
      padding: 0 140px; }
      @media (max-width: 480px) {
        .container.form-assistance h3.centered2 {
          padding: 0; } }
    .container.form-assistance h3.centered3 {
      text-align: center;
      padding: 0;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .container.form-assistance h3.centered3 {
          padding: 0 20px; } }
  .container.form-assistance .icon_assistance {
    display: block;
    margin: 0 auto; }
  .container.form-assistance .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 620px;
    margin: 0 auto;
    display: table;
    /*@include breakpoint (tiny) {
                width: 90%;
            }*/ }
  .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 1.5em;
    color: #292F36;
    /* 999 */
    white-space: normal;
    width: 95%; }
    @media (max-width: 640px) {
      .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .filter-option {
        font-size: 14px;
        /* 0.9em */
        letter-spacing: 0.4px;
        /*width: 265px;*/ } }
  .container.form-assistance .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
    color: #292F36; }
  .container.form-assistance input[type="text"],
  .container.form-assistance input[type="email"],
  .container.form-assistance input[type="tel"] {
    margin-bottom: 1.5rem;
    font-family: "Montserrat";
    font-weight: 300;
    width: 100%;
    background: none;
    color: #292F36;
    font-weight: 1em; }
  .container.form-assistance .background_wide {
    background-color: #F4F4F4;
    height: auto;
    width: 100vw;
    position: relative;
    padding: 45px 0;
    left: calc(-50vw + 50%); }
    .container.form-assistance .background_wide .visible {
      display: block; }
    .container.form-assistance .background_wide .hidden {
      display: none; }
  .container.form-assistance .btn_chiudi {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    .container.form-assistance .btn_chiudi button {
      width: 300px; }
      @media (max-width: 480px) {
        .container.form-assistance .btn_chiudi button {
          width: 100%; } }
    .container.form-assistance .btn_chiudi .btn {
      font-size: 1.125em;
      padding: 1em; }
  .container.form-assistance .btn_invia {
    margin-top: 25px; }
    @media (max-width: 480px) {
      .container.form-assistance .btn_invia {
        margin-bottom: 60px; } }
    .container.form-assistance .btn_invia button {
      width: 100%; }
    .container.form-assistance .btn_invia .btn {
      font-size: 1.125em;
      padding: 1em; }

.footer.light.assistance {
  position: static !important; }
  .footer.light.assistance .br_mobile {
    display: none; }
    @media (max-width: 480px) {
      .footer.light.assistance .br_mobile {
        display: block; } }
  .footer.light.assistance .mobile {
    visibility: visible; }
    @media (max-width: 480px) {
      .footer.light.assistance .mobile {
        visibility: hidden; } }

/* Media queries */
@media (max-width: 850px) {
  .container.form-assistance {
    width: 100%; } }

@media (max-width: 730px) {
  /* 652 */
  .container.form-assistance .top_content {
    width: 100%; } }

@media (max-width: 455px) {
  .container.form-assistance .top_content .filter-option {
    /*text-overflow: ellipsis;
                    width: 270px;*/
    white-space: normal; }
  .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-toggle {
    padding-left: 10px; }
    .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-toggle .filter-option {
      /*width: 250px;*/ }
  .container.form-assistance .top_content .base__select.bootstrap-select .dropdown-menu > li > a {
    padding-left: 10px; } }

@media (max-width: 470px) {
  .container.form-assistance .top_content .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal; } }

@media (max-width: 660px) {
  .container.form-assistance .base__select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90%; } }

iframe html .rc-anchor-dark {
  background: #FFF !important; }

.calc__engine.tre {
  background: #00bbef;
  background: -moz-linear-gradient(top, #00bbef 0%, #016bad 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00bbef), color-stop(100%, #016bad));
  background: -webkit-linear-gradient(top, #00bbef 0%, #016bad 100%);
  background: -o-linear-gradient(top, #00bbef 0%, #016bad 100%);
  background: -ms-linear-gradient(top, #00bbef 0%, #016bad 100%);
  background: linear-gradient(to bottom, #00bbef 0%, #016bad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbef', endColorstr='#016bad', GradientType=0); }

.calc__engine.wind {
  background: #ff6a00;
  background: -moz-linear-gradient(top, #ff6a00 0%, #ff9100 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6a00), color-stop(100%, #ff9100));
  background: -webkit-linear-gradient(top, #ff6a00 0%, #ff9100 100%);
  background: -o-linear-gradient(top, #ff6a00 0%, #ff9100 100%);
  background: -ms-linear-gradient(top, #ff6a00 0%, #ff9100 100%);
  background: linear-gradient(to bottom, #ff6a00 0%, #ff9100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ff9100', GradientType=0); }

.calc__engine * {
  letter-spacing: .05em !important; }

.calc__engine form {
  color: white !important;
  padding: 2rem 1rem; }
  .calc__engine form .form-group {
    text-align: center;
    margin-bottom: 1.5rem; }
    .calc__engine form .form-group > * {
      display: inline-block;
      vertical-align: middle; }
    .calc__engine form .form-group label {
      font-size: 1.25rem;
      font-weight: bold;
      margin: 0;
      min-width: 105px;
      text-align: left; }
    .calc__engine form .form-group:last-of-type {
      margin-bottom: 0; }
  .calc__engine form .base__icon {
    display: inline-block;
    width: 24px;
    margin-left: .3rem;
    vertical-align: middle;
    height: 24px; }
    .calc__engine form .base__icon.icon_info--white {
      cursor: pointer;
      margin-top: -.25rem; }
  .calc__engine form .base__input {
    width: inherit;
    min-width: 280px; }
    @media (max-width: 767px) {
      .calc__engine form .base__input {
        min-width: auto;
        max-width: 100px; } }
  .calc__engine form .with_currency:after {
    font-size: 1em; }
  .calc__engine form .engine__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .calc__engine form .engine__subtitle {
    text-align: center;
    margin-bottom: 1.5rem; }
  .calc__engine form .calc__result {
    font-size: 1.5rem;
    min-width: 90px;
    font-weight: bold;
    text-align: left; }

.pagination_block__content.pagination {
  margin: 1rem auto; }
  .pagination_block__content.pagination .pagination_item.active .pagination_link {
    color: #FF6A00;
    background-color: #F4F4F4 !important;
    border-color: #D3D3D2; }
  .pagination_block__content.pagination .pagination_link {
    border-right: none;
    border-left: none;
    color: #292F36;
    border-color: #D3D3D2; }
    .pagination_block__content.pagination .pagination_link:hover {
      color: #FF3A00; }
    .pagination_block__content.pagination .pagination_link:visited, .pagination_block__content.pagination .pagination_link:active {
      background-color: #FFF; }
  .pagination_block__content.pagination .pagination_previous, .pagination_block__content.pagination .pagination_next {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #E6E9ED;
    border-color: #D3D3D2; }
    .pagination_block__content.pagination .pagination_previous span:before, .pagination_block__content.pagination .pagination_next span:before {
      color: #FF6A00;
      font-size: 0.9rem;
      font-family: "FontAwesome"; }
    .pagination_block__content.pagination .pagination_previous.disabled, .pagination_block__content.pagination .pagination_next.disabled {
      pointer-events: none; }
      .pagination_block__content.pagination .pagination_previous.disabled span:before, .pagination_block__content.pagination .pagination_next.disabled span:before {
        color: #AAB2BD; }
    .pagination_block__content.pagination .pagination_previous_icon, .pagination_block__content.pagination .pagination_next_icon {
      font-size: 0; }
  .pagination_block__content.pagination .pagination_previous_icon:before {
    content: "\F053"; }
  .pagination_block__content.pagination .pagination_next_icon:before {
    content: "\F054"; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }
  .jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center; }
  .jvectormap-legend-cnt {
    position: absolute; }
    .jvectormap-legend-cnt-h {
      bottom: 0;
      right: 0; }
      .jvectormap-legend-cnt-h .jvectormap-legend {
        float: left;
        margin: 0 10px 10px 0;
        padding: 3px 3px 1px; }
        .jvectormap-legend-cnt-h .jvectormap-legend-tick {
          width: 40px; }
          .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
            height: 15px; }
          .jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
            text-align: center; }
        .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
          float: left; }
    .jvectormap-legend-cnt-v {
      top: 0;
      right: 0; }
      .jvectormap-legend-cnt-v .jvectormap-legend {
        margin: 10px 10px 0 0;
        padding: 3px; }
        .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
          height: 20px;
          width: 20px;
          display: inline-block;
          vertical-align: middle; }
        .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
          display: inline-block;
          vertical-align: middle;
          line-height: 20px;
          padding-left: 3px; }
  .jvectormap-legend-tick-text {
    font-size: 12px; }

#geo-zones-popup {
  width: 640px;
  background: #212121;
  padding: 2rem;
  margin: 2rem auto;
  position: relative;
  border-radius: 0.5rem; }
  @media screen and (min-width: 400px) and (max-width: 767px) {
    #geo-zones-popup {
      width: 376px;
      padding: 0.5rem; } }
  @media screen and (max-width: 400px) {
    #geo-zones-popup {
      max-width: 320px;
      width: 100%;
      padding: 0.2rem;
      margin: 6rem auto; } }
  #geo-zones-popup .mfp-close {
    color: #fff; }
  #geo-zones-popup h3 {
    margin-bottom: 1rem; }
  #geo-zones-popup h4 {
    margin-bottom: 0.5rem; }
  #geo-zones-popup table {
    font-size: 14px; }
    #geo-zones-popup table td {
      text-align: right; }
    #geo-zones-popup table th,
    #geo-zones-popup table td {
      vertical-align: middle; }
      @media screen and (max-width: 400px) {
        #geo-zones-popup table th,
        #geo-zones-popup table td {
          padding: 4px; } }
    @media screen and (max-width: 400px) {
      #geo-zones-popup table {
        font-size: 12px; } }
    #geo-zones-popup table th,
    #geo-zones-popup table td:first-child {
      font-size: 9px;
      text-align: center; }
      @media screen and (max-width: 400px) {
        #geo-zones-popup table th,
        #geo-zones-popup table td:first-child {
          padding: 4px 0; } }

.mfp-geozones.mfp-bg.mfp-ready {
  opacity: 0; }

.block_coverage_tool__map__container {
  padding: 30px; }
  .block_coverage_tool__map__container #world-map {
    width: 100%;
    height: 50vh;
    max-width: 1024px;
    margin: 0 auto; }
    .block_coverage_tool__map__container #world-map .jvectormap-goback {
      z-index: 99; }

.block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab {
  padding-top: 10px; }
  .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item {
    padding: 16px 0 4px 0; }
    .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item:hover a, .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item:focus a {
      color: #FF3A00; }
    .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item a:hover, .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item a:focus {
      color: #FF3A00; }
    .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item.slick-current {
      border-bottom: 2px solid #FF3A00; }
      .block_coverage_tool__tabs__container .blocco_tabs_menu .strip_menu_tab__item.slick-current a {
        color: #FF3A00; }

.block_coverage_tool__filter__container .country_offers_block {
  display: block;
  max-width: 1366px;
  margin: 40px auto; }
  .block_coverage_tool__filter__container .country_offers_block .ue {
    font-size: 22px; }
  @media (max-width: 767px) {
    .block_coverage_tool__filter__container .country_offers_block {
      padding-bottom: 0; } }
  .block_coverage_tool__filter__container .country_offers_block__container-title {
    text-transform: uppercase;
    font-size: 1.4em; }
    @media (max-width: 1024px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 0.9em; } }
    @media (max-width: 910px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 0.785em; } }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__container-title {
        font-size: 1.1em; } }
  .block_coverage_tool__filter__container .country_offers_block__container-image {
    margin-top: 0.9em; }
  .block_coverage_tool__filter__container .country_offers_block__container__select {
    width: 100%; }
  .block_coverage_tool__filter__container .country_offers_block__container__country {
    max-width: 1024px;
    margin: 20px auto 30px;
    padding: 0 15px;
    height: auto; }
    .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light {
      left: -1rem;
      width: calc(100% + 2rem);
      background: linear-gradient(90deg, #ff6900 0%, #fc4a14 100%); }
      .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .image_block {
        display: none; }
      .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block {
        text-align: center;
        left: 0;
        width: 100%; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block {
            padding: 30px; } }
        .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block .standard_block__title {
          color: white !important;
          font-size: 3rem;
          margin-bottom: 20px !important; }
          @media (max-width: 767px) {
            .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block .standard_block__title {
              font-size: 2rem; } }
        .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block .standard_block__text {
          font-family: "Montserrat";
          font-weight: 700;
          color: white;
          font-size: 1.6rem;
          margin-bottom: 2rem; }
          @media (max-width: 767px) {
            .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block .standard_block__text {
              font-size: 1rem; } }
        .block_coverage_tool__filter__container .country_offers_block__container__country .standard_block.fullBand.mobile.fullImage.light .offer_block .standard_block__singleButton a {
          margin: 0;
          padding: 15px 40px;
          font-family: "Montserrat";
          font-size: 1.286em;
          font-weight: bold;
          line-height: 20px;
          text-align: center;
          display: inline-block;
          height: 50px;
          cursor: pointer;
          color: #ffffff;
          border-radius: 25px;
          text-transform: uppercase;
          border: 2px solid #ffffff !important;
          background: transparent !important; }
    .block_coverage_tool__filter__container .country_offers_block__container__country--List {
      max-width: 1024px;
      margin: 0 auto;
      padding: 2em 0.9em 1.5em; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--List--select {
        padding-left: 6px; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select {
          width: 312px !important; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle {
            padding: 0.9em 0.7em;
            font-size: 1.01em; }
            .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-toggle .bs-caret .caret {
              margin: -0.8em 1.3em 0 0; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select .dropdown-menu li a {
            padding: 0.75em 0.7em; }
          @media (max-width: 767px) {
            .block_coverage_tool__filter__container .country_offers_block__container__country--List--select .base__select.bootstrap-select {
              width: 100% !important; } }
      .block_coverage_tool__filter__container .country_offers_block__container__country--List--label {
        letter-spacing: 0.014em; }
    .block_coverage_tool__filter__container .country_offers_block__container__country--flag {
      padding-top: 23px; }
      @media (max-width: 767px) {
        .block_coverage_tool__filter__container .country_offers_block__container__country--flag {
          text-align: center; } }
    .block_coverage_tool__filter__container .country_offers_block__container__country--rates {
      padding-top: 30px;
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .block_coverage_tool__filter__container .country_offers_block__container__country--rates {
          padding-left: 0;
          padding-right: 0; } }
    .block_coverage_tool__filter__container .country_offers_block__container__country--services {
      margin-bottom: 25px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__container {
        background: none;
        padding-top: 23px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__feature {
        font-size: 1.3rem;
        font-weight: 500;
        padding: 0 15px 10px; }
      .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent {
        margin-left: 0; }
        @media (max-width: 767px) {
          .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent:last-of-type {
            border-bottom: 1px solid #D3D3D2;
            padding-bottom: 5px; } }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--detail {
          padding-left: 0;
          padding-top: 0.3em;
          padding-bottom: 0.3em;
          font-family: "Montserrat";
          font-weight: 500;
          font-size: 14px;
          width: 83%; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--description {
          display: none; }
        .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--availability {
          text-align: right;
          width: 16%; }
          .block_coverage_tool__filter__container .country_offers_block__container__country--services .accordion_description_block__featureContent--availability .service--available {
            height: 1.7em;
            width: auto; }
  .block_coverage_tool__filter__container .country_offers_block__rates_divider--left {
    width: 25%; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates_divider--left {
        width: 50%; } }
    .block_coverage_tool__filter__container .country_offers_block__rates_divider--left:last-of-type {
      border-right: none; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates_divider--left:nth-of-type(2n) {
        border-right: none; } }
  .block_coverage_tool__filter__container .country_offers_block__rates--title {
    height: 2.5em;
    font-size: 0.95em; }
  .block_coverage_tool__filter__container .country_offers_block__rates--price {
    padding-top: 0.1em; }
    @media (max-width: 767px) {
      .block_coverage_tool__filter__container .country_offers_block__rates--price {
        padding-bottom: 0.5em; } }
  .block_coverage_tool__filter__container .country_offers_block__options {
    display: none;
    margin: 30px 0; }
    .block_coverage_tool__filter__container .country_offers_block__options_title {
      font-size: 1.875rem;
      padding: 1rem; }
    .block_coverage_tool__filter__container .country_offers_block__options .grey_strip__block__tabs--right {
      float: left; }
    .block_coverage_tool__filter__container .country_offers_block__options .grey_strip__block__tabs__container {
      padding-top: 15px;
      padding-bottom: 15px; }
    .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__title {
      width: 16.5%; }
      @media (max-width: 767px) {
        .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__title {
          width: 100%; } }
      .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__title--main h3 {
        font-size: 20px;
        font-weight: bold; }
    .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__pricing {
      width: 16%; }
    .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__button .active_cta,
    .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__button .find_shop {
      display: block;
      margin: 10px auto; }
    .block_coverage_tool__filter__container .country_offers_block__options .strip_options_block__button .find_shop {
      text-decoration: underline; }

.block_coverage_tool__operators__container {
  padding: 0; }
  .block_coverage_tool__operators__container .showcase_accordions_block {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0; }
    .block_coverage_tool__operators__container .showcase_accordions_block ul {
      padding: 0; }
    .block_coverage_tool__operators__container .showcase_accordions_block__single {
      padding: 24px 15px;
      /*  &:last-of-type {
                        border-bottom: none !important;
                    } */ }
      .block_coverage_tool__operators__container .showcase_accordions_block__single .accordionBox {
        width: 100% !important;
        bottom: inherit;
        top: 0; }
    .block_coverage_tool__operators__container .showcase_accordions_block h2 {
      background-color: transparent;
      padding: 0 15px; }
  .block_coverage_tool__operators__container .accordion_description_block__container {
    background: none;
    padding: 37px 15px 20px;
    background-color: #E6E9ED; }
    .block_coverage_tool__operators__container .accordion_description_block__container:nth-of-type(odd) {
      background-color: #FFF; }
  .block_coverage_tool__operators__container .accordion_description_block__feature {
    padding: 0 0 10px; }
  .block_coverage_tool__operators__container .accordion_description_block__left {
    padding-left: 0; }
    @media (max-width: 767px) {
      .block_coverage_tool__operators__container .accordion_description_block__left {
        padding-left: 15px; } }
    .block_coverage_tool__operators__container .accordion_description_block__left .service--available {
      display: none; }
  .block_coverage_tool__operators__container .accordion_description_block__right {
    padding-right: 0; }
    @media (max-width: 767px) {
      .block_coverage_tool__operators__container .accordion_description_block__right {
        padding-right: 15px; } }
    .block_coverage_tool__operators__container .accordion_description_block__right .accordion_description_block__featureContent--description {
      display: none; }
  .block_coverage_tool__operators__container .accordion_description_block__featureContent {
    margin-left: 0;
    font-size: 1.05em; }
    @media (max-width: 767px) {
      .block_coverage_tool__operators__container .accordion_description_block__featureContent:last-of-type {
        padding-bottom: 5px; } }
    .block_coverage_tool__operators__container .accordion_description_block__featureContent.strong .accordion_description_block__featureContent--description {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 0.72em; }
    .block_coverage_tool__operators__container .accordion_description_block__featureContent--detail {
      padding-left: 0;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      font-size: 0.85rem;
      font-family: "Montserrat";
      font-weight: 500;
      width: 83%; }
    .block_coverage_tool__operators__container .accordion_description_block__featureContent--description {
      padding-top: 0.3em; }
    .block_coverage_tool__operators__container .accordion_description_block__featureContent--availability {
      text-align: right;
      padding-right: 20px;
      width: 16%; }
      .block_coverage_tool__operators__container .accordion_description_block__featureContent--availability .service--available {
        height: 1.6em;
        width: auto; }

.block_coverage_tool__offers__container .showcase_bundle_block__slides {
  width: 100%; }

.block_coverage_tool__offers__container .showcase_bundle_block__container {
  width: 100%; }

.block_coverage_tool__offers__container .showcase_bundle_block__tabs__container .container_secondColumn {
  padding-top: 8px; }
  @media (max-width: 767px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__tabs__container .container_secondColumn {
      text-align: right; } }

.block_coverage_tool__offers__container .showcase_bundle_block__tabs--title {
  padding-bottom: 5px; }
  @media (max-width: 480px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__tabs--title {
      margin-right: 2px !important; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__tabs--title.slick-current {
    color: #FF6A00;
    border-bottom: 1px solid #FF6A00; }

.block_coverage_tool__offers__container .showcase_bundle_block__single {
  margin-top: 48px;
  margin-bottom: 42px;
  border-right: 1px solid #D3D3D2; }
  @media (max-width: 767px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__single {
      border-right: none; } }
  @media (max-width: 992px) {
    .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(2n) {
      border-right: none; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(3n) {
    border-right: none; }
    @media (max-width: 992px) {
      .block_coverage_tool__offers__container .showcase_bundle_block__single:nth-of-type(3n) {
        margin: 0 auto;
        float: none;
        clear: both;
        display: block;
        padding-top: 30px; } }
  .block_coverage_tool__offers__container .showcase_bundle_block__single--title {
    margin-top: 0; }
  .block_coverage_tool__offers__container .showcase_bundle_block__single--recurrency {
    margin-bottom: 12px;
    margin-top: 15px; }

.block_coverage_tool__offers__container .showcase_bundle_block .bundle_block__showMore {
  margin-top: 28px; }

.steps_module {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto; }
  .steps_module__block__container {
    height: auto;
    position: relative; }
  .steps_module__block__dottedbox {
    border-bottom: 4px dotted #FF6A00;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 300;
    left: 6.25%;
    right: 8.25%; }
    @media (max-width: 640px) {
      .steps_module__block__dottedbox {
        top: 30px;
        bottom: 30px;
        right: calc(50% - 2px);
        left: calc(50% - 2px);
        border-bottom: 0;
        border-left: 4px dotted #FF6A00; } }
  .steps_module__image__container {
    display: table;
    width: 100%;
    position: relative;
    z-index: 500;
    padding: 0 30px; }
  .steps_module__image__single {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%; }
    @media (max-width: 640px) {
      .steps_module__image__single {
        display: block;
        width: 100%; } }
    @media (max-width: 640px) {
      .steps_module__image__single.low_title .steps_module__image__single__title {
        position: relative;
        bottom: 0; } }
    .steps_module__image__single__title {
      text-transform: uppercase;
      color: #656D78;
      font-size: 20px;
      font-family: "Montserrat";
      font-weight: 700;
      background-color: #FFF; }
      @media (max-width: 767px) {
        .steps_module__image__single__title {
          font-size: 14px; } }
      @media (max-width: 640px) {
        .steps_module__image__single__title {
          font-size: 20px;
          position: relative;
          bottom: 25px; } }
    .steps_module__image__single.steps_module__image__single--aligned-left {
      text-align: left; }
      @media (max-width: 640px) {
        .steps_module__image__single.steps_module__image__single--aligned-left {
          text-align: center;
          position: relative;
          right: 9px; } }
    .steps_module__image__single--aligned-right {
      text-align: right; }
      .steps_module__image__single--aligned-right .steps_module__image__single__title {
        position: relative;
        left: 6.25%; }
        @media (max-width: 640px) {
          .steps_module__image__single--aligned-right .steps_module__image__single__title {
            left: 0; } }
      @media (max-width: 640px) {
        .steps_module__image__single--aligned-right {
          text-align: center; } }
    .steps_module__image__single--left {
      position: relative;
      left: 2%; }
      @media (max-width: 640px) {
        .steps_module__image__single--left {
          left: 0; } }
    .steps_module__image__single--right {
      position: relative;
      right: 2%; }
      @media (max-width: 640px) {
        .steps_module__image__single--right {
          right: 0; } }
    .steps_module__image__single img {
      width: 50%;
      height: auto;
      min-width: 120px; }

.cta_block__container {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto; }

.cta_block__buttons {
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle; }
  .cta_block__buttons .button, .cta_block__buttons a.button--slim, .cta_block__buttons a.button--ghost, .cta_block__buttons a.button--ghost--transparent, .cta_block__buttons a.button--search {
    font-family: "Montserrat";
    font-weight: 400;
    padding: 0.750rem;
    display: inline-block;
    width: 200px;
    max-width: 40%; }
    @media (max-width: 767px) {
      .cta_block__buttons .button, .cta_block__buttons a.button--slim, .cta_block__buttons a.button--ghost, .cta_block__buttons a.button--ghost--transparent, .cta_block__buttons a.button--search {
        max-width: none; } }
    .cta_block__buttons .button:empty, .cta_block__buttons a.button--slim:empty, .cta_block__buttons a.button--ghost:empty, .cta_block__buttons a.button--ghost--transparent:empty, .cta_block__buttons a.button--search:empty {
      display: none; }

.autosuggest {
  position: absolute;
  padding: 0.5rem 0 0 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  z-index: 2000; }
  .autosuggest .as_header,
  .autosuggest .as_footer {
    position: relative;
    height: 0px;
    padding: 0 0.5rem;
    overflow: hidden;
    display: none; }
    .autosuggest .as_header .as_corner,
    .autosuggest .as_footer .as_corner {
      position: absolute;
      top: 0;
      left: 0;
      height: 6px;
      width: 6px; }
    .autosuggest .as_header .as_bar,
    .autosuggest .as_footer .as_bar {
      height: 10px;
      overflow: hidden; }
  .autosuggest ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* Sfondo */
    border: solid 1px;
    border-color: #D3D3D2;
    /* Bordo #f19500*/
    white-space: nowrap;
    position: relative;
    border-radius: 0 0 4px 4px; }
    .autosuggest ul em {
      font-style: normal;
      color: #183989;
      float: none !important; }
    .autosuggest ul li {
      color: #656D78;
      padding: 0 10px;
      margin: 0;
      width: auto;
      text-align: left;
      height: 32px;
      clear: left; }
      .autosuggest ul li a {
        color: #656D78;
        display: block;
        text-decoration: none;
        background-color: transparent;
        padding: 0.5rem;
        height: 100%;
        vertical-align: middle; }
        .autosuggest ul li a span {
          display: block;
          font-weight: bold; }
          .autosuggest ul li a span small {
            font-weight: normal;
            color: #656D78; }
      .autosuggest ul li.as_highlight {
        color: #FFF;
        background-color: #FF6A00; }
        .autosuggest ul li.as_highlight a {
          color: #FFF;
          background-position: bottom right;
          background-repeat: no-repeat; }
          .autosuggest ul li.as_highlight a:hover {
            color: #FFF; }
          .autosuggest ul li.as_highlight a span {
            color: #FFF;
            background-position: bottom left;
            background-repeat: no-repeat; }
        .autosuggest ul li.as_highlight em {
          font-style: normal;
          color: #183989; }
      .autosuggest ul li.as_warning {
        font-weight: bold;
        text-align: center; }

#oTable {
  background-color: #FFF !important;
  top: 50% !important;
  left: calc(50% - 150px) !important;
  width: 100% !important;
  max-width: 300px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55); }
  #oTable #first_row,
  #oTable #close_row,
  #oTable #mid_left,
  #oTable #mid_bottom,
  #oTable #mid_right,
  #oTable #virgola {
    display: none; }
  #oTable #center_element {
    background-image: none !important;
    background-color: #FFF !important;
    float: none !important; }

/* WRAPPER COMPONENTE TABLE 2 COLONNE */
.blocco_table_2_colonne_wrapper {
  /* Blocco titolo table */
  /* End Blocco titolo table */
  /* Blocco table */
  /* End Blocco table */ }
  .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_title .grey_strip__block {
    background-color: transparent; }
    .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_title .grey_strip__block .grey_strip__block__container .grey_strip__block__title:only-child {
      padding: 15px; }
    .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_title .grey_strip__block .grey_strip__block__container .grey_strip__block__title .h3 {
      color: #009BBE;
      font-size: 32px; }
      @media (max-width: 767px) {
        .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_title .grey_strip__block .grey_strip__block__container .grey_strip__block__title .h3 {
          font-size: 26px; } }
  .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 30px;
    font-size: 22px; }
    @media (max-width: 767px) {
      .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table {
        font-size: 17px;
        margin: 0 auto 15px; } }
    .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table {
      border-collapse: collapse;
      width: 100%;
      border-bottom: 1px solid #D3D3D2;
      padding-bottom: 15px; }
      .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody {
        border-collapse: collapse; }
        .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr {
          border-collapse: collapse; }
          .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr:last-child td {
            padding-bottom: 30px; }
            @media (max-width: 767px) {
              .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr:last-child td {
                padding-bottom: 15px; } }
          .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td {
            border-collapse: collapse;
            padding: 5px 15px;
            box-sizing: border-box;
            float: left; }
            .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-col-3 {
              width: 25%; }
            .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-col-9 {
              width: 75%; }
            .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-col-12 {
              width: 100%; }
            .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-col-strong {
              font-weight: bold; }
            .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-notes {
              font-size: 16px;
              padding: 0 15px 15px; }
              @media (max-width: 767px) {
                .blocco_table_2_colonne_wrapper .blocco_table_2_colonne_table table tbody tr td.table-notes {
                  font-size: 13px; } }

/* End WRAPPER COMPONENTE TABLE 2 COLONNE */
.leaderboard .container {
  max-width: 1024px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .leaderboard .container .row {
    width: auto;
    margin-right: -15px !important;
    margin-left: -15px !important; }
  @media (min-width: 767px) {
    .leaderboard .container {
      padding: 0; } }

.leaderboard__wrapper {
  display: block;
  padding: 20px 15px;
  background: url("/fileadmin/leaderboard/bg_mobile.jpg"); }
  @media (min-width: 767px) {
    .leaderboard__wrapper {
      padding: 8px 30px;
      background: url("/fileadmin/leaderboard/bg_desktop.jpg") 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .leaderboard__wrapper.radius {
        border-radius: 60px; }
      .leaderboard__wrapper > div {
        flex: 1;
        margin-right: 15px; }
        .leaderboard__wrapper > div.large {
          flex: 2; }
        .leaderboard__wrapper > div:last-child {
          margin-right: 0; } }

@media (min-width: 767px) {
  .leaderboard__logo {
    width: 60%; } }

.leaderboard__advertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .leaderboard__advertising label {
    font-size: 21px;
    line-height: 28px; }
    @media (min-width: 767px) {
      .leaderboard__advertising label {
        margin-right: 5px;
        font-size: 23px; } }

.leaderboard__submit {
  padding: 7px 20px;
  font-size: 16px;
  line-height: 19px;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .leaderboard__submit.radius {
    border-radius: 24px; }
  .leaderboard__submit.bg--gradiant {
    background: linear-gradient(270deg, #FF3C00 0%, #FF6900 100%); }
    .leaderboard__submit.bg--gradiant:hover, .leaderboard__submit.bg--gradiant:focus, .leaderboard__submit.bg--gradiant:active, .leaderboard__submit.bg--gradiant:visited {
      background: linear-gradient(270deg, #FF6900 0%, #FF3C00 100%);
      color: #fff; }
  .leaderboard__submit > div {
    flex: 1; }

@media (max-width: 767px) {
  .leaderboard__price {
    border-right: 2px solid #fff; } }

.leaderboard__price .contents__value {
  font-size: 30px;
  line-height: 44px; }
  @media (min-width: 767px) {
    .leaderboard__price .contents__value {
      font-size: 45px;
      margin-left: auto; } }
  .leaderboard__price .contents__value sup {
    top: -1em;
    right: -0.1em;
    font-size: 12px;
    line-height: 16px;
    color: inherit;
    font-weight: bold; }
    @media (min-width: 767px) {
      .leaderboard__price .contents__value sup {
        font-size: 18px; } }

@-moz-document url-prefix() {
  .leaderboard__price .contents__value sup {
    right: 0.7em; } }
  .leaderboard__price .contents__value sub {
    font-size: 12px;
    bottom: 0;
    right: 1.3em; }

@-moz-document url-prefix() {
  .leaderboard__price .contents__value sub {
    right: 2.9em; } }
    @media (min-width: 767px) {
      .leaderboard__price .contents__value sub {
        font-size: 18px;
        right: 1.5em; }
      @-moz-document url-prefix() {
        .leaderboard__price .contents__value sub {
          font-size: 14px;
          right: 3.7em !important; } } }

.block_wla__breadcrumbs__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px; }

.block_wla_mainContainer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-weight: 300; }

.block_wla_offerContainer {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .block_wla_offerContainer {
      padding: 0; } }
  .block_wla_offerContainer__title {
    text-align: left;
    font-size: 1.875em;
    color: #292F36;
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D2; }
    @media (max-width: 767px) {
      .block_wla_offerContainer__title {
        padding: 20px;
        border: 0;
        background-color: #F4F4F4; } }
  .block_wla_offerContainer__text {
    padding: 30px 0 0;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1em;
    color: #292F36; }
    @media (max-width: 767px) {
      .block_wla_offerContainer__text {
        padding: 15px; } }
    .block_wla_offerContainer__text .info,
    .block_wla_offerContainer__text .userActivation,
    .block_wla_offerContainer__text .noUserActivation {
      text-align: left;
      padding-bottom: 20px;
      line-height: 1.286em; }
      @media (max-width: 767px) {
        .block_wla_offerContainer__text .info,
        .block_wla_offerContainer__text .userActivation,
        .block_wla_offerContainer__text .noUserActivation {
          font-size: 0.875em; } }
    .block_wla_offerContainer__text .activeText {
      color: #FF6A00; }

.block_wla__stepForm {
  margin: 30px 0; }
  .block_wla__stepForm .disabled {
    color: #AAB2BD; }
  .block_wla__stepForm--step {
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .block_wla__stepForm--step {
        padding: 10px 0;
        border-top: 1px solid #D3D3D2; } }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--number {
      float: left; } }
  .block_wla__stepForm__header .image--number .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--number .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--number .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--code.disabled .base__icon {
    background-position: 25% 92.27077%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--code {
      float: left; } }
  .block_wla__stepForm__header .image--code .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--code .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--code .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--parameter.disabled .base__icon {
    background-position: 25% 94.46769%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--parameter {
      float: left; } }
  .block_wla__stepForm__header .image--parameter .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--parameter .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--parameter .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header .image--activation.disabled .base__icon {
    background-position: 25% 93.36923%; }
  @media (max-width: 767px) {
    .block_wla__stepForm__header .image--activation {
      float: left; } }
  .block_wla__stepForm__header .image--activation .base__icon {
    position: relative;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header .image--activation .base__icon {
        margin-left: 10px; } }
    .block_wla__stepForm__header .image--activation .base__icon .icon_confirm--color {
      position: absolute;
      height: 20px;
      width: 20px;
      bottom: 0;
      right: -3px;
      opacity: 0;
      filter: alpha(opacity=0); }
  .block_wla__stepForm__header--title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1em;
    margin-top: 1.125em; }
    @media (max-width: 767px) {
      .block_wla__stepForm__header--title {
        float: left;
        margin-top: 15px;
        margin-left: 15px; } }
  .block_wla__stepForm__inputField {
    max-width: 600px;
    margin: 30px auto 0;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .block_wla__stepForm__inputField {
        padding: 0 20px; } }
    .block_wla__stepForm__inputField--full {
      width: 100%;
      margin: 30px auto 0;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--full {
          padding: 0 20px; } }
      .block_wla__stepForm__inputField--full--inputArea {
        float: left;
        width: 38%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--inputArea {
            width: 100%; } }
        .block_wla__stepForm__inputField--full--inputArea input {
          padding: 1rem 1.429rem;
          height: 50px; }
        .block_wla__stepForm__inputField--full--inputArea .helpText {
          font-size: 0.813em;
          margin: 10px 0; }
          @media (max-width: 767px) {
            .block_wla__stepForm__inputField--full--inputArea .helpText {
              margin: 10px 0 20px; } }
      .block_wla__stepForm__inputField--full--select {
        float: left;
        width: 40%;
        margin-left: 1%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--select {
            width: 100%;
            margin: 20px 0;
            margin-left: 0; } }
        .block_wla__stepForm__inputField--full--select .base__select.bootstrap-select {
          width: 100% !important; }
        .block_wla__stepForm__inputField--full--select .base__select.bootstrap-select .dropdown-toggle {
          padding: 1rem 1.429rem;
          height: 50px; }
      .block_wla__stepForm__inputField--full--button {
        float: right;
        margin-left: 1%;
        width: 20%;
        cursor: pointer;
        height: 50px; }
        .block_wla__stepForm__inputField--full--button button {
          width: 100%;
          height: 100%; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--full--button {
            width: 100%;
            margin-left: 0;
            max-width: normal; } }
        .block_wla__stepForm__inputField--full--button .confirmation-number {
          height: 50px; }
    .block_wla__stepForm__inputField.confirmationBox {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      padding: 30px 50px;
      background-color: #E6E9ED; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField.confirmationBox {
          border-radius: 0; } }
    .block_wla__stepForm__inputField--inputArea {
      float: left;
      width: 60%; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--inputArea {
          width: 100%; } }
      .block_wla__stepForm__inputField--inputArea input {
        height: 50px; }
      .block_wla__stepForm__inputField--inputArea .helpText {
        font-size: 0.813em;
        margin: 10px 0; }
        @media (max-width: 767px) {
          .block_wla__stepForm__inputField--inputArea .helpText {
            margin: 10px 0 20px; } }
    .block_wla__stepForm__inputField--button {
      float: left;
      margin-left: 2%;
      width: 38%;
      cursor: pointer;
      height: 50px; }
      .block_wla__stepForm__inputField--button button {
        width: 100%;
        height: 100%; }
      @media (max-width: 767px) {
        .block_wla__stepForm__inputField--button {
          width: 100%;
          margin-left: 0;
          max-width: normal; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@media print {
  body * {
    position: static !important; }
  .header_sup,
  .header .menu,
  .header .menu-right,
  .content__breadcrumbs,
  .standard_block__coloredBg,
  .image_block__coloredBg,
  .cardsOffer__single--bgContainer,
  .contactWind_block.social,
  .blocco_menu,
  .stripMenuText,
  .standard_block__singleButton,
  .standard_block__doubleButton,
  .device_filter_block,
  .bundle_block__showMore,
  .showcase_bundle_device__showMore,
  .customer_block,
  .base__icon,
  .contend_map,
  .faq_block__mainBlock,
  .faq_block__firstLevelBlock,
  .faq_block__secondaryBlock,
  .hda-template-chat,
  .block-full_search__search,
  #footer {
    display: none !important; }
  .button, a.button--slim, a.button--ghost, a.button--ghost--transparent, a.button--search,
  .base__bt,
  .button--ghost {
    border-color: #000000 !important;
    width: 100%;
    max-width: 100% !important;
    font-size: 8pt !important; }
  .blocco_visore {
    left: 0 !important; }
    .blocco_visore.with_slider {
      left: 0 !important; }
      .blocco_visore.with_slider .slick-list,
      .blocco_visore.with_slider .slick-track {
        height: auto !important;
        width: 100% !important; }
      .blocco_visore.with_slider .slick-slide {
        float: none !important;
        opacity: 1 !important;
        width: 100% !important; }
  .standard_block {
    page-break-inside: avoid; }
    .standard_block__title {
      font-size: 20pt !important; }
    .standard_block__subtitle {
      font-size: 18pt !important; }
    .standard_block__text,
    .standard_block b {
      font-size: 14pt !important; }
    .standard_block.specialVersion .standard_block__half_block.image_block {
      height: auto !important; }
    .standard_block.invertedDisplay {
      transform: translateX(0); }
    .standard_block.withForm {
      transform: translateY(0); }
      .standard_block.withForm.invertedDisplay .standard_block__half_block.offer_block {
        transform: translateX(0); }
    .standard_block__mainContainer {
      overflow: visible !important;
      display: block !important;
      height: auto !important;
      border-bottom: 1px solid black;
      padding: 15px 0; }
    .standard_block__half_block {
      height: auto;
      display: block !important;
      width: 100% !important;
      max-width: none;
      left: 0 !important; }
      .standard_block__half_block .image_block--container {
        height: auto !important; }
        .standard_block__half_block .image_block--container img {
          display: none;
          visibility: hidden;
          height: 0 !important;
          width: 0 !important; }
        .standard_block__half_block .image_block--container img:after {
          display: block;
          content: "(" attr(alt) ")";
          color: #000000;
          visibility: visible; }
      .standard_block__half_block .elements_block--container {
        padding: 0 !important; }
        .standard_block__half_block .elements_block--container .standard_block__sticker__wrapper {
          display: inline-block !important; }
          .standard_block__half_block .elements_block--container .standard_block__sticker__wrapper .standard_block__sticker {
            display: block !important; }
        .standard_block__half_block .elements_block--container .standard_block__ribbon {
          max-width: 30%; }
      .standard_block__half_block.offer_block {
        padding-top: 0 !important;
        padding: 0 !important; }
      .standard_block__half_block.form_block {
        display: none !important; }
      .standard_block__half_block.image_block {
        height: auto !important; }
    .standard_block__ribbon:after, .standard_block__ribbon:before {
      background-color: transparent !important;
      border-color: transparent !important;
      display: none; }
  .image_block_display {
    page-break-inside: avoid; }
    .image_block_display__mainContainer {
      overflow: visible !important;
      display: block !important;
      height: auto !important;
      border-bottom: 1px solid black;
      padding: 15px 0; }
    .image_block_display__half_block {
      height: auto;
      display: block !important;
      width: 100% !important;
      max-width: none;
      left: 0 !important; }
      .image_block_display__half_block .image_block--container img {
        display: none !important; }
      .image_block_display__half_block .image_block--container img:after {
        display: block !important;
        content: attr(alt); }
      .image_block_display__half_block .elements_block--container {
        padding: 0 !important; }
        .image_block_display__half_block .elements_block--container .standard_block__sticker__wrapper {
          display: inline-block !important; }
          .image_block_display__half_block .elements_block--container .standard_block__sticker__wrapper .standard_block__sticker {
            display: block !important; }
      .image_block_display__half_block.text_block {
        padding-top: 0 !important;
        padding: 0 !important;
        transform: translateY(0); }
  .recurrent_priceRow__price,
  .price_discounted {
    font-size: 28pt !important; }
  .price_discounted {
    text-decoration: line-through !important; }
    .price_discounted:before {
      border-bottom: none !important; }
  .advantages_block {
    page-break-inside: avoid;
    color: #000000 !important; }
    .advantages_block__listItem:before {
      border: 0 !important; }
    .advantages_block__listItem__icon, .advantages_block__listItem__description {
      display: inline-block !important;
      text-align: left !important; }
      .advantages_block__listItem__icon--title, .advantages_block__listItem__description--title {
        color: #000000 !important;
        text-align: left !important; }
    .advantages_block__listItem__icon {
      display: none !important; }
    .advantages_block__listItem__description {
      width: 100% !important; }
  .strip_options_block__title, .strip_options_block__pricing {
    display: inline-block !important;
    width: 16% !important; }
  .strip_options_block__description {
    display: inline-block !important;
    width: 60% !important; }
  .strip_options_block__button {
    display: none !important; }
  .showcase_bundle_block__container.ak-target-tab.tab_cards__container {
    display: block !important; }
  .cardsOffer__single {
    page-break-inside: avoid;
    height: auto !important;
    display: block !important;
    width: 100%; }
    .cardsOffer__single h3,
    .cardsOffer__single h4 {
      font-size: 18pt !important;
      height: auto !important; }
    .cardsOffer__single--title, .cardsOffer__single--subTitle, .cardsOffer__single--text {
      text-align: left; }
    .cardsOffer__single--text, .cardsOffer__single--price__container {
      width: 49.5%;
      display: inline-block; }
    .cardsOffer__single--text--bundle {
      font-size: 14pt !important; }
    .cardsOffer__single--text--bigDescription {
      font-size: 14pt !important; }
    .cardsOffer__single--text--smallDescription {
      font-size: 14pt !important; }
    .cardsOffer__single--price__container--priceDiscounted, .cardsOffer__single--price__container--price {
      font-size: 28pt !important; }
    .cardsOffer__single img {
      display: none !important; }
  .showcase_bundle_device__single {
    page-break-inside: avoid;
    height: auto !important;
    width: calc(100% / 2); }
    .showcase_bundle_device__single img {
      display: none !important; }
  .dashboard_block__left .phone_model {
    margin-top: 0; }
    .dashboard_block__left .phone_model .phone_thumbs {
      display: none; }
    .dashboard_block__left .phone_model .slick-slide,
    .dashboard_block__left .phone_model .slick-track {
      height: auto !important;
      width: 100% !important; }
  .dashboard_block__product--imagep, .dashboard_block__product--detailsp {
    width: 50% !important; }
  .dashboard_block__button--containerDouble, .dashboard_block__button--containerSingle {
    display: none; }
  .grey_strip__block__tabs {
    width: 49.5%;
    display: inline-block; }
    .grey_strip__block__tabs--title.active {
      font-weight: bold; }
  .strip_plans {
    page-break-inside: avoid;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px; }
    .strip_plans__title a:after {
      font-size: 0.8em;
      display: block; }
    .strip_plans__container {
      padding: 0; }
    .strip_plans__button {
      display: none !important; }
  .showcase_accordions_block__container {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    max-height: initial !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important; }
    .showcase_accordions_block__container .accordion_payment_block__icon_creditCard {
      display: none !important; }
  .faq_accordions {
    display: block !important; }
  .showcase_accordions_block input[type=checkbox].accordionBox:checked ~ div {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    max-height: initial !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important; }
  .showcase_accordions_block .blocco_store_locator {
    display: none !important; }
  .store_locator_block__container--shops {
    overflow: visible !important;
    width: 100%;
    height: auto;
    max-height: 100%; }
    .store_locator_block__container--shops .buttons {
      display: none; }
    .store_locator_block__container--shops ul li:nth-child(n+10) {
      display: none; }
  .trasparenza-tariffaria-section a,
  .risultati_della_ricerca-section a {
    color: #000000 !important; }
    .trasparenza-tariffaria-section a:after,
    .risultati_della_ricerca-section a:after {
      display: none; }
  .block-full_search__results__container .search_result .result__title__link {
    color: #000000 !important; }
  .content_acordeon_s .collapse {
    display: block; }
  .download_module__block a {
    display: none; } }

.blocco_comparatore {
  margin-left: -20px;
  width: calc(100% + 40px); }
  .blocco_comparatore .tablesaw-advance {
    margin: 0 .5rem; }
    .blocco_comparatore .tablesaw-advance a.tablesaw-nav-btn.btn-micro:before {
      top: .25rem; }
    .blocco_comparatore .tablesaw-advance a.tablesaw-nav-btn.btn-micro.left:before {
      left: .45rem; }
  .blocco_comparatore .tablesaw-all-cols-visible .tablesaw-advance {
    display: none; }
    .blocco_comparatore .tablesaw-all-cols-visible .tablesaw-advance.minimap {
      display: none !important; }
  .blocco_comparatore--title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2rem;
    padding: 1.5rem 0; }
    @media (max-width: 767px) {
      .blocco_comparatore--title {
        padding: 1.5rem; } }
  .blocco_comparatore--table.tablesaw {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #D3D3D2;
    border-bottom: 2px solid #D3D3D2; }
    .blocco_comparatore--table.tablesaw + p {
      padding-top: 1.5rem;
      box-shadow: 0px 17px 13px -14px #D3D3D2 inset; }
      @media (max-width: 767px) {
        .blocco_comparatore--table.tablesaw + p {
          padding: 1.25rem 1.25rem 0; } }
    .blocco_comparatore--table.tablesaw tbody {
      border-top: 2px solid #D3D3D2; }
    .blocco_comparatore--table.tablesaw tr.white td {
      background-color: white !important; }
    .blocco_comparatore--table.tablesaw tr.white-start td, .blocco_comparatore--table.tablesaw tr.white-end td {
      background-color: white !important; }
    .blocco_comparatore--table.tablesaw tr.white-start td {
      border-top: 2px solid #656D78 !important; }
    .blocco_comparatore--table.tablesaw tr.white-end td {
      border-bottom: 2px solid #656D78 !important; }
    .blocco_comparatore--table.tablesaw tr.better td:nth-child(2) {
      color: green;
      font-weight: bold;
      text-transform: uppercase; }
    .blocco_comparatore--table.tablesaw tr.brand-line img {
      max-width: 100%;
      max-height: 35px;
      width: auto;
      height: auto; }
      @media (max-width: 767px) {
        .blocco_comparatore--table.tablesaw tr.brand-line img {
          max-width: 115px;
          min-height: 30px; } }
    .blocco_comparatore--table.tablesaw tr.brand-line th span:first-of-type {
      font-weight: bold; }
    .blocco_comparatore--table.tablesaw tr.brand-line th span.vodafone {
      color: #E90000; }
    .blocco_comparatore--table.tablesaw tr.brand-line th span.tim {
      color: #004394; }
    .blocco_comparatore--table.tablesaw tr.brand-line th span.fastweb {
      color: #DE9906; }
    .blocco_comparatore--table.tablesaw tr td.data_label {
      color: #FF6A00;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: 700; }
    .blocco_comparatore--table.tablesaw tr td.compare_date {
      font-size: .9rem;
      background-color: #FFF;
      color: #292F36;
      font-family: "Montserrat";
      font-weight: 400; }
    .blocco_comparatore--table.tablesaw tr td:not(.first) {
      border-top: 1px solid #D3D3D2;
      text-align: center; }
    .blocco_comparatore--table.tablesaw tr th {
      text-align: center;
      font-weight: normal; }
    .blocco_comparatore--table.tablesaw tr th,
    .blocco_comparatore--table.tablesaw tr td {
      border-right: 2px solid #D3D3D2;
      padding: 1rem 1rem;
      font-size: 1rem;
      vertical-align: top;
      background-color: #F9F8F8; }
      @media (max-width: 767px) {
        .blocco_comparatore--table.tablesaw tr th,
        .blocco_comparatore--table.tablesaw tr td {
          font-size: .9rem; } }
      .blocco_comparatore--table.tablesaw tr th:nth-of-type(-n+2),
      .blocco_comparatore--table.tablesaw tr td:nth-of-type(-n+2) {
        background-color: #F4F4F4;
        width: 23%; }
        @media (max-width: 640px) {
          .blocco_comparatore--table.tablesaw tr th:nth-of-type(-n+2),
          .blocco_comparatore--table.tablesaw tr td:nth-of-type(-n+2) {
            width: auto; } }
      .blocco_comparatore--table.tablesaw tr th:nth-of-type(3),
      .blocco_comparatore--table.tablesaw tr td:nth-of-type(3) {
        box-shadow: 17px 0px 13px -14px #D3D3D2 inset; }
        @media (max-width: 640px) {
          .blocco_comparatore--table.tablesaw tr th:nth-of-type(3),
          .blocco_comparatore--table.tablesaw tr td:nth-of-type(3) {
            box-shadow: none; } }
      .blocco_comparatore--table.tablesaw tr th:nth-of-type(n+3),
      .blocco_comparatore--table.tablesaw tr td:nth-of-type(n+3) {
        width: 18%; }
        @media (max-width: 767px) {
          .blocco_comparatore--table.tablesaw tr th:nth-of-type(n+3),
          .blocco_comparatore--table.tablesaw tr td:nth-of-type(n+3) {
            border-right: none; } }
        @media (max-width: 640px) {
          .blocco_comparatore--table.tablesaw tr th:nth-of-type(n+3),
          .blocco_comparatore--table.tablesaw tr td:nth-of-type(n+3) {
            box-shadow: 17px 0px 13px -14px #D3D3D2 inset;
            width: auto; } }
      .blocco_comparatore--table.tablesaw tr th:last-of-type,
      .blocco_comparatore--table.tablesaw tr td:last-of-type {
        border-right: none; }
      .blocco_comparatore--table.tablesaw tr th span,
      .blocco_comparatore--table.tablesaw tr td span {
        display: block; }

.lazy-asset {
  font-family: "Montserrat";
  margin-bottom: 100px;
  margin-top: 20px; }
  .lazy-asset .container {
    max-width: 1366px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 16px; }
    .lazy-asset .container .row {
      width: auto;
      margin-right: -15px !important;
      margin-left: -15px !important; }
  .lazy-asset__wrapper {
    background-color: #FFFFFF;
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px; }
  .lazy-asset__form {
    padding: 0 15px 30px; }
    @media (min-width: 767px) {
      .lazy-asset__form {
        display: flex;
        align-items: center;
        padding: 0 100px 37px; } }
    .lazy-asset__form > div:first-child {
      flex: 1; }
    .lazy-asset__form .search_group {
      position: relative; }
      @media (min-width: 767px) {
        .lazy-asset__form .search_group {
          padding: 0;
          margin-left: -15px; } }
      @media (max-width: 767px) {
        .lazy-asset__form .search_group {
          margin-bottom: 30px; } }
      .lazy-asset__form .search_group label {
        position: absolute;
        left: 0;
        top: 4px;
        -o-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        pointer-events: none;
        font-family: inherit;
        font-size: 20px;
        line-height: normal;
        color: #000000;
        font-weight: normal;
        margin-bottom: 10px; }
        .lazy-asset__form .search_group label.top {
          top: -25px;
          font-size: 14px;
          font-family: inherit; }
      .lazy-asset__form .search_group input {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: transparent;
        padding-bottom: 10px;
        font-family: inherit;
        font-size: 18px;
        line-height: normal;
        color: #000000;
        font-weight: bold;
        border: 0;
        border-bottom: 2px solid #000;
        width: 88%;
        height: auto;
        outline: none; }
  .lazy-asset__headtitle {
    font-size: 20px;
    letter-spacing: -0.19px;
    line-height: 27px;
    padding: 25px 15px 30px;
    font-family: inherit;
    text-align: center;
    max-width: 552px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .lazy-asset__headtitle {
        font-size: 18px; } }
    @media (min-width: 767px) {
      .lazy-asset__headtitle {
        padding-left: 35px;
        padding-right: 35px; } }
  .lazy-asset__check-btn {
    text-align: center; }
    .lazy-asset__check-btn button, .lazy-asset__check-btn a {
      -o-transition: background-color 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out;
      -ms-transition: background-color 0.3s ease-out;
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px;
      background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
      opacity: 0.2 !important;
      padding: 16px 74px;
      max-width: 300px;
      font-family: inherit;
      font-size: 14px;
      line-height: 16px;
      color: white;
      font-weight: 300; }
      .lazy-asset__check-btn button.active, .lazy-asset__check-btn a.active {
        background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
        opacity: unset !important;
        color: white;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .lazy-asset__check-btn button.active:hover, .lazy-asset__check-btn button.active:active, .lazy-asset__check-btn button.active:focus, .lazy-asset__check-btn a.active:hover, .lazy-asset__check-btn a.active:active, .lazy-asset__check-btn a.active:focus {
          background-color: #2c99d1;
          color: white; }
      .lazy-asset__check-btn button:hover, .lazy-asset__check-btn button:active, .lazy-asset__check-btn button:focus, .lazy-asset__check-btn a:hover, .lazy-asset__check-btn a:active, .lazy-asset__check-btn a:focus {
        background-color: #BEBEBE;
        color: white; }
      @media (max-width: 767px) {
        .lazy-asset__check-btn button, .lazy-asset__check-btn a {
          width: 100%; } }
  .lazy-asset__results {
    display: none; }
    @media (max-width: 767px) {
      .lazy-asset__results {
        height: 350px; } }
    .lazy-asset__results .heading {
      font-family: inherit;
      padding: 20px;
      font-size: 18px;
      line-height: 23px;
      color: black;
      font-weight: 700;
      letter-spacing: -0.16px; }
    .lazy-asset__results .list {
      overflow-y: scroll;
      overflow-x: hidden;
      max-height: 280px;
      height: 100%;
      padding: 35px;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .lazy-asset__results .list {
          padding: 35px 100px; } }
      .lazy-asset__results .list__item {
        border-bottom: 2px solid #ff6900;
        padding: 30px 0; }
        .lazy-asset__results .list__item:first-child {
          padding-top: 0; }
        .lazy-asset__results .list__item:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        @media (min-width: 767px) {
          .lazy-asset__results .list__item .contents {
            display: flex;
            align-items: center; } }
        .lazy-asset__results .list__item .contents__address {
          font-family: inherit;
          font-size: 18px;
          letter-spacing: -0.16px;
          line-height: 22px; }
        .lazy-asset__results .list__item .contents__contact {
          font-family: inherit;
          font-size: 18px;
          letter-spacing: -0.17px;
          line-height: 23px; }
          @media (max-width: 767px) {
            .lazy-asset__results .list__item .contents__contact {
              margin-top: 15px; } }
        .lazy-asset__results .list__item .contents > div:first-child {
          flex: 1; }
      .lazy-asset__results .list::-webkit-scrollbar {
        width: 10px; }
      .lazy-asset__results .list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #ff6900;
        border: 1px solid #ff6900; }
  .lazy-asset__offer {
    padding: 15px;
    font-size: 18px;
    font-family: inherit; }
    @media (min-width: 767px) {
      .lazy-asset__offer {
        padding: 32px 100px; } }
    .lazy-asset__offer .contents__text a {
      font-family: inherit;
      color: white !important;
      font-weight: bold !important;
      text-decoration: underline; }
    .lazy-asset__offer.available {
      display: none;
      background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%); }
      @media (max-width: 767px) {
        .lazy-asset__offer.available .body__description {
          margin-bottom: 20px; } }
      @media (min-width: 767px) {
        .lazy-asset__offer.available .body__description p {
          margin-bottom: 52px; } }
    .lazy-asset__offer.not_available {
      display: none; }
      .lazy-asset__offer.not_available.bg--red {
        background-color: #BB3734; }
      .lazy-asset__offer.not_available.bg--black {
        background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }
      .lazy-asset__offer.not_available .body__text {
        font-family: inherit;
        font-size: 20px;
        letter-spacing: -0.17px;
        line-height: 25px; }
    @media (min-width: 767px) {
      .lazy-asset__offer .body {
        display: flex;
        align-items: center; } }
    .lazy-asset__offer .body__description {
      font-family: inherit;
      font-size: 20px;
      letter-spacing: -0.2px;
      line-height: 27px; }
      @media (min-width: 767px) {
        .lazy-asset__offer .body__description {
          flex: 3;
          margin-right: 7%; } }
      .lazy-asset__offer .body__description a {
        font-size: 14px;
        line-height: 17px;
        text-decoration: underline; }
        .lazy-asset__offer .body__description a:hover, .lazy-asset__offer .body__description a:active, .lazy-asset__offer .body__description a:visited, .lazy-asset__offer .body__description a:focus, .lazy-asset__offer .body__description a:focus-within {
          color: #FFFFFF; }
        .lazy-asset__offer .body__description a#link_offer {
          display: none !important; }
    @media (max-width: 767px) {
      .lazy-asset__offer .body__price {
        margin-bottom: 30px; } }
    @media (min-width: 767px) {
      .lazy-asset__offer .body__price {
        flex: 1; } }
    .lazy-asset__offer .body__price a {
      font-family: inherit;
      font-size: 20px;
      padding: 16px 34px !important; }
      .lazy-asset__offer .body__price a#link_offer:hover, .lazy-asset__offer .body__price a#link_offer:active, .lazy-asset__offer .body__price a#link_offer:visited, .lazy-asset__offer .body__price a#link_offer:focus, .lazy-asset__offer .body__price a#link_offer:focus-within {
        color: #FFFFFF;
        text-decoration: underline;
        display: none !important; }
      .lazy-asset__offer .body__price a#link_offer {
        text-align: center;
        display: none !important; }
        .lazy-asset__offer .body__price a#link_offer strong {
          font-weight: normal; }
    .lazy-asset__offer .body__price-wrapper {
      display: table;
      margin-left: auto; }
      @media (max-width: 767px) {
        .lazy-asset__offer .body__price-wrapper {
          margin-right: auto; } }
      @media (min-width: 767px) {
        .lazy-asset__offer .body__price-wrapper {
          margin-right: 0; } }
      .lazy-asset__offer .body__price-wrapper .contents {
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: column; }
        .lazy-asset__offer .body__price-wrapper .contents__label-top {
          font-family: inherit;
          font-size: 22px;
          font-weight: normal;
          margin-bottom: -8px;
          width: 100%; }
        .lazy-asset__offer .body__price-wrapper .contents__label-bottom {
          position: absolute;
          right: 10px;
          bottom: 5px;
          font-weight: normal; }
          @media (max-width: 767px) {
            .lazy-asset__offer .body__price-wrapper .contents__label-bottom {
              position: absolute;
              right: 26px;
              bottom: 5px; } }
        .lazy-asset__offer .body__price-wrapper .contents__value {
          font-family: inherit;
          font-size: 71px;
          font-weight: bold;
          line-height: normal;
          display: table;
          margin-right: 15px; }
          @media (max-width: 767px) {
            .lazy-asset__offer .body__price-wrapper .contents__value {
              font-size: 60px; } }
          .lazy-asset__offer .body__price-wrapper .contents__value sup {
            top: -1em;
            right: 0em;
            font-size: 30px; }
            @media (max-width: 767px) {
              .lazy-asset__offer .body__price-wrapper .contents__value sup {
                top: -0.7em; } }
          .lazy-asset__offer .body__price-wrapper .contents__value sub {
            font-size: 16px;
            bottom: 0;
            right: 2.6em; }

.lasy_asset_municipalities {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  list-style: none;
  width: 100% !important;
  left: 0 !important;
  position: absolute !important;
  z-index: 99999;
  border: 2px solid #DDDDDD;
  background-color: #FFFFFF; }
  .lasy_asset_municipalities::-webkit-scrollbar {
    width: 10px; }
  .lasy_asset_municipalities::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff6900; }
  .lasy_asset_municipalities::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ff6900;
    border: 1px solid #ff6900; }
  .lasy_asset_municipalities .ui-menu-item .ui-corner-all, .lasy_asset_municipalities .ui-menu-item .ui-menu-item-wrapper {
    padding: 16px 11px;
    font-size: 18px;
    line-height: 1.2;
    color: black;
    font-weight: bold;
    letter-spacing: -0.19px;
    background-color: white;
    display: block; }
    .lasy_asset_municipalities .ui-menu-item .ui-corner-all.ui-state-focus, .lasy_asset_municipalities .ui-menu-item .ui-corner-all.ui-state-active, .lasy_asset_municipalities .ui-menu-item .ui-corner-all:hover, .lasy_asset_municipalities .ui-menu-item .ui-menu-item-wrapper.ui-state-focus, .lasy_asset_municipalities .ui-menu-item .ui-menu-item-wrapper.ui-state-active, .lasy_asset_municipalities .ui-menu-item .ui-menu-item-wrapper:hover {
      background-color: #ff6900;
      color: white;
      text-decoration: none; }

.homepage {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: visible; }
  @media (max-width: 767px) {
    .homepage {
      margin: 0 10px; } }
  .homepage .vetrina_offerta {
    width: 100%;
    justify-content: normal;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .homepage .vetrina_offerta {
        display: block;
        width: auto; } }
  .homepage_content {
    width: 100%;
    display: block !important;
    padding: 15px;
    margin: 0 10px;
    box-shadow: 0 2px 4px 0 rgba(201, 200, 200, 0.5); }
    .homepage_content_title {
      border-bottom: 0.7px solid #EBEBEB; }
      .homepage_content_title h2 {
        font-family: "Montserrat";
        font-size: 26px;
        line-height: 30px;
        font-weight: normal;
        color: #003171;
        padding: 25px 0 15px 0; }
    .homepage_content h3 {
      color: #2C3E50;
      font-size: 20px;
      line-height: 24px;
      padding: 15px 0;
      font-weight: normal; }
    .homepage_content_text {
      color: #003171;
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 20px; }
      .homepage_content_text b {
        font-weight: bold; }
      .homepage_content_text a {
        color: #FF6A00;
        text-decoration: underline; }
      .homepage_content_text i {
        font-style: italic;
        font-weight: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon-fonts-new/icomoon.eot?g2oru3");
  src: url("../fonts/icon-fonts-new/icomoon.eot?g2oru3#iefix") format("embedded-opentype"), url("../fonts/icon-fonts-new/icomoon.ttf?g2oru3") format("truetype"), url("../fonts/icon-fonts-new/icomoon.woff?g2oru3") format("woff"), url("../fonts/icon-fonts-new/icomoon.svg?g2oru3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-onebrand';
  src: url("../fonts/icon-fonts-new/icomoon-onebrand.eot?g2oru3");
  src: url("../fonts/icon-fonts-new/icomoon-onebrand.eot?g2oru3#iefix") format("embedded-opentype"), url("../fonts/icon-fonts-new/icomoon-onebrand.ttf?g2oru3") format("truetype"), url("../fonts/icon-fonts-new/icomoon-onebrand.woff?g2oru3") format("woff"), url("../fonts/icon-fonts-new/icomoon-onebrand.svg?g2oru3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-servizi:before {
  content: "\e908"; }

.icon-device:before {
  content: "\e90a"; }

.icon-mobile:before {
  content: "\e90b"; }

.icon-fissomobile:before {
  content: "\e90e"; }

.icon-novita:before {
  content: "\e90f"; }

.icon-inevidenza:before {
  content: "\e90c"; }

.icon-ic_econto:before {
  content: "\e907"; }

.icon-ic_legal:before {
  content: "\e906"; }

.icon-ic_assistenza:before {
  content: "\e905"; }

.icon-ic_entra:before {
  content: "\e904"; }

.icon-ic_configura:before {
  content: "\e903"; }

.icon-ic_profilo:before {
  content: "\e909"; }

.icon-ic_calendario:before {
  content: "\e900"; }

.icon-ic_carrello:before {
  content: "\e901"; }

.icon-ic_close:before {
  content: "\e902"; }

.icon-ic_menu:before {
  content: "\e90d"; }

.icon-ic_search:before {
  content: "\e910"; }

.icon-ic_trova-negozio:before {
  content: "\e912"; }

.icon-ic_verifica-copertura:before {
  content: "\e913"; }

.icon-ic_winday:before {
  content: "\e911"; }

.icon-giga:before {
  content: "\e900"; }

.icon-link:before {
  content: "\e901"; }

.icon-minuti:before {
  content: "\e902"; }

.icon-phone:before {
  content: "\e903"; }

.icon-speech-bubble:before {
  content: "\e904"; }

.footer {
  background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
  -webkit-box-shadow: 10px -8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px -8px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  overflow: hidden; }
  .footer a.footer__link {
    color: #fff;
    text-decoration: underline; }
    .footer a.footer__link:focus, .footer a.footer__link:active, .footer a.footer__link:visited {
      color: #fff;
      text-decoration: underline; }
    .footer a.footer__link:hover {
      opacity: 0.7; }
  @media (max-width: 767px) {
    .footer__logo {
      margin-bottom: 30px !important; } }
  .footer__logo--dsk {
    display: block; }
    @media (max-width: 767px) {
      .footer__logo--dsk {
        display: none; } }
  .footer__logo--mob {
    display: none; }
    @media (max-width: 767px) {
      .footer__logo--mob {
        display: block; } }
  .footer__text {
    font-size: 0.8em;
    line-height: 1.5em; }
  .footer__linkrecap-divider {
    width: 80%;
    margin-left: 0;
    border-top: 0.53px solid white; }
  @media (max-width: 767px) {
    .footer__linkrecap-block {
      border-bottom: 1px solid white; } }
  .footer__linkrecap-blocktitle {
    font-size: 1em; }
  .footer__linkrecap-blocklist .item {
    margin-bottom: 5px;
    font-size: 0.8em;
    line-height: 2.5em; }
    .footer__linkrecap-blocklist .item:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer__linkrecap-blocklist.collapse {
      display: block; } }
  .footer__copyright {
    padding: 0 20px 20px; }
    .footer__copyright .text {
      font-size: 0.7em;
      line-height: normal;
      color: white;
      font-weight: 300; }
    .footer__copyright-divider {
      border-top: 1px solid white; }
  .footer .container {
    max-width: 1920px; }
    .footer .container .arrow--white {
      position: relative; }
      .footer .container .arrow--white:before {
        content: "";
        transition: all 0.2s ease-in;
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 15px;
        transform: translate(3px, 0) rotate(-45deg);
        right: 15px;
        top: -5px; }
      .footer .container .arrow--white:after {
        content: "";
        transition: all 0.2s ease-in;
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 15px;
        transform: translate(3px, 0) rotate(45deg);
        right: 25px;
        top: -5px; }
    .footer .container .collapsed .arrow--white:before {
      transform: translate(3px, 0) rotate(45deg); }
    .footer .container .collapsed .arrow--white:after {
      transform: translate(3px, 0) rotate(-45deg); }
    .footer .container .row.fixrowfooter:before {
      content: unset; }

@font-face {
  font-family: 'onebrandiconmoon';
  src: url("../fonts/onebrand-iconfont/megamenu-font.eot");
  src: url("../fonts/onebrand-iconfont/megamenu-font.eot#iefix") format("embedded-opentype"), url("../fonts/onebrand-iconfont/megamenu-font.ttf") format("truetype"), url("../fonts/onebrand-iconfont/megamenu-font.woff") format("woff"), url("../fonts/onebrand-iconfont/megamenu-font.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.icon-ricerca:before {
  content: "\e900"; }

.icon-closeburger:before {
  content: "\e901"; }

.icon-login:before {
  content: "\e906"; }

.icon-ricarica:before {
  content: "\e907"; }

.icon-loggato .path1 {
  position: relative;
  left: 5px; }
  .icon-loggato .path1:before {
    content: "\e904"; }

.icon-loggato .path2 {
  position: relative;
  right: 5px; }
  .icon-loggato .path2:before {
    content: "\e905";
    margin-left: -0.9521484375em;
    color: #84e1b6; }

.icon-assistenza:before {
  content: "\e903"; }

.icon-burger:before {
  content: "\e902"; }

.icon-loggato .icon-login:before {
  content: none; }

.mm__header__icon.icon-loggato {
  background: unset;
  -webkit-text-fill-color: unset; }

.hpmargin {
  transition: all 0.2s ease-in; }
  .hpmargin.hpmargin--reduced {
    padding-top: 43px; }

.notSupported .mm__accordion__content {
  top: 193px !important; }

.mm__body--noscroll {
  overflow: hidden; }
  @media (max-width: 767px) {
    .mm__body--noscroll #mm__header {
      height: 100vh; } }

.mm__logo {
  margin-right: calc(-100px + 15%); }
  .mm__logo h1 {
    min-height: 55px;
    display: flex;
    align-items: center; }
  .mm__logo__main {
    width: auto;
    height: 48px; }
    @media (max-width: 767px) {
      .mm__logo__main {
        height: 30px; } }
  @media (max-width: 767px) {
    .mm__logo__container {
      min-height: 55px;
      display: flex;
      align-items: center; } }
  @media (max-width: 767px) {
    .mm__logo {
      width: 100%;
      background: #FFF;
      box-shadow: 0 2px 4px 0 rgba(60, 60, 60, 0.3);
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 999; }
      .mm__logo img {
        margin-left: 10px; } }

.mm__menu {
  display: flex; }
  .mm__menu__submenu--open.mm__header__subcontainer {
    display: flex; }
  .mm__menu .winday {
    display: none; }
    @media (max-width: 767px) {
      .mm__menu .winday {
        display: grid;
        margin-right: 12px; }
        .mm__menu .winday_icon {
          margin: 0 auto; }
        .mm__menu .winday_text {
          font-size: .7857rem;
          line-height: normal;
          color: #fff;
          font-weight: 400;
          position: relative;
          margin: 0;
          opacity: 1;
          text-align: center;
          font-family: "Montserrat";
          height: auto;
          margin-top: 0.5rem; } }
  .mm__menu .windy {
    display: none; }
    @media (max-width: 767px) {
      .mm__menu .windy {
        display: grid;
        margin-right: 12px; }
        .mm__menu .windy_icon {
          margin: 0 auto;
          width: 26px;
          height: 26px;
          background-color: #fff;
          border-radius: 50%; }
        .mm__menu .windy_text {
          font-size: .7857rem;
          line-height: normal;
          color: #fff;
          font-weight: 400;
          position: relative;
          margin: 0;
          opacity: 1;
          text-align: center;
          font-family: "Montserrat";
          height: auto;
          margin-top: 0.24rem; } }
  .mm__menu__button {
    display: none !important; }
    @media (max-width: 767px) {
      .mm__menu__button {
        display: grid !important;
        margin-right: 15px !important;
        width: 42px; } }
  .mm__menu__close {
    display: none !important; }
  .mm__menu .text {
    font-size: .7857rem;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0;
    opacity: 1;
    text-align: center;
    font-family: "Montserrat";
    height: auto;
    margin-top: 0.5rem; }
  .mm__menu img {
    margin: inherit;
    /*  margin-right: 30px; */
    margin: 0 auto; }
  .mm__menu--open .mm__menu__button {
    display: none !important; }
  .mm__menu--open .mm__menu__close {
    display: grid !important;
    margin-right: 15px;
    width: 42px; }

.mm__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 900;
  transition: all 0.2s ease-in; }
  .mm__header .mm__logo__main--transparent {
    display: none; }
  .mm__header--transparent {
    box-shadow: unset; }
    .mm__header--transparent .mm__logo__main--transparent {
      display: inline; }
      .mm__header--transparent .mm__logo__main--transparent.mm__logo__main--mob {
        display: none; }
      @media (max-width: 767px) {
        .mm__header--transparent .mm__logo__main--transparent.mm__logo__main--dsk {
          display: none !important; }
        .mm__header--transparent .mm__logo__main--transparent.mm__logo__main--mob {
          display: inline !important; } }
    .mm__header--transparent .mm__logo__main--opaque {
      display: none !important; }
    @media (max-width: 767px) {
      .mm__header--transparent .mm__logo {
        background: transparent;
        box-shadow: unset;
        transition: 1; } }
    .mm__header--transparent .mm__header__icon {
      color: #FFF;
      background: unset;
      -webkit-text-fill-color: #FFF; }
    .mm__header--transparent .mm__header__icon__title {
      color: #FFF; }
    .mm__header--transparent .mm__heading__title.mm_title_active,
    .mm__header--transparent .mm__heading__title.mm_title_active_url {
      color: #FFF; }
    .mm__header--transparent .mm__header__container {
      background: transparent;
      box-shadow: unset; }
    .mm__header--transparent .mm__heading__title {
      color: #FFF !important;
      font-size: 1.1em; }
    .mm__header--transparent a:focus,
    .mm__header--transparent a:active,
    .mm__header--transparent a:visited,
    .mm__header--transparent a:hover {
      color: inherit; }
  .mm__header.hide-menu {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important; }
  .mm__header.hide-market {
    -webkit-transform: translateY(-43px);
    transform: translateY(-43px); }
  @media (max-width: 767px) {
    .mm__header {
      overflow-x: hidden; } }
  .mm__header .mm__logo__main--opaque {
    display: inline; }
    .mm__header .mm__logo__main--opaque.mm__logo__main--mob {
      display: none; }
    @media (max-width: 767px) {
      .mm__header .mm__logo__main--opaque.mm__logo__main--dsk {
        display: none !important; }
      .mm__header .mm__logo__main--opaque.mm__logo__main--mob {
        display: inline; } }
  .mm__header .mm__lvl2__active {
    text-shadow: 1px 0 0 #212121; }
  .mm__header .mm_business_active {
    text-shadow: 1px 0 0 #212121; }
    .mm__header .mm_business_active:after {
      content: "";
      margin-left: 15%;
      background-color: #656D78;
      display: block;
      z-index: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70%;
      height: 1px; }
  .mm__header__spacer {
    padding-top: 115px; }
    @media (max-width: 767px) {
      .mm__header__spacer {
        padding-top: 110px; } }
  .mm__header-sup {
    border-bottom: 1px solid #d4d4d2;
    background-color: #F4F4F4; }
    .mm__header-sup .container {
      max-width: 1920px;
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    .mm__header-sup__nav {
      margin-bottom: 0;
      margin-left: auto;
      max-width: 100%;
      text-align: right;
      padding: 0 32px; }
      @media (max-width: 767px) {
        .mm__header-sup__nav {
          padding: unset; } }
      .mm__header-sup__nav ul {
        display: inline-flex; }
        .mm__header-sup__nav ul li {
          display: inline-block;
          padding: .8rem .7rem; }
          .mm__header-sup__nav ul li > a {
            white-space: nowrap;
            font-size: 0.85em;
            color: #212121 !important;
            font-weight: 500;
            margin: 0;
            padding: 0 0 0.15rem;
            letter-spacing: 0.4px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase; }
            .mm__header-sup__nav ul li > a.btn_active, .mm__header-sup__nav ul li > a:hover {
              text-shadow: 1px 0 0 #212121; }
              .mm__header-sup__nav ul li > a.btn_active::before, .mm__header-sup__nav ul li > a:hover::before {
                content: "";
                margin-left: 15%;
                background-color: #656D78;
                display: block;
                z-index: 1;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 70%;
                height: 1px; }
  @media (max-width: 767px) {
    .mm__header.scrolled {
      translate: translateY(-43px); } }
  .mm__header a:focus, .mm__header a:active, .mm__header a:visited, .mm__header a:hover {
    text-decoration: none;
    color: #212121; }
  .mm__header .mm_title_mobile_active .mm__accordion__title {
    font-weight: 700;
    background: linear-gradient(90deg, #FF9500 0%, #FF4021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .mm__header .mm_title_mobile_active .mm__accordion__title:before {
      transform: translate(3px, 0) rotate(-45deg); }
    .mm__header .mm_title_mobile_active .mm__accordion__title:after {
      transform: translate(3px, 0) rotate(45deg); }
    @media (max-width: 767px) {
      .mm__header .mm_title_mobile_active .mm__accordion__title:after, .mm__header .mm_title_mobile_active .mm__accordion__title:before {
        background-color: #FF6A00 !important; } }
  .mm__header__subcontainer {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .mm__header__subcontainer {
        display: none;
        flex-direction: column-reverse;
        background: #FFF; } }
  .mm__header__container {
    height: 80px;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    padding: 0 32px;
    align-items: center;
    box-shadow: 0 5px 15px 0 rgba(60, 60, 60, 0.2);
    background: #FFF;
    position: relative;
    z-index: 800;
    transition: all 0.1s ease-in; }
    @media (max-width: 767px) {
      .mm__header__container {
        flex-direction: column;
        align-items: flex-start;
        height: unset;
        background: none;
        box-shadow: none;
        padding: unset; } }
  .mm__header__right__container {
    display: flex;
    margin-left: auto;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .mm__header__right__container {
        padding-top: 30px;
        margin: unset;
        width: 100%;
        justify-content: space-evenly; } }
  .mm__header__icon {
    text-align: center;
    background: linear-gradient(90deg, #FF9500 0%, #FF4021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FF6A00;
    color: #FF6A00;
    min-width: 45px;
    font-size: 24px;
    line-height: 22px; }
    .mm__header__icon span {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'onebrandiconmoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 767px) {
      .mm__header__icon img {
        width: 28px; } }
    .mm__header__icon__container {
      margin-right: 15px;
      text-align: center; }
      .mm__header__icon__container:last-child {
        margin-right: 0; }
      .mm__header__icon__container:hover .mm__header__icon__title {
        text-decoration: underline;
        text-shadow: 1px 0 0 #FFF; }
      @media (max-width: 767px) {
        .mm__header__icon__container.winday_visible {
          display: none; } }
    .mm__header__icon__title {
      color: #212121;
      text-transform: uppercase;
      font-size: 0.714em;
      padding-top: 4px; }
      @media (max-width: 767px) {
        .mm__header__icon__title {
          font-size: 0.857em; } }

.mm__heading__title {
  font-size: 1em;
  font-family: "Montserrat";
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  padding: 15px 20px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    .mm__heading__title {
      font-size: 1.28em;
      padding: 20px 15px; }
      .mm__heading__title:after {
        content: "";
        position: absolute;
        background-color: #6207AB;
        width: 2px;
        height: 15px;
        transform: translate(3px, 0) rotate(-45deg);
        right: 25px;
        top: 25px; }
      .mm__heading__title:before {
        content: "";
        position: absolute;
        background-color: #6207AB;
        width: 2px;
        height: 15px;
        transform: translate(3px, 0) rotate(45deg);
        right: 15px;
        top: 25px; } }
  .mm__heading__title.mm_title_active, .mm__heading__title.mm_title_active_url {
    background: linear-gradient(90deg, #FF9500 0%, #FF4021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .mm__heading__title.mm_title_active:after, .mm__heading__title.mm_title_active_url:after {
      content: "";
      position: absolute;
      left: 20px;
      bottom: 16px;
      width: calc(100% - 40px);
      height: 1px;
      background-color: #FF6A00; }
    @media (max-width: 767px) {
      .mm__heading__title.mm_title_active:after, .mm__heading__title.mm_title_active_url:after {
        content: "";
        position: absolute;
        background-color: #6207AB !important;
        width: 2px !important;
        height: 15px;
        transform: translate(3px, 0) rotate(-45deg);
        right: 25px;
        top: 25px;
        border: unset;
        left: unset !important;
        bottom: unset !important;
        border: none !important; } }
  @media (max-width: 767px) {
    .mm__heading__title.mm_title_active_url {
      font-weight: 700; } }

.mm__accordion__subcontainer {
  display: flex; }
  @media (max-width: 767px) {
    .mm__accordion__subcontainer {
      flex-direction: column-reverse;
      margin-top: 20px;
      width: 100%; }
      .mm__accordion__subcontainer:after {
        content: "";
        background-color: #FFF;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 100%;
        display: block; } }

.mm__accordion__container {
  margin-right: 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%; }
  @media (max-width: 767px) {
    .mm__accordion__container {
      margin: unset;
      flex-direction: column; } }
  .mm__accordion__container__single {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center; }
    .mm__accordion__container__single a {
      display: block; }
    @media (max-width: 767px) {
      .mm__accordion__container__single {
        text-align: unset;
        width: 100%;
        display: unset;
        padding-left: 0;
        padding-right: 15px; }
        .mm__accordion__container__single:last-of-type:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 15px;
          width: calc(100% - 30px);
          height: 1px;
          background-color: #212121; }
        .mm__accordion__container__single:after {
          content: "";
          position: absolute;
          top: 0;
          left: 15px;
          width: calc(100% - 30px);
          height: 1px;
          background-color: #212121; } }

.mm__accordion__content {
  box-sizing: border-box;
  position: fixed;
  visibility: hidden;
  top: 83px;
  left: 0;
  right: 0;
  width: 100vw;
  margin: 0 auto;
  height: 200px;
  max-width: 1920px;
  z-index: -1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 0px 0 rgba(60, 60, 60, 0.2);
  transition: opacity 0.2s ease-in, visibility 0.4s ease-in-out; }
  @media (max-width: 767px) {
    .mm__accordion__content {
      opacity: 1;
      visibility: visible;
      box-shadow: unset;
      height: auto;
      position: static;
      display: none;
      z-index: 800; } }
  .mm__accordion__content__padding {
    height: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background: #FFF; }
    @media (max-width: 767px) {
      .mm__accordion__content__padding {
        height: 0; } }
  .mm__accordion__content__box {
    box-sizing: border-box;
    width: 100vw;
    margin: 0 auto;
    max-width: 70%;
    margin-left: calc(10px + 15%);
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .mm__accordion__content__box {
        margin: unset;
        height: unset;
        max-width: unset; } }
  .mm__accordion__content.mm_content_active {
    visibility: visible;
    opacity: 1; }
    @media (max-width: 767px) {
      .mm__accordion__content.mm_content_active {
        display: block; } }
    .mm__accordion__content.mm_content_active .mm__accordion__content__padding {
      border-bottom: 2px solid #fff; }
  .mm__accordion__content__lvl1 {
    display: flex;
    align-content: center;
    position: relative;
    flex: 0 0 100%;
    /* &:not(:empty) {
          border-bottom: 1px solid $color_white;
        } */ }
    .mm__accordion__content__lvl1:empty {
      border: none; }
    @media (max-width: 767px) {
      .mm__accordion__content__lvl1 {
        flex-direction: column; }
        .mm__accordion__content__lvl1:not(:empty) {
          border-bottom: none; } }
    .mm__accordion__content__lvl1__container {
      color: #FFF;
      width: 195px;
      padding: 20px 15px;
      display: block;
      height: 120px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .mm__accordion__content__lvl1__container {
          padding: 12px 15px;
          width: 100%;
          max-width: unset;
          display: flex !important;
          align-items: center;
          justify-content: space-between;
          height: unset;
          margin-right: 0; } }
      .mm__accordion__content__lvl1__container:hover {
        background: #FF3A00; }
      .mm__accordion__content__lvl1__container__right {
        display: none;
        color: #FFF;
        font-size: 0.857em;
        text-transform: uppercase;
        text-decoration: underline;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .mm__accordion__content__lvl1__container__right {
            display: block; } }
    .mm__accordion__content__lvl1__title {
      font-size: 1em;
      font-weight: 700; }
    .mm__accordion__content__lvl1__giga {
      font-size: 1.14em;
      font-weight: 700;
      width: 100%; }
      @media (max-width: 767px) {
        .mm__accordion__content__lvl1__giga {
          width: unset;
          margin-right: 5px; } }
    .mm__accordion__content__lvl1__minsms {
      font-size: 0.85em;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .mm__accordion__content__lvl1__minsms {
          flex-wrap: unset; } }
    .mm__accordion__content__lvl1__min--divider {
      margin-right: 3px; }
    .mm__accordion__content__lvl1__price {
      font-size: 0.85;
      font-weight: 700; }
  .mm__accordion__content__lvl2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 170px;
    margin-top: 18px;
    text-align: left; }
    @media (max-width: 767px) {
      .mm__accordion__content__lvl2 {
        padding-left: 15px;
        max-height: unset;
        flex-direction: row; } }
    .mm__accordion__content__lvl2__title {
      font-size: 1em;
      font-weight: 500;
      color: #212121;
      text-transform: uppercase;
      width: 300px;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 15px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .mm__accordion__content__lvl2__title {
          margin-bottom: 25px;
          width: 165px;
          margin-right: 0; } }
      .mm__accordion__content__lvl2__title span {
        padding: 5px 10px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .mm__accordion__content__lvl2__title span {
            padding-left: 0;
            white-space: unset; } }
      .mm__accordion__content__lvl2__title:hover span {
        text-shadow: 1px 0 0 #212121; }

.mm__notSupported__mainContainer {
  padding: 15px;
  background: rgba(148, 215, 255, 0.4); }

.mm__notSupported__container {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .mm__notSupported__container {
      width: 100%; } }

.mm__notSupported__subcontainer {
  float: left;
  margin-left: 15px;
  width: 70%; }
  @media (max-width: 767px) {
    .mm__notSupported__subcontainer {
      width: 80%; } }

.mm__notSupported__title {
  font-size: 22px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .mm__notSupported__title {
      font-size: 16px; } }

.mm__notSupported__subtitle {
  font-size: 18px; }
  @media (max-width: 767px) {
    .mm__notSupported__subtitle {
      font-size: 13px; } }

.mm__notSupported img {
  float: left; }
  @media (max-width: 767px) {
    .mm__notSupported img {
      width: 49px;
      height: auto;
      margin-top: 10px; } }

.header__light {
  height: 84px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(60, 60, 60, 0.2);
  display: flex;
  align-items: center;
  justify-content: center; }
  .header__light img {
    width: 77px; }

.footer__light {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  top: 100%;
  padding: 30px 0 0 0; }
  .footer__light__text {
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5); }
    .footer__light__text__container {
      color: #6207AB;
      max-width: 1920px;
      margin: 0 auto;
      width: 100%;
      display: table;
      font-size: 12px;
      line-height: 14px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .footer__light__text__container {
          padding: 19px 30px;
          text-align: center; } }
      .footer__light__text__container a {
        text-decoration: underline;
        color: #6207AB; }
      .footer__light__text__container__left {
        float: left;
        padding: 19px 32px; }
        @media (max-width: 767px) {
          .footer__light__text__container__left {
            padding: unset; } }
      .footer__light__text__container__right {
        float: right;
        padding: 19px 32px; }
        @media (max-width: 767px) {
          .footer__light__text__container__right {
            float: unset;
            padding: unset; } }
        .footer__light__text__container__right a {
          margin: 0 0 0 10px; }
          .footer__light__text__container__right a:nth-child(2)::before {
            content: '|';
            padding: 0 10px 0 0;
            color: #6207AB; }
          @media (max-width: 767px) {
            .footer__light__text__container__right a::before {
              content: '|';
              padding: 0 10px 0 0;
              color: #6207AB; } }
  .footer__light__bgcolor {
    background: linear-gradient(270deg, #FC4A14 0%, #FF6900 100%);
    font-size: 12px;
    padding: 19px 0;
    color: #FFFFFF;
    text-align: center; }

.counter {
  background-color: #f4f5f7;
  font-size: 16px;
  padding: 10px 35px 8px;
  text-align: center; }
  .counter__title {
    font-size: 0.8em !important;
    line-height: 1em;
    color: black !important;
    font-weight: normal !important; }
  .counter__bar {
    width: 100%;
    height: 7px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .counter__bar--xs {
      height: 4px; }
    .counter__bar--sm {
      height: 7px; }
    .counter__bar--md {
      height: 14px; }
    .counter__bar--lg {
      height: 21px; }
    .counter__bar--missing {
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 3px 10px 0 rgba(112, 112, 112, 0.5);
      box-shadow: 0 3px 10px 0 rgba(112, 112, 112, 0.5);
      border-radius: 35px; }
    .counter__bar--past {
      height: 0.8px;
      background-color: #A8ADB0;
      display: block; }
  .counter__countdown {
    width: 80%;
    margin: 0 auto; }
    .counter__countdown-label {
      font-size: 0.6em;
      line-height: 1em;
      color: black;
      font-weight: normal; }
    .counter__countdown-value {
      font-size: 0.7em;
      line-height: 1em;
      color: black;
      font-weight: bold;
      margin-bottom: 0; }

.check_coverage_block {
  /*   {  } */ }
  .check_coverage_block .block {
    display: block; }
  @media (max-width: 767px) {
    .check_coverage_block--smaller {
      position: relative;
      margin-top: -80px;
      width: 100%; } }
  @media (min-width: 767px) {
    .check_coverage_block--smaller {
      position: absolute;
      right: 0;
      top: 0;
      display: flex;
      height: 100%;
      align-items: center; } }
  @media (min-width: 767px) {
    .check_coverage_block--smaller .check_coverage_block__position {
      margin-top: 40px;
      margin-right: 30px; } }
  .check_coverage_block--smaller .check_coverage_block__position .only_desktop_flex_end {
    justify-content: flex-end; }
  .check_coverage_block--smaller .check_coverage_block__container {
    width: 100%; }
  .check_coverage_block--smaller .check_coverage_block__top_tabs .tab {
    margin-top: 0;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #FF6A00 !important;
    font-weight: 500 !important; }
  .check_coverage_block--smaller .check_coverage_block__content {
    position: relative;
    /* @include box-shadow(0 2px 9px 0 rgba(200,200,200,0.5));
      border-radius: 0; */ }
    @media (min-width: 767px) {
      .check_coverage_block--smaller .check_coverage_block__content {
        width: 320px; } }
    .check_coverage_block--smaller .check_coverage_block__content h6 {
      font-size: 12px;
      line-height: 16px;
      color: #2A2F36;
      font-weight: 300; }
  .check_coverage_block--smaller .check_coverage_block__form .input-element input {
    padding-top: 15px;
    border-bottom: 1px solid #2D389C;
    font-size: 14px;
    line-height: 16px;
    color: #292F36;
    font-weight: normal;
    outline: unset; }
    .check_coverage_block--smaller .check_coverage_block__form .input-element input:focus {
      outline: unset; }
      .check_coverage_block--smaller .check_coverage_block__form .input-element input:focus + label {
        color: #2D389C; }
    .check_coverage_block--smaller .check_coverage_block__form .input-element input:disabled.not-opacity {
      opacity: unset; }
      .check_coverage_block--smaller .check_coverage_block__form .input-element input:disabled.not-opacity ~ label {
        opacity: unset; }
  .check_coverage_block--smaller .check_coverage_block__form .input-element .errorMessage {
    font-size: 10px;
    margin-top: 5px; }
  .check_coverage_block--smaller .check_coverage_block__form button {
    max-width: unset;
    font-size: 14px; }
    .check_coverage_block--smaller .check_coverage_block__form button:disabled {
      opacity: 0.2;
      background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
      border-radius: 25px;
      padding: 15px 30px;
      height: unset;
      margin: 0 auto;
      width: 180px; }
  .check_coverage_block--smaller .check_coverage_block__formRow {
    margin-bottom: 25px; }
  .check_coverage_block--smaller .check_coverage_block__formGroup {
    margin: 0;
    display: unset; }
  .check_coverage_block--smaller .checkbox-toggle__answer {
    font-size: 12px;
    line-height: 16px;
    color: #E6E9ED;
    font-weight: normal; }
  .check_coverage_block--smaller .checkbox-toggle .base__toggle:checked + label:before {
    color: #7900BC;
    font-size: 12px; }
  .check_coverage_block--smaller .checkbox-toggle .base__toggle + label:before {
    color: #000000;
    font-size: 12px; }
  .check_coverage_block.flipbox {
    background-color: transparent;
    perspective: 1000px; }
  .check_coverage_block__container {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 10px auto;
    font-family: 'Montserrat'; }
    .check_coverage_block__container.flipbox-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      box-shadow: 0 8px 10px 0 rgba(90, 90, 90, 0.2); }
    .check_coverage_block__container .fmcbox-shadow {
      background: #ffffff;
      box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
      border-radius: 20px 20px 20px 20px; }
      @media (max-width: 767px) {
        .check_coverage_block__container .fmcbox-shadow {
          width: 100%;
          margin: -18px 0;
          border-radius: 0 0 20px 20px;
          border-left: 2px solid rgba(200, 200, 200, 0.5);
          border-right: 2px solid rgba(200, 200, 200, 0.5);
          border-bottom: 2px solid rgba(200, 200, 200, 0.5); } }
  .check_coverage_block__content {
    background-color: #f8f8f8;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    .check_coverage_block__content h6 {
      font-weight: 600;
      font-family: 'Montserrat';
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0.5rem; }
      @media (max-width: 767px) {
        .check_coverage_block__content h6 {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .check_coverage_block__content {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; } }
    .check_coverage_block__content .flex--1 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .check_coverage_block__content .flex--plus1 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .check_coverage_block__content .flex--2 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
  .check_coverage_block__top_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .check_coverage_block__top_tabs .tab {
      padding: 1rem;
      font-size: 1.286rem;
      position: relative;
      width: 50%;
      margin-top: 10px;
      color: #292F36;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .check_coverage_block__top_tabs .tab {
          padding: 10px; } }
      .check_coverage_block__top_tabs .tab::after {
        position: absolute;
        left: 10%;
        bottom: 0;
        right: 10%;
        display: none;
        content: '';
        background-color: #FF6A00;
        width: 0;
        height: 3px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .check_coverage_block__top_tabs .tab:hover {
        color: #FF6A00;
        font-weight: 700; }
        .check_coverage_block__top_tabs .tab:hover::after {
          display: block;
          width: 80%; }
      .check_coverage_block__top_tabs .tab.active {
        color: #FF6A00;
        font-weight: 700; }
        .check_coverage_tre .check_coverage_block__top_tabs .tab.active {
          color: #000000; }
        .check_coverage_block__top_tabs .tab.active::after {
          display: block;
          width: 80%; }
      .check_coverage_block__top_tabs .tab:only-child {
        width: 100%;
        text-align: left;
        padding: 1rem 3rem; }
        @media (max-width: 767px) {
          .check_coverage_block__top_tabs .tab:only-child {
            padding: 15px 15px 0; } }
        .check_coverage_block__top_tabs .tab:only-child::after {
          display: none; }
      .check_coverage_tre .check_coverage_block__top_tabs .tab {
        color: #23527c; }
  .check_coverage_block__formContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 1rem 0; }
  .check_coverage_block__form {
    padding: 0 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .check_coverage_block__form {
        padding: 10px 15px 20px; } }
    .check_coverage_block__form .full {
      width: 100%;
      max-width: 288px; }
      @media (max-width: 767px) {
        .check_coverage_block__form .full {
          max-width: initial; } }
    .check_coverage_block__form .spacing {
      margin-left: 20px; }
      .check_coverage_block__form .spacing--left {
        margin-left: 7%; }
    .check_coverage_block__form .input-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .check_coverage_block__form .line_radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 290px;
      margin-top: auto;
      margin-bottom: 0.5rem; }
      .check_coverage_block__form .line_radio h6 {
        margin-bottom: 0; }
      .check_coverage_block__form .line_radio .radio_element {
        margin-left: auto; }
    .check_coverage_block__form .tooltip {
      width: 200px; }
      .check_coverage_block__form .tooltip .tooltip-inner {
        padding: 10px;
        background: #FF6A00;
        max-width: 300px; }
      .check_coverage_block__form .tooltip .tooltip-arrow {
        border-bottom-color: #FF6A00; }
    .check_coverage_block__form .base__radio.radio {
      padding-left: 0; }
      @media (max-width: 767px) {
        .check_coverage_block__form .base__radio.radio {
          padding-left: 20px; } }
      .check_coverage_block__form .base__radio.radio input[type="radio"] {
        margin: 0; }
        .check_coverage_block__form .base__radio.radio input[type="radio"]:focus + label {
          color: #FF3A00;
          font-family: 'Montserrat'; }
          .check_coverage_tre .check_coverage_block__form .base__radio.radio input[type="radio"]:focus + label {
            color: #000000; }
        .check_coverage_block__form .base__radio.radio input[type="radio"]:checked + label::before {
          border-color: #292F36; }
      .check_coverage_block__form .base__radio.radio label {
        font-weight: 600;
        min-height: auto;
        font-family: 'Montserrat'; }
        .check_coverage_block__form .base__radio.radio label::before, .check_coverage_block__form .base__radio.radio label::after {
          margin-left: -19px; }
        .check_coverage_block__form .base__radio.radio label::before {
          width: 16px;
          height: 16px;
          background: transparent; }
        .check_coverage_block__form .base__radio.radio label::after {
          width: 10px;
          height: 10px;
          top: 3px;
          left: 3px; }
          .check_coverage_tre .check_coverage_block__form .base__radio.radio label::after {
            background: #000000; }
      @media (max-width: 992px) {
        .check_coverage_block__form .base__radio.radio.radio-inline + .radio-inline {
          margin-left: 5px; } }
      @media (max-width: 910px) {
        .check_coverage_block__form .base__radio.radio.radio-inline + .radio-inline {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .check_coverage_block__form .base__radio.radio.radio-inline + .radio-inline {
          margin-left: 10px; } }
    .check_coverage_block__form .icons {
      vertical-align: middle;
      font-size: 20px;
      margin-bottom: 0;
      margin-left: auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .check_coverage_block__form .icons:hover {
        color: #FF6A00; }
    .check_coverage_block__form .input-element {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      outline: unset; }
      .check_coverage_block__form .input-element:focus {
        outline: unset; }
      @media (max-width: 767px) {
        .check_coverage_block__form .input-element {
          margin-bottom: 20px; } }
      .check_coverage_block__form .input-element.small-input {
        width: 100%;
        max-width: 65px; }
      .check_coverage_block__form .input-element input {
        font-family: 'Montserrat';
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 20px 0 3px;
        font-weight: normal;
        border: 0;
        border-bottom: 1px solid #292F36;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        .check_coverage_block__form .input-element input:focus {
          border-color: #292F36;
          outline-color: none; }
        .check_coverage_block__form .input-element input:focus ~ label, .check_coverage_block__form .input-element input.material ~ label {
          font-size: 12px;
          top: 0; }
        .check_coverage_block__form .input-element input:disabled {
          opacity: 0.4; }
        .check_coverage_block__form .input-element input.error {
          border-color: #CC0000; }
          .check_coverage_block__form .input-element input.error ~ label {
            color: #CC0000;
            font-weight: 700; }
      .check_coverage_block__form .input-element label {
        font-family: 'Montserrat';
        font-weight: 500;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        pointer-events: none; }
      .check_coverage_block__form .input-element input:disabled ~ label {
        opacity: 0.2; }
      .check_coverage_block__form .input-element .autocomplete.coverage_check {
        max-height: 10rem;
        max-width: 20rem;
        z-index: 9999; }
        .check_coverage_tre .check_coverage_block__form .input-element .autocomplete.coverage_check li div.ui-state-active {
          background-color: #000000; }
      .check_coverage_block__form .input-element .errorMessage {
        position: absolute;
        left: 0;
        top: 100%;
        color: #CC0000;
        font-weight: 500;
        font-size: 14px; }
    .check_coverage_block__form button {
      width: 164px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Montserrat';
      font-size: 14px;
      margin: auto auto 0;
      padding: 15px 0;
      border-radius: 25px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .check_coverage_block__form button {
          margin-left: 0; } }
      .check_coverage_block__form button:disabled {
        background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
        border-radius: 25px;
        font-size: 14px;
        padding: 15px 0;
        height: unset;
        opacity: 0.2; }
        .check_coverage_tre .check_coverage_block__form button:disabled {
          background: #D5D5D5;
          border-color: transparent; }
      @media (max-width: 767px) {
        .check_coverage_block__form button {
          margin-top: 2rem;
          max-width: initial; } }
      .check_coverage_block__form button:focus {
        background: #FF3A00;
        color: #FFF; }
  .check_coverage_block__formRow {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .check_coverage_block__formRow {
        -webkit-flex-direction: column;
        /* Safari 6.1+ */
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; } }
    .check_coverage_block__formRow .spinnercta {
      color: #ff6a00;
      font-size: 6px;
      margin: 20px auto;
      width: 1em;
      display: block;
      height: 1em;
      border-radius: 50%;
      position: relative;
      text-indent: -9999em;
      -webkit-animation: ctaspinner 2s infinite linear;
      animation: ctaspinner 2s infinite linear;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0); }

@-webkit-keyframes ctaspinner {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes ctaspinner {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
  .check_coverage_block.mrg-6 {
    margin: 0 6%; }
  .check_coverage_block__formGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2%;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .check_coverage_block__formGroup {
        margin: 0; } }
    .check_coverage_block__formGroup .input-element input {
      outline: unset; }
      .check_coverage_block__formGroup .input-element input:focus {
        outline: unset; }
  .check_coverage_block .flip-card {
    background-color: transparent;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .check_coverage_block .flip-card {
        margin-right: 100px; } }
  .check_coverage_block .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 8px 10px 0 rgba(90,90,90,0.2) */ }
  .check_coverage_block .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg); }
  .check_coverage_block .flip-card-front {
    position: absolute;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 000;
    transform: rotateX(0deg);
    background-color: unset;
    transform-style: preserve-3d; }
    @media (min-width: 767px) {
      .check_coverage_block .flip-card-front {
        height: 100%;
        display: flex;
        align-items: center; } }
  .check_coverage_block .flip-card-back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
    border-radius: 20px;
    background-color: #FFFFFF; }
  .check_coverage_block .ctctoflip-left {
    padding: 6px;
    display: inline-block;
    width: 100%;
    height: 10px;
    margin: 20px 0 0;
    text-align: center;
    background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrowleft.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center; }

.fissocopertura {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  right: 8%; }
  @media (max-width: 767px) {
    .fissocopertura {
      position: relative;
      top: unset;
      justify-content: center;
      right: unset;
      margin-top: -80px; } }
  @media (max-width: 767px) {
    .fissocopertura .boxshadowrm {
      width: 100%;
      margin: 0 6%;
      box-shadow: unset;
      border-left: 2px solid rgba(200, 200, 200, 0.5);
      border-top: 2px solid rgba(200, 200, 200, 0.5);
      border-right: 2px solid rgba(200, 200, 200, 0.5);
      border-bottom-left-radius: unset;
      border-bottom-right-radius: unset; } }

.newofferta {
  color: black;
  display: block;
  position: relative;
  background-color: white;
  box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
  border-radius: 20px;
  width: 320px;
  height: auto; }
  .newofferta--specialoffer {
    background-color: #6207AB;
    color: #FFFFFF;
    font-size: 1rem;
    width: auto;
    position: absolute;
    top: -28px;
    left: 34px;
    padding: 4px 6px; }
    @media (max-width: 767px) {
      .newofferta--specialoffer {
        top: -28px; }
        .boxshadowrm .newofferta--specialoffer {
          top: -29px; } }
  .newofferta--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 0; }
    .newofferta--container h1.newofferta--container-title, .newofferta--container h2.newofferta--container-title {
      color: #000000;
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      padding: 0 10px; }
    .newofferta--container--offer {
      padding: 0 10px 15px 10px; }
      .newofferta--container--offer--details {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center; }
        .newofferta--container--offer--details:not(:empty)::before {
          content: "";
          background-color: transparent;
          position: absolute;
          left: 4px;
          width: 6.69px;
          border-bottom: 2px solid #ff6900;
          height: 10.6px;
          border-right: 2px solid #ff6900;
          transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
    .newofferta--container--bottom {
      display: flex;
      align-items: flex-end;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .newofferta--container--bottom.btmflexdirection {
          flex-direction: column;
          align-items: center; } }
      @media (max-width: 767px) {
        .newofferta--container--bottom .no-padleft {
          padding-left: unset !important; } }
      .newofferta--container--bottom--price-discount {
        font-size: 16px;
        color: #FF6900;
        text-decoration: line-through;
        padding: 10px 10px 0 10px; }
        .boxshadowrm .newofferta--container--bottom--price-discount {
          padding: 10px 0 0 0; }
      .newofferta--container--bottom--price--cp {
        display: flex;
        align-items: center;
        width: 148px;
        color: #FF6900;
        background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
        .newofferta--container--bottom--price--cp .oprezzo {
          font-size: 50px;
          line-height: 50px;
          font-weight: bold;
          color: #FF6900;
          background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent; }
          .newofferta--container--bottom--price--cp .oprezzo--details {
            line-height: 20px;
            padding-left: 3px; }
            .newofferta--container--bottom--price--cp .oprezzo--details-decimalprice {
              font-size: 20px;
              font-weight: bold;
              background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent; }
            .newofferta--container--bottom--price--cp .oprezzo--details-offer {
              font-size: 14px;
              background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent; }
        .newofferta--container--bottom--price--cp--gratis {
          font-size: 18px;
          font-weight: bold;
          color: #D44316; }
      .newofferta--container--bottom .ctctoflip {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        text-decoration: underline;
        padding-left: 12px;
        color: #6207AB;
        display: inline-block;
        padding-bottom: 4px;
        cursor: pointer; }
        .newofferta--container--bottom .ctctoflip.no-underline {
          text-decoration: unset;
          cursor: unset;
          background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .newofferta--container--bottom .ctctoflip-right {
          padding: 6px;
          margin: 6px;
          position: relative;
          width: 20px;
          height: 10px;
          float: right;
          background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrow.svg);
          background-size: contain;
          background-repeat: no-repeat; }

.standard_block__click_to_call.newfmc .ctc.only_desktop {
  position: absolute;
  right: 0;
  font-size: 9px;
  text-transform: uppercase;
  width: auto;
  text-align: right;
  z-index: 100; }
  .standard_block__click_to_call.newfmc .ctc.only_desktop.top-45 {
    top: -45px; }
  .standard_block__click_to_call.newfmc .ctc.only_desktop.top-30 {
    top: -40px; }
  .standard_block__click_to_call.newfmc .ctc.only_desktop.top-50 {
    top: -50px; }
  .standard_block__click_to_call.newfmc .ctc.only_desktop .ctc_disclaimer--cta {
    color: #FFFFFF; }

.new_fmc_form .standard_block__mainContainer.fmcbgimage {
  max-width: 1926px;
  display: block; }

.hpmargin {
  padding-top: 124px; }
  @media (max-width: 767px) {
    .hpmargin {
      padding-top: 102px; } }

/* {} */
hr.example_divider {
  border-width: 1px;
  border-style: dotted;
  border-color: #292F36; }

.with_slider > .slider_item {
  display: none; }

.with_slider > .standard_block {
  margin-bottom: 0; }

.base.wind_mobile .autosuggest ul {
  margin-top: -18px; }

.fixed-offer__bgcontainer {
  width: 1920px;
  height: 480px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .fixed-offer__bgcontainer {
      width: 100%;
      height: auto;
      overflow: unset; } }

.standard_block {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .standard_block .standard_block {
    margin-bottom: 0; }
  .standard_block.new_fmc_form {
    overflow: visible; }
  .standard_block.fmc {
    overflow: visible; }
  .standard_block.wwe.doubleBg .mobile {
    display: none; }
    @media (max-width: 480px) {
      .standard_block.wwe.doubleBg .mobile {
        display: block; } }
  @media (max-width: 480px) {
    .standard_block.wwe.doubleBg .desktop {
      display: none; } }
  .standard_block__mainContainer {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 425px;
    margin: 0 auto;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .standard_block__mainContainer {
        height: auto;
        display: block; } }
    .new_fmc_form .standard_block__mainContainer {
      height: auto; }
      .new_fmc_form .standard_block__mainContainer * {
        letter-spacing: normal; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__mainContainer {
          height: auto; } }
    .withForm.invertedDisplay.fmc .standard_block__mainContainer {
      height: auto; }
      .withForm.invertedDisplay.fmc .standard_block__mainContainer * {
        letter-spacing: normal; }
      @media (max-width: 767px) {
        .withForm.invertedDisplay.fmc .standard_block__mainContainer {
          height: auto; } }
    .fullBand .standard_block__mainContainer {
      height: 350px; }
      @media (max-width: 767px) {
        .fullBand .standard_block__mainContainer {
          height: auto; } }
    .specialVersion .standard_block__mainContainer {
      overflow: hidden; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__mainContainer {
          height: auto; } }
    .specialVersion.transparent .standard_block__mainContainer {
      overflow: visible; }
    .wwe .standard_block__mainContainer {
      min-height: 425px; }
      @media (max-width: 767px) {
        .wwe .standard_block__mainContainer {
          display: table; } }
    .wweHp.fullBand .standard_block__mainContainer {
      height: auto; }
      @media (max-width: 767px) {
        .wweHp.fullBand .standard_block__mainContainer {
          height: auto; } }
  .standard_block__coloredBg {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    height: 100%;
    z-index: 10; }
    @media (max-width: 767px) {
      .standard_block__coloredBg {
        display: none;
        right: 0;
        height: 50%;
        margin: 0 auto; } }
    .new_fmc_form .standard_block__coloredBg {
      display: none; }
    .invertedDisplay .standard_block__coloredBg {
      right: 0;
      left: 50%; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__coloredBg {
          left: 0; } }
    @media (max-width: 767px) {
      .withForm .standard_block__coloredBg {
        display: block;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        height: 330px; } }
    @media (max-width: 767px) {
      .withForm.invertedDisplay .standard_block__coloredBg {
        display: block;
        bottom: 0;
        right: 0;
        left: 0; } }
    .fullBand .standard_block__coloredBg {
      right: 0;
      left: 0; }
      @media (max-width: 767px) {
        .fullBand .standard_block__coloredBg {
          display: block;
          top: 0;
          height: 100%; } }
    .specialVersion .standard_block__coloredBg {
      z-index: 20;
      left: 40%;
      right: 0; }
      @media (max-width: 767px) {
        .specialVersion .standard_block__coloredBg {
          display: block;
          bottom: 0;
          top: 0;
          height: 100%; } }
    .specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .fullBand.specialVersion .standard_block__coloredBg {
      left: 40%;
      right: 0; }
    .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg {
      right: 40%;
      left: 0; }
    .standard_block__coloredBg .shape {
      position: absolute;
      width: 50%;
      height: 100%; }
      .mobile .standard_block__coloredBg .shape {
        background-color: #FF6A00; }
        @media (max-width: 767px) {
          .mobile .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .robin .standard_block__coloredBg .shape {
        background-color: #009BBE; }
        @media (max-width: 767px) {
          .robin .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .fisso .standard_block__coloredBg .shape {
        background-color: #183989; }
        @media (max-width: 767px) {
          .fisso .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .business .standard_block__coloredBg .shape {
        background-color: #292F36; }
        @media (max-width: 767px) {
          .business .standard_block__coloredBg .shape {
            background-color: transparent; } }
      .device .standard_block__coloredBg .shape {
        background-color: #212121; }
        @media (max-width: 767px) {
          .device .standard_block__coloredBg .shape {
            background-color: transparent; } }
      @media (max-width: 767px) {
        .fullBand.mobile .standard_block__coloredBg .shape {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .fullBand.robin .standard_block__coloredBg .shape {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fullBand.fisso .standard_block__coloredBg .shape {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .fullBand.business .standard_block__coloredBg .shape {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .fullBand.device .standard_block__coloredBg .shape {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .fullBand.specialVersion .standard_block__coloredBg .shape {
          background-color: transparent; } }
      .transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .fullBand.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .specialVersion.transparent .standard_block__coloredBg .shape {
        background-color: transparent; }
      .standard_block__coloredBg .shape--one {
        left: 0;
        width: 50%; }
        .invertedDisplay .standard_block__coloredBg .shape--one {
          width: 50%;
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__coloredBg .shape--one {
              width: 50%;
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .withForm .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__coloredBg .shape--one {
              -moz-transform: none;
              -o-transform: none;
              -ms-transform: none;
              -webkit-transform: none;
              transform: none; } }
        .fullBand .standard_block__coloredBg .shape--one {
          -moz-transform: none;
          -o-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          -ms-transform: skew(20deg);
          -webkit-transform: skew(20deg);
          transform: skew(20deg);
          transform-origin: 100% 0; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
        .specialVersion .standard_block__coloredBg .shape--one {
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
          transform-origin: 100% 100%; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--one {
          transform: none; }
      .standard_block__coloredBg .shape--two {
        right: 0;
        width: 50%;
        transform: skew(-20deg);
        transform-origin: 100% 0; }
        @media (max-width: 767px) {
          .standard_block__coloredBg .shape--two {
            width: 50%;
            transform: none; } }
        .invertedDisplay .standard_block__coloredBg .shape--two {
          width: 50%;
          transform: none;
          transform-origin: none; }
        .withForm .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__coloredBg .shape--two {
              transform: none; } }
        .withForm.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand .standard_block__coloredBg .shape--two {
          transform: none; }
        .fullBand.specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .fullBand.specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(-20deg);
          transform-origin: 100% 0; }
        .specialVersion .standard_block__coloredBg .shape--two {
          transform: none;
          transform-origin: none; }
        .specialVersion.invertedDisplay .standard_block__coloredBg .shape--two {
          transform: skew(20deg);
          transform-origin: 100% 100%; }
  .standard_block__half_block {
    display: table-cell;
    position: relative;
    width: 50%;
    height: 100%;
    vertical-align: middle; }
    .standard_block__half_block.upselling_block {
      width: 100%;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      padding-bottom: 5%;
      height: auto;
      overflow: hidden;
      z-index: 998; }
      .standard_block__half_block.upselling_block .upselling_block--container {
        max-width: 100%;
        overflow: hidden;
        display: table;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .standard_block__half_block.upselling_block .upselling_block--container span {
          color: white;
          display: table-cell;
          vertical-align: bottom;
          line-height: 1;
          padding: 5px; }
          .standard_block__half_block.upselling_block .upselling_block--container span.big {
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0; }
          .standard_block__half_block.upselling_block .upselling_block--container span img {
            max-height: 22px; }
        .standard_block__half_block.upselling_block .upselling_block--container.position-center {
          text-align: center; }
        .standard_block__half_block.upselling_block .upselling_block--container.position-left {
          text-align: left;
          left: 0;
          transform: translate(0, -50%); }
        .standard_block__half_block.upselling_block .upselling_block--container.position-right {
          text-align: right;
          right: 0;
          transform: translate(0, -50%); }
      @media (max-width: 767px) {
        .standard_block__half_block.upselling_block {
          position: absolute;
          left: inherit;
          float: left;
          bottom: 295px;
          /*transform: translateY(-100%);*/
          height: auto;
          padding: inherit;
          /*display: none;*/ }
          .standard_block__half_block.upselling_block .upselling_block--container {
            position: relative;
            transform: none;
            top: inherit;
            left: inherit;
            padding: 0;
            display: block; }
            .standard_block__half_block.upselling_block .upselling_block--container span {
              display: inline-block;
              padding: 0 5px 5px; }
            .standard_block__half_block.upselling_block .upselling_block--container.position-left {
              transform: none; }
            .standard_block__half_block.upselling_block .upselling_block--container.position-right {
              transform: none; } }
    .standard_block__half_block.image_block {
      position: absolute;
      right: 50%;
      bottom: 0;
      left: 0;
      width: auto; }
      .standard_block__half_block.image_block .background_block--container {
        display: none; }
        .new_fmc_form .standard_block__half_block.image_block .background_block--container {
          display: block; }
        .fmc .standard_block__half_block.image_block .background_block--container {
          display: block; }
        .wweHp.fullBand .standard_block__half_block.image_block .background_block--container {
          display: block;
          position: relative; }
          @media (max-width: 767px) {
            .wweHp.fullBand .standard_block__half_block.image_block .background_block--container {
              margin: 0 auto; } }
        .standard_block__half_block.image_block .background_block--container img {
          width: 100%;
          height: auto; }
        .standard_block__half_block.image_block .background_block--container .background {
          width: 100%;
          height: auto;
          position: static; }
          .standard_block__half_block.image_block .background_block--container .background.only_desktop {
            display: block; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_desktop {
                display: none; } }
          .standard_block__half_block.image_block .background_block--container .background.only_mobile {
            display: none; }
            @media (max-width: 767px) {
              .standard_block__half_block.image_block .background_block--container .background.only_mobile {
                display: block; } }
      .standard_block__half_block.image_block .image_block--container {
        position: relative;
        width: 100%;
        height: 100%; }
        .new_fmc_form .standard_block__half_block.image_block .image_block--container {
          display: none; }
        .specialVersion .standard_block__half_block.image_block .image_block--container {
          overflow: hidden; }
      .standard_block__half_block.image_block .elements_block--container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px; }
        .new_fmc_form .standard_block__half_block.image_block .elements_block--container {
          display: none; }
      @media (max-width: 767px) {
        .standard_block__half_block.image_block {
          top: 0;
          right: 0;
          bottom: 400px;
          max-width: none;
          height: 350px;
          position: relative;
          width: 100%;
          display: block;
          margin: 0 auto;
          padding: 0; } }
      @media (max-width: 640px) {
        .standard_block__half_block.image_block {
          height: 260px; } }
      .new_fmc_form .standard_block__half_block.image_block {
        position: relative;
        display: block;
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .new_fmc_form .standard_block__half_block.image_block {
            height: auto; } }
      .invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .withForm .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.image_block {
            max-width: none;
            left: 0;
            position: relative;
            display: block; } }
      .withForm.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 0; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.image_block {
            right: 0; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
        position: relative;
        height: auto !important; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.image_block {
            right: 0;
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .fullBand .standard_block__half_block.image_block {
          bottom: 350px;
          height: 300px; } }
      .specialVersion .standard_block__half_block.image_block {
        right: 0;
        left: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .specialVersion .standard_block__half_block.image_block {
            height: 350px; } }
      .specialVersion.transparent .standard_block__half_block.image_block {
        padding: 0;
        left: 0;
        right: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent .standard_block__half_block.image_block {
            right: 0; } }
      .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
        right: 0;
        left: 50%; }
        @media (max-width: 767px) {
          .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block {
            left: 0; } }
      .fullImage .standard_block__half_block.image_block {
        left: 0;
        right: 0; }
        @media (max-width: 767px) {
          .fullImage .standard_block__half_block.image_block {
            padding: 0;
            height: 320px; } }
      .wwe .standard_block__half_block.image_block {
        text-align: right;
        position: relative;
        padding: 40px 30px;
        height: 100%; }
        .wwe .standard_block__half_block.image_block img {
          width: auto;
          max-width: 100%; }
        @media (max-width: 767px) {
          .wwe .standard_block__half_block.image_block {
            position: absolute;
            right: 50%;
            bottom: 0;
            left: 0;
            width: 50%;
            padding: 20px; } }
        @media (max-width: 640px) {
          .wwe .standard_block__half_block.image_block {
            padding: 40px 0; } }
        @media (max-width: 480px) {
          .wwe .standard_block__half_block.image_block {
            padding: 40px 15px;
            right: 0;
            left: auto;
            width: 60%; } }
      .wweHp.fullBand .standard_block__half_block.image_block {
        position: relative; }
        @media (max-width: 767px) {
          .wweHp.fullBand .standard_block__half_block.image_block {
            top: 0;
            height: auto; } }
      .standard_block__half_block.image_block .testimonial {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        z-index: 15; }
        @media (max-width: 767px) {
          .standard_block__half_block.image_block .testimonial {
            bottom: 0;
            left: -9999px;
            right: -9999px;
            width: auto;
            max-width: none; } }
        .invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: 0;
          left: auto; }
          @media (max-width: 767px) {
            .invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .withForm .standard_block__half_block.image_block .testimonial {
          right: 45%;
          left: 0%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm .standard_block__half_block.image_block .testimonial {
              max-width: none;
              width: auto;
              height: calc(100% - 50px);
              transform: translateX(-25%);
              left: -9999px;
              right: -9999px; } }
        .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: 45%;
          width: 100%;
          max-width: 55%;
          height: auto;
          max-height: 100%; }
          @media (max-width: 767px) {
            .withForm.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px;
              height: calc(100% - 30px);
              width: auto;
              transform: translateX(25%);
              max-width: none; } }
        .specialVersion .standard_block__half_block.image_block .testimonial {
          top: 0;
          bottom: 0;
          min-height: 100%;
          left: -740px;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: -740px; }
          @media (max-width: 767px) {
            .invertedDisplay.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: -610px; }
          @media (max-width: 767px) {
            .fullBand.specialVersion .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: calc(100% - 980px); }
          @media (max-width: 767px) {
            .fullBand.specialVersion.invertedDisplay .standard_block__half_block.image_block .testimonial {
              top: 0;
              left: -9999px;
              right: -9999px;
              margin: 0 auto;
              width: auto; } }
        .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
          right: auto;
          left: 0;
          min-height: auto;
          bottom: 0;
          top: auto;
          max-width: none; }
          @media (max-width: 767px) {
            .specialVersion.transparent .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
          @media (max-width: 767px) {
            .specialVersion.transparent.invertedDisplay .standard_block__half_block.image_block .testimonial {
              left: -9999px;
              right: -9999px; } }
        .fullImage .standard_block__half_block.image_block .testimonial {
          right: auto;
          max-width: 200%; }
          @media (max-width: 767px) {
            .fullImage .standard_block__half_block.image_block .testimonial {
              left: 0;
              max-width: none; } }
        .fullImage.invertedDisplay .standard_block__half_block.image_block .testimonial {
          left: auto;
          right: 0; }
    .standard_block__half_block.form_block {
      display: none;
      left: -24%;
      width: 33.33333%;
      text-align: center;
      z-index: 50; }
      .new_fmc_form .standard_block__half_block.form_block {
        position: absolute;
        width: auto;
        display: block;
        left: 0;
        right: 0;
        bottom: 10%;
        height: auto;
        top: auto;
        background-color: #FFF; }
        @media (max-width: 640px) {
          .new_fmc_form .standard_block__half_block.form_block {
            position: relative; } }
      .vertical.new_fmc_form .standard_block__half_block.form_block {
        bottom: 0;
        left: auto;
        width: 340px; }
        @media (max-width: 767px) {
          .vertical.new_fmc_form .standard_block__half_block.form_block {
            width: 100%; } }
      @media (max-width: 767px) {
        .mobile.standard_block .standard_block__half_block.form_block {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .robin.standard_block .standard_block__half_block.form_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .fisso.standard_block .standard_block__half_block.form_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .business.standard_block .standard_block__half_block.form_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .device.standard_block .standard_block__half_block.form_block {
          background-color: #212121; } }
      .transparent.standard_block .standard_block__half_block.form_block {
        background-color: transparent; }
      .invertedDisplay .standard_block__half_block.form_block {
        left: 43%; }
      .withForm .standard_block__half_block.form_block {
        display: table-cell; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.form_block {
            display: inline-block;
            left: 0;
            transform: translateY(calc(100% + 85px));
            width: 100%;
            padding: 20px 0; } }
      @media (max-width: 767px) {
        .withForm.invertedDisplay .standard_block__half_block.form_block {
          transform: translateY(calc(100% + 85px)); } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
        left: 0;
        right: 0;
        display: block;
        position: absolute;
        width: auto;
        background: white;
        transform: none;
        bottom: 12%;
        height: 70px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay.fmc .standard_block__half_block.form_block {
            display: block;
            transform: none;
            bottom: 0;
            height: 220px;
            position: relative;
            padding: 0; } }
      .wweHp.fullBand .standard_block__half_block.form_block {
        width: 50%;
        left: 57%;
        top: 73%;
        position: absolute; }
        @media (max-width: 767px) {
          .wweHp.fullBand .standard_block__half_block.form_block {
            width: 100%;
            left: 0;
            bottom: 0;
            top: auto;
            position: absolute;
            height: auto;
            transform: none; } }
    .standard_block__half_block.offer_block {
      padding: 0 15px;
      text-align: center;
      z-index: 49; }
      .new_fmc_form .standard_block__half_block.offer_block {
        display: none; }
      .fullBand .standard_block__half_block.offer_block {
        color: #FFF; }
      .invertedDisplay .standard_block__half_block.offer_block {
        left: -50%; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__half_block.offer_block {
            left: 0; } }
      .withForm .standard_block__half_block.offer_block {
        left: -7%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm .standard_block__half_block.offer_block {
            display: inline-block;
            top: auto;
            right: 0;
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%;
            height: auto;
            padding: 85px 15px 15px; } }
      .withForm.invertedDisplay .standard_block__half_block.offer_block {
        left: -50%;
        width: 43%; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__half_block.offer_block {
            left: 0;
            transform: translateY(calc(-100% + 85px));
            width: 100%; } }
      .withForm.invertedDisplay.fmc .standard_block__half_block.offer_block {
        display: none; }
      @media (max-width: 767px) {
        .specialVersion.mobile .standard_block__half_block.offer_block {
          background-color: #FF6A00; } }
      @media (max-width: 767px) {
        .specialVersion.robin .standard_block__half_block.offer_block {
          background-color: #009BBE; } }
      @media (max-width: 767px) {
        .specialVersion.fisso .standard_block__half_block.offer_block {
          background-color: #183989; } }
      @media (max-width: 767px) {
        .specialVersion.business .standard_block__half_block.offer_block {
          background-color: #292F36; } }
      @media (max-width: 767px) {
        .specialVersion.device .standard_block__half_block.offer_block {
          background-color: #212121; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.mobile .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.robin .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.fisso .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.business .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion.transparent.device .standard_block__half_block.offer_block {
          background-color: transparent; } }
      @media (max-width: 767px) {
        .specialVersion .standard_block__half_block.offer_block {
          padding-top: 50px; } }
      .wwe .standard_block__half_block.offer_block {
        text-align: left;
        color: #FFF; }
        @media (max-width: 910px) {
          .wwe .standard_block__half_block.offer_block {
            padding: 20px 15px; } }
        @media (max-width: 767px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 50%;
            display: table-cell; } }
        @media (max-width: 640px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 50%;
            /*display: block;*/ } }
        @media (max-width: 480px) {
          .wwe .standard_block__half_block.offer_block {
            top: 0;
            width: 100%;
            left: 0; } }
      .wwe.orange .standard_block__half_block.offer_block {
        color: #FF6A00; }
      @media (max-width: 767px) {
        .standard_block__half_block.offer_block {
          top: 0;
          width: 100%;
          padding: 50px 15px 15px;
          display: block; } }
      .standard_block__half_block.offer_block:empty {
        display: none; }
  .standard_block__ribbon {
    position: relative;
    left: -35px;
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 8px 4px 35px;
    background-color: #FF6A00;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    z-index: 25;
    -webkit-animation: slidein-left 0.7s 0s 1 linear;
    -moz-animation: slidein-left 0.7s 0s 1 linear;
    -o-animation: slidein-left 0.7s 0s 1 linear;
    animation: slidein-left 0.7s 0s 1 linear;
    -animation: slidein-left .7s 0s 1 linear;
    -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
    -ms-animation: slidein-left-ms .7s 0s 1 linear;
    -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    @media (max-width: 767px) {
      .standard_block__ribbon {
        left: -38px;
        padding: 8px 8px 8px 35px;
        font-size: 14px; } }
    .mobile .standard_block__ribbon {
      background-color: #009BBE; }
    .transparent .standard_block__ribbon {
      background-color: #FF6A00; }
    .mobile.transparent .standard_block__ribbon {
      background-color: #009BBE; }
    .invertedDisplay .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
      @media (max-width: 767px) {
        .invertedDisplay .standard_block__ribbon {
          padding: 8px 35px 8px 8px; } }
    .mobile.fullBand .standard_block__ribbon {
      background-color: #009BBE; }
    .withForm .standard_block__ribbon {
      left: calc(100% + 35px);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      padding: 8px 35px 8px 8px;
      text-align: right;
      -animation: slidein-right .7s 0s 1 linear;
      -webkit-animation: slidein-right-webkit .7s 0s 1 linear;
      -ms-animation: slidein-right-ms .7s 0s 1 linear;
      -moz-animation: slidein-right-moz .7s 0s 1 linear; }
    .withForm.invertedDisplay .standard_block__ribbon {
      padding: 8px 8px 8px 35px;
      left: -35px;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      text-align: left;
      -animation: slidein-left .7s 0s 1 linear;
      -webkit-animation: slidein-left-webkit .7s 0s 1 linear;
      -ms-animation: slidein-left-ms .7s 0s 1 linear;
      -moz-animation: slidein-left-moz .7s 0s 1 linear; }
    .standard_block__ribbon:empty {
      display: none; }
    .standard_block__ribbon:before {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #d5501b #d5501b transparent transparent;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.transparent .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .invertedDisplay .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .invertedDisplay.transparent .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm .standard_block__ribbon:before {
        right: 0;
        left: auto;
        border-color: #d5501b transparent transparent #d5501b; }
      .mobile.withForm .standard_block__ribbon:before {
        border-color: #007d99 transparent transparent #007d99; }
      .transparent.withForm .standard_block__ribbon:before {
        border-color: #d5501b transparent transparent #d5501b; }
      .withForm.invertedDisplay .standard_block__ribbon:before {
        right: auto;
        left: 0;
        border-color: #d5501b #d5501b transparent transparent; }
      .mobile.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #007d99 #007d99 transparent transparent; }
      .transparent.withForm.invertedDisplay .standard_block__ribbon:before {
        border-color: #d5501b #d5501b transparent transparent; }
    .standard_block__ribbon:after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -webkit-transform: skew(-20deg);
      transform: skew(-20deg);
      transform-origin: 100% 100%;
      background-color: #FF6A00;
      content: "";
      z-index: -1; }
      .mobile .standard_block__ribbon:after {
        background-color: #2D389C; }
      .transparent .standard_block__ribbon:after {
        background-color: #FF6A00; }
      .mobile.transparent .standard_block__ribbon:after {
        background-color: #009BBE; }
      .invertedDisplay .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 0 100%; }
      .mobile.fullBand .standard_block__ribbon:after {
        background-color: #009BBE; }
      .withForm .standard_block__ribbon:after {
        left: 0;
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        transform-origin: 100% 100%; }
      .withForm.invertedDisplay .standard_block__ribbon:after {
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        transform-origin: 100% 100%; }
  .standard_block__sticker__wrapper {
    position: relative;
    z-index: 35; }
    .standard_block__sticker__wrapper.small {
      position: absolute;
      bottom: 15px;
      left: 15px;
      width: 38px; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.small {
          right: 15px;
          width: auto;
          bottom: -45px;
          margin: 0 auto;
          text-align: center; }
          .standard_block__sticker__wrapper.small .standard_block__sticker {
            width: 38px;
            height: auto;
            display: inline-block;
            vertical-align: middle; } }
      .invertedDisplay .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .invertedDisplay .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm .standard_block__sticker__wrapper.small {
        right: 15px;
        left: auto; }
        @media (max-width: 767px) {
          .withForm .standard_block__sticker__wrapper.small {
            left: 15px; } }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
        right: auto;
        left: 15px; }
        @media (max-width: 767px) {
          .withForm.invertedDisplay .standard_block__sticker__wrapper.small {
            right: 15px; } }
    .standard_block__sticker__wrapper.big {
      width: 57px;
      margin: 0 auto 0 0; }
      @media (max-width: 767px) {
        .standard_block__sticker__wrapper.big {
          width: 48px; } }
      .standard_block__sticker__wrapper.big .standard_block__sticker img {
        width: 100%;
        height: auto; }
      .standard_block__sticker__wrapper.big .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
      .invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm .standard_block__sticker__wrapper.big {
        margin: 0 0 0 auto; }
      .withForm.invertedDisplay .standard_block__sticker__wrapper.big {
        margin: 0 auto 0 0; }
    .standard_block__sticker__wrapper .standard_block__sticker {
      display: block;
      width: 100%;
      height: auto; }
      .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .standard_block__sticker__wrapper .standard_block__sticker:not(:last-of-type) {
            margin-bottom: 0; } }
  .standard_block__title {
    margin-bottom: 8px;
    color: #2D389C;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__title {
        font-size: 40px; } }
    .splittedTitle .standard_block__title {
      margin-bottom: 0;
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__title {
          font-size: 24px; } }
    .mobile .standard_block__title {
      color: #2D389C; }
    .robin .standard_block__title {
      color: #009BBE; }
    .fisso .standard_block__title {
      color: #183989; }
    .business .standard_block__title {
      color: #FF6A00; }
    .device .standard_block__title {
      color: #212121; }
    .mobile.transparent .standard_block__title {
      color: #FF6A00; }
    .fullBand .standard_block__title {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__title {
      color: #FF6A00; }
    .fullBand.transparent.robin .standard_block__title {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__title {
      color: #183989; }
    .fullBand.transparent.business .standard_block__title {
      color: #FF6A00; }
    .fullBand.transparent.device .standard_block__title {
      color: #212121; }
    .specialVersion .standard_block__title {
      color: #FFF; }
    .specialVersion.transparent.mobile .standard_block__title {
      color: #FF6A00; }
    .specialVersion.transparent.robin .standard_block__title {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__title {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__title {
      color: #FF6A00; }
    .specialVersion.transparent.device .standard_block__title {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__title {
          color: #FF6A00; } }
    .fullImage.transparent.light.robin .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__title {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__title {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__title {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__title {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__title {
          color: #212121; } }
    .wwe .standard_block__title {
      font-size: 36px;
      line-height: 1.1em;
      text-transform: initial;
      font-family: "Montserrat";
      font-weight: 700;
      margin-bottom: 15px;
      color: #FFF; }
      @media (max-width: 910px) {
        .wwe .standard_block__title {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .wwe .standard_block__title {
          width: 50%; } }
    .wwe.orange .standard_block__title {
      color: #FF6A00; }
  .standard_block__subtitle {
    margin-bottom: 8px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .standard_block__subtitle {
        font-size: 28px; } }
    .mobile .standard_block__subtitle {
      color: #009BBE; }
    .robin .standard_block__subtitle {
      color: #009BBE; }
    .fisso .standard_block__subtitle {
      color: #183989; }
    .business .standard_block__subtitle {
      color: #FF6A00; }
    .device .standard_block__subtitle {
      color: #212121; }
    .mobile.transparent .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand .standard_block__subtitle {
      color: #FFF; }
    .splittedTitle .standard_block__subtitle {
      font-size: 36px; }
      @media (max-width: 910px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .splittedTitle .standard_block__subtitle {
          font-size: 24px; } }
    .specialVersion .standard_block__subtitle {
      color: #FFF; }
    .fullBand.transparent.mobile .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .fullBand.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .fullBand.transparent.business .standard_block__subtitle {
      color: #FF6A00; }
    .fullBand.transparent.device .standard_block__subtitle {
      color: #212121; }
    .specialVersion.transparent.mobile .standard_block__subtitle {
      color: #FF6A00; }
    .specialVersion.transparent.robin .standard_block__subtitle {
      color: #009BBE; }
    .specialVersion.transparent.fisso .standard_block__subtitle {
      color: #183989; }
    .specialVersion.transparent.business .standard_block__subtitle {
      color: #FF6A00; }
    .specialVersion.transparent.device .standard_block__subtitle {
      color: #212121; }
    .fullImage.transparent.light.mobile .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .standard_block__subtitle {
          color: #FF6A00; } }
    .fullImage.transparent.light.robin .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .standard_block__subtitle {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .standard_block__subtitle {
          color: #183989; } }
    .fullImage.transparent.light.business .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .standard_block__subtitle {
          color: #292F36; } }
    .fullImage.transparent.light.device .standard_block__subtitle {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .standard_block__subtitle {
          color: #212121; } }
    .wwe .standard_block__subtitle {
      color: #FFF;
      font-size: 26px;
      line-height: 1.2em;
      text-transform: uppercase;
      /* font-family: 'Oswald', sans-serif; */
      font-family: "Montserrat";
      font-weight: 700; }
      @media (max-width: 910px) {
        .wwe .standard_block__subtitle {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .wwe .standard_block__subtitle {
          font-size: 18px; } }
      @media (max-width: 640px) {
        .wwe .standard_block__subtitle {
          width: 50%; } }
    .wwe.orange .standard_block__subtitle {
      color: #FF6A00; }
    .standard_block__subtitle:empty {
      display: none; }
  .standard_block__text {
    margin-bottom: 8px;
    color: #292F36;
    font-size: 1.250em;
    line-height: 1.1em; }
    .fullBand .standard_block__text {
      color: #FFF; }
    .withForm .standard_block__text {
      font-size: 20px; }
      @media (max-width: 767px) {
        .withForm .standard_block__text {
          font-size: 16px; } }
    .specialVersion .standard_block__text {
      color: #FFF; }
    .fullBand.transparent .standard_block__text {
      color: #292F36; }
    .specialVersion.transparent .standard_block__text {
      color: #292F36; }
    .fullImage.light .standard_block__text {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .standard_block__text {
          color: #292F36; } }
    .wwe .standard_block__text {
      color: #FFF;
      font-size: 20px;
      line-height: 1.2em;
      font-family: "Montserrat";
      font-weight: 400;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .wwe .standard_block__text {
          max-width: 100%;
          margin: 0 0 15px; } }
    .wwe.orange .standard_block__text {
      color: #FF6A00; }
    @media (max-width: 910px) {
      .standard_block__text {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .standard_block__text {
        font-size: 16px;
        max-width: 85%;
        margin: 0 auto 16px; } }
    .standard_block__text:empty {
      display: none; }
  .standard_block__singleButton .base__bt, .standard_block__doubleButton .base__bt {
    max-width: 70%;
    margin-bottom: 8px; }
  .standard_block .base__bt {
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    max-height: 46px; }
    @media (max-width: 767px) {
      .standard_block .base__bt {
        width: 260px; } }
    .standard_block .base__bt--or2 {
      color: #FF6A00;
      background-color: #FFF;
      border-color: #FF6A00; }
      .standard_block .base__bt--or2:hover {
        background-color: #FF3A00;
        color: white;
        border-color: #FF3A00; }
      .specialVersion.standard_block .base__bt--or2 {
        border-color: #FF6A00; }
      .fullBand.standard_block .base__bt--or2 {
        border-color: transparent; }
      .mobile.fullBand.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
      .mobile.specialVersion.standard_block .base__bt--or2 {
        border-color: #FFF;
        background-color: transparent;
        color: #FFF; }
    .mobile.fullBand.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #FF6A00; }
    .mobile.fullBand.transparent.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FF6A00;
      color: #FFF; }
    .mobile.specialVersion.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FFF;
      color: #FF6A00; }
    .mobile.fullImage.standard_block .base__bt--or {
      border-color: transparent;
      background-color: #FF6A00;
      color: #FFF; }
    .standard_block .base__bt:empty {
      display: none; }
  .standard_block .bundle_orange__container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .new_fmc_form .standard_block__click_to_call .ctc,
  .fmc .standard_block__click_to_call .ctc {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 9px;
    text-transform: uppercase;
    width: auto;
    text-align: right;
    z-index: 100; }
    @media (max-width: 767px) {
      .new_fmc_form .standard_block__click_to_call .ctc,
      .fmc .standard_block__click_to_call .ctc {
        font-size: 12px; } }
    .new_fmc_form .standard_block__click_to_call .ctc.only_desktop,
    .fmc .standard_block__click_to_call .ctc.only_desktop {
      display: block; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc.only_desktop,
        .fmc .standard_block__click_to_call .ctc.only_desktop {
          display: none; } }
    .new_fmc_form .standard_block__click_to_call .ctc.only_mobile,
    .fmc .standard_block__click_to_call .ctc.only_mobile {
      display: none; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc.only_mobile,
        .fmc .standard_block__click_to_call .ctc.only_mobile {
          display: block; }
          .offerte-section .new_fmc_form .standard_block__click_to_call .ctc.only_mobile, .offerte-section
          .fmc .standard_block__click_to_call .ctc.only_mobile {
            position: fixed;
            bottom: 0;
            left: 0;
            top: initial;
            right: 0;
            background-color: #84E1B6;
            box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3);
            height: auto;
            min-height: 60px; } }
    .new_fmc_form .standard_block__click_to_call .ctc a,
    .fmc .standard_block__click_to_call .ctc a {
      color: #000000;
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none; }
    .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
    .fmc .standard_block__click_to_call .ctc .base__icon {
      display: block;
      margin: 0;
      float: right;
      width: 30px;
      height: 30px; }
      @media (max-width: 767px) {
        .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 25px;
          height: 25px; } }
      @media (max-width: 640px) {
        .new_fmc_form .standard_block__click_to_call .ctc .base__icon,
        .fmc .standard_block__click_to_call .ctc .base__icon {
          width: 20px;
          height: 20px; } }
    @media (max-width: 767px) {
      .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_image__call--cta, .offerte-section
      .fmc .standard_block__click_to_call .ctc .ctc_image__call--cta {
        display: none; } }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_image__call--cta img,
    .fmc .standard_block__click_to_call .ctc .ctc_image__call--cta img {
      height: 34px;
      width: auto; }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_disclaimer--cta,
    .fmc .standard_block__click_to_call .ctc .ctc_disclaimer--cta {
      padding-right: 1rem;
      color: #000000;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_disclaimer--cta, .offerte-section
        .fmc .standard_block__click_to_call .ctc .ctc_disclaimer--cta {
          font-size: 24px;
          font-weight: bold;
          padding: 12px 0;
          color: #000000; } }
    .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table,
    .fmc .standard_block__click_to_call .ctc .ctc_container--table {
      display: table;
      height: 100%; }
      @media (max-width: 767px) {
        .offerte-section .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table, .offerte-section
        .fmc .standard_block__click_to_call .ctc .ctc_container--table {
          width: 100%;
          text-align: center; } }
      .new_fmc_form .standard_block__click_to_call .ctc .ctc_container--table > *,
      .fmc .standard_block__click_to_call .ctc .ctc_container--table > * {
        display: table-cell;
        vertical-align: middle; }
    @media (max-width: 767px) {
      .new_fmc_form .standard_block__click_to_call .ctc,
      .fmc .standard_block__click_to_call .ctc {
        height: 10%; } }
  .standard_block .wweContainer {
    width: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .standard_block .wweContainer .gradientOverlay {
      position: absolute;
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -webkit-gradient(left top, right top, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), color-stop(100%, black));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 99%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 48; }
      @media (max-width: 640px) {
        .standard_block .wweContainer .gradientOverlay {
          background: black;
          background: -moz-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(0%, black), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(70%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -o-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: -ms-linear-gradient(left, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          background: linear-gradient(to right, black 0%, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(255, 255, 255, 0) 60%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1); } }
  .standard_block .wweBackground {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%; }
    .standard_block .wweBackground .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%; }
      @media (max-width: 640px) {
        .standard_block .wweBackground .background {
          left: 10%; } }
      @media (max-width: 480px) {
        .standard_block .wweBackground .background {
          left: 0; } }
    .standard_block .wweBackground.doubleBg .mobile {
      display: none; }
      @media (max-width: 480px) {
        .standard_block .wweBackground.doubleBg .mobile {
          display: block; } }
    @media (max-width: 480px) {
      .standard_block .wweBackground.doubleBg .desktop {
        display: none; } }
    @media (max-width: 640px) {
      .standard_block .wweBackground.doubleBg .background {
        left: 0; } }
    .standard_block .wweBackground.onlyImage {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .standard_block .wweBackground.onlyImage .background {
        position: static;
        width: 100%;
        height: 100%; }
  .standard_block .wweDoubleCta {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative; }
    .standard_block .wweDoubleCta .singleCta {
      width: 49.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1.1em; }
      .standard_block .wweDoubleCta .singleCta a {
        text-decoration: none; }
  .standard_block .wweBundle {
    font-family: "Montserrat";
    font-weight: 400;
    margin-bottom: 5px; }
    .standard_block .wweBundle:last-child {
      margin-bottom: 0; }
    .standard_block .wweBundle .accent {
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 24px; }
    .standard_block .wweBundle .discount {
      position: relative; }
      .standard_block .wweBundle .discount::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        content: ""; }
  .standard_block .doubleCta .recurrent_priceRow__newPrice {
    width: auto;
    margin-right: 20px;
    margin-bottom: 25px; }
  .standard_block .doubleCta .wweCta.text {
    margin-bottom: 30px; }
  .standard_block .doubleCta .wweCta.text a {
    color: white;
    text-decoration: underline;
    text-transform: initial; }
  .standard_block .doubleCta .wweBundle .base__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .standard_block .doubleCta .wweBundle span {
    display: inline-block;
    vertical-align: middle; }
  .standard_block .modal-check {
    position: absolute !important;
    z-index: 990;
    padding-right: 0 !important;
    background-color: rgba(0, 0, 0, 0.4); }
    .standard_block .modal-check .modal-content {
      box-shadow: 0px 11px 28px 0 #343c42; }
    .standard_block .modal-check .modal-dialog {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%); }
    .standard_block .modal-check .base__bt {
      font-size: 1rem;
      width: 100%; }
  .standard_block .modal-backdrop {
    position: absolute !important; }

.bundle_partner:before {
  display: block;
  position: relative;
  bottom: 5px;
  max-width: 120px;
  height: 1px;
  margin: 0 auto;
  background-color: #F4F4F4;
  content: ""; }
  @media (max-width: 767px) {
    .bundle_partner:before {
      bottom: 0; } }

.bundle_partner:empty {
  display: none; }

.bundle_partner__logo {
  margin: 0 auto; }

.bundle_partner__text {
  font-size: 14px;
  line-height: 1.1em; }

.bundle_partner__claim {
  margin: .5rem 0;
  font-size: 14px;
  line-height: 1.1em; }

.bundle_orange {
  display: inline-block;
  padding: 0 8px;
  color: #FF6A00;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  min-width: 95px;
  max-width: 145px;
  height: 100%; }
  .bundle_orange:not(:last-of-type) {
    border-right: 1px solid #D3D3D2; }
  @media (max-width: 767px) {
    .bundle_orange {
      min-width: auto; } }
  .specialVersion .bundle_orange {
    color: #FFF; }
  .fullBand.transparent .bundle_orange {
    color: #FF6A00; }
  .specialVersion.transparent .bundle_orange {
    color: #FF6A00; }
  .fullImage .bundle_orange {
    color: #292F36; }
  .fullImage.light .bundle_orange {
    color: #FF6A00; }
  .bundle_orange__container {
    display: inline-block;
    width: 100%;
    margin: 0 auto 14px;
    text-align: center;
    height: 80px; }
    @media (max-width: 767px) {
      .bundle_orange__container {
        height: 60px; } }
    .bundle_orange__container.bundle_small .bundle_orange {
      padding: 0 5px;
      min-width: 85px; }
      .bundle_orange__container.bundle_small .bundle_orange__number {
        font-size: 2.2rem; }
      .bundle_orange__container.bundle_small .bundle_orange__title {
        font-size: 0.875rem; }
    .bundle_orange__container:empty {
      display: none; }
  .bundle_orange__title {
    max-width: none;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .bundle_orange__title {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .bundle_orange__title {
        font-size: 14px; } }
  .bundle_orange__number {
    font-size: 32px;
    line-height: 1em;
    font-weight: 400; }
    @media (max-width: 640px) {
      .bundle_orange__number {
        font-size: 36px; } }
    @media (max-width: 480px) {
      .bundle_orange__number {
        font-size: 26px; } }
    .bundle_orange__number:empty {
      display: none; }
      .bundle_orange__number:empty + .bundle_orange__title {
        max-width: none;
        font-size: 18px; }
        @media (max-width: 767px) {
          .bundle_orange__number:empty + .bundle_orange__title {
            font-size: 14px; } }

.recurrent_priceRow {
  margin: 0 auto 16px; }
  .recurrent_priceRow__price {
    margin: 0 8px;
    color: inherit;
    font-size: 55px;
    letter-spacing: -.25rem;
    line-height: 1em; }
    .mobile .recurrent_priceRow__price {
      color: #2D389C; }
    .robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fisso .recurrent_priceRow__price {
      color: #183989; }
    .business .recurrent_priceRow__price {
      color: #FF6A00; }
    .device .recurrent_priceRow__price {
      color: #212121; }
    .fullBand .recurrent_priceRow__price {
      color: #FFF; }
    .mobile.transparent .recurrent_priceRow__price {
      color: #FF6A00; }
    .specialVersion .recurrent_priceRow__price {
      color: #FFF; }
    .fullBand.transparent.mobile .recurrent_priceRow__price {
      color: #FF6A00; }
    .fullBand.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .fullBand.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .fullBand.transparent.business .recurrent_priceRow__price {
      color: #FF6A00; }
    .fullBand.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .specialVersion.transparent.mobile .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.robin .recurrent_priceRow__price {
      color: #009BBE; }
    .specialVersion.transparent.fisso .recurrent_priceRow__price {
      color: #183989; }
    .specialVersion.transparent.business .recurrent_priceRow__price {
      color: #FF6A00; }
    .specialVersion.transparent.device .recurrent_priceRow__price {
      color: #212121; }
    .fullImage.transparent.light.mobile .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.mobile .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.robin .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.robin .recurrent_priceRow__price {
          color: #009BBE; } }
    .fullImage.transparent.light.fisso .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.fisso .recurrent_priceRow__price {
          color: #183989; } }
    .fullImage.transparent.light.business .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.business .recurrent_priceRow__price {
          color: #292F36; } }
    .fullImage.transparent.light.device .recurrent_priceRow__price {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.transparent.light.device .recurrent_priceRow__price {
          color: #212121; } }
    .recurrent_priceRow__price.with_currency:after {
      font-size: .7em; }
    .recurrent_priceRow__price.price_discounted {
      position: relative; }
      .recurrent_priceRow__price.price_discounted::before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        content: ""; }
    .recurrent_priceRow__price:empty {
      display: none; }
  .recurrent_priceRow__recurrency {
    display: block;
    margin-bottom: 16px;
    color: #292F36;
    font-size: 13px;
    line-height: 1.2em; }
    .fullBand .recurrent_priceRow__recurrency {
      color: #FFF; }
    .specialVersion .recurrent_priceRow__recurrency {
      color: #FFF; }
    .fullBand.transparent .recurrent_priceRow__recurrency {
      color: #292F36; }
    .fullImage.light .recurrent_priceRow__recurrency {
      color: #FFF; }
      @media (max-width: 767px) {
        .fullImage.light .recurrent_priceRow__recurrency {
          color: #292F36; } }
    .recurrent_priceRow__recurrency:empty {
      display: none; }
  .wwe .recurrent_priceRow {
    margin-bottom: 0; }
  .recurrent_priceRow__newPrice {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 15px; }
    @media (max-width: 910px) {
      .recurrent_priceRow__newPrice {
        width: 100%;
        margin-bottom: 10px; } }
    .recurrent_priceRow__newPrice .currency {
      vertical-align: bottom;
      font-size: 30px;
      font-family: "Montserrat";
      font-weight: 400;
      line-height: 1.6em; }
    .recurrent_priceRow__newPrice .recurrency {
      /* font-family: 'Oswald', sans-serif; */
      vertical-align: bottom;
      display: inline-block;
      font-size: 16px;
      line-height: 1.9em; }
    .recurrent_priceRow__newPrice .integer {
      display: inline-block;
      vertical-align: top;
      font-size: 64px;
      line-height: 0.7em;
      font-family: "Montserrat";
      font-weight: 700; }
      .recurrent_priceRow__newPrice .integer.with_currency:after {
        font-size: 0.5em; }
  .recurrent_priceRow .wweCta {
    display: inline-block;
    width: 100%;
    max-width: 47%;
    vertical-align: top; }
    .recurrent_priceRow .wweCta:only-child {
      max-width: initial;
      text-align: right; }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta:only-child {
          text-align: center; } }
      .recurrent_priceRow .wweCta:only-child a {
        margin-right: 30px; }
        @media (max-width: 640px) {
          .recurrent_priceRow .wweCta:only-child a {
            max-width: 280px;
            margin-right: 0; } }
    @media (max-width: 910px) {
      .recurrent_priceRow .wweCta {
        max-width: initial; } }
    @media (max-width: 767px) {
      .recurrent_priceRow .wweCta {
        max-width: 280px; } }
    @media (max-width: 480px) {
      .recurrent_priceRow .wweCta {
        max-width: initial; } }
    .recurrent_priceRow .wweCta .wweButton {
      max-height: 50px;
      padding: 16px;
      font-family: "Montserrat";
      font-weight: 700;
      width: 100%;
      max-width: 220px; }
      @media (max-width: 910px) {
        .recurrent_priceRow .wweCta .wweButton {
          max-width: 280px; } }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta .wweButton {
          max-width: initial; } }
    .recurrent_priceRow .wweCta .textLink {
      display: inline-block;
      width: 100%;
      margin-top: 15px;
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 16px;
      text-align: center; }
      @media (max-width: 910px) {
        .recurrent_priceRow .wweCta .textLink {
          text-align: left; } }
      @media (max-width: 640px) {
        .recurrent_priceRow .wweCta .textLink {
          text-align: center; } }
      .recurrent_priceRow .wweCta .textLink a {
        text-decoration: underline;
        font-weight: bold; }
    .recurrent_priceRow .wweCta.text {
      vertical-align: bottom;
      margin-bottom: 20px;
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: 700; }

.coverage_form {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative; }
  .invertedDisplay .coverage_form {
    left: 0; }
    @media (max-width: 767px) {
      .invertedDisplay .coverage_form {
        left: 0; } }
  .fmc .coverage_form {
    text-align: left;
    padding-top: 1.25rem; }
    @media (max-width: 767px) {
      .fmc .coverage_form {
        padding-top: 1.25rem; } }
    .fmc .coverage_form.uncovered {
      padding-left: 20%; }
      @media (max-width: 767px) {
        .fmc .coverage_form.uncovered {
          padding-top: 5rem;
          padding-left: 0;
          padding-bottom: 3.4rem; } }
  @media (max-width: 767px) {
    .coverage_form {
      padding: 0; } }
  .coverage_form:empty {
    display: none; }
  .coverage_form__white_title {
    height: 1.1em;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2em; }
    @media (max-width: 910px) {
      .coverage_form__white_title {
        font-size: 22px; } }
    .coverage_form__white_title:empty {
      display: none; }
  .fmc .coverage_form__select {
    width: calc(25% - 45px);
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .fmc .coverage_form__select {
        width: 47%; } }
  .fmc .coverage_form .clear {
    display: none; }
  .coverage_form select.base__select {
    display: none !important; }
  .coverage_form .base__select {
    left: 0;
    width: 100% !important;
    margin-bottom: 10px;
    z-index: 80; }
    .coverage_form .base__select.bootstrap-select .dropdown-toggle {
      width: 100%;
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 1em; }
      .fmc .coverage_form .base__select.bootstrap-select .dropdown-toggle {
        font-size: 1rem;
        line-height: normal;
        padding: .7rem .7rem;
        height: 37px; }
    .coverage_form .base__select.bootstrap-select .bs-caret .caret {
      top: 50%;
      right: 15px; }
    .coverage_form .base__select.bootstrap-select .filter-option {
      font-size: 1em;
      text-align: left; }
      .fmc .coverage_form .base__select.bootstrap-select .filter-option {
        width: 100%;
        font-size: 1rem; }
  .coverage_form .base__input {
    width: 100%;
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #292F36; }
    .fmc .coverage_form .base__input {
      padding: .7rem;
      font-size: 1rem;
      height: 37px; }
      .fmc .coverage_form .base__input::-webkit-input-placeholder {
        color: #292F36; }
      .fmc .coverage_form .base__input:-moz-placeholder {
        color: #292F36;
        opacity: 1; }
      .fmc .coverage_form .base__input::-moz-placeholder {
        color: #292F36;
        opacity: 1; }
  .coverage_form .base__bt {
    margin-bottom: 10px;
    width: 100% !important; }
    .fmc .coverage_form .base__bt#verificacoperturabutton,
    .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
      width: 180px !important;
      float: right;
      font-size: 1rem;
      height: 37px;
      line-height: normal;
      padding: .7rem .7rem; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt#verificacoperturabutton,
        .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
          width: 99% !important;
          float: none; } }
    .fmc .covered.coverage_form .base__bt#verificacoperturabutton {
      display: block; }
      .fmc .covered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: none; }
    .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton {
      display: none; }
      .fmc .uncovered.coverage_form .base__bt#verificacoperturabutton_tel {
        display: block; }
    @media (max-width: 767px) {
      .fmc .coverage_form .base__bt#verificacoperturabutton_tel {
        top: calc(100% - 45px);
        position: absolute; } }
    .fmc .coverage_form .base__bt.with_number {
      display: block;
      position: absolute;
      top: -2rem;
      height: 2rem;
      margin: 0;
      left: 0;
      padding: 0;
      white-space: normal;
      font-size: .85rem;
      font-family: "Montserrat";
      font-weight: 700;
      line-height: 2rem;
      width: calc(50% - 5px) !important;
      border: none;
      border-radius: 4px 4px 0 0;
      background: rgba(255, 255, 255, 0.4); }
      .fmc .coverage_form .base__bt.with_number.active {
        background: white;
        color: #FF6A00; }
      @media (max-width: 767px) {
        .fmc .coverage_form .base__bt.with_number {
          left: -20px;
          width: calc(49.5% + 20px) !important;
          height: 4.6em;
          top: -4.6em;
          max-height: none;
          line-height: 1.6em;
          padding: .6em; } }
    .coverage_form .base__bt--or2 {
      background-color: #FFF;
      color: #FFF; }
    .mobile .coverage_form .base__bt--or {
      border-color: #FFF; }
  .fmc .coverage_form__input--city {
    display: inline-block;
    width: calc(27% - 45px);
    z-index: 70;
    position: relative; }
    @media (max-width: 767px) {
      .fmc .coverage_form__input--city {
        width: 51%; } }
  .coverage_form__input--address {
    display: inline-block;
    width: calc(100% - 75px);
    float: left; }
    .fmc .coverage_form__input--address {
      width: calc(31% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--address {
          width: 80%; } }
  .coverage_form__input--civic_number {
    display: inline-block;
    width: 60px;
    float: right; }
    .fmc .coverage_form__input--civic_number {
      width: calc(14% - 45px);
      z-index: 70;
      float: none;
      position: relative; }
      @media (max-width: 767px) {
        .fmc .coverage_form__input--civic_number {
          width: 18%; } }
  .coverage_form__input--number {
    display: inline-block;
    width: calc(100% - 75px);
    float: right; }
    .fmc .coverage_form__input--number {
      display: none;
      width: 14%;
      float: none; }
    .fmc .uncovered .coverage_form__input--number {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--number {
          width: 69%; } }
  .coverage_form__input--prefix {
    display: inline-block;
    width: 60px;
    float: left; }
    .fmc .coverage_form__input--prefix {
      display: none;
      width: 6%;
      float: none; }
    .fmc .uncovered .coverage_form__input--prefix {
      display: inline-block; }
      @media (max-width: 767px) {
        .fmc .uncovered .coverage_form__input--prefix {
          width: 29%; } }
  .coverage_form__additional_form {
    -webkit-transition: all, 0.45s, ease-in-out;
    -moz-transition: all, 0.45s, ease-in-out;
    -ms-transition: all, 0.45s, ease-in-out;
    -o-transition: all, 0.45s, ease-in-out;
    transition: all, 0.45s, ease-in-out;
    position: absolute;
    width: 100%; }
    .coverage_form__additional_form.covered {
      bottom: -100%;
      opacity: 0; }
    .coverage_form__additional_form.uncovered {
      bottom: -20px;
      opacity: 1;
      z-index: 60; }
      .mobile .coverage_form__additional_form.uncovered {
        background-color: #FF6A00; }
      .robin .coverage_form__additional_form.uncovered {
        background-color: #009BBE; }
      .fisso .coverage_form__additional_form.uncovered {
        background-color: #183989; }
      .business .coverage_form__additional_form.uncovered {
        background-color: #292F36; }
      .device .coverage_form__additional_form.uncovered {
        background-color: #212121; }
    @media (max-width: 767px) {
      .fmc .coverage_form__additional_form {
        bottom: 0 !important; } }
    .fmc .covered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0; }
    .fmc .uncovered .coverage_form__additional_form {
      opacity: 1;
      bottom: auto;
      top: 0;
      padding-top: 1.25rem;
      left: 0;
      right: 0;
      background-color: transparent; }
    .coverage_form__additional_form .without_number {
      display: block;
      margin-bottom: 5px;
      color: #FFF;
      font-family: "Montserrat";
      font-weight: 300;
      text-align: center;
      text-decoration: underline;
      text-transform: uppercase; }
      .fmc .coverage_form__additional_form .without_number {
        display: block;
        position: absolute;
        outline: 0;
        top: -2rem;
        height: 2rem;
        margin: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.4);
        color: #FFF;
        text-decoration: none;
        padding: 0;
        font-size: .85rem;
        font-family: "Montserrat";
        font-weight: 700;
        line-height: 2rem;
        width: calc(50% - 5px) !important;
        border: none;
        border-radius: 4px 4px 0 0; }
        .fmc .coverage_form__additional_form .without_number.active {
          color: #FF6A00;
          background: white; }
        @media (max-width: 767px) {
          .fmc .coverage_form__additional_form .without_number {
            right: -20px;
            width: calc(49.5% + 20px) !important;
            height: 4.6em;
            padding: .6em;
            line-height: 1.6em;
            top: -4.6em; } }

.new_coverage_form--title h3 {
  background-color: rgba(230, 233, 237, 0.9);
  color: #FF6A00;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 700;
  padding: .5rem 1.5rem; }
  .vertical.new_fmc_form .new_coverage_form--title h3 {
    padding: 1.5rem; }
  .check_tre .new_coverage_form--title h3 {
    color: #23527c; }

.new_coverage_form--form {
  background-color: #FFF;
  padding: .65rem 1.5rem .75rem;
  font-size: 0;
  height: auto;
  position: relative; }
  @media (max-width: 767px) {
    .new_coverage_form--form {
      padding: 1rem 1.5rem 1rem;
      border-bottom: 1px solid #D3D3D2; } }
  .vertical.new_fmc_form .new_coverage_form--form {
    height: auto;
    padding: 1.5rem; }
  .new_coverage_form--form h6 {
    font-size: .9rem;
    padding-bottom: .85rem; }
    @media (max-width: 767px) {
      .new_coverage_form--form h6.block {
        display: inline-block;
        padding: 0.7rem 0 .75rem;
        margin-right: 1rem;
        vertical-align: middle;
        font-size: 1rem; } }
    @media (max-width: 640px) {
      .new_coverage_form--form h6.block {
        display: block;
        padding: 0 0 .75rem;
        margin-right: 0;
        vertical-align: middle;
        font-size: 1rem; } }
    .vertical.new_fmc_form .new_coverage_form--form h6 {
      font-size: 1rem;
      padding-bottom: 1.25rem; }
  .new_coverage_form--form input {
    margin-right: .4rem;
    font-size: 1rem;
    vertical-align: top;
    padding: .6rem;
    height: 2.5rem;
    color: #292F36; }
    .check_tre .new_coverage_form--form input:focus, .new_coverage_form--form input:hover {
      border-color: #23527c; }
    @media (max-width: 1024px) {
      .new_coverage_form--form input {
        font-size: .85rem; } }
    .vertical.new_fmc_form .new_coverage_form--form input {
      margin-right: .85rem;
      margin-bottom: 1.25rem;
      font-size: 1rem; }
    .new_coverage_form--form input#comune {
      width: calc((1% - 1.76px)*17); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#comune {
          width: calc((1% - 1.42px - .018rem)*30); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#comune {
          width: calc((1% - .008rem)*25); } }
      .vertical.new_fmc_form .new_coverage_form--form input#comune {
        width: 100%;
        margin-right: 0; }
    .new_coverage_form--form input#indirizzoEsteso {
      width: calc((1% - 1.76px)*28); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#indirizzoEsteso {
          width: calc((1% - 1.42px - .018rem)*50); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#indirizzoEsteso {
          width: calc((1% - .008rem)*57); } }
      .vertical.new_fmc_form .new_coverage_form--form input#indirizzoEsteso {
        width: 75%; }
    .new_coverage_form--form input#civico {
      width: calc((1% - 1.76px)*10);
      margin-right: 0; }
      @media (max-width: 767px) {
        .new_coverage_form--form input#civico {
          width: calc((1% - 1.42px - .018rem)*20); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#civico {
          width: calc((1% - .008rem)*18); } }
      .vertical.new_fmc_form .new_coverage_form--form input#civico {
        width: calc(25% - .85rem); }
    .new_coverage_form--form input#prefisso {
      width: calc((1% - 1.76px)*11.5); }
      @media (max-width: 767px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - 1.76px)*17); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - .018rem)*15); } }
      @media (max-width: 480px) {
        .new_coverage_form--form input#prefisso {
          width: calc((1% - .004rem)*28); } }
      .vertical.new_fmc_form .new_coverage_form--form input#prefisso {
        width: 25%; }
    .new_coverage_form--form input#telefono {
      width: calc((1% - 1.76px)*23.5);
      margin-right: 0; }
      @media (max-width: 767px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - 1.76px)*31); } }
      @media (max-width: 640px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - .018rem)*44); } }
      @media (max-width: 480px) {
        .new_coverage_form--form input#telefono {
          width: calc((1% - .004rem)*72); } }
      .vertical.new_fmc_form .new_coverage_form--form input#telefono {
        width: calc(75% - .85rem); }
    .new_coverage_form--form input + .dropdown-menu {
      height: 15rem;
      padding: 0;
      margin: 0;
      overflow-y: scroll;
      overflow-x: hidden; }
      .new_coverage_form--form input + .dropdown-menu li {
        padding: .7rem .7rem;
        font-size: .9rem; }
        .new_coverage_form--form input + .dropdown-menu li:first-of-type {
          border-radius: 4px 4px 0 0; }
        .new_coverage_form--form input + .dropdown-menu li:last-of-type {
          border-radius: 0 0 4px 4px; }
        .new_coverage_form--form input + .dropdown-menu li:hover, .new_coverage_form--form input + .dropdown-menu li.active {
          background-color: #FF6A00;
          color: #FFF;
          cursor: pointer; }
  .new_coverage_form--form button {
    width: 176px;
    display: block;
    float: right;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 700;
    height: 35px; }
    .new_coverage_form--form button:focus {
      color: #FFF; }
    .check_tre .new_coverage_form--form button:hover {
      background: #23527c;
      border-color: #23527c; }
    @media (max-width: 640px) {
      .new_coverage_form--form button {
        margin-top: 1rem; } }
    .check_tre .new_coverage_form--form button {
      background: #23527c;
      border-color: #23527c; }
  .new_coverage_form--form .vertical-divider {
    height: 2rem;
    display: inline-block;
    width: 1px;
    margin: .3rem 1rem;
    vertical-align: top;
    background-color: #D3D3D2; }
    @media (max-width: 767px) {
      .new_coverage_form--form .vertical-divider {
        width: 100%;
        display: block;
        height: 1px;
        margin: .75rem 0; } }
    .vertical.new_fmc_form .new_coverage_form--form .vertical-divider {
      height: 1px;
      width: 100%;
      margin: 0 0 .75rem; }
  .new_coverage_form--form .base__toggle--box {
    position: absolute;
    top: 0;
    left: calc(1.5rem + ((1% - .03rem - 1.76px)*55) + .8rem + 2rem); }
    .new_coverage_form--form .base__toggle--box h6 {
      padding-top: .65rem; }
      @media (max-width: 767px) {
        .new_coverage_form--form .base__toggle--box h6 {
          font-size: 1rem;
          width: calc(100% - 40px - 1rem);
          padding: .2rem 0 .2rem; } }
      @media (max-width: 640px) {
        .new_coverage_form--form .base__toggle--box h6 {
          padding: 0; } }
      @media (max-width: 480px) {
        .new_coverage_form--form .base__toggle--box h6 {
          padding: 0.1rem 0 1rem; } }
    @media (max-width: 767px) {
      .new_coverage_form--form .base__toggle--box {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin-right: 1rem;
        width: calc((1% - 1.76px)*45); } }
    @media (max-width: 640px) {
      .new_coverage_form--form .base__toggle--box {
        width: calc((1% - .018rem)*42); } }
    @media (max-width: 480px) {
      .new_coverage_form--form .base__toggle--box {
        width: 100%;
        margin-right: 0; } }
    .vertical.new_fmc_form .new_coverage_form--form .base__toggle--box {
      position: relative;
      top: auto;
      left: auto;
      width: 100%; }
  .new_coverage_form--form .base__toggle + label {
    margin-bottom: 0;
    float: right;
    margin-left: .7rem;
    position: relative;
    margin-top: .45rem; }
    @media (max-width: 640px) {
      .new_coverage_form--form .base__toggle + label {
        margin-top: .5rem;
        top: 0; } }
    @media (max-width: 480px) {
      .new_coverage_form--form .base__toggle + label {
        margin-top: 0;
        top: 0; } }
    .new_coverage_form--form .base__toggle + label:before {
      content: 'NO';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      text-align: right;
      height: 1.4rem;
      line-height: 1.4rem;
      font-size: .75rem;
      color: #D3D3D2;
      padding-left: .4rem;
      padding-right: .3rem; }
    .new_coverage_form--form .base__toggle + label:after {
      color: #AAB2BD; }
  .new_coverage_form--form .base__toggle:checked + label {
    border-color: #FF6A00; }
    .new_coverage_form--form .base__toggle:checked + label:before {
      content: 'SI';
      text-align: left;
      color: white; }
    .new_coverage_form--form .base__toggle:checked + label:after {
      color: #FF6A00;
      border-color: #FF6A00; }
      .check_tre .new_coverage_form--form .base__toggle:checked + label:after {
        color: #23527c;
        border-color: #23527c; }
    .check_tre .new_coverage_form--form .base__toggle:checked + label {
      background: #23527c;
      border-color: #23527c; }

.autocomplete.coverage_check {
  background-color: #FFF;
  max-height: 10rem;
  max-width: 20rem;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D3D3D2; }
  .autocomplete.coverage_check li div {
    font-size: .9rem;
    padding: .7rem .9rem; }
    .autocomplete.coverage_check li div.ui-state-active {
      margin: 0;
      background-color: #FF6A00;
      color: #FFF; }
  .autocomplete.coverage_check li:first-of-type {
    border-radius: 4px 4px 0 0; }
  .autocomplete.coverage_check li:last-of-type {
    border-radius: 0 0 4px 4px; }

.block_tabs {
  max-width: 1024px;
  margin: 0 auto;
  height: auto; }

.wweRibbon {
  margin-bottom: 10px; }
  .wweRibbon .ribbon {
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1em;
    color: #16191F;
    background-color: #FFF;
    padding: 3px;
    font-family: "Montserrat";
    font-weight: 700; }
    .wweRibbon .ribbon::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: -5px;
      background: #FFF;
      transform: skew(20deg);
      z-index: -1; }
    .wwe.orange .wweRibbon .ribbon {
      color: #FFF;
      background-color: #FF6A00; }
      .wwe.orange .wweRibbon .ribbon::after {
        background: #FF6A00; }

.wweHp.fullBand .standard_block__doubleButton {
  margin-top: 1.5rem; }
  @media (max-width: 767px) {
    .wweHp.fullBand .standard_block__doubleButton {
      padding: 0 30px; }
      .wweHp.fullBand .standard_block__doubleButton .base__bt {
        width: 100%;
        max-width: initial; } }

.mobile-offer {
  font-size: 14px;
  position: relative;
  max-height: 320px;
  padding: 15px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
  box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
  background-color: white; }
  @media (min-width: 1025px) {
    .mobile-offer {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .mobile-offer {
      margin-left: auto;
      width: 350px; } }
  @media (max-width: 767px) {
    .mobile-offer {
      width: 350px;
      margin: 0 auto; } }
  @media (max-width: 330px) {
    .mobile-offer {
      width: 320px;
      margin: 0 auto; } }
  .mobile-offer__subcontainer {
    align-items: flex-start;
    padding-top: 80px !important; }
    @media (max-width: 767px) {
      .mobile-offer__subcontainer {
        margin-top: -200px; } }
  .mobile-offer__maincontainer {
    height: 480px;
    margin-bottom: 55px; }
    @media (max-width: 767px) {
      .mobile-offer__maincontainer {
        height: auto;
        padding-bottom: 10px; } }
  .mobile-offer__bgcontainer {
    display: block;
    width: 1920px;
    height: 480px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .mobile-offer__bgcontainer {
        width: 100%;
        height: auto; } }
    .mobile-offer__bgcontainer img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 767px) {
        .mobile-offer__bgcontainer img {
          width: 100% !important; } }
  .mobile-offer__icon {
    width: 34px;
    height: 34px; }
    .mobile-offer__icon img {
      width: 100%;
      height: 100%; }
  .mobile-offer__price__container {
    margin-bottom: 15px; }
  .mobile-offer__title {
    font-size: 1.3em;
    line-height: 1.3em; }
  .mobile-offer__specialoffer {
    top: -24px;
    left: 35px;
    display: block;
    position: absolute;
    background-color: #6207AB;
    color: #fff;
    font-size: 1rem;
    padding: 2px 6px;
    line-height: 20px; }
  .mobile-offer__list .item {
    margin-bottom: 10px; }
    .mobile-offer__list .item:last-child {
      margin-bottom: 0; }
    .mobile-offer__list .item__text {
      color: black; }
      .mobile-offer__list .item__text-title {
        font-size: 1.1em;
        line-height: 1.1em; }
      .mobile-offer__list .item__text-description {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 10px; }
    .mobile-offer__list .item__icons-text {
      font-size: 0.9em;
      line-height: 1em; }
    .mobile-offer__list .item__icon {
      min-width: 36px;
      padding-right: 8px; }
      .mobile-offer__list .item__icon .icon {
        font-size: 1.3em;
        color: #455565; }
  .mobile-offer__btn {
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 1rem;
    line-height: 1rem;
    white-space: nowrap;
    border-radius: 25px;
    text-align: center;
    width: 100%;
    max-width: 150px;
    border: unset; }
    .mobile-offer__btn.voorg {
      background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
      color: #ffffff; }
    .mobile-offer__btn.votrp {
      background-color: Transparent;
      background-repeat: no-repeat;
      border: 2px solid #ff6900;
      color: #ff6900; }
    .mobile-offer__btn.vobv {
      background-color: #6207AB;
      color: #fff; }

.offert-cards {
  font-size: 16px;
  max-width: 1366px;
  margin: 0 auto; }
  .offert-cards__title {
    font-size: 1.5em;
    line-height: 1.875em;
    color: #000;
    font-weight: bold; }
  .offert-cards__subtitle {
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    font-weight: normal; }
  .offert-cards__subcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .offert-cards__block {
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    -webkit-box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1); }
    .offert-cards__block__container {
      transition: all 0.2s ease-in; }
      .offert-cards__block__container:hover {
        transform: scale(1.07); }
        .offert-cards__block__container:hover .arrowright {
          animation-duration: 0.5s;
          animation-name: pointerarrow;
          animation-iteration-count: infinite;
          animation-direction: alternate; }
    .offert-cards__block__subcontainer {
      flex: 1 1 auto;
      padding: 20px 20px 20px 20px; }
    .offert-cards__block__link {
      justify-self: flex-end;
      margin-right: 20px;
      margin-bottom: 20px; }
      .offert-cards__block__link .arrowright {
        display: block;
        margin-left: auto;
        position: relative;
        content: '';
        width: 20px;
        height: 10px;
        margin-right: 0px;
        background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat; }
    .offert-cards__block-image {
      margin: 0;
      max-height: 200px;
      overflow-y: hidden;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
      .offert-cards__block-image img {
        width: 100%; }
    .offert-cards__block-title {
      font-size: 1.125em;
      line-height: 1.3125em; }
    .offert-cards__block-description {
      font-size: 0.875em;
      line-height: 1.5em; }

.offert-accordion-cards {
  font-size: 16px; }
  .offert-accordion-cards__container {
    display: flex;
    flex-wrap: wrap; }
  .offert-accordion-cards__title {
    font-size: 1.5em;
    line-height: 1.875em;
    color: #000;
    font-weight: bold; }
  .offert-accordion-cards__subtitle {
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    font-weight: normal; }
  .offert-accordion-cards__block {
    border-radius: 16px;
    padding: 30px 18px 50px 18px;
    -webkit-box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 576px) {
      .offert-accordion-cards__block {
        height: 100%; } }
    .offert-accordion-cards__block__link .arrowright {
      display: block;
      margin-left: auto;
      position: relative;
      content: '';
      width: 20px;
      height: 10px;
      margin-right: 6px;
      margin-top: 14px;
      background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrow.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .offert-accordion-cards__block-accordion .accordion__arrow {
      background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_up.svg);
      margin-top: 10px;
      content: '';
      display: inline-flex;
      align-items: center;
      width: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      height: 16px; }
    .offert-accordion-cards__block-accordion.collapsed .accordion__arrow {
      content: '';
      display: inline-flex;
      align-items: center;
      width: 16px;
      height: 16px;
      margin-left: 6px;
      margin-top: 10px;
      background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_down.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .offert-accordion-cards__block-icon {
      margin: 0 10px 0 0; }
      @media (min-width: 576px) {
        .offert-accordion-cards__block-icon {
          margin: 0 0 40px; } }
      @media (min-width: 576px) {
        .offert-accordion-cards__block-icon img {
          width: 50px;
          height: 50px; } }
    .offert-accordion-cards__block-title {
      font-size: 1.125em; }
      @media (min-width: 576px) {
        .offert-accordion-cards__block-title {
          line-height: 1.3125em; } }
    .offert-accordion-cards__block-description {
      font-size: 0.875em;
      line-height: 1.5em; }
      @media (min-width: 576px) {
        .offert-accordion-cards__block-description {
          display: block; } }

.crossSelling .product-card__filter {
  display: none !important; }

.crossSelling .product-card__list {
  justify-content: center; }

.product-card {
  font-size: 16px;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 50px; }
  .product-card__wrapper {
    background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
    max-width: 1920px;
    margin: 0 auto; }
  .product-card__select {
    display: flex !important;
    justify-content: flex-end;
    width: 280px;
    max-width: 170px; }
    .product-card__select span.caret:after, .product-card__select span.caret:before {
      background-color: #6207AB !important; }
  .product-card__bg--orange {
    background: linear-gradient(306.6deg, #FF3C00 0%, #FFA400 100%); }
  caret .product-card__container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; }
  .product-card__title {
    font-size: 1.5em; }
  .product-card__subtitle {
    font-size: 1em;
    margin-bottom: 80px; }
  .product-card__filter {
    max-width: 1366px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .product-card__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .product-card__filter {
        margin-bottom: 0 !important; } }
    .product-card__filter__label {
      display: none; }
    .product-card__filter-title {
      font-size: 1.6em;
      text-align: center;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 1024px) {
        .product-card__filter-title {
          text-align: left;
          margin-bottom: 0px; } }
    .product-card__filter-form {
      margin-bottom: 25px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .product-card__filter-form .form-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
      .product-card__filter-form .form-group label {
        font-size: 14px;
        line-height: 16px;
        color: #2A2F36;
        font-weight: 500; }
      @media (max-width: 1024px) {
        .product-card__filter-form .form-group .select_container .bootstrap-select {
          width: 220px !important; } }
    .product-card__filter .dropdown-menu {
      border-radius: 10px;
      max-width: 170px;
      width: 100%;
      min-width: unset; }
      .product-card__filter .dropdown-menu li a:after {
        content: '';
        width: calc(80% - 20px);
        margin: 0 auto;
        height: 1px;
        background-color: #c1c1c1; }
      .product-card__filter .dropdown-menu li a:focus {
        background-color: unset !important; }
      .product-card__filter .dropdown-menu li a:active {
        background-color: unset !important; }
      .product-card__filter .dropdown-menu li a:hover {
        background-color: unset !important; }
        .product-card__filter .dropdown-menu li a:hover:before {
          content: '';
          width: 4px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #6207AB; }
      .product-card__filter .dropdown-menu li.selected {
        background-color: unset !important; }
        .product-card__filter .dropdown-menu li.selected a .text {
          text-decoration: underline; }
        .product-card__filter .dropdown-menu li.selected a:before {
          content: '';
          width: 4px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #6207AB; }
      .product-card__filter .dropdown-menu li .text {
        color: #000; }
    .product-card__filter .dropdown-toggle {
      border: 0 !important;
      width: 180px;
      display: flex;
      align-items: center;
      background-color: #FFFFFF;
      padding: 7px 10px !important; }
      .product-card__filter .dropdown-toggle .filter-option {
        color: #2A2F36;
        font-size: 12px !important;
        font-weight: 700;
        text-transform: uppercase;
        text-align: right !important;
        padding-right: 20px; }
      .product-card__filter .dropdown-toggle .bs-caret .caret:before, .product-card__filter .dropdown-toggle .bs-caret .caret:after {
        background-color: #2D389C !important; }
  @media (min-width: 768px) {
    .product-card__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .product-card__list {
      margin: 10px 10px;
      justify-content: left;
      display: flex;
      flex-wrap: wrap; } }
  .product-card__label {
    background-color: #6207AB;
    font-size: 0.9em;
    line-height: 1em;
    color: #FFFFFF;
    font-weight: 300;
    padding: 2px 6px;
    margin: 0 20px 0 40px;
    display: table; }
  .product-card__block {
    height: 100%;
    -webkit-box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 16px;
    padding: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .product-card__block {
        margin-left: 5px;
        margin-right: 5px; } }
    .product-card__block-brand {
      margin-bottom: 10px; }
      .product-card__block-brand img {
        max-height: 25px; }
    .product-card__block-title {
      font-size: 1.143rem;
      color: #000;
      font-weight: 700; }
    .product-card__block-photo {
      margin-bottom: 35px; }
      .product-card__block-photo img {
        max-height: 235px; }
    .product-card__block-label {
      font-size: 1em;
      line-height: 1.5em; }
    .product-card__block-btn {
      font-size: 1em; }
      @media (min-width: 767px) {
        .product-card__block-btn {
          font-size: 1.1em;
          padding: 10px 40px; } }
  .product-card__btn-more {
    font-size: 1.2em;
    color: #6207AB;
    text-decoration: underline; }
  .product-card__column {
    position: relative;
    max-width: 300px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.2s ease-in;
    cursor: pointer; }
    @media (max-width: 767px) {
      .product-card__column {
        width: 50%;
        margin: unset; } }
    .product-card__column:hover {
      transform: scale(1.1); }
      .product-card__column:hover .product-card__arrow {
        animation-duration: 0.5s;
        animation-name: pointerarrow;
        animation-iteration-count: infinite;
        animation-direction: alternate; }
  .product-card__promo {
    position: absolute;
    padding: 2px 15px;
    font-size: 1rem;
    color: #fff;
    top: -24px;
    left: 35px; }
    @media (max-width: 767px) {
      .product-card__promo {
        left: 20px; } }
    .product-card__promo--purple {
      background-color: #6207AB; }
    .product-card__promo:empty {
      display: none; }
  .product-card__arrow {
    display: block;
    margin-left: auto;
    position: relative;
    content: '';
    width: 20px;
    height: 10px;
    margin-right: 6px;
    background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in; }
    @media (max-width: 767px) {
      .product-card__arrow {
        position: absolute;
        margin: unset;
        bottom: 10px;
        right: 10px; } }
  .product-card__cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

@keyframes pointerarrow {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  to {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.offert-card-crossel {
  font-size: 16px;
  padding: 30px 0px 45px;
  max-width: 1920px;
  margin: 0 auto; }
  .offert-card-crossel__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1366px;
    margin: 0 auto;
    justify-content: center; }
  .offert-card-crossel.crwhite {
    background-color: #FFF; }
  .offert-card-crossel.crog {
    background: linear-gradient(90deg, #FF6900 0%, #FF6900 0%, #FC4A14 100%); }
  .offert-card-crossel.crgrey {
    background: #f8f8f8; }
  .offert-card-crossel__title {
    font-size: 1.5em;
    line-height: 1.875em;
    color: #000;
    font-weight: bold; }
    .crog .offert-card-crossel__title {
      color: #ffffff; }
  .offert-card-crossel__subtitle {
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    font-weight: normal; }
    .crog .offert-card-crossel__subtitle {
      color: #ffffff; }
  .offert-card-crossel__block {
    border-radius: 16px;
    -webkit-box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .offert-card-crossel__block {
        height: 100%; } }
    .offert-card-crossel__block-text {
      font-size: 1.125em;
      line-height: 1.625em; }
      @media (min-width: 768px) {
        .offert-card-crossel__block-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-flex-direction: column;
          /* Safari 6.1+ */
          flex-direction: column;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }

a.seo__link {
  text-decoration: underline;
  color: #6207AB; }
  a.seo__link:focus, a.seo__link:active, a.seo__link:visited, a.seo__link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.seo__maincontainer {
  max-width: 1366px;
  margin: 0 auto; }

.seo__container {
  padding: 15px; }

.seo__title {
  font-size: 1.714rem;
  font-weight: 700;
  margin-bottom: 5px; }

.seo__subtitle {
  font-size: 1.143rem;
  font-weight: 400;
  border-bottom: 1px solid #D3D3D2;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.seo__text {
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 30px; }

.vetrinacomparatore {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px auto; }
  .vetrinacomparatore--title {
    font-size: 2.286rem;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 60px 0; }
  .vetrinacomparatore .bgorn {
    background: linear-gradient(90deg, #FF6900 0%, #FF6900 0%, #FC4A14 100%); }
  .vetrinacomparatore .bgwht {
    background: #fff; }
  .vetrinacomparatore .bgdark {
    background: rgba(148, 151, 170, 0.1); }
  .vetrinacomparatore .bglight {
    background: linear-gradient(306.6deg, #FF3C00 0%, #FFA400 100%); }
  .vetrinacomparatore--container {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center; }
    @media (max-width: 767px) {
      .vetrinacomparatore--container {
        padding: 25px 0; } }
    .vetrinacomparatore--container--subtitle {
      font-size: 24px;
      font-weight: normal;
      text-align: left;
      width: 100%;
      max-width: 1160px;
      padding: 0 0 30px 0;
      margin: 0; }
      @media (max-width: 767px) {
        .vetrinacomparatore--container--subtitle {
          padding: 0 10px 30px 10px; } }
      .vetrinacomparatore--container--subtitle.subwhite {
        color: #ffffff; }
      .vetrinacomparatore--container--subtitle.subblack {
        color: #000000; }
      .vetrinacomparatore--container--subtitle.suborange {
        color: #ff3a00; }
      .vetrinacomparatore--container--subtitle.suborangedark {
        color: #ff6a00; }
    .vetrinacomparatore--container--card {
      flex: 1 1 216px;
      max-width: 280px;
      flex-wrap: wrap;
      margin: 26px 7px 20px 7px;
      background-color: #FFFFFF;
      box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      position: relative; }
      @media (max-width: 767px) {
        .vetrinacomparatore--container--card {
          max-width: 460px;
          flex: 1 1 310px;
          margin: 22.4px 15px; } }
      @media screen and (max-width: 692px) {
        .vetrinacomparatore--container--card.vcnooffer {
          margin: 0 10px 22.4px 10px; } }
      .vetrinacomparatore--container--card--offer {
        background: #6207AB;
        color: #FFFFFF;
        display: inline-flex;
        padding: 5px 20px;
        margin: 0 0 0 36px;
        font-size: 1rem;
        position: absolute;
        top: -30px; }
      .vetrinacomparatore--container--card--box {
        padding: 30px 10px 20px 10px; }
        @media (max-width: 767px) {
          .vetrinacomparatore--container--card--box {
            padding: 14px 10px; } }
        .vetrinacomparatore--container--card--box--offer {
          font-size: 1.714rem;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center; }
          .vetrinacomparatore--container--card--box--offer--small {
            /*  &.vcactive{
                            font-size: 1rem;
                        } */ }
            .vetrinacomparatore--container--card--box--offer--small--title {
              display: flex;
              cursor: pointer;
              align-items: center; }
            .vetrinacomparatore--container--card--box--offer--small .offertext {
              font-size: 1.143rem;
              width: 78%;
              font-weight: normal;
              margin: 0; }
            .vetrinacomparatore--container--card--box--offer--small--offerprice {
              font-size: 20px;
              color: #000;
              font-weight: bold;
              display: inline-flex;
              align-items: center; }
              .vcactive .vetrinacomparatore--container--card--box--offer--small--offerprice {
                visibility: hidden; }
            .vetrinacomparatore--container--card--box--offer--small--arrowdown::after {
              content: '';
              display: inline-flex;
              align-items: center;
              width: 16px;
              height: 18px;
              margin-left: 6px;
              background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_down.svg);
              background-size: contain;
              background-repeat: no-repeat; }
              .vcactive .vetrinacomparatore--container--card--box--offer--small--arrowdown::after {
                background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_up.svg); }
          .vetrinacomparatore--container--card--box--offer--Mobiletext {
            font-size: 1rem;
            margin: 10px 0 0 0;
            line-height: 1.429rem; }
            .vcactive .vetrinacomparatore--container--card--box--offer--Mobiletext {
              display: none; }
          .vetrinacomparatore--container--card--box--offer--Mobileoffer:not(:empty) {
            background: #ff6a00;
            color: #ffffff;
            font-size: 1.143rem;
            padding: 4px 10px;
            margin: 10px 10px 0;
            border-radius: 16px;
            text-align: center; }
            .vcactive .vetrinacomparatore--container--card--box--offer--Mobileoffer:not(:empty) {
              display: none; }
        .vetrinacomparatore--container--card--box--price {
          display: flex;
          flex-direction: row;
          height: 50px;
          align-items: center;
          justify-content: center;
          margin: 20px 0;
          /*  background-image: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                    color:transparent;
                    -webkit-background-clip: text;
                    background-clip: text; */
          /*  background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent; */ }
          .vetrinacomparatore--container--card--box--price .priceamount {
            font-size: 50px;
            line-height: 50px;
            font-weight: bold;
            background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent; }
          .vetrinacomparatore--container--card--box--price .pricecurrency {
            padding-left: 2px; }
            .vetrinacomparatore--container--card--box--price .pricecurrency--decimal {
              font-size: 1.429rem;
              font-weight: bold;
              line-height: 1.6rem;
              color: #ff6900; }
            .vetrinacomparatore--container--card--box--price .pricecurrency--contribution {
              font-size: 1rem;
              color: #ff6900; }
          .vetrinacomparatore--container--card--box--price .pricegratis {
            font-size: 1.714rem;
            font-weight: bold; }
        .vetrinacomparatore--container--card--box--cta {
          justify-content: center;
          text-align: center; }
          .vetrinacomparatore--container--card--box--cta.ctorg a {
            background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
            color: #ffffff;
            font-size: 1.143rem;
            font-weight: bold;
            padding: 14px 34px;
            border-radius: 25px;
            display: inline-flex; }
          .vetrinacomparatore--container--card--box--cta.ctrp a {
            background-color: Transparent;
            background-repeat: no-repeat;
            border: 2px solid #ff6900;
            color: #ff6900;
            font-size: 1.143rem;
            font-weight: bold;
            padding: 14px 34px;
            border-radius: 25px;
            display: inline-flex; }
          .vetrinacomparatore--container--card--box--cta.cbv a {
            background-color: #6207AB;
            color: #fff;
            font-size: 1.143rem;
            font-weight: bold;
            padding: 14px 34px;
            border-radius: 25px;
            display: inline-flex; }
        .vetrinacomparatore--container--card--box--Giga {
          height: 60px;
          background-color: rgba(148, 151, 170, 0.1);
          margin: 20px -10px 30px -10px;
          color: #000000;
          font-size: 1.714rem;
          text-align: center;
          font-weight: bold;
          align-items: center;
          justify-content: center;
          line-height: 60px; }
        .vetrinacomparatore--container--card--box--description ul {
          margin: 0;
          padding: 0; }
          .vetrinacomparatore--container--card--box--description ul li {
            list-style-type: none;
            display: block;
            font-size: 1rem;
            line-height: 1.429rem;
            padding: 0 0 10px 20px; }
            .vetrinacomparatore--container--card--box--description ul li img {
              width: 20px;
              height: 20px;
              margin: 2px 2px; }
            .vetrinacomparatore--container--card--box--description ul li::before {
              content: '';
              display: inline-flex;
              width: 12px;
              height: 8px;
              margin-right: 6px;
              min-width: 12px;
              min-height: 8px;
              background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/wind_tick.png);
              background-size: contain;
              background-repeat: no-repeat;
              margin-left: -20px; }
        .vetrinacomparatore--container--card--box .vcaccordion--mobile {
          display: none; }
          @media (max-width: 767px) {
            .vetrinacomparatore--container--card--box .vcaccordion--mobile {
              display: block; } }
        .vetrinacomparatore--container--card--box .vcaccordion--desktop {
          display: block; }
          @media (max-width: 767px) {
            .vetrinacomparatore--container--card--box .vcaccordion--desktop {
              display: none; } }
        @media (max-width: 767px) {
          .vetrinacomparatore--container--card--box .vcaccordion--hide {
            display: none; } }
        .vetrinacomparatore--container--card--box .vcaccordion--show {
          display: flex;
          /* animation: slide-down .56s ease-in;
                        -webkit-animation: slide-down .56s ease-in;
                        -moz-animation: slide-down .56s ease-in;
                        @keyframes slide-down {
                            0% { opacity: 0; -webkit-transform: translateY(-100%); }   
                            100% { opacity: 1; -webkit-transform: translateY(0); }
                        }
                        @-webkit-keyframes slide-down {
                            0% { opacity: 0; -webkit-transform: translateY(-100%); }   
                            100% { opacity: 1; -webkit-transform: translateY(0); }
                        }
                        @-moz-keyframes slide-down {
                            0% { opacity: 0; -moz-transform: translateY(-100%); }   
                            100% { opacity: 1; -moz-transform: translateY(0); }
                        } */ }

/* {} */
.blocco_servizi {
  max-width: 1366px;
  width: 100%;
  font-family: "Montserrat";
  height: auto;
  margin: 0 auto;
  justify-content: center;
  padding: 62px 60px; }
  @media (max-width: 767px) {
    .blocco_servizi {
      padding: 50px 0; } }
  .blocco_servizi--header {
    text-align: center;
    padding: 10px; }
    .blocco_servizi--header-title h2, .blocco_servizi--header-title h1 {
      font-size: 1.714rem;
      font-weight: bold;
      color: #000;
      line-height: 2.143rem; }
    .blocco_servizi--header-subtitle {
      font-size: 1.143rem;
      color: #000; }
  .blocco_servizi--container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 35px 0 0 0; }
    @media (max-width: 767px) {
      .blocco_servizi--container {
        justify-content: normal;
        padding: 20px 10px; } }
    .blocco_servizi--container--box {
      width: 23%;
      margin: 10px 1% 0;
      height: 140px;
      border-radius: 16px;
      box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1), 0 21px 63px 0 rgba(0, 0, 0, 0.05);
      background-color: #FFFFFF;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: all 0.2s ease-in; }
      @media (max-width: 767px) {
        .blocco_servizi--container--box {
          width: 48%; } }
      .blocco_servizi--container--box-image {
        cursor: pointer; }
      .blocco_servizi--container--box-title h3 {
        font-size: 1.286rem;
        font-weight: bold;
        color: #000;
        padding: 15px 10px 0;
        display: block;
        cursor: pointer; }
        @media (max-width: 767px) {
          .blocco_servizi--container--box-title h3 {
            font-size: 1.143rem; } }
        .blocco_servizi--container--box-title h3:hover {
          color: #000; }
      .blocco_servizi--container--box a {
        width: 100%; }
      .blocco_servizi--container--box:hover {
        transform: scale(1.05); }

/* {} */
html {
  font-size: 14px; }

.vetrina--componente--offerta {
  max-width: 1366px;
  margin: 60px auto;
  display: block;
  width: 100%;
  font-family: "Montserrat";
  position: relative; }
  .vetrina--componente--offerta--header {
    max-width: 1366px;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .vetrina--componente--offerta--header {
        padding: 0 10%; } }
    .vetrina--componente--offerta--header-title h2, .vetrina--componente--offerta--header-title h1 {
      font-size: 1.857rem;
      color: #000;
      font-weight: bold;
      line-height: 30px;
      margin: 0; }
    .vetrina--componente--offerta--header-subtitle {
      font-size: 1.143rem;
      color: #000000;
      line-height: 22px;
      padding: 8px 0 0 0; }
  .vetrina--componente--offerta--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 910px) {
      .vetrina--componente--offerta--container {
        justify-content: center; }
        .vetrina--componente--offerta--container.vcardsleft {
          justify-content: center !important; } }
    .vetrina--componente--offerta--container.vcardsleft {
      justify-content: left;
      max-width: 1244px; }
    @media screen and (max-width: 1040px) and (min-width: 928px) {
      .vetrina--componente--offerta--container {
        width: 90%; }
        .vetrina--componente--offerta--container.vcardsleft {
          width: 100%; } }
    @media screen and (max-width: 1240px) and (min-width: 1040px) {
      .vetrina--componente--offerta--container {
        width: 60%; }
        .vetrina--componente--offerta--container.vcardsleft {
          width: 100%; } }
    .vetrina--componente--offerta--container--box {
      max-width: 280px;
      flex: 0 0 280px;
      height: 458px;
      margin: 12px 12px;
      position: relative;
      transition: all 0.2s ease-in; }
      @media (min-width: 1024px) {
        .vetrina--componente--offerta--container--box {
          margin: 25px 13px; } }
      .vetrina--componente--offerta--container--box-image {
        position: relative; }
        .vetrina--componente--offerta--container--box-image img {
          width: 260px;
          height: 390px;
          float: right;
          /* @include breakpoint(max-desktop) {
                            width: 222px;
                            height: auto;
                        } */ }
      .vetrina--componente--offerta--container--box--content {
        position: absolute;
        bottom: 0;
        width: 260px;
        height: 195px;
        border-radius: 16px;
        background-color: #FFFFFF;
        padding: 10px 15px;
        box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
        /* @include breakpoint(small) {
                        height: auto;
                    } */
        /* @include breakpoint(max-desktop) {
                        width: 203px;
                        padding: 10px 10px;
                    } */ }
        .vetrina--componente--offerta--container--box--content .card--title h3 {
          height: 42px;
          font-size: 1.286rem;
          line-height: 21px;
          font-weight: normal;
          margin: 0;
          color: #000;
          /* @include breakpoint(max-desktop) {
                                font-size: 1rem;
                            } */ }
        .vetrina--componente--offerta--container--box--content .card--number {
          font-size: 1.714rem;
          font-weight: bold;
          padding: 10px 0 0 0;
          color: #000000; }
        .vetrina--componente--offerta--container--box--content .card--description {
          font-size: 1rem;
          line-height: 20px;
          height: 42px;
          color: #000000; }
          .vetrina--componente--offerta--container--box--content .card--description--cprice {
            font-size: 1rem;
            margin-top: 10px;
            text-decoration: line-through; }
          .vetrina--componente--offerta--container--box--content .card--description--icons img {
            padding: 0 2px 0 0;
            width: 20px;
            height: 20px; }
        .vetrina--componente--offerta--container--box--content .card--btm {
          display: flex;
          justify-content: space-between; }
          .vetrina--componente--offerta--container--box--content .card--btm--left {
            display: flex;
            align-items: center; }
            .vetrina--componente--offerta--container--box--content .card--btm--left-price {
              font-size: 50px;
              line-height: 50px;
              font-weight: bold;
              background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .vetrina--componente--offerta--container--box--content .card--btm--left-text {
              font-size: 1.286rem;
              font-weight: bold;
              background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              line-height: 4.3rem; }
            .vetrina--componente--offerta--container--box--content .card--btm--left--second {
              line-height: normal; }
              .vetrina--componente--offerta--container--box--content .card--btm--left--second .sprice {
                font-size: 1rem;
                font-weight: bold;
                background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; }
              .vetrina--componente--offerta--container--box--content .card--btm--left--second .mese {
                font-size: 1rem;
                background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; }
          .vetrina--componente--offerta--container--box--content .card--btm--right {
            display: flex;
            align-items: center;
            cursor: pointer; }
            .vetrina--componente--offerta--container--box--content .card--btm--right .arrowright {
              position: relative;
              content: '';
              display: inline-flex;
              width: 20px;
              height: 10px;
              margin-right: 6px;
              background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fourcards-arrow.svg);
              background-size: contain;
              background-repeat: no-repeat;
              margin-left: 33px;
              display: block;
              font-size: 30px;
              font-weight: bold;
              text-decoration: none; }
        .vetrina--componente--offerta--container--box--content .specialoffer {
          position: absolute;
          top: -32px;
          margin: 0 0 0 15px;
          background-color: #6207AB;
          padding: 6px 15px;
          font-size: 1rem;
          color: #FFFFFF; }
          @media (min-width: 1024px) {
            .vetrina--componente--offerta--container--box--content .specialoffer {
              margin: 0 0 0 20px;
              top: -32px; } }
      .vetrina--componente--offerta--container--box:hover {
        transform: scale(1.1);
        cursor: pointer; }
        .vetrina--componente--offerta--container--box:hover .arrowright {
          animation-duration: 0.5s;
          animation-name: pointerarrow;
          animation-iteration-count: infinite;
          animation-direction: alternate; }

/* {} */
.componenteprodotti {
  max-width: 1920px;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: "Montserrat";
  height: auto;
  margin: 0 auto;
  justify-content: center; }
  @media (max-width: 767px) {
    .componenteprodotti {
      padding: 50px 10px;
      display: block; } }
  .componenteprodotti .componenteblocco {
    max-width: 1366px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .componenteprodotti--container.first {
    width: 25%;
    padding: 0 20px 0 0;
    height: auto;
    border-radius: 8px; }
    @media (max-width: 767px) {
      .componenteprodotti--container.first {
        width: 100%;
        max-width: unset; } }
  .componenteprodotti--container.middle {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    height: 100%; }
    @media (max-width: 767px) {
      .componenteprodotti--container.middle {
        width: 100%;
        max-width: unset; } }
    .componenteprodotti--container.middle .small {
      width: 48.2%;
      border-radius: 8px; }
      .componenteprodotti--container.middle .small:nth-child(even) {
        margin-left: 2%; }
      .componenteprodotti--container.middle .small:nth-child(3), .componenteprodotti--container.middle .small:nth-child(4) {
        margin-top: 2%; }
      @media (max-width: 767px) {
        .componenteprodotti--container.middle .small {
          width: 48%;
          height: auto;
          margin-top: 1.5%;
          margin-bottom: 1.5%; }
          .componenteprodotti--container.middle .small:nth-child(even) {
            margin-left: 3%; }
          .componenteprodotti--container.middle .small:nth-child(3), .componenteprodotti--container.middle .small:nth-child(4) {
            margin-bottom: 0; } }
    .componenteprodotti--container.middle .large {
      width: 48%;
      /* margin-left: 0.5%;
                margin-right: 0.5%; */
      height: 98%;
      margin: 1% 1%; }
      .componenteprodotti--container.middle .large .image {
        height: auto; }
  .componenteprodotti--container.last {
    width: 25%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0; }
    @media (max-width: 767px) {
      .componenteprodotti--container.last {
        width: 100%;
        max-width: unset;
        margin-top: 7px; } }
    .componenteprodotti--container.last .small {
      width: 99%;
      height: 48%;
      margin: 2%;
      border-radius: 8px; }
  .componenteprodotti--container--info {
    color: #ffffff;
    margin-top: 75px; }
    @media (max-width: 767px) {
      .componenteprodotti--container--info {
        margin-top: unset;
        text-align: center;
        padding: 0 0 40px 0; } }
    .componenteprodotti--container--info-title h2 {
      font-size: 2.5rem;
      font-weight: bold; }
    .componenteprodotti--container--info .discription {
      font-size: 1.143rem; }
    .componenteprodotti--container--info .description {
      padding-top: 35px;
      font-size: 16px;
      line-height: 22px; }
    .componenteprodotti--container--info .cta {
      padding-top: 35px; }
      @media (max-width: 767px) {
        .componenteprodotti--container--info .cta {
          float: right; } }
      .componenteprodotti--container--info .cta--arrowright {
        content: '';
        display: inline-flex;
        align-items: center;
        width: 16px;
        height: 16px;
        margin-left: 6px;
        margin-top: 10px;
        background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/icon_white_right.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  .componenteprodotti--container--box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 15px;
    cursor: pointer; }
    .componenteprodotti--container--box.small .image {
      text-align: center;
      width: auto;
      height: 188px;
      margin: 40px 0 20px; }
      @media (max-width: 767px) {
        .componenteprodotti--container--box.small .image {
          height: 180px;
          margin: 30px 0 15px 0; } }
      @media screen and (max-width: 910px) and (min-width: 768px) {
        .componenteprodotti--container--box.small .image {
          height: 100px;
          margin: 15px 0; } }
      .componenteprodotti--container--box.small .image img {
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%; }
    .componenteprodotti--container--box.medium {
      width: 98.4%;
      margin-top: 2%;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .componenteprodotti--container--box.medium {
          height: auto;
          width: 100%; } }
      .componenteprodotti--container--box.medium .image {
        text-align: center;
        width: auto;
        height: 210px;
        margin: 35px 14px; }
        @media (max-width: 767px) {
          .componenteprodotti--container--box.medium .image {
            margin-top: 20px;
            height: auto; } }
        @media screen and (max-width: 910px) and (min-width: 768px) {
          .componenteprodotti--container--box.medium .image {
            height: 120px;
            margin-top: 20px; } }
        .componenteprodotti--container--box.medium .image img {
          display: inline-block;
          vertical-align: middle;
          max-height: 100%;
          max-width: 100%; }
    .componenteprodotti--container--box.large {
      width: 99%;
      margin: 0px 1% 0 1%;
      border-radius: 8px; }
      @media (max-width: 767px) {
        .componenteprodotti--container--box.large {
          height: auto;
          margin: 2% 0;
          width: 100%; } }
      .componenteprodotti--container--box.large .image {
        text-align: center;
        padding: 0 20px;
        width: 100%;
        height: 120%;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 910px) and (min-width: 768px) {
          .componenteprodotti--container--box.large .image {
            padding: 15px; } }
        @media (max-width: 767px) {
          .componenteprodotti--container--box.large .image {
            padding: 24px 0;
            height: 100%; } }
        .componenteprodotti--container--box.large .image img {
          width: 100%;
          height: auto;
          max-width: 240px; }
          @media (max-width: 767px) {
            .componenteprodotti--container--box.large .image img {
              width: auto; } }
    .componenteprodotti--container--box-title h3 {
      font-size: 20px;
      font-weight: bold;
      color: #000000;
      height: 42px; }
      @media (max-width: 767px) {
        .componenteprodotti--container--box-title h3 {
          font-size: 18px; } }
    .componenteprodotti--container--box-subtitle {
      font-size: 1rem;
      color: #000000; }
  .componenteprodotti.bgcolor {
    background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%); }

/* {} */
.hp_vetrinavi {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  width: 100%;
  font-family: "Montserrat";
  height: auto;
  overflow: hidden;
  position: relative; }
  .hp_vetrinavi.herobanner {
    cursor: pointer; }
  .hp_vetrinavi_bg {
    height: auto; }
    @media (max-width: 767px) {
      .scbanner .hp_vetrinavi_bg {
        height: 450px; } }
    .hp_vetrinavi_bg.hpnormal {
      max-height: 74vh; }
    .hp_vetrinavi_bg.hptransparent {
      max-height: 92vh; }
    @media (max-width: 767px) {
      .hp_vetrinavi_bg_video {
        min-height: 515px;
        display: grid; } }
    .scbanner .hp_vetrinavi_bg_video {
      max-width: 1920px;
      width: 100%;
      max-height: 520px;
      height: 100%;
      display: contents; }
      @media (max-width: 767px) {
        .scbanner .hp_vetrinavi_bg_video {
          height: 450px; } }
    .hp_vetrinavi_bg_video video {
      max-width: 1920px;
      width: 100%;
      height: auto; }
      .scbanner .hp_vetrinavi_bg_video video {
        max-width: 1920px;
        max-height: 520px;
        object-fit: cover; }
      @media (max-width: 767px) {
        .hp_vetrinavi_bg_video video {
          position: relative;
          width: 100%;
          background-position: center center;
          /* transform: translate(-50%, -10%);
                    -webkit-transform: translate(-50%, -10%);
                    -moz-transform: translate(-50%, -10%);
                    -ms-transform: translate(-50%, -10%);
                    -o-transform: translate(-50%, -10%); */ } }
    .hp_vetrinavi_bg_img {
      max-width: 1920px;
      width: 100%;
      max-height: 92vh;
      height: 100%;
      display: contents; }
      .scbanner .hp_vetrinavi_bg_img {
        max-width: 1920px;
        width: 100%;
        max-height: 520px;
        height: 100%; }
      .hp_vetrinavi_bg_img img {
        width: 100%;
        height: auto; }
        .scbanner .hp_vetrinavi_bg_img img {
          max-width: 1920px;
          max-height: 520px; }
          @media (max-width: 767px) {
            .scbanner .hp_vetrinavi_bg_img img {
              max-width: auto;
              max-height: 450px; } }
    .hp_vetrinavi_bg.bg_opacity {
      background-color: black; }
      .hp_vetrinavi_bg.bg_opacity .hp_vetrinavi_bg_img img {
        opacity: 0.7; }
      .hp_vetrinavi_bg.bg_opacity .hp_vetrinavi_bg_video video {
        opacity: 0.7; }
  .hp_vetrinavi_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    top: 0;
    justify-content: center;
    width: 100%;
    color: #ffffff; }
    .hp_vetrinavi_content.top12 {
      top: 12% !important; }
    .hp_vetrinavi_content.top10 {
      top: 10% !important; }
    .hp_vetrinavi_content_title h2, .hp_vetrinavi_content_title h1 {
      font-family: "Montserrat";
      font-size: 2.857em;
      font-weight: bold;
      text-align: center; }
      .scbanner .hp_vetrinavi_content_title h2, .scbanner .hp_vetrinavi_content_title h1 {
        font-size: 34px; }
      @media (max-width: 767px) {
        .hp_vetrinavi_content_title h2, .hp_vetrinavi_content_title h1 {
          font-size: 2.143em; }
          .scbanner .hp_vetrinavi_content_title h2, .scbanner .hp_vetrinavi_content_title h1 {
            font-size: 30px; } }
      .hp_vetrinavi_content_title h2.titlelarge, .hp_vetrinavi_content_title h1.titlelarge {
        font-size: 100px !important;
        line-height: 100px !important; }
        @media (max-width: 767px) {
          .hp_vetrinavi_content_title h2.titlelarge, .hp_vetrinavi_content_title h1.titlelarge {
            font-size: 76px !important;
            line-height: 76px !important; } }
    .hp_vetrinavi_content_subtitle {
      font-family: "Montserrat";
      font-size: 1.571em;
      padding-top: 12px;
      padding-bottom: 20px;
      font-weight: normal;
      text-align: center; }
      @media (max-width: 767px) {
        .hp_vetrinavi_content_subtitle {
          font-size: 1.143em; }
          .scbanner .hp_vetrinavi_content_subtitle {
            font-size: 16px !important; } }
      .scbanner .hp_vetrinavi_content_subtitle {
        font-size: 22px; }
    .hp_vetrinavi_content .delaytexthide {
      visibility: hidden; }
    .hp_vetrinavi_content_cta {
      margin-top: 15px; }
      .hp_vetrinavi_content_cta button {
        margin: 0;
        padding: 15px 40px;
        font-family: "Montserrat";
        font-size: 1.286em;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
        border-radius: 25px;
        text-transform: uppercase;
        border: unset; }
        .hp_vetrinavi_content_cta button:hover {
          outline: unset; }
      .hp_vetrinavi_content_cta.ctat button {
        background-color: Transparent;
        background-repeat: no-repeat;
        border: 2px solid #ffffff; }
      .hp_vetrinavi_content_cta.ctab button {
        background-color: #000000;
        border: 2px solid #000000; }
      .hp_vetrinavi_content_cta.ctabl button {
        background-color: #6207AB;
        border: 2px solid #6207AB; }
      .hp_vetrinavi_content_cta.ctaog button {
        background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
        /* &:hover {
                    background-color: #FF3A00;
                    border: 2px solid #FF3A00;
                } */ }
    .hp_vetrinavi_content.white {
      color: #ffffff; }
    .hp_vetrinavi_content.black {
      color: #000000; }
    .hp_vetrinavi_content.blue {
      color: #2D389C; }
    .hp_vetrinavi_content.orange {
      color: #ff6a00; }
  .hp_vetrinavi_desktop {
    display: block; }
    @media (max-width: 767px) {
      .hp_vetrinavi_desktop {
        display: none; } }
  .hp_vetrinavi_mobile {
    display: none; }
    @media (max-width: 767px) {
      .hp_vetrinavi_mobile {
        display: block; } }
  .hp_vetrinavi.secondbanner {
    max-height: 520px; }

.filter_hide {
  display: none !important; }

/* {} $Mont-font-family*/
.hp_vetrinaapp {
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  width: 100%;
  font-family: "Montserrat";
  height: auto;
  overflow: hidden;
  position: relative; }
  .hp_vetrinaapp_lv1 {
    max-width: 1366px;
    width: 100%;
    margin: 60px auto;
    display: flex;
    flex-direction: row;
    padding: 0 4%;
    font-family: "Montserrat"; }
    @media (max-width: 767px) {
      .hp_vetrinaapp_lv1 {
        flex-direction: column;
        padding: 0 15px; } }
    .hp_vetrinaapp_lv1_content {
      width: 33.3%;
      margin: auto 0; }
      @media (max-width: 767px) {
        .hp_vetrinaapp_lv1_content {
          width: 100%;
          text-align: center; } }
      .hp_vetrinaapp_lv1_content_title h2 {
        font-size: 32px;
        font-family: "Montserrat";
        color: #000;
        font-weight: bold; }
        @media (max-width: 767px) {
          .hp_vetrinaapp_lv1_content_title h2 {
            font-size: 1.714rem; } }
      .hp_vetrinaapp_lv1_content_subtitle {
        font-size: 1.571rem;
        color: #000000;
        font-weight: normal;
        padding-top: 20px; }
        @media (max-width: 767px) {
          .hp_vetrinaapp_lv1_content_subtitle {
            font-size: 1.143rem; } }
    .hp_vetrinaapp_lv1_image {
      width: 33.3%;
      margin: 0 auto;
      display: inline-table; }
      @media (max-width: 767px) {
        .hp_vetrinaapp_lv1_image {
          width: 100%;
          padding: 45px 0;
          display: block; } }
      .hp_vetrinaapp_lv1_image img {
        width: 250px;
        height: auto; }
    .hp_vetrinaapp_lv1_info {
      width: 33.3%;
      margin: auto 0; }
      @media (max-width: 767px) {
        .hp_vetrinaapp_lv1_info {
          width: 100%; } }
      .hp_vetrinaapp_lv1_info_container {
        padding-bottom: 30px; }
        .hp_vetrinaapp_lv1_info_container_title h3 {
          font-size: 1.286rem;
          font-weight: bold;
          color: #000; }
        .hp_vetrinaapp_lv1_info_container_subtitle {
          font-size: 1.143rem;
          color: #97999B;
          font-weight: normal; }
        @media (max-width: 767px) {
          .hp_vetrinaapp_lv1_info_container_ctc {
            text-align: right; } }
        .hp_vetrinaapp_lv1_info_container_ctc a {
          font-size: 1.143rem;
          color: #6207AB;
          text-decoration: underline;
          cursor: pointer; }
          @media (max-width: 767px) {
            .hp_vetrinaapp_lv1_info_container_ctc a {
              width: 100%; } }
  .hp_vetrinaapp_desktop {
    display: block; }
    @media (max-width: 767px) {
      .hp_vetrinaapp_desktop {
        display: none; } }
  .hp_vetrinaapp_mobile {
    display: none; }
    @media (max-width: 767px) {
      .hp_vetrinaapp_mobile {
        display: block; } }

/* {} $Mont-font-family*/
/* @import '../../../scss/wind_partials/vetrine/vetrina_prodotti_smartphone'; */
.socrosscell a {
  color: unset; }
  .socrosscell a::hover, .socrosscell a::visited, .socrosscell a::focus, .socrosscell a::active {
    color: unset; }

.socrosscell.bgcolorgradient {
  background: linear-gradient(90deg, #FF6900 0%, #FF6900 0%, #FC4A14 100%); }

.socrosscell.bgcolorgrey {
  background-color: rgba(148, 151, 170, 0.1); }

.socrosscell.bgcontainerwhite {
  background-color: #ffffff; }

.socrosscell--container {
  max-width: 1326px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: block; }
  .socrosscell--container--title h2, .socrosscell--container--title h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: #000; }
    .bgcolorgradient .socrosscell--container--title h2, .bgcolorgradient .socrosscell--container--title h1 {
      color: #ffffff; }
  .socrosscell--container--subtitle {
    font-size: 1rem;
    text-align: center;
    padding: 0 0 18px 0;
    color: #000; }
    .bgcolorgradient .socrosscell--container--subtitle {
      color: #ffffff; }
  .socrosscell--container--card {
    padding: 0 10px;
    margin: 0 auto;
    justify-content: center; }
    .socrosscell--container--card--block {
      margin: 10px 0;
      transition: all 0.2s ease-in; }
      .socrosscell--container--card--block.sohalfcard {
        width: 49%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block.sohalfcard {
            width: 100%; } }
        @media only screen and (min-width: 767px) and (max-width: 974px) {
          .socrosscell--container--card--block.sohalfcard {
            width: 100%; } }
      .socrosscell--container--card--block.sosmallcard {
        width: 24.5%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block.sosmallcard {
            width: 100%; } }
        @media only screen and (min-width: 767px) and (max-width: 974px) {
          .socrosscell--container--card--block.sosmallcard {
            width: 50%; } }
      .socrosscell--container--card--block.sohalfcardimg {
        width: 49%; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block.sohalfcardimg {
            width: 100%; } }
        @media only screen and (min-width: 767px) and (max-width: 974px) {
          .socrosscell--container--card--block.sohalfcardimg {
            width: 100%; } }
      .socrosscell--container--card--block.bgcolorone {
        width: 24.5%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block.bgcolorone {
            width: 50%;
            padding: 0 4px; } }
        @media (max-width: 370px) {
          .socrosscell--container--card--block.bgcolorone {
            width: 100%;
            padding: 0 10px; } }
        @media only screen and (min-width: 767px) and (max-width: 974px) {
          .socrosscell--container--card--block.bgcolorone {
            width: 49.5%; } }
      .socrosscell--container--card--block.bgcolorsecond, .socrosscell--container--card--block.bgcolorwhite {
        width: 24.5%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block.bgcolorsecond, .socrosscell--container--card--block.bgcolorwhite {
            width: 50%;
            padding: 0 4px; } }
        @media (max-width: 370px) {
          .socrosscell--container--card--block.bgcolorsecond, .socrosscell--container--card--block.bgcolorwhite {
            width: 100%;
            padding: 0 10px; } }
        @media only screen and (min-width: 767px) and (max-width: 974px) {
          .socrosscell--container--card--block.bgcolorsecond, .socrosscell--container--card--block.bgcolorwhite {
            width: 49.5%; } }
      .socrosscell--container--card--block--content {
        border-radius: 16px;
        background-color: #FBFCFB;
        box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
        height: 100%;
        display: flex;
        padding: 30px 20px 20px 20px;
        flex-wrap: wrap;
        min-height: 350px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block--content {
            min-height: unset; } }
        @media screen and (max-width: 1104px) and (min-width: 974px) {
          .socrosscell--container--card--block--content {
            padding: 20px 10px 10px 10px; } }
        .sohalfcardimg .socrosscell--container--card--block--content {
          padding: 0 0 0 0;
          margin: 0 10px;
          position: relative; }
        .bgcolorone .socrosscell--container--card--block--content {
          background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
          color: #ffffff;
          /* @media only screen and (max-width: 375px) {
                            padding: 15px 10px;
                        } */ }
          @media (max-width: 767px) {
            .bgcolorone .socrosscell--container--card--block--content {
              padding: 15px 10px; } }
        .bgcolorsecond .socrosscell--container--card--block--content {
          background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
          color: #ffffff;
          /* @media only screen and (max-width: 375px) {
                            padding: 15px 10px;
                        } */ }
          @media (max-width: 767px) {
            .bgcolorsecond .socrosscell--container--card--block--content {
              padding: 15px 10px; } }
        .bgcolorwhite .socrosscell--container--card--block--content {
          background-color: #fff;
          color: #000;
          /* @media only screen and (max-width: 375px) {
                            padding: 15px 10px;
                        } */ }
          @media (max-width: 767px) {
            .bgcolorwhite .socrosscell--container--card--block--content {
              padding: 15px 10px; } }
        .sohalfcard .socrosscell--container--card--block--content--image {
          width: 50%;
          text-align: center; }
          @media (max-width: 767px) {
            .sohalfcard .socrosscell--container--card--block--content--image {
              width: 25%;
              text-align: left; } }
          .sohalfcard .socrosscell--container--card--block--content--image img {
            max-width: 100%; }
            @media (max-width: 767px) {
              .sohalfcard .socrosscell--container--card--block--content--image img {
                width: 100%;
                height: auto;
                max-width: 50px; } }
        .sosmallcard .socrosscell--container--card--block--content--image {
          width: 25%; }
          .sosmallcard .socrosscell--container--card--block--content--image img {
            width: 50px;
            height: auto; }
        .sohalfcardimg .socrosscell--container--card--block--content--image {
          width: 100%;
          height: 100%; }
          .sohalfcardimg .socrosscell--container--card--block--content--image img {
            width: 100%;
            height: 100%;
            border-radius: 16px; }
        @media (max-width: 767px) {
          .socrosscell--container--card--block--content--image.onlydesktop {
            display: none; } }
        .socrosscell--container--card--block--content--image.onlymobile {
          display: none; }
          @media (max-width: 767px) {
            .socrosscell--container--card--block--content--image.onlymobile {
              display: block; } }
        .socrosscell--container--card--block--content--details {
          display: flex;
          flex-direction: column; }
          .sohalfcard .socrosscell--container--card--block--content--details {
            width: 50%;
            padding: 0 10px; }
            @media (max-width: 767px) {
              .sohalfcard .socrosscell--container--card--block--content--details {
                width: 75%; } }
          .sosmallcard .socrosscell--container--card--block--content--details {
            width: 75%;
            padding: 0 10px; }
          .bgcolorone .socrosscell--container--card--block--content--details {
            width: 100%; }
            @media (max-width: 767px) {
              .bgcolorone .socrosscell--container--card--block--content--details {
                padding: 0;
                text-align: center; } }
          .bgcolorsecond .socrosscell--container--card--block--content--details {
            width: 100%; }
            @media (max-width: 767px) {
              .bgcolorsecond .socrosscell--container--card--block--content--details {
                padding: 0;
                text-align: center; } }
          .bgcolorwhite .socrosscell--container--card--block--content--details {
            width: 100%; }
            @media (max-width: 767px) {
              .bgcolorwhite .socrosscell--container--card--block--content--details {
                padding: 0;
                text-align: center; } }
        .socrosscell--container--card--block--content .description--title {
          font-size: 1.124rem;
          padding-bottom: 14px; }
          .bgcolorone .socrosscell--container--card--block--content .description--title {
            height: 64px; }
            @media (max-width: 767px) {
              .bgcolorone .socrosscell--container--card--block--content .description--title {
                font-size: 0.875rem;
                padding: 0 0 15px 0;
                height: unset; } }
          .bgcolorsecond .socrosscell--container--card--block--content .description--title, .bgcolorwhite .socrosscell--container--card--block--content .description--title {
            height: 64px; }
            @media (max-width: 767px) {
              .bgcolorsecond .socrosscell--container--card--block--content .description--title, .bgcolorwhite .socrosscell--container--card--block--content .description--title {
                font-size: 0.875rem;
                padding: 0 0 15px 0;
                height: unset; } }
        .socrosscell--container--card--block--content .description--subtitle h3 {
          font-size: 1.125rem;
          line-height: 22px;
          font-weight: bold;
          padding-bottom: 10px;
          margin: 0; }
          .bgcolorone .socrosscell--container--card--block--content .description--subtitle h3 {
            font-size: 1.5rem;
            line-height: 32px; }
            @media (max-width: 767px) {
              .bgcolorone .socrosscell--container--card--block--content .description--subtitle h3 {
                font-size: 1.125rem;
                line-height: 22px;
                padding-bottom: 15px; } }
          .bgcolorsecond .socrosscell--container--card--block--content .description--subtitle h3, .bgcolorwhite .socrosscell--container--card--block--content .description--subtitle h3 {
            font-size: 1.5rem;
            line-height: 32px; }
            @media (max-width: 767px) {
              .bgcolorsecond .socrosscell--container--card--block--content .description--subtitle h3, .bgcolorwhite .socrosscell--container--card--block--content .description--subtitle h3 {
                font-size: 1.125rem;
                line-height: 22px;
                padding-bottom: 15px; } }
        .socrosscell--container--card--block--content .description--information {
          font-size: 0.875rem;
          line-height: 21px;
          color: #000; }
          .bgcolorone .socrosscell--container--card--block--content .description--information {
            color: #ffffff; }
            @media (max-width: 767px) {
              .bgcolorone .socrosscell--container--card--block--content .description--information {
                font-size: 0.875rem;
                line-height: 19px;
                padding-bottom: 15px; } }
          .bgcolorsecond .socrosscell--container--card--block--content .description--information {
            color: #ffffff; }
            @media (max-width: 767px) {
              .bgcolorsecond .socrosscell--container--card--block--content .description--information {
                font-size: 0.875rem;
                line-height: 19px;
                padding-bottom: 15px; } }
          .bgcolorwhite .socrosscell--container--card--block--content .description--information {
            color: #000; }
            @media (max-width: 767px) {
              .bgcolorwhite .socrosscell--container--card--block--content .description--information {
                font-size: 0.875rem;
                line-height: 19px;
                padding-bottom: 15px; } }
        .socrosscell--container--card--block--content .description--offer {
          margin: auto 0 0;
          display: flex;
          width: 100%;
          justify-content: space-between; }
          @media (max-width: 767px) {
            .socrosscell--container--card--block--content .description--offer {
              margin: 15px 0 0; } }
          @media (max-width: 767px) {
            .bgcolorone .socrosscell--container--card--block--content .description--offer {
              flex-direction: column;
              align-items: center; } }
          @media (max-width: 767px) {
            .bgcolorsecond .socrosscell--container--card--block--content .description--offer, .bgcolorwhite .socrosscell--container--card--block--content .description--offer {
              flex-direction: column;
              align-items: center; } }
          @media (max-width: 767px) {
            .sosmallcard .socrosscell--container--card--block--content .description--offer {
              width: 75%;
              margin: 15px 0 0 auto;
              padding: 0 10px; } }
          .socrosscell--container--card--block--content .description--offer--left--text {
            font-size: 1rem;
            color: #FF6900;
            margin-bottom: -3px; }
            .bgcolorone .socrosscell--container--card--block--content .description--offer--left--text {
              color: #ffffff; }
              @media (max-width: 767px) {
                .bgcolorone .socrosscell--container--card--block--content .description--offer--left--text {
                  text-align: center; } }
            .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--text {
              color: #ffffff; }
              @media (max-width: 767px) {
                .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--text {
                  text-align: center; } }
          .socrosscell--container--card--block--content .description--offer--left--price {
            display: flex;
            align-items: center;
            height: 50px; }
            .socrosscell--container--card--block--content .description--offer--left--price .integer {
              font-size: 50px;
              font-weight: bold;
              background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent; }
              .bgcolorone .socrosscell--container--card--block--content .description--offer--left--price .integer {
                color: #ffffff;
                -webkit-text-fill-color: unset; }
              .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--price .integer {
                color: #ffffff;
                -webkit-text-fill-color: unset; }
            .socrosscell--container--card--block--content .description--offer--left--price .decimal {
              padding-left: 2px;
              line-height: 20px; }
              .socrosscell--container--card--block--content .description--offer--left--price .decimal--number {
                font-size: 1.429rem;
                font-weight: bold;
                background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent; }
                .bgcolorone .socrosscell--container--card--block--content .description--offer--left--price .decimal--number {
                  color: #ffffff;
                  -webkit-text-fill-color: unset; }
                .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--price .decimal--number {
                  color: #ffffff;
                  -webkit-text-fill-color: unset; }
              .socrosscell--container--card--block--content .description--offer--left--price .decimal--text {
                font-size: 1rem;
                background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent; }
                .bgcolorone .socrosscell--container--card--block--content .description--offer--left--price .decimal--text {
                  color: #ffffff;
                  -webkit-text-fill-color: unset; }
                .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--price .decimal--text {
                  color: #ffffff;
                  -webkit-text-fill-color: unset; }
          .socrosscell--container--card--block--content .description--offer--left--gratis {
            font-size: 2.86rem;
            background-image: -webkit-linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            padding-bottom: 5px; }
            .bgcolorone .socrosscell--container--card--block--content .description--offer--left--gratis {
              color: #ffffff;
              -webkit-text-fill-color: unset; }
            .bgcolorsecond .socrosscell--container--card--block--content .description--offer--left--gratis {
              color: #ffffff;
              -webkit-text-fill-color: unset; }
          .socrosscell--container--card--block--content .description--offer--right {
            display: flex;
            align-items: flex-end;
            margin-bottom: 10px; }
            .sohalfcardimg .socrosscell--container--card--block--content .description--offer--right {
              position: absolute;
              right: 40px;
              bottom: 40px; }
            .socrosscell--container--card--block--content .description--offer--right .arrowright::before {
              content: '';
              display: flex;
              width: 24px;
              height: 15px;
              background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fronticon.svg);
              background-size: contain;
              background-repeat: no-repeat;
              position: relative; }
              .bgcolorone .socrosscell--container--card--block--content .description--offer--right .arrowright::before {
                background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/whitearrow.svg); }
                @media (max-width: 767px) {
                  .bgcolorone .socrosscell--container--card--block--content .description--offer--right .arrowright::before {
                    margin-top: 10px; } }
              .bgcolorsecond .socrosscell--container--card--block--content .description--offer--right .arrowright::before {
                background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/whitearrow.svg); }
                @media (max-width: 767px) {
                  .bgcolorsecond .socrosscell--container--card--block--content .description--offer--right .arrowright::before {
                    margin-top: 10px; } }
      .socrosscell--container--card--block:hover .arrowright {
        animation-duration: 0.5s;
        animation-name: pointerarrow;
        animation-iteration-count: infinite;
        animation-direction: alternate; }

/* {} */
.vetrinahalfcard {
  max-width: 1366px;
  padding: 46px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: "Montserrat";
  height: auto;
  margin: 0 auto;
  justify-content: left; }
  @media (max-width: 767px) {
    .vetrinahalfcard {
      padding: 46px 14px;
      flex-direction: column;
      align-items: center; } }
  .vetrinahalfcard--box {
    width: 48%;
    margin: 0 1%;
    background-color: #FFFFFF;
    box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .vetrinahalfcard--box {
        width: 100%;
        margin: 10px 0; } }
    .vetrinahalfcard--box a {
      display: contents; }
    .vetrinahalfcard--box--image {
      margin-bottom: 14px; }
      .vetrinahalfcard--box--image-desktop {
        display: block; }
        @media (max-width: 767px) {
          .vetrinahalfcard--box--image-desktop {
            display: none; } }
      .vetrinahalfcard--box--image-mobile {
        display: none; }
        @media (max-width: 767px) {
          .vetrinahalfcard--box--image-mobile {
            display: block; } }
      .vetrinahalfcard--box--image img {
        width: 100%;
        height: auto;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px; }
    .vetrinahalfcard--box--title h2, .vetrinahalfcard--box--title h1 {
      font-size: 1.286rem;
      color: #000;
      padding: 0 14px;
      font-weight: bold; }
    .vetrinahalfcard--box--description p {
      font-size: 1rem;
      line-height: 1.714rem;
      color: #000;
      padding: 14px; }
    .vetrinahalfcard--box--ctc {
      padding: 0 14px 14px 14px;
      height: 100%;
      display: flex; }
      .vetrinahalfcard--box--ctc::after {
        content: '';
        display: flex;
        width: 24px;
        height: 15px;
        background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fronticon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto 0 0 auto; }

/* {} */
.faqcategory {
  max-width: 1920px;
  margin: 0 auto; }
  .faqcategory--container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1366px;
    margin: 0 auto;
    justify-content: center;
    align-items: center; }
    .faqcategory--container--section {
      width: 100%;
      position: relative;
      display: flex; }
      .faqcategory--container--section--list {
        width: 70%;
        position: relative;
        padding: 0 32px 0 14px; }
        .faqcategory--container--section--list p {
          font-size: 16px;
          font-family: "Montserrat" !important; }
          .faqcategory--container--section--list p span {
            font-size: 16px;
            font-family: "Montserrat" !important; }
        @media (max-width: 767px) {
          .faqcategory--container--section--list {
            width: 100%;
            padding: 0 20px; } }
        .faqcategory--container--section--list .faqhome {
          display: inline-flex;
          width: 26px;
          height: 26px;
          background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/faqhome.svg);
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 0 0 auto; }
        .faqcategory--container--section--list .faq--title {
          font-size: 18px;
          line-height: 22px;
          font-weight: bold;
          padding: 15px 0; }
        .faqcategory--container--section--list h1.faq--title {
          font-size: 24px;
          line-height: 28px; }
        .faqcategory--container--section--list .list-inline {
          margin: 15px 0;
          align-items: center;
          position: relative;
          display: flex; }
          .faqcategory--container--section--list .list-inline li:not(:first-child):before {
            content: '/';
            display: inline-flex;
            width: 6px;
            height: 12px;
            color: #6207AB;
            margin: 0 0 0 4px; }
          @media (max-width: 767px) {
            .faqcategory--container--section--list .list-inline {
              width: 100%;
              overflow-x: auto;
              -webkit-overflow-scrolling: touch; } }
          .faqcategory--container--section--list .list-inline-item {
            font-size: 14px;
            padding: 0;
            transform: unset;
            color: #000;
            white-space: nowrap; }
            .faqcategory--container--section--list .list-inline-item a {
              color: #6207AB;
              font-size: 14px;
              text-decoration: underline; }
        .faqcategory--container--section--list .faq--list {
          padding: 0;
          margin: 0; }
          .faqcategory--container--section--list .faq--list--items {
            box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3);
            margin-bottom: 20px;
            position: relative;
            display: flex;
            padding: 14px 24px;
            background-color: #fff;
            border-radius: 16px; }
            .faqcategory--container--section--list .faq--list--items h3 {
              width: 90%; }
              .faqcategory--container--section--list .faq--list--items h3 a {
                text-decoration: none;
                outline: none;
                font-size: 16px;
                line-height: 18px;
                color: #000;
                width: 100%;
                display: flex;
                align-items: center; }
          .faqcategory--container--section--list .faq--list--itemsd {
            position: relative;
            display: flex;
            padding: 34px 0;
            background-color: #fff;
            border-bottom: 1px solid #000; }
            @media (max-width: 767px) {
              .faqcategory--container--section--list .faq--list--itemsd {
                padding: 0 0 20px 0; } }
            .faqcategory--container--section--list .faq--list--itemsd h2 {
              width: 90%; }
              .faqcategory--container--section--list .faq--list--itemsd h2 a {
                text-decoration: none;
                outline: none;
                font-size: 16px;
                line-height: 18px;
                color: #000;
                width: 100%;
                display: flex;
                align-items: center; }
        .faqcategory--container--section--list .faq--link {
          content: '';
          display: inline-flex;
          width: 24px;
          height: 12px;
          background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/fronticon.svg);
          background-size: contain;
          background-repeat: no-repeat;
          margin: auto 0 auto auto; }
        .faqcategory--container--section--list .list-group-flush {
          padding: 0; }
        .faqcategory--container--section--list .list-group-item {
          position: relative;
          border-radius: 16px;
          display: block;
          padding: 36px 22px 14px 22px;
          margin-bottom: 14px;
          height: 256px;
          box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3);
          background-color: #fff; }
          .faqcategory--container--section--list .list-group-item:first-child {
            margin-top: 50px; }
          .faqcategory--container--section--list .list-group-item .faqresult--title {
            font-size: 18px;
            color: #000;
            font-weight: bold; }
          .faqcategory--container--section--list .list-group-item .faqresult--question {
            font-size: 18px;
            color: #000;
            font-weight: bold;
            padding-bottom: 20px; }
          .faqcategory--container--section--list .list-group-item .faqresult--answer {
            font-size: 16px;
            color: #000000;
            line-height: 21px; }
          .faqcategory--container--section--list .list-group-item .faqresult--link {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 0 14px 14px 0; }
            @media (max-width: 767px) {
              .faqcategory--container--section--list .list-group-item .faqresult--link {
                position: unset; } }
            .faqcategory--container--section--list .list-group-item .faqresult--link a {
              padding: 0;
              font-size: 14px;
              font-weight: 500;
              color: #6207AB;
              text-decoration: underline; }
        .faqcategory--container--section--list.faqAnswer h2, .faqcategory--container--section--list.faqAnswer h3, .faqcategory--container--section--list.faqAnswer h4, .faqcategory--container--section--list.faqAnswer h5, .faqcategory--container--section--list.faqAnswer h6, .faqcategory--container--section--list.faqAnswer p {
          font-size: 16px;
          line-height: 22px;
          font-weight: normal;
          font-family: "Montserrat"; }
          .faqcategory--container--section--list.faqAnswer h2 span, .faqcategory--container--section--list.faqAnswer h3 span, .faqcategory--container--section--list.faqAnswer h4 span, .faqcategory--container--section--list.faqAnswer h5 span, .faqcategory--container--section--list.faqAnswer h6 span, .faqcategory--container--section--list.faqAnswer p span {
            font-size: 16px;
            font-family: "Montserrat" !important; }
      .faqcategory--container--section--sidebar {
        width: 30%;
        position: relative;
        background-color: #F8F8F8;
        padding: 0 40px 0 24px; }
        @media (max-width: 767px) {
          .faqcategory--container--section--sidebar {
            display: none; } }
        .faqcategory--container--section--sidebar .sidebarlink {
          font-size: 18px;
          line-height: 22px;
          color: #000;
          padding: 26px 0;
          border-bottom: 1px solid #97999B; }
          .faqcategory--container--section--sidebar .sidebarlink.faqactive {
            color: #FF6A00;
            font-weight: bold;
            text-decoration: underline; }
        .faqcategory--container--section--sidebar .active p {
          color: #FF6A00;
          font-weight: bold;
          text-decoration: underline; }
  .faqcategory--searchbox {
    width: 100%;
    height: 140px;
    background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .faqcategory--searchbox {
        height: 78px; }
        .faqlanding .faqcategory--searchbox {
          margin-bottom: 52px; } }
    .faqlanding .faqcategory--searchbox {
      background: unset;
      margin-bottom: 40px; }
    .faqcategory--searchbox--input {
      /* @include breakpoint(small) {
               width: 100%;
               padding: 0 20px;
            } */ }
      .faqcategory--searchbox--input #searchFromFaq {
        outline: unset; }
      .faqcategory--searchbox--input .searchinput {
        width: 528px;
        border-radius: 30px;
        box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3);
        padding: 12px 55px 12px 30px;
        background-color: #fff;
        border: 1px solid #ccc;
        font-size: 16px;
        color: #777777; }
        .faqlanding .faqcategory--searchbox--input .searchinput {
          height: 50px;
          border-radius: 30px !important; }
        @media (max-width: 767px) {
          .faqcategory--searchbox--input .searchinput {
            height: 40px;
            font-size: 16px;
            width: 320px; } }
        .faqcategory--searchbox--input .searchinput:focus {
          outline: unset; }
      .faqcategory--searchbox--input .faqsearch {
        background: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/faq_search.svg) no-repeat;
        background-position: center;
        background-size: 32px;
        width: 32px;
        position: absolute;
        height: 48px;
        padding: 18px;
        border: unset;
        outline: none;
        margin-left: -65px; }
        @media (max-width: 767px) {
          .faqcategory--searchbox--input .faqsearch {
            height: 30px;
            background-size: 24px;
            margin-right: -45px;
            padding: 20px; } }
        .faqlanding .faqcategory--searchbox--input .faqsearch {
          margin-left: -66px;
          z-index: 9;
          height: 50px; }
      .faqcategory--searchbox--input--searchresult ::-webkit-scrollbar {
        width: 5px; }
      .faqcategory--searchbox--input--searchresult ::-webkit-scrollbar-track {
        border-radius: 10px; }
      .faqcategory--searchbox--input--searchresult ::-webkit-scrollbar-thumb {
        background: #ff6a00;
        border-radius: 10px; }
      .faqcategory--searchbox--input--searchresult ul.result-search-faq {
        position: absolute;
        width: 485px;
        z-index: 2;
        list-style-type: none;
        margin: 0 0 0 22px;
        padding: 0 30px 30px 30px;
        background: #fff;
        display: none;
        box-shadow: 11px 11px 63px 0 rgba(0, 0, 0, 0.3);
        height: auto;
        max-height: 242px;
        overflow: auto; }
        .faqlanding .faqcategory--searchbox--input--searchresult ul.result-search-faq {
          top: 50px;
          z-index: 99; }
        @media (max-width: 767px) {
          .faqcategory--searchbox--input--searchresult ul.result-search-faq {
            width: 290px;
            margin: 0 0 0 14px; } }
        .faqcategory--searchbox--input--searchresult ul.result-search-faq li {
          margin: 0;
          padding: 10px 0;
          border-bottom: 1px solid #e7e7e7; }
          .faqcategory--searchbox--input--searchresult ul.result-search-faq li a {
            color: #000; }

/* {} */
.faqlanding {
  max-width: 1920px;
  margin: 0 auto; }
  .faqlanding--title {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 0 0;
    margin: 0; }
    @media (max-width: 767px) {
      .faqlanding--title {
        font-size: 24px; } }
  .faqlanding--subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin: 0;
    padding-top: 6px; }
    @media (max-width: 767px) {
      .faqlanding--subtitle {
        font-size: 16px; } }
  .faqlanding--container {
    background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
    padding: 84px 0; }
    @media (max-width: 767px) {
      .faqlanding--container {
        padding: 50px 0; } }
    .faqlanding--container--center {
      max-width: 1220px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 910px) {
        .faqlanding--container--center {
          justify-content: center; } }
      @media screen and (max-width: 1204px) and (min-width: 911px) {
        .faqlanding--container--center {
          max-width: 915px; } }
    .faqlanding--container--box {
      flex: 1 0 280px;
      margin: 30px 12.5px;
      height: 350px;
      max-width: 280px;
      background-color: #FFF;
      border-radius: 16px;
      box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
      padding: 25px 18px; }
      .faqlanding--container--box--image {
        height: 175px;
        text-align: center;
        padding: 0 0 25px 0; }
        .faqlanding--container--box--image img {
          width: auto;
          height: 100%; }
      .faqlanding--container--box--content {
        height: 125px; }
        .faqlanding--container--box--content--title {
          height: 40px;
          font-size: 18px;
          font-weight: bold;
          color: #000;
          line-height: 19px; }
        .faqlanding--container--box--content--description {
          font-size: 14px;
          line-height: 24px;
          color: #000; }

.roamingue {
  max-width: 1366px;
  margin: 0 auto; }
  .roamingue--container {
    box-shadow: 0 2px 9px 0 rgba(200, 200, 200, 0.5);
    margin: 10px 0;
    padding: 35px 50px;
    border-radius: 16px; }
    @media (max-width: 767px) {
      .roamingue--container {
        padding: 30px 10px; } }
    .roamingue--container--title {
      padding: 0 0 35px 0;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    .roamingue--container--box {
      display: flex;
      flex-direction: row; }
      @media (max-width: 767px) {
        .roamingue--container--box {
          flex-direction: column; } }
      .roamingue--container--box--left {
        width: 50%; }
        @media (max-width: 767px) {
          .roamingue--container--box--left {
            width: 100%;
            padding: 0 0 20px 0; } }
        .roamingue--container--box--left--title {
          font-size: 20px;
          font-weight: bold;
          padding: 0 0 15px 0;
          text-align: center; }
          @media (max-width: 767px) {
            .roamingue--container--box--left--title {
              font-size: 16px; } }
          .roamingue--container--box--left--title .base__input {
            padding: 1rem 0 0.5rem 1rem;
            line-height: 30px;
            color: #000; }
            @media (max-width: 767px) {
              .roamingue--container--box--left--title .base__input {
                max-width: 300px; } }
        .roamingue--container--box--left--euro {
          font-size: 30px;
          font-weight: bold;
          padding-left: 6px; }
        .roamingue--container--box--left--input {
          display: flex;
          justify-content: center; }
          .roamingue--container--box--left--input input[type=number]::-webkit-outer-spin-button,
          .roamingue--container--box--left--input input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none; }
          .roamingue--container--box--left--input input[type=number] {
            -moz-appearance: textfield; }
      .roamingue--container--box--right {
        width: 50%; }
        @media (max-width: 767px) {
          .roamingue--container--box--right {
            width: 100%; } }
        .roamingue--container--box--right--result {
          display: flex;
          font-weight: bold;
          font-size: 30px;
          justify-content: center; }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 6px 0;
  opacity: 0.9;
  z-index: 9999; }
  .cookies .container {
    padding-left: 8px;
    padding-right: 8px; }
    .cookies .container .btn__close_c {
      color: #FFF;
      position: absolute;
      top: 25%;
      right: 0.85rem;
      text-decoration: none;
      margin-right: 2.8rem; }
      @media (max-width: 767px) {
        .cookies .container .btn__close_c {
          top: 0;
          font-size: 0.8rem;
          margin-right: unset; } }
      @media (max-width: 767px) {
        .cookies .container .btn__close_c img {
          width: 12.5px;
          height: 12.5px; } }
    .cookies .container .text__cont {
      float: left;
      width: 100%;
      padding-right: 11rem;
      margin-left: 2.8rem; }
      @media (max-width: 767px) {
        .cookies .container .text__cont {
          width: 96%;
          padding-right: unset;
          margin-left: unset; } }
      .cookies .container .text__cont p {
        float: left;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        color: #FFF;
        opacity: 1;
        line-height: 1.3rem; }
        @media (max-width: 767px) {
          .cookies .container .text__cont p {
            font-size: 9.5px;
            line-height: 13px;
            letter-spacing: 0.4px; } }
        .cookies .container .text__cont p a {
          color: #FFF;
          text-decoration: underline;
          padding: 0;
          float: none;
          font-weight: bold;
          font-size: 12px;
          line-height: 18px; }
          @media (max-width: 767px) {
            .cookies .container .text__cont p a {
              font-size: 9.5px;
              line-height: 13px; } }

.content_acordeon_s.content_acordeon_cookies {
  border-top: 1px solid #D3D3D2;
  margin-bottom: 2rem; }
  .content_acordeon_s.content_acordeon_cookies .panel-body {
    border-top: none;
    padding-left: 20px; }
  .content_acordeon_s.content_acordeon_cookies .panel-group .panel + .panel {
    margin: 0; }
  .content_acordeon_s.content_acordeon_cookies .panel-heading {
    background-color: transparent;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    .content_acordeon_s.content_acordeon_cookies .panel-heading.active {
      background-color: #E6E9ED; }
  .content_acordeon_s.content_acordeon_cookies .collapse.in {
    background-color: transparent;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    .content_acordeon_s.content_acordeon_cookies .collapse.in.in {
      background-color: #E6E9ED; }

.cont_text_cookies {
  float: left;
  width: 100%;
  padding: 0.5rem 0 1.3rem; }
  .cont_text_cookies p {
    font-family: "Montserrat";
    font-size: 1.1rem;
    color: #292F36; }

.content_acordeon_cookies p.text_acordeonc {
  float: left;
  width: 100%;
  font-size: 0.9rem; }

.content_acordeon_cookies .panel-heading {
  padding: 0.86rem 1.5rem 1.1rem;
  background-color: transparent; }

.content_acordeon_cookies .collapse {
  float: left;
  width: 100%; }
  .content_acordeon_cookies .collapse.in .panel.panel-default.base__accordion {
    background-color: transparent;
    border-bottom: none; }
    .content_acordeon_cookies .collapse.in .panel.panel-default.base__accordion .panel-heading {
      border-bottom: none; }
      .content_acordeon_cookies .collapse.in .panel.panel-default.base__accordion .panel-heading .pull-right {
        color: #292F36; }

.content_acordeon_cookies .panel-body.second_acookies {
  padding: 0 2rem;
  border-bottom: none; }
  @media (max-width: 767px) {
    .content_acordeon_cookies .panel-body.second_acookies {
      padding: 0 0.5rem; } }
  .content_acordeon_cookies .panel-body.second_acookies .base__accordion {
    margin: 0; }
  .content_acordeon_cookies .panel-body.second_acookies .in {
    background-color: transparent !important; }
  .content_acordeon_cookies .panel-body.second_acookies .in .panel-body {
    border-bottom: 1px solid #FFF;
    border-top: none; }
  .content_acordeon_cookies .panel-body.second_acookies .panel-heading {
    padding: 0.8rem 3rem 0.6rem 1.5rem;
    border-bottom: 1px solid #FFF !important;
    background-color: transparent !important; }
    @media (max-width: 767px) {
      .content_acordeon_cookies .panel-body.second_acookies .panel-heading {
        padding: 0.8rem 1rem 0.6rem; } }
    .content_acordeon_cookies .panel-body.second_acookies .panel-heading.active {
      border-bottom: none;
      border-bottom: none !important; }
  .content_acordeon_cookies .panel-body.second_acookies .panel-title a.accordion-toggle {
    font-size: 0.9rem; }
  .content_acordeon_cookies .panel-body.second_acookies .panel-title span.privacity {
    color: #FF6A00;
    font-size: 0.8rem;
    float: right; }
    .content_acordeon_cookies .panel-body.second_acookies .panel-title span.privacity .base__icon {
      float: right;
      margin-left: 15px;
      width: 20px;
      height: 20px;
      position: relative;
      bottom: 3px; }
    .content_acordeon_cookies .panel-body.second_acookies .panel-title span.privacity .indicator:after {
      font-size: 0.8rem; }
    .content_acordeon_cookies .panel-body.second_acookies .panel-title span.privacity img {
      float: right;
      margin-left: 1.2rem; }
    .content_acordeon_cookies .panel-body.second_acookies .panel-title span.privacity .pull-right {
      color: #FF6A00 !important;
      float: right;
      margin-left: 0.4rem; }
  .content_acordeon_cookies .panel-body.second_acookies .panel-body {
    padding: 0.5rem 4rem 1rem 1.5rem; }
    @media (max-width: 767px) {
      .content_acordeon_cookies .panel-body.second_acookies .panel-body {
        padding: 0.1rem 1rem 0.1rem; } }

.homepage {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: visible;
  /* overflow-y: hidden; */ }
  @media (max-width: 767px) {
    .homepage {
      margin: 0 10px; } }
  .homepage.filtercard {
    max-width: 1366px;
    margin: 0 auto;
    overflow-x: visible;
    display: block;
    padding: 0 32px; }
    @media (max-width: 767px) {
      .homepage.filtercard {
        padding: 0 0; } }
  .homepage_category_filter {
    width: 100%; }
    .homepage_category_filter ul {
      display: flex;
      display: -webkit-flex;
      list-style-type: none;
      white-space: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-end;
      overflow-x: auto;
      height: 40px;
      vertical-align: middle;
      margin: 14px 0 0 0;
      -webkit-overflow-scrolling: touch; }
      .homepage_category_filter ul::-webkit-scrollbar {
        display: none; }
      @media (max-width: 767px) {
        .homepage_category_filter ul {
          float: none;
          margin: 10px;
          align-items: center;
          justify-content: unset; } }
      .homepage_category_filter ul li {
        padding: 0 15px;
        flex: 0 0 auto;
        height: 22px;
        cursor: pointer;
        text-align: center; }
        .homepage_category_filter ul li a {
          font-family: "Montserrat";
          color: #AAB2BD;
          font-size: 12px; }
          .homepage_category_filter ul li a.level1_text.active {
            color: #6207AB;
            border-bottom: 1px solid #6207AB;
            border-radius: 0.5px;
            padding: 5px 0; }
    .homepage_category_filter .filter-right {
      height: 34px;
      padding-right: 45px;
      padding-bottom: 10px; }
    .homepage_category_filter_level2 {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .homepage_category_filter_level2 .vcategory_one {
        display: flex;
        justify-content: flex-end; }
        .homepage_category_filter_level2 .vcategory_one ul {
          background: rgba(170, 178, 189, 0.1);
          height: 50px;
          width: auto;
          align-items: center;
          padding: 0;
          margin: 10px;
          float: right;
          border-radius: 25px; }
          .homepage_category_filter_level2 .vcategory_one ul li {
            cursor: pointer; }
            .homepage_category_filter_level2 .vcategory_one ul li a {
              font-family: "Montserrat";
              color: #AAB2BD;
              font-size: 12px; }
              .homepage_category_filter_level2 .vcategory_one ul li a.level2_text.active-lv2 {
                color: #6207AB;
                border-bottom: 2px solid #6207AB;
                border-radius: 0.5px;
                padding: 4px 0; }
            .homepage_category_filter_level2 .vcategory_one ul li:nth-child(n+2) {
              border-left: 0.5px solid #AAB2BD; }
          .homepage_category_filter_level2 .vcategory_one ul:after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            z-index: 10;
            border: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            right: 10%;
            border-bottom: 10px solid rgba(170, 178, 189, 0.1);
            top: 40px; }
            @media (max-width: 767px) {
              .homepage_category_filter_level2 .vcategory_one ul:after {
                top: 60px; } }
      .homepage_category_filter_level2 .vcategory_second {
        display: flex;
        justify-content: flex-end;
        /* .drop-down .selected span.value, .drop-down .options span.value{
                    display: none;
                  } */ }
        .homepage_category_filter_level2 .vcategory_second .drop-down {
          position: absolute; }
          .homepage_category_filter_level2 .vcategory_second .drop-down .selected a {
            display: block;
            padding-right: 20px;
            min-width: 150px;
            text-decoration: none;
            color: #000;
            font-weight: bold;
            font-size: 12px; }
            .homepage_category_filter_level2 .vcategory_second .drop-down .selected a span {
              cursor: pointer;
              display: block;
              padding: 5px;
              text-align: right; }
              .homepage_category_filter_level2 .vcategory_second .drop-down .selected a span.icon::after {
                content: '';
                width: 16px;
                height: 16px;
                background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_up.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                right: 0px;
                z-index: 9; }
              .homepage_category_filter_level2 .vcategory_second .drop-down .selected a span::after {
                content: '';
                width: 16px;
                height: 16px;
                background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_down.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                position: absolute;
                right: 0px;
                z-index: 9; }
          .homepage_category_filter_level2 .vcategory_second .drop-down .options {
            position: relative; }
            .homepage_category_filter_level2 .vcategory_second .drop-down .options ul {
              display: none;
              box-shadow: 11px 32px 63px 0 rgba(0, 0, 0, 0.1);
              background-color: #FFFFFF;
              list-style: none;
              padding: 0px 0px;
              height: 280px !important;
              overflow-x: scroll;
              z-index: 9;
              margin: 0;
              position: absolute;
              left: -18px;
              top: 4px;
              height: auto;
              width: auto;
              min-width: 170px;
              border-radius: 10px; }
              .homepage_category_filter_level2 .vcategory_second .drop-down .options ul li {
                margin: 0;
                padding: 0;
                height: unset;
                text-align: left;
                border-left: unset; }
                .homepage_category_filter_level2 .vcategory_second .drop-down .options ul li a {
                  padding: 13px;
                  display: block; }
                  .homepage_category_filter_level2 .vcategory_second .drop-down .options ul li a:hover {
                    color: #ff6a00;
                    border-left: 3px solid #6207AB; }
                  .homepage_category_filter_level2 .vcategory_second .drop-down .options ul li a.active-lv2 {
                    border-bottom: unset; }
                  .homepage_category_filter_level2 .vcategory_second .drop-down .options ul li a.level2_text {
                    font-size: 14px;
                    text-decoration: none;
                    color: #C1C1C1; }
    .homepage_category_filter_mobile {
      display: none; }
      @media (max-width: 767px) {
        .homepage_category_filter_mobile {
          background: rgba(170, 178, 189, 0.1);
          height: 40px;
          margin: 20px 10px;
          display: flex;
          display: -webkit-flex;
          align-items: center; }
          .homepage_category_filter_mobile p {
            font-size: 12px;
            text-align: center;
            width: 100%;
            color: #2D389C; } }
  .homepage .vetrina_title h2 {
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #003171;
    padding: 15px 0; }
  .homepage .vetrina_title h1 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: normal;
    color: #003171;
    padding: 15px 0;
    text-align: center;
    margin: 0; }
  .homepage .vetrina_offerta {
    width: 100%;
    /*  max-height: 580px; */
    justify-content: normal;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .homepage .vetrina_offerta {
        display: block;
        width: auto; } }
    .homepage .vetrina_offerta .filter_hide {
      display: none !important; }
    .homepage .vetrina_offerta .halfcard {
      /* max-width: 640px; */
      box-sizing: border-box;
      margin-bottom: 10px;
      width: 49%;
      height: 275px;
      color: #fff; }
      @media (min-width: 767px) {
        .homepage .vetrina_offerta .halfcard:nth-child(odd) {
          margin-right: 1%; }
        .homepage .vetrina_offerta .halfcard:nth-child(even) {
          margin-left: 1%; } }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .halfcard {
          width: 100%;
          margin: 10px auto;
          height: auto; } }
      @media screen and (min-width: 767px) and (max-width: 980px) {
        .homepage .vetrina_offerta .halfcard {
          /*  width: 50%; */
          height: 460px;
          flex-direction: column;
          -webkit-flex-direction: column; } }
      .homepage .vetrina_offerta .halfcard.orange {
        background: linear-gradient(90deg, #FF6A00 0%, #FF3A00 100%);
        box-shadow: 0 2px 4px 0 rgba(153, 152, 152, 0.5); }
        .homepage .vetrina_offerta .halfcard.orange .vetrina_box_lv5_right button, .homepage .vetrina_offerta .halfcard.orange .vetrina_box_lv5 a {
          background-color: #263795;
          cursor: pointer; }
      .homepage .vetrina_offerta .halfcard.blue {
        background-color: #0D1564;
        box-shadow: 0 2px 4px 0 rgba(153, 152, 152, 0.5); }
        .homepage .vetrina_offerta .halfcard.blue .vetrina_box_lv5_right button, .homepage .vetrina_offerta .halfcard.blue .vetrina_box_lv5 a {
          background-color: #FF6A00;
          cursor: pointer; }
          .homepage .vetrina_offerta .halfcard.blue .vetrina_box_lv5_right button:hover, .homepage .vetrina_offerta .halfcard.blue .vetrina_box_lv5 a:hover {
            background-color: #ff3a00; }
      .homepage .vetrina_offerta .halfcard .vetrina_image_bg {
        display: none; }
      .homepage .vetrina_offerta .halfcard .vetrina_box {
        position: relative;
        width: 100%; }
        .homepage .vetrina_offerta .halfcard .vetrina_box .vetrina_box_lv1 h3 {
          color: #fff; }
        @media screen and (min-width: 767px) and (max-width: 980px) {
          .homepage .vetrina_offerta .halfcard .vetrina_box .vetrina_box_lv1 .vetrina_box_lv3 {
            flex-wrap: wrap; } }
        @media (max-width: 910px) {
          .homepage .vetrina_offerta .halfcard .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 {
            height: unset;
            flex-direction: column;
            -webkit-flex-direction: column;
            /* padding-bottom: 10px; */ }
            .homepage .vetrina_offerta .halfcard .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 div {
              padding-bottom: 10px; } }
      .homepage .vetrina_offerta .halfcard .vetrina_box_icon {
        display: none; }
    .homepage .vetrina_offerta .large {
      max-height: 580px;
      height: 100%;
      color: #003171;
      display: flex;
      display: -webkit-flex;
      margin: 10px 0;
      box-shadow: 0 2px 4px 0 rgba(201, 200, 200, 0.5); }
      .homepage .vetrina_offerta .large.half_width {
        max-width: 66%;
        width: 100%;
        justify-content: center;
        height: 580px;
        position: relative;
        display: block; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .large.half_width {
            max-width: 100%;
            display: block;
            height: 100%;
            max-height: 100%; } }
        @media screen and (max-width: 980px) and (min-width: 767px) {
          .homepage .vetrina_offerta .large.half_width {
            max-width: 100%; } }
        .homepage .vetrina_offerta .large.half_width .vetrina_box {
          display: flex;
          width: 100%;
          justify-content: center;
          top: 50%; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large.half_width .vetrina_box {
              top: unset;
              position: unset; } }
          .homepage .vetrina_offerta .large.half_width .vetrina_box_lv1 {
            /* height: 290px; */ }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .large.half_width .vetrina_box_lv1 {
                height: 460px; } }
            @media screen and (max-width: 980px) and (min-width: 800px) {
              .homepage .vetrina_offerta .large.half_width .vetrina_box_lv1_lv3_div > div {
                margin: 0 0 14px 0; } }
        .homepage .vetrina_offerta .large.half_width .vetrina_image_bg img {
          height: 380px;
          /*   height: auto; */ }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large.half_width .vetrina_image_bg img {
              height: auto; } }
      .homepage .vetrina_offerta .large.full_width {
        width: 100%;
        position: relative; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .large.full_width {
            display: block;
            max-height: 100%; } }
        .homepage .vetrina_offerta .large.full_width .vetrina_box {
          right: calc(80px + 2vw);
          min-height: 100%;
          display: flex;
          display: -webkit-flex;
          align-items: center; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large.full_width .vetrina_box {
              display: flex;
              display: -webkit-flex;
              flex-direction: column-reverse;
              -webkit-flex-direction: column-reverse;
              width: 100%;
              right: unset;
              height: auto;
              position: unset; } }
          @media screen and (min-width: 768px) and (max-width: 820px) {
            .homepage .vetrina_offerta .large.full_width .vetrina_box {
              right: calc(10px + 2vw); } }
      .homepage .vetrina_offerta .large .vetrina_box_icon {
        position: absolute;
        right: 20px;
        top: 20px;
        display: flex; }
        .homepage .vetrina_offerta .large .vetrina_box_icon_loc img {
          width: 60px;
          margin-left: 10px; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large .vetrina_box_icon_loc img {
              width: 40px;
              margin-left: 7px; } }
      .homepage .vetrina_offerta .large .vetrina_box {
        position: absolute; }
        .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 {
          /*  width: 640px;  */
          height: 290px;
          background-color: #fff;
          color: #003171;
          max-width: 640px;
          min-width: 495px;
          box-shadow: 0 2px 4px 0 rgba(153, 152, 152, 0.5);
          /* border:2px solid black; */ }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 {
              width: 100%;
              height: 430px;
              max-width: 100%;
              min-width: unset; } }
          .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv2 h3 {
            color: #2C3E50; }
          .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 {
            background: rgba(216, 216, 216, 0.1); }
          .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) {
            border-left: 1px solid #ebebeb; }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) {
                border-left: none; } }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(even) {
              border-left: 1px solid #ebebeb; } }
          .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 {
            color: #2C3E50; }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 {
                flex-direction: row;
                -webkit-flex-direction: row; } }
            .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_right button, .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 a {
              width: 144px;
              background-color: #FF6A00;
              color: #fff;
              border: none;
              font-family: "Montserrat";
              border-radius: 5px;
              cursor: pointer; }
              .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_right button:hover, .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 a:hover {
                background-color: #ff3a00; }
              @media screen and (max-width: 340px) {
                .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_right button, .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5 a {
                  width: 110px; } }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_left {
                flex-direction: column; }
                .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_left_dpri {
                  padding-right: unset; } }
            .homepage .vetrina_offerta .large .vetrina_box .vetrina_box_lv1 .vetrina_box_lv5_left_cpri {
              color: #292F36; }
    .homepage .vetrina_offerta .vetrina_box {
      height: 100%; }
      .homepage .vetrina_offerta .vetrina_box_lv1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        float: left;
        height: 100%;
        width: 100%;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_box_lv1 {
            max-width: unset; } }
        .homepage .vetrina_offerta .vetrina_box_lv1 > div {
          padding: 5px 20px; }
        .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv2 {
          padding: 15px 19px 26px 15px; }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv2 h3 {
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            float: left;
            font-weight: 400; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv2 {
              padding: 15px 8px; } }
        .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 {
          display: flex;
          display: -webkit-flex;
          /* padding: 0 19px 26px 22px; */ }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 {
              flex-wrap: wrap; } }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) {
            /* padding-left: 10px; */
            border-left: 0.7px solid #EBEBEB; }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) span:nth-child(n) {
              padding-left: 18%; }
              @media (max-width: 980px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) span:nth-child(n) {
                  padding-left: unset; } }
            @media (max-width: 980px) {
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(n+2) {
                border-left: none;
                padding-left: unset; } }
          @media (max-width: 980px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(even) {
              border-left: 0.7px solid #EBEBEB; } }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(even) span:nth-child(n) {
            padding-left: 18%; }
            @media (max-width: 980px) {
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 div:nth-child(even) span:nth-child(n) {
                padding-left: 10%; } }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 > div {
              width: 49%;
              margin: 14px 0; } }
          @media screen and (min-width: 767px) and (max-width: 980px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3 > div {
              width: 49%;
              margin: 14px 0; } }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div {
            width: 25%;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            -webkit-flex-direction: column; }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div {
                width: 100%; } }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .first_bold {
              font-size: 24px;
              line-height: 26px;
              font-weight: bold;
              white-space: nowrap; }
              @media screen and (min-width: 981px) and (max-width: 1250px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .first_bold {
                  font-size: 20px; } }
              @media screen and (max-width: 345px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .first_bold {
                  font-size: 18px; } }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .second_nom {
              font-size: 16px; }
              @media screen and (min-width: 981px) and (max-width: 1250px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .second_nom {
                  font-size: 14px; } }
              @media screen and (max-width: 345px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv3_div .second_nom {
                  font-size: 12px; } }
        .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv4 {
          font-size: 16px;
          line-height: 20px; }
          @media screen and (max-width: 345px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv4 {
              font-size: 14px;
              line-height: 16px; } }
        .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5 {
          display: flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: space-between;
          margin-top: auto;
          padding-bottom: 0;
          height: 80px; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5 {
              flex-direction: column;
              -webkit-flex-direction: column; } }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right {
            display: inline-table; }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right button, .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right a {
              font-size: 18px;
              padding: 13px 5px;
              width: calc(185px + 2vw);
              line-height: 20px;
              color: #fff;
              text-transform: uppercase;
              border: none;
              font-family: "Montserrat";
              border-radius: 5px;
              cursor: pointer;
              font-weight: bold; }
              @media (max-width: 767px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right button, .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right a {
                  width: 235px; } }
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right button:focus, .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_right a:focus {
                outline: none; }
          .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left {
            display: flex;
            display: -webkit-flex;
            align-items: flex-end; }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left > div:nth-child(n+2) {
              display: flex;
              display: -webkit-flex;
              flex-direction: column;
              -webkit-flex-direction: column; }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_cpri {
              font-size: 32px;
              font-weight: bold;
              line-height: 34px; }
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_cpri:after {
                content: '€'; }
              @media screen and (max-width: 340px) {
                .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_cpri {
                  font-size: 24px; } }
            .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_dpri {
              font-size: 16px;
              text-decoration-line: line-through;
              padding-right: 25px; }
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_dpri:after {
                content: '€'; }
              .homepage .vetrina_offerta .vetrina_box_lv1 .vetrina_box_lv5_left_dpri:empty {
                display: none; }
    .homepage .vetrina_offerta > div {
      color: #fff;
      display: flex;
      display: -webkit-flex; }
    .homepage .vetrina_offerta .vetrina_image_bg {
      display: contents;
      /*  position: absolute; */ }
      .homepage .vetrina_offerta .vetrina_image_bg img {
        width: 100%; }
      .homepage .vetrina_offerta .vetrina_image_bg .desktop_img {
        display: block; }
        @media screen and (max-width: 768px) {
          .homepage .vetrina_offerta .vetrina_image_bg .desktop_img {
            display: none; } }
      .homepage .vetrina_offerta .vetrina_image_bg .mobile_img {
        display: none; }
        @media screen and (max-width: 768px) {
          .homepage .vetrina_offerta .vetrina_image_bg .mobile_img {
            display: block; } }
    .homepage .vetrina_offerta .vetrina_fullwidthbanner {
      height: auto;
      display: flex;
      position: relative; }
      .homepage .vetrina_offerta .vetrina_fullwidthbanner_image img {
        width: 100%;
        height: auto; }
      .homepage .vetrina_offerta .vetrina_fullwidthbanner_image .desktop_img {
        display: block; }
        @media screen and (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_image .desktop_img {
            display: none; } }
      .homepage .vetrina_offerta .vetrina_fullwidthbanner_image .mobile_img {
        display: none; }
        @media screen and (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_image .mobile_img {
            display: block; } }
      .homepage .vetrina_offerta .vetrina_fullwidthbanner_content {
        position: absolute;
        right: calc(80px + 2vw);
        height: 100%;
        justify-content: center;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        text-align: right; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_content {
            right: 10px;
            top: 40px; } }
        @media screen and (min-width: 768px) and (max-width: 1234px) {
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_content {
            right: calc(5px + 2vw); } }
        .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandname {
          font-size: 20px;
          line-height: 24px;
          color: black;
          width: 100%;
          padding-bottom: 20px; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandname {
              font-size: 32px;
              line-height: 36px; } }
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandname .icon_image {
            margin-right: 0px;
            width: 130px; }
            @media screen and (max-width: 340px) {
              .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandname .icon_image {
                width: 100px; } }
        .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandtitle {
          display: flex;
          flex-direction: column; }
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandtitle .text {
            font-size: 52px;
            line-height: 56px;
            color: #003171;
            font-weight: bold; }
            @media (max-width: 767px) {
              .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandtitle .text {
                font-size: 32px;
                line-height: 36px; } }
            @media screen and (min-width: 768px) and (max-width: 1080px) {
              .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandtitle .text {
                font-size: 36px;
                line-height: 40px; } }
            @media screen and (max-width: 340px) {
              .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandtitle .text {
                font-size: 28px;
                line-height: 30px; } }
        .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandsubtitle {
          font-size: 18px;
          line-height: 24px;
          color: #2C3E50;
          padding: 2% 0 4% 0; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandsubtitle {
              font-size: 15px;
              line-height: 20px;
              padding: 10px 0 15px 0; } }
        .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandcta button, .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandcta a {
          font-size: 18px;
          padding: 14px 5px;
          width: calc(200px + 2vw);
          line-height: 20px;
          color: #fff;
          background: #FF6A00;
          border: none;
          cursor: pointer;
          font-family: "Montserrat";
          border-radius: 5px;
          font-weight: bold;
          text-transform: uppercase; }
          .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandcta button:hover, .homepage .vetrina_offerta .vetrina_fullwidthbanner_content_brandcta a:hover {
            background-color: #ff3A00; }
    .homepage .vetrina_offerta .vncardhide {
      display: none !important; }
    .homepage .vetrina_offerta .vncardvisible {
      display: flex; }
    .homepage .vetrina_offerta_showmore {
      width: 100%;
      display: flex !important;
      justify-content: center;
      height: 60px;
      align-items: center; }
      .homepage .vetrina_offerta_showmore .showmoresection {
        color: #003171;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        display: block; }
        .homepage .vetrina_offerta_showmore .showmoresection i.arrow-down {
          padding-left: 15px; }
          .homepage .vetrina_offerta_showmore .showmoresection i.arrow-down:before {
            transform: translate(6px, 2px) rotate(-45deg);
            position: absolute;
            width: 1.37px;
            height: 14px;
            transition: all .45s ease-in-out;
            background-color: #003171;
            content: ""; }
          .homepage .vetrina_offerta_showmore .showmoresection i.arrow-down:after {
            transform: translate(15px, 2px) rotate(45deg);
            position: absolute;
            width: 1.37px;
            height: 14px;
            transition: all .45s ease-in-out;
            background-color: #003171;
            content: ""; }
        .homepage .vetrina_offerta_showmore .showmoresection i.arrow-up {
          padding-left: 15px; }
          .homepage .vetrina_offerta_showmore .showmoresection i.arrow-up:before {
            transform: translate(15px, 2px) rotate(-45deg);
            position: absolute;
            width: 1.37px;
            height: 14px;
            transition: all .45s ease-in-out;
            background-color: #003171;
            content: ""; }
          .homepage .vetrina_offerta_showmore .showmoresection i.arrow-up:after {
            transform: translate(6px, 2px) rotate(45deg);
            position: absolute;
            width: 1.37px;
            height: 14px;
            transition: all .45s ease-in-out;
            background-color: #003171;
            content: ""; }
    .homepage .vetrina_offerta .vc-animate {
      animation: .6s zoom-in;
      -webkit-animation: .6s zoom-in; }
    .homepage .vetrina_offerta_content {
      width: 100%;
      display: block !important;
      padding: 15px;
      margin: 0 10px;
      box-shadow: 0 2px 4px 0 rgba(201, 200, 200, 0.5); }
      .homepage .vetrina_offerta_content_title {
        border-bottom: 0.7px solid #EBEBEB; }
        .homepage .vetrina_offerta_content_title h2, .homepage .vetrina_offerta_content_title h1 {
          font-family: "Montserrat";
          font-size: 26px;
          line-height: 30px;
          font-weight: normal;
          color: #003171;
          padding: 25px 0 15px 0; }
      .homepage .vetrina_offerta_content h3 {
        color: #2C3E50;
        font-size: 20px;
        line-height: 24px;
        padding: 15px 0;
        font-weight: normal; }
      .homepage .vetrina_offerta_content_text {
        color: #003171;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px; }
        .homepage .vetrina_offerta_content_text b {
          font-weight: bold; }
        .homepage .vetrina_offerta_content_text a {
          color: #FF6A00;
          text-decoration: underline; }
        .homepage .vetrina_offerta_content_text i {
          font-style: italic;
          font-weight: normal; }

.homepage_category_filter_level2 .vcategory_second {
  display: flex;
  justify-content: flex-end; }

.homepage_category_filter_level2 .vcategory_second ul {
  background: rgba(170, 178, 189, 0.1);
  height: 50px;
  width: auto;
  align-items: center;
  padding: 0;
  margin: 10px;
  float: right;
  border-radius: 25px; }

.homepage_category_filter_level2 .vcategory_second .drop-down ul {
  border-radius: 0px; }

.homepage_category_filter_level2 .vcategory_second ul li {
  cursor: pointer; }

.homepage_category_filter_level2 .vcategory_second ul li:nth-child(n+2) {
  border-left: 0.5px solid #AAB2BD; }

.homepage_category_filter_level2 .vcategory_second ul li a.level2_text.active-lv2 {
  color: #6207AB;
  border-bottom: 2px solid #6207AB;
  border-radius: 0.5px; }

.homepage_category_filter_level2 .vcategory_second ul li a {
  font-family: "Montserrat";
  color: #AAB2BD;
  font-size: 12px; }

/* .homepage_category_filter_level2 .vcategory_second ul:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 10%;
    border-bottom: 10px solid rgba(170, 178, 189, 0.1);
    top: 40px;
} */
/*   {    } */
.containerfilter .vetrina_offerta_showmore .showmoresection {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  margin: 0 auto; }
  .containerfilter .vetrina_offerta_showmore .showmoresection.icondown.more-times::after {
    background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_down.svg); }
  .containerfilter .vetrina_offerta_showmore .showmoresection.icondown:after {
    content: '';
    width: 16px;
    height: 24px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    background-image: url(/typo3conf/ext/wind_onebrand/Resources/Public/img/comparatorearrow_up.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.homepage {
  /* max-width: 1366px;
    margin: 0 auto;
    font-family:  $Mont-font-family;
    overflow-x: visible;
    overflow-y: hidden; */ }
  .homepage .vetrina_offerta {
    justify-content: normal;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    /* safari */
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .homepage .vetrina_offerta {
        display: block;
        width: auto; } }
    .homepage .vetrina_offerta .hp_vetrina_single_vcard {
      width: 24%;
      color: black;
      background-color: #ffffff;
      height: auto;
      min-height: 550px;
      margin: 0 0.5% 1% 0.5%;
      margin-bottom: 10px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 4px 0 rgba(201, 200, 200, 0.5); }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .hp_vetrina_single_vcard {
          width: 100%;
          height: 100%;
          min-height: auto; } }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .homepage .vetrina_offerta .hp_vetrina_single_vcard {
          width: 32%; } }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv1 {
        width: 100%;
        height: 25px; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv1_bgtitle {
          display: flex;
          justify-content: center;
          align-items: center;
          background: linear-gradient(90deg, #FF6A00 0%, #FF3A00 100%);
          text-align: center;
          height: 100%; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv1_bgtitle span {
            color: #ffffff;
            font-size: 14px;
            vertical-align: middle; }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 {
        width: 100%;
        height: 104px; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 h3 {
          font-size: 20px;
          text-align: center;
          margin-top: 20px;
          font-weight: normal; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 {
            /*  max-height: 54px; */
            height: 100%;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding-top: 15px;
            padding-bottom: 15px;
            position: relative; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 h3 {
              text-align: left;
              padding-left: 5px;
              margin: 0;
              width: 88%; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 .icon_right {
              transform: translate(6px, 4px) rotate(-45deg);
              position: absolute;
              width: 2.5px;
              height: 7px;
              right: 10%;
              top: 20px;
              transition: all .45s ease-in-out;
              background-color: #2C3E50;
              content: ""; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2 .icon_left {
              transform: translate(10px, 4px) rotate(45deg);
              position: absolute;
              width: 2.5px;
              top: 20px;
              height: 7px;
              right: 10%;
              transition: all .45s ease-in-out;
              background-color: #2C3E50;
              content: ""; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2.active {
              margin-bottom: 20px; }
              .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2.active .icon_right {
                transform: translate(10px, 4px) rotate(-45deg); }
              .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv2.active .icon_left {
                transform: translate(6px, 4px) rotate(45deg); } }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv3 {
        width: 100%;
        height: 65px;
        background: rgba(45, 56, 156, 0.05); }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv3_text {
          display: flex;
          flex-direction: column;
          text-align: center;
          justify-content: center;
          height: 100%;
          color: #003171; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv3_text .lv3_normal {
            font-size: 16px;
            font-weight: normal; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv3_text .lv3_bold {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700; }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 {
        text-align: center;
        padding-top: calc(14px + 1vw);
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 {
            padding: 20px 0; } }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .lv4_price {
          font-size: 16px;
          text-decoration-line: line-through;
          padding-right: 22px; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .lv4_price:after {
            content: '€'; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .cpprice {
          display: flex;
          flex-direction: column; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .cpprice .lv4_oprice {
            font-size: 32px;
            font-weight: 700; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .cpprice .lv4_oprice:after {
              content: '€'; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv4 .cpprice .lv4_mese {
            font-size: 16px;
            text-align: left; }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv5 {
        padding: 30px 0;
        text-align: center; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv5 button, .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv5 a {
          height: 45px;
          background-color: #FF6A00;
          color: #ffffff;
          width: 144px;
          cursor: pointer;
          border-radius: 5px;
          border: none;
          font-family: "Montserrat";
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 600; }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv5 button:hover, .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv5 a:hover {
            background-color: #ff3a00; }
      .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6 {
        padding: 0 15px;
        font-size: 16px;
        line-height: 24px; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6_text p {
          font-weight: normal;
          color: #003171; }
        .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6_bullet ul {
          margin: 0;
          padding: 0 0 0 15px; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6_bullet ul {
              padding: 0 0 15px 15px; } }
          .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6_bullet ul li {
            font-size: 16px;
            color: #003171;
            font-weight: normal; }
            .homepage .vetrina_offerta .hp_vetrina_single_vcard_lv6_bullet ul li b {
              font-weight: bold;
              color: #003171; }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .hp_vetrina_single_vcard .vcard_mobile_hide {
          display: none; } }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .hp_vetrina_single_vcard .vcard_mobile_visible {
          display: block;
          -webkit-animation: slide-down .45s ease-out;
          -moz-animation: slide-down .45s ease-out; } }

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

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

/*   {    } */
.homepage .vetrina_offerta {
  width: 100%;
  justify-content: normal;
  margin: 10px 0;
  display: flex;
  display: -webkit-flex;
  position: relative;
  flex-wrap: wrap; }
  .homepage .vetrina_offerta .vetrina_threecard {
    width: 31%;
    height: 580px;
    margin: 10px 1%;
    box-shadow: 0 2px 4px 0 rgba(201, 200, 200, 0.5);
    display: flex;
    position: relative;
    flex-direction: column; }
    @media (max-width: 767px) {
      .homepage .vetrina_offerta .vetrina_threecard {
        width: 100%;
        height: auto;
        margin: 10px 0px; } }
    @media screen and (min-width: 767px) and (max-width: 980px) {
      .homepage .vetrina_offerta .vetrina_threecard {
        width: 48%; } }
    .homepage .vetrina_offerta .vetrina_threecard_lv1 {
      height: 186px;
      width: 100%; }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .vetrina_threecard_lv1 {
          height: 146px; } }
      .homepage .vetrina_offerta .vetrina_threecard_lv1 img {
        height: 186px;
        width: 100%; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_threecard_lv1 img {
            height: 146px; } }
      .homepage .vetrina_offerta .vetrina_threecard_lv1_icons {
        position: absolute;
        right: 20px;
        top: 20px;
        display: flex; }
        .homepage .vetrina_offerta .vetrina_threecard_lv1_icons img {
          width: 60px;
          height: 60px;
          margin-left: 10px; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_threecard_lv1_icons img {
              width: 46px;
              height: 46px;
              margin-left: 8px; } }
    .homepage .vetrina_offerta .vetrina_threecard_lv2 {
      height: 48px;
      margin: 15px 15px 10px 15px; }
      .homepage .vetrina_offerta .vetrina_threecard_lv2 h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        color: #2C3E50; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_threecard_lv2 h3 {
            font-size: 18px;
            line-height: 20px; } }
    .homepage .vetrina_offerta .vetrina_threecard_lv3 {
      font-size: 16px;
      line-height: 18px;
      color: #003171;
      padding: 15px; }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content ul {
        margin: 0;
        padding: 0 15px; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content ul li {
          line-height: 24px;
          margin: 0;
          padding: 0;
          font-weight: normal; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content ul li b {
            font-weight: bold; }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content .content_normal {
        padding-top: 8px;
        font-size: 16px;
        line-height: calc(18px + 0.2vw);
        color: #003171; }
        @media (max-width: 640px) {
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .content_normal {
            line-height: 24px; } }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines_text {
          font-size: 22px;
          line-height: 26px;
          height: 54px;
          color: #003171;
          display: flex;
          text-align: center;
          align-content: center;
          align-items: center;
          justify-content: center;
          width: 100%; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines_text span {
            display: contents; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines_text b {
            font-weight: bold;
            display: contents; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines_text {
              font-size: 22px;
              line-height: 24px; } }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .fourlines_text:nth-child(n+2) {
            border-top: 0.7px solid #EBEBEB; }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines_text {
          height: calc(54px + 1vw);
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines_text_lv1 {
            font-size: 26px;
            line-height: 32px;
            text-align: center;
            color: #003171; }
            @media (max-width: 640px) {
              .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines_text_lv1 {
                font-size: 22px; } }
            .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines_text_lv1 b {
              font-weight: bold; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .threelines_text:nth-child(n+2) {
            border-top: 0.7px solid #EBEBEB; }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content .secondimage {
        padding-top: 14px; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content .secondimage img {
          width: 100%;
          height: 168px; }
      .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines {
        width: 100%;
        display: table; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox {
          height: 100px;
          width: 49%;
          display: inline-table;
          text-align: center; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half {
            height: 100%;
            align-items: center;
            display: flex; }
            .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle {
              width: 100%;
              font-size: 16px; }
              .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle b {
                font-weight: bold;
                line-height: 24px;
                font-size: 24px;
                display: block; }
                @media (max-width: 640px) {
                  .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle b {
                    font-size: 22px; } }
              .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle span {
                display: flex;
                flex-direction: column;
                line-height: 24px; }
                .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle span.bold {
                  font-weight: bold;
                  font-size: 24px; }
                  @media (max-width: 640px) {
                    .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle span.bold {
                      font-size: 22px; } }
                .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox_half_middle span.normal {
                  font-size: 16px; }
          .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2 .contentbox:nth-child(odd) {
            border-right: 0.7px solid #EBEBEB; }
        .homepage .vetrina_offerta .vetrina_threecard_lv3_content .twolines_lv2:nth-child(1) {
          border-bottom: 0.7px solid #EBEBEB; }
    .homepage .vetrina_offerta .vetrina_threecard_bottom {
      background-color: #D8D8D8;
      background: rgba(216, 216, 216, 0.1);
      height: 80px;
      color: black;
      margin-top: auto;
      display: flex;
      justify-content: space-between;
      padding: 0 15px;
      align-items: center; }
      .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 {
        display: flex;
        flex-direction: row; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 {
            flex-direction: column; } }
        .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .discount {
          display: flex;
          align-self: flex-end;
          color: #292F36;
          font-size: 16px;
          text-decoration-line: line-through;
          padding-right: 10px; }
          .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .discount:after {
            content: '€'; }
          .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .discount:empty {
            display: none; }
          @media (max-width: 767px) {
            .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .discount {
              padding-right: unset; } }
        .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_cp {
          font-size: 32px;
          line-height: 36px;
          font-weight: bold;
          color: #292F36; }
          @media screen and (min-width: 981px) and (max-width: 1140px) {
            .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_cp {
              font-size: 24px;
              line-height: 28px; } }
          @media screen and (max-width: 340px) {
            .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_cp {
              font-size: 26px; } }
          .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_cp:after {
            content: '€'; }
          .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_cp:empty {
            display: none; }
        .homepage .vetrina_offerta .vetrina_threecard_bottom .pricelv1 .original_mese {
          font-size: 16px; }
      .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button, .homepage .vetrina_offerta .vetrina_threecard_bottom .cta a {
        background-color: #ff6a00;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        width: calc(110px + 1vw);
        border-radius: 5px;
        border: none;
        cursor: pointer;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button, .homepage .vetrina_offerta .vetrina_threecard_bottom .cta a {
            width: 144px; } }
        @media screen and (max-width: 340px) {
          .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button, .homepage .vetrina_offerta .vetrina_threecard_bottom .cta a {
            width: 110px; } }
        .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button:hover, .homepage .vetrina_offerta .vetrina_threecard_bottom .cta a:hover {
          background-color: #ff3a00; }
        .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button button, .homepage .vetrina_offerta .vetrina_threecard_bottom .cta a button {
          padding: 13px 0; }
      .homepage .vetrina_offerta .vetrina_threecard_bottom .cta button {
        padding: 13px 0; }
    .homepage .vetrina_offerta .vetrina_threecard .bg--orange {
      background: linear-gradient(90deg, #FF6A00 0%, #FF3A00 100%); }
    .homepage .vetrina_offerta .vetrina_threecard .bg--title {
      position: absolute;
      top: calc(14% + 1vw); }
      @media (max-width: 767px) {
        .homepage .vetrina_offerta .vetrina_threecard .bg--title {
          top: 15%; } }
      @media screen and (max-width: 340px) {
        .homepage .vetrina_offerta .vetrina_threecard .bg--title {
          top: 11%; } }
      .homepage .vetrina_offerta .vetrina_threecard .bg--title h3 {
        color: #fff; }

/*   {    } */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon-fonts-new/icomoon.eot?g2oru3");
  src: url("../fonts/icon-fonts-new/icomoon.eot?g2oru3#iefix") format("embedded-opentype"), url("../fonts/icon-fonts-new/icomoon.ttf?g2oru3") format("truetype"), url("../fonts/icon-fonts-new/icomoon.woff?g2oru3") format("woff"), url("../fonts/icon-fonts-new/icomoon.svg?g2oru3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-onebrand';
  src: url("../fonts/icon-fonts-new/icomoon-onebrand.eot?g2oru3");
  src: url("../fonts/icon-fonts-new/icomoon-onebrand.eot?g2oru3#iefix") format("embedded-opentype"), url("../fonts/icon-fonts-new/icomoon-onebrand.ttf?g2oru3") format("truetype"), url("../fonts/icon-fonts-new/icomoon-onebrand.woff?g2oru3") format("woff"), url("../fonts/icon-fonts-new/icomoon-onebrand.svg?g2oru3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-servizi:before {
  content: "\e908"; }

.icon-device:before {
  content: "\e90a"; }

.icon-mobile:before {
  content: "\e90b"; }

.icon-fissomobile:before {
  content: "\e90e"; }

.icon-novita:before {
  content: "\e90f"; }

.icon-inevidenza:before {
  content: "\e90c"; }

.icon-ic_econto:before {
  content: "\e907"; }

.icon-ic_legal:before {
  content: "\e906"; }

.icon-ic_assistenza:before {
  content: "\e905"; }

.icon-ic_entra:before {
  content: "\e904"; }

.icon-ic_configura:before {
  content: "\e903"; }

.icon-ic_profilo:before {
  content: "\e909"; }

.icon-ic_calendario:before {
  content: "\e900"; }

.icon-ic_carrello:before {
  content: "\e901"; }

.icon-ic_close:before {
  content: "\e902"; }

.icon-ic_menu:before {
  content: "\e90d"; }

.icon-ic_search:before {
  content: "\e910"; }

.icon-ic_trova-negozio:before {
  content: "\e912"; }

.icon-ic_verifica-copertura:before {
  content: "\e913"; }

.icon-ic_winday:before {
  content: "\e911"; }

.icon-giga:before {
  content: "\e900"; }

.icon-link:before {
  content: "\e901"; }

.icon-minuti:before {
  content: "\e902"; }

.icon-phone:before {
  content: "\e903"; }

.icon-speech-bubble:before {
  content: "\e904"; }

/*# sourceMappingURL=style.min.css.map */