/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue: #0066cc;
  --color-blue-2: #3126ff;
  --color-blue-3: #004d99;
  --color-blue-4: #004c99;
  --color-blue-5: #06c;
  --color-dark-blue: #17324d;
  --color-acqua: #0bd9d2;
  --color-light-gray: #ebf0f8;
  --color-light-gray2: #fafafa;
  --color-light-gray3: #c1c1c1;
  --color-light-gray4: #e5e5e5;
  --color-light-gray5: #5c6f82;
  --color-dark-gray: #3b434a;
  --color-dark-gray2: #33383c;
  --color-dark-gray3: #202020;
  --color-dark-gray4: #5c6f82;
  --color-dark-gray5: #717171;
  --color-text-dark: #19191a;
  --color-text-dark2: #313131;
  --color-bk-dark: #31373c;
  --color-tabs-gray: #949494;
  --color-sup-head: #081677;
  --color-primary: #0033a1;
  --color-primary-hover: #00d0d2;
  --color-light-green: #009646;
  --color-red-text: #cb3234;
  --color-blue-border: #0079f2;
  --color-input-text: #7f7f7f;
  --color-accent: #0164f2;
}

/* latin-ext */
/* Start Custom Fonts CSS */
@font-face {
  font-family: "TIMSans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/TIMSans-Regular.woff2") format("woff2"), url("fonts/TIMSans-Regular.woff") format("woff"), url("fonts/TIMSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "TIMSans";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("fonts/TIMSans-Medium.woff2") format("woff2"), url("fonts/TIMSans-Medium.woff") format("woff"), url("fonts/TIMSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "TIMSans";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("fonts/TIMSans-Bold.woff2") format("woff2"), url("fonts/TIMSans-Bold.woff") format("woff"), url("fonts/TIMSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "TIMSans";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/TIMSans-Heavy.woff2") format("woff2"), url("fonts/TIMSans-Heavy.woff") format("woff"), url("fonts/TIMSans-Heavy.ttf") format("truetype");
}
/* End Custom Fonts CSS */
@font-face {
  font-family: "eicons";
  src: url("fonts/eicons.eot");
  src: url("fonts/eicons.eot?#iefix") format("embedded-opentype"), url("fonts/eicons.woff2") format("woff2"), url("fonts/eicons.woff") format("woff"), url("fonts/eicons.ttf") format("truetype"), url("fonts/eicons.svg?#eicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=eicon],
[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.eicon-editor-link:before {
  content: "\e800";
}

.eicon-editor-unlink:before {
  content: "\e801";
}

.eicon-editor-external-link:before {
  content: "\e802";
}

.eicon-editor-close:before {
  content: "\e803";
}

.eicon-editor-list-ol:before {
  content: "\e804";
}

.eicon-editor-list-ul:before {
  content: "\e805";
}

.eicon-editor-bold:before {
  content: "\e806";
}

.eicon-editor-italic:before {
  content: "\e807";
}

.eicon-editor-underline:before {
  content: "\e808";
}

.eicon-editor-paragraph:before {
  content: "\e809";
}

.eicon-editor-h1:before {
  content: "\e80a";
}

.eicon-editor-h2:before {
  content: "\e80b";
}

.eicon-editor-h3:before {
  content: "\e80c";
}

.eicon-editor-h4:before {
  content: "\e80d";
}

.eicon-editor-h5:before {
  content: "\e80e";
}

.eicon-editor-h6:before {
  content: "\e80f";
}

.eicon-editor-quote:before {
  content: "\e810";
}

.eicon-editor-code:before {
  content: "\e811";
}

.eicon-elementor:before {
  content: "\e812";
}

.eicon-elementor-circle:before {
  content: "\e813";
}

.eicon-pojome:before {
  content: "\e814";
}

.eicon-plus:before {
  content: "\e815";
}

.eicon-menu-bar:before {
  content: "\e816";
}

.eicon-apps:before {
  content: "\e817";
}

.eicon-accordion:before {
  content: "\e818";
}

.eicon-alert:before {
  content: "\e819";
}

.eicon-animation-text:before {
  content: "\e81a";
}

.eicon-animation:before {
  content: "\e81b";
}

.eicon-banner:before {
  content: "\e81c";
}

.eicon-blockquote:before {
  content: "\e81d";
}

.eicon-button:before {
  content: "\e81e";
}

.eicon-call-to-action:before {
  content: "\e81f";
}

.eicon-captcha:before {
  content: "\e820";
}

.eicon-carousel:before {
  content: "\e821";
}

.eicon-checkbox:before {
  content: "\e822";
}

.eicon-columns:before {
  content: "\e823";
}

.eicon-countdown:before {
  content: "\e824";
}

.eicon-counter:before {
  content: "\e825";
}

.eicon-date:before {
  content: "\e826";
}

.eicon-divider-shape:before {
  content: "\e827";
}

.eicon-divider:before {
  content: "\e828";
}

.eicon-download-button:before {
  content: "\e829";
}

.eicon-dual-button:before {
  content: "\e82a";
}

.eicon-email-field:before {
  content: "\e82b";
}

.eicon-facebook-comments:before {
  content: "\e82c";
}

.eicon-facebook-like-box:before {
  content: "\e82d";
}

.eicon-form-horizontal:before {
  content: "\e82e";
}

.eicon-form-vertical:before {
  content: "\e82f";
}

.eicon-gallery-grid:before {
  content: "\e830";
}

.eicon-gallery-group:before {
  content: "\e831";
}

.eicon-gallery-justified:before {
  content: "\e832";
}

.eicon-gallery-masonry:before {
  content: "\e833";
}

.eicon-icon-box:before {
  content: "\e834";
}

.eicon-image-before-after:before {
  content: "\e835";
}

.eicon-image-box:before {
  content: "\e836";
}

.eicon-image-hotspot:before {
  content: "\e837";
}

.eicon-image-rollover:before {
  content: "\e838";
}

.eicon-info-box:before {
  content: "\e839";
}

.eicon-inner-section:before {
  content: "\e83a";
}

.eicon-mailchimp:before {
  content: "\e83b";
}

.eicon-menu-card:before {
  content: "\e83c";
}

.eicon-navigation-horizontal:before {
  content: "\e83d";
}

.eicon-nav-menu:before {
  content: "\e83e";
}

.eicon-navigation-vertical:before {
  content: "\e83f";
}

.eicon-number-field:before {
  content: "\e840";
}

.eicon-parallax:before {
  content: "\e841";
}

.eicon-php7:before {
  content: "\e842";
}

.eicon-post-list:before {
  content: "\e843";
}

.eicon-post-slider:before {
  content: "\e844";
}

.eicon-post:before {
  content: "\e845";
}

.eicon-posts-carousel:before {
  content: "\e846";
}

.eicon-posts-grid:before {
  content: "\e847";
}

.eicon-posts-group:before {
  content: "\e848";
}

.eicon-posts-justified:before {
  content: "\e849";
}

.eicon-posts-masonry:before {
  content: "\e84a";
}

.eicon-posts-ticker:before {
  content: "\e84b";
}

.eicon-price-list:before {
  content: "\e84c";
}

.eicon-price-table:before {
  content: "\e84d";
}

.eicon-radio:before {
  content: "\e84e";
}

.eicon-rtl:before {
  content: "\e84f";
}

.eicon-scroll:before {
  content: "\e850";
}

.eicon-search:before {
  content: "\e851";
}

.eicon-select:before {
  content: "\e852";
}

.eicon-share:before {
  content: "\e853";
}

.eicon-sidebar:before {
  content: "\e854";
}

.eicon-skill-bar:before {
  content: "\e855";
}

.eicon-slider-3d:before {
  content: "\e856";
}

.eicon-slider-album:before {
  content: "\e857";
}

.eicon-slider-device:before {
  content: "\e858";
}

.eicon-slider-full-screen:before {
  content: "\e859";
}

.eicon-slider-push:before {
  content: "\e85a";
}

.eicon-slider-vertical:before {
  content: "\e85b";
}

.eicon-slider-video:before {
  content: "\e85c";
}

.eicon-slides:before {
  content: "\e85d";
}

.eicon-social-icons:before {
  content: "\e85e";
}

.eicon-spacer:before {
  content: "\e85f";
}

.eicon-table:before {
  content: "\e860";
}

.eicon-tabs:before {
  content: "\e861";
}

.eicon-tel-field:before {
  content: "\e862";
}

.eicon-text-area:before {
  content: "\e863";
}

.eicon-text-field:before {
  content: "\e864";
}

.eicon-thumbnails-down:before {
  content: "\e865";
}

.eicon-thumbnails-half:before {
  content: "\e866";
}

.eicon-thumbnails-right:before {
  content: "\e867";
}

.eicon-time-line:before {
  content: "\e868";
}

.eicon-toggle:before {
  content: "\e869";
}

.eicon-url:before {
  content: "\e86a";
}

.eicon-t-letter:before {
  content: "\e86b";
}

.eicon-wordpress:before {
  content: "\e86c";
}

.eicon-text:before {
  content: "\e86d";
}

.eicon-anchor:before {
  content: "\e86e";
}

.eicon-bullet-list:before {
  content: "\e86f";
}

.eicon-code:before {
  content: "\e870";
}

.eicon-favorite:before {
  content: "\e871";
}

.eicon-google-maps:before {
  content: "\e872";
}

.eicon-image:before {
  content: "\e873";
}

.eicon-photo-library:before {
  content: "\e874";
}

.eicon-woocommerce:before {
  content: "\e875";
}

.eicon-youtube:before {
  content: "\e876";
}

.eicon-flip-box:before {
  content: "\e877";
}

.eicon-settings:before {
  content: "\e878";
}

.eicon-headphones:before {
  content: "\e879";
}

.eicon-testimonial:before {
  content: "\e87a";
}

.eicon-counter-circle:before {
  content: "\e87b";
}

.eicon-person:before {
  content: "\e87c";
}

.eicon-chevron-right:before {
  content: "\e87d";
}

.eicon-chevron-left:before {
  content: "\e87e";
}

.eicon-close:before {
  content: "\e87f";
}

.eicon-file-download:before {
  content: "\e880";
}

.eicon-save:before {
  content: "\e881";
}

.eicon-zoom-in:before {
  content: "\e882";
}

.eicon-shortcode:before {
  content: "\e883";
}

.eicon-nerd:before {
  content: "\e884";
}

.eicon-device-desktop:before {
  content: "\e885";
}

.eicon-device-tablet:before {
  content: "\e886";
}

.eicon-device-mobile:before {
  content: "\e887";
}

.eicon-document-file:before {
  content: "\e888";
}

.eicon-folder-o:before {
  content: "\e889";
}

.eicon-hypster:before {
  content: "\e88a";
}

.eicon-h-align-left:before {
  content: "\e88b";
}

.eicon-h-align-right:before {
  content: "\e88c";
}

.eicon-h-align-center:before {
  content: "\e88d";
}

.eicon-h-align-stretch:before {
  content: "\e88e";
}

.eicon-v-align-top:before {
  content: "\e88f";
}

.eicon-v-align-bottom:before {
  content: "\e890";
}

.eicon-v-align-middle:before {
  content: "\e891";
}

.eicon-v-align-stretch:before {
  content: "\e892";
}

.eicon-pro-icon:before {
  content: "\e893";
}

.eicon-mail:before {
  content: "\e894";
}

.eicon-lock-user:before {
  content: "\e895";
}

.eicon-testimonial-carousel:before {
  content: "\e896";
}

.eicon-media-carousel:before {
  content: "\e897";
}

.eicon-section:before {
  content: "\e898";
}

.eicon-column:before {
  content: "\e899";
}

.eicon-edit:before {
  content: "\e89a";
}

.eicon-clone:before {
  content: "\e89b";
}

.eicon-trash:before {
  content: "\e89c";
}

.eicon-play:before {
  content: "\e89d";
}

.eicon-angle-right:before {
  content: "\e89e";
}

.eicon-angle-left:before {
  content: "\e89f";
}

.eicon-animated-headline:before {
  content: "\e8a0";
}

.eicon-menu-toggle:before {
  content: "\e8a1";
}

.eicon-fb-embed:before {
  content: "\e8a2";
}

.eicon-fb-feed:before {
  content: "\e8a3";
}

.eicon-twitter-embed:before {
  content: "\e8a4";
}

.eicon-twitter-feed:before {
  content: "\e8a5";
}

.eicon-sync:before {
  content: "\e8a6";
}

.eicon-import-export:before {
  content: "\e8a7";
}

.eicon-check-circle:before {
  content: "\e8a8";
}

.eicon-library-save:before {
  content: "\e8a9";
}

.eicon-library-download:before {
  content: "\e8aa";
}

.eicon-insert:before {
  content: "\e8ab";
}

.eicon-preview-medium:before {
  content: "\e8ac";
}

.eicon-sort-down:before {
  content: "\e8ad";
}

.eicon-sort-up:before {
  content: "\e8ae";
}

.eicon-heading:before {
  content: "\e8af";
}

.eicon-logo:before {
  content: "\e8b0";
}

.eicon-meta-data:before {
  content: "\e8b1";
}

.eicon-post-content:before {
  content: "\e8b2";
}

.eicon-post-excerpt:before {
  content: "\e8b3";
}

.eicon-post-navigation:before {
  content: "\e8b4";
}

.eicon-yoast:before {
  content: "\e8b5";
}

.eicon-nerd-chuckle:before {
  content: "\e8b6";
}

.eicon-nerd-wink:before {
  content: "\e8b7";
}

.eicon-comments:before {
  content: "\e8b8";
}

.eicon-download-circle-o:before {
  content: "\e8b9";
}

.eicon-library-upload:before {
  content: "\e8ba";
}

.eicon-save-o:before {
  content: "\e8bb";
}

.eicon-upload-circle-o:before {
  content: "\e8bc";
}

.eicon-ellipsis-h:before {
  content: "\e8bd";
}

.eicon-ellipsis-v:before {
  content: "\e8be";
}

.eicon-arrow-left:before {
  content: "\e8bf";
}

.eicon-arrow-right:before {
  content: "\e8c0";
}

.eicon-arrow-up:before {
  content: "\e8c1";
}

.eicon-arrow-down:before {
  content: "\e8c2";
}

.eicon-play-o:before {
  content: "\e8c3";
}

.eicon-archive-posts:before {
  content: "\e8c4";
}

.eicon-archive-title:before {
  content: "\e8c5";
}

.eicon-featured-image:before {
  content: "\e8c6";
}

.eicon-post-info:before {
  content: "\e8c7";
}

.eicon-post-title:before {
  content: "\e8c8";
}

.eicon-site-logo:before {
  content: "\e8c9";
}

.eicon-site-search:before {
  content: "\e8ca";
}

.eicon-site-title:before {
  content: "\e8cb";
}

.eicon-plus-square:before {
  content: "\e8cc";
}

.eicon-minus-square:before {
  content: "\e8cd";
}

.eicon-cloud-check:before {
  content: "\e8ce";
}

.eicon-drag-n-drop:before {
  content: "\e8cf";
}

.eicon-welcome:before {
  content: "\e8d0";
}

.eicon-handle:before {
  content: "\e8d1";
}

.eicon-cart:before {
  content: "\e8d2";
}

.eicon-product-add-to-cart:before {
  content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}

.eicon-product-categories:before {
  content: "\e8d5";
}

.eicon-product-description:before {
  content: "\e8d6";
}

.eicon-product-images:before {
  content: "\e8d7";
}

.eicon-product-info:before {
  content: "\e8d8";
}

.eicon-product-meta:before {
  content: "\e8d9";
}

.eicon-product-pages:before {
  content: "\e8da";
}

.eicon-product-price:before {
  content: "\e8db";
}

.eicon-product-rating:before {
  content: "\e8dc";
}

.eicon-product-related:before {
  content: "\e8dd";
}

.eicon-product-stock:before {
  content: "\e8de";
}

.eicon-product-tabs:before {
  content: "\e8df";
}

.eicon-product-title:before {
  content: "\e8e0";
}

.eicon-product-upsell:before {
  content: "\e8e1";
}

.eicon-products:before {
  content: "\e8e2";
}

.eicon-bag-light:before {
  content: "\e8e3";
}

.eicon-bag-medium:before {
  content: "\e8e4";
}

.eicon-bag-solid:before {
  content: "\e8e5";
}

.eicon-basket-light:before {
  content: "\e8e6";
}

.eicon-basket-medium:before {
  content: "\e8e7";
}

.eicon-basket-solid:before {
  content: "\e8e8";
}

.eicon-cart-light:before {
  content: "\e8e9";
}

.eicon-cart-medium:before {
  content: "\e8ea";
}

.eicon-cart-solid:before {
  content: "\e8eb";
}

.eicon-exchange:before {
  content: "\e8ec";
}

.eicon-preview-thin:before {
  content: "\e8ed";
}

.eicon-device-laptop:before {
  content: "\e8ee";
}

.eicon-collapse:before {
  content: "\e8ef";
}

.eicon-expand:before {
  content: "\e8f0";
}

.eicon-navigator:before {
  content: "\e8f1";
}

.eicon-plug:before {
  content: "\e8f2";
}

.eicon-dashboard:before {
  content: "\e8f3";
}

.eicon-typography:before {
  content: "\e8f4";
}

.eicon-info-circle-o:before {
  content: "\e8f5";
}

.eicon-integration:before {
  content: "\e8f6";
}

.eicon-plus-circle-o:before {
  content: "\e8f7";
}

.eicon-rating:before {
  content: "\e8f8";
}

.eicon-review:before {
  content: "\e8f9";
}

.eicon-tools:before {
  content: "\e8fa";
}

.eicon-loading:before {
  content: "\e8fb";
}

.eicon-sitemap:before {
  content: "\e8fc";
}

.eicon-click:before {
  content: "\e8fd";
}

.eicon-clock:before {
  content: "\e8fe";
}

.eicon-library-open:before {
  content: "\e8ff";
}

.eicon-warning:before {
  content: "\e900";
}

.eicon-flow:before {
  content: "\e901";
}

.eicon-cursor-move:before {
  content: "\e902";
}

.eicon-arrow-circle-left:before {
  content: "\e903";
}

.eicon-flash:before {
  content: "\e904";
}

.eicon-redo:before {
  content: "\e905";
}

.eicon-ban:before {
  content: "\e906";
}

.eicon-barcode:before {
  content: "\e907";
}

.eicon-calendar:before {
  content: "\e908";
}

.eicon-caret-left:before {
  content: "\e909";
}

.eicon-caret-right:before {
  content: "\e90a";
}

.eicon-caret-up:before {
  content: "\e90b";
}

.eicon-chain-broken:before {
  content: "\e90c";
}

.eicon-check-circle-o:before {
  content: "\e90d";
}

.eicon-check:before {
  content: "\e90e";
}

.eicon-chevron-double-left:before {
  content: "\e90f";
}

.eicon-chevron-double-right:before {
  content: "\e910";
}

.eicon-undo:before {
  content: "\e911";
}

.eicon-filter:before {
  content: "\e912";
}

.eicon-circle-o:before {
  content: "\e913";
}

.eicon-circle:before {
  content: "\e914";
}

.eicon-clock-o:before {
  content: "\e915";
}

.eicon-cog:before {
  content: "\e916";
}

.eicon-cogs:before {
  content: "\e917";
}

.eicon-commenting-o:before {
  content: "\e918";
}

.eicon-copy:before {
  content: "\e919";
}

.eicon-database:before {
  content: "\e91a";
}

.eicon-dot-circle-o:before {
  content: "\e91b";
}

.eicon-envelope:before {
  content: "\e91c";
}

.eicon-external-link-square:before {
  content: "\e91d";
}

.eicon-eyedropper:before {
  content: "\e91e";
}

.eicon-folder:before {
  content: "\e91f";
}

.eicon-font:before {
  content: "\e920";
}

.eicon-adjust:before {
  content: "\e921";
}

.eicon-lightbox:before {
  content: "\e922";
}

.eicon-heart-o:before {
  content: "\e923";
}

.eicon-history:before {
  content: "\e924";
}

.eicon-image-bold:before {
  content: "\e925";
}

.eicon-info-circle:before {
  content: "\e926";
}

.eicon-link:before {
  content: "\e927";
}

.eicon-long-arrow-left:before {
  content: "\e928";
}

.eicon-long-arrow-right:before {
  content: "\e929";
}

.eicon-caret-down:before {
  content: "\e92a";
}

.eicon-paint-brush:before {
  content: "\e92b";
}

.eicon-pencil:before {
  content: "\e92c";
}

.eicon-plus-circle:before {
  content: "\e92d";
}

.eicon-zoom-in-bold:before {
  content: "\e92e";
}

.eicon-sort-amount-desc:before {
  content: "\e92f";
}

.eicon-sign-out:before {
  content: "\e930";
}

.eicon-spinner:before {
  content: "\e931";
}

.eicon-square:before {
  content: "\e932";
}

.eicon-star-o:before {
  content: "\e933";
}

.eicon-star:before {
  content: "\e934";
}

.eicon-text-align-justify:before {
  content: "\e935";
}

.eicon-text-align-center:before {
  content: "\e936";
}

.eicon-tags:before {
  content: "\e937";
}

.eicon-text-align-left:before {
  content: "\e938";
}

.eicon-text-align-right:before {
  content: "\e939";
}

.eicon-close-circle:before {
  content: "\e93a";
}

.eicon-trash-o:before {
  content: "\e93b";
}

.eicon-font-awesome:before {
  content: "\e93c";
}

.eicon-user-circle-o:before {
  content: "\e93d";
}

.eicon-video-camera:before {
  content: "\e93e";
}

.eicon-heart:before {
  content: "\e93f";
}

.eicon-wrench:before {
  content: "\e940";
}

.eicon-help:before {
  content: "\e941";
}

.eicon-help-o:before {
  content: "\e942";
}

.eicon-zoom-out-bold:before {
  content: "\e943";
}

.eicon-plus-square-o:before {
  content: "\e944";
}

.eicon-minus-square-o:before {
  content: "\e945";
}

.eicon-minus-circle:before {
  content: "\e946";
}

.eicon-minus-circle-o:before {
  content: "\e947";
}

.eicon-code-bold:before {
  content: "\e948";
}

.eicon-cloud-upload:before {
  content: "\e949";
}

.eicon-search-bold:before {
  content: "\e94a";
}

.eicon-map-pin:before {
  content: "\e94b";
}

.eicon-meetup:before {
  content: "\e94c";
}

.eicon-slideshow:before {
  content: "\e94d";
}

.eicon-t-letter-bold:before {
  content: "\e94e";
}

.eicon-preferences:before {
  content: "\e94f";
}

.eicon-table-of-contents:before {
  content: "\e950";
}

.eicon-tv:before {
  content: "\e951";
}

.eicon-upload:before {
  content: "\e952";
}

.eicon-instagram-comments:before {
  content: "\e953";
}

.eicon-instagram-nested-gallery:before {
  content: "\e954";
}

.eicon-instagram-post:before {
  content: "\e955";
}

.eicon-instagram-video:before {
  content: "\e956";
}

.eicon-instagram-gallery:before {
  content: "\e957";
}

.eicon-instagram-likes:before {
  content: "\e958";
}

.eicon-facebook:before {
  content: "\e959";
}

.eicon-twitter:before {
  content: "\e95a";
}

.eicon-pinterest:before {
  content: "\e95b";
}

.eicon-frame-expand:before {
  content: "\e95c";
}

.eicon-frame-minimize:before {
  content: "\e95d";
}

.eicon-archive:before {
  content: "\e95e";
}

.eicon-colors-typography:before {
  content: "\e95f";
}

.eicon-custom:before {
  content: "\e960";
}

.eicon-footer:before {
  content: "\e961";
}

.eicon-header:before {
  content: "\e962";
}

.eicon-layout-settings:before {
  content: "\e963";
}

.eicon-lightbox-expand:before {
  content: "\e964";
}

.eicon-error-404:before {
  content: "\e965";
}

.eicon-theme-style:before {
  content: "\e966";
}

.eicon-search-results:before {
  content: "\e967";
}

.eicon-single-post:before {
  content: "\e968";
}

.eicon-site-identity:before {
  content: "\e969";
}

.eicon-theme-builder:before {
  content: "\e96a";
}

.eicon-download-bold:before {
  content: "\e96b";
}

.eicon-share-arrow:before {
  content: "\e96c";
}

.eicon-global-settings:before {
  content: "\e96d";
}

.eicon-user-preferences:before {
  content: "\e96e";
}

.eicon-lock:before {
  content: "\e96f";
}

.eicon-export-kit:before {
  content: "\e970";
}

.eicon-import-kit:before {
  content: "\e971";
}

.eicon-lottie:before {
  content: "\e972";
}

.eicon-products-archive:before {
  content: "\e973";
}

.eicon-single-product:before {
  content: "\e974";
}

.eicon-disable-trash-o:before {
  content: "\e975";
}

.eicon-single-page:before {
  content: "\e976";
}

.eicon-wordpress-light:before {
  content: "\e977";
}

.eicon-cogs-check:before {
  content: "\e978";
}

.eicon-custom-css:before {
  content: "\e979";
}

.eicon-global-colors:before {
  content: "\e97a";
}

.eicon-globe:before {
  content: "\e97b";
}

.eicon-typography-1:before {
  content: "\e97c";
}

.eicon-background:before {
  content: "\e97d";
}

.eicon-device-responsive:before {
  content: "\e97e";
}

.eicon-device-wide:before {
  content: "\e97f";
}

.eicon-code-highlight:before {
  content: "\e980";
}

.eicon-video-playlist:before {
  content: "\e981";
}

.eicon-download-kit:before {
  content: "\e982";
}

.eicon-kit-details:before {
  content: "\e983";
}

.eicon-kit-parts:before {
  content: "\e984";
}

.eicon-kit-upload:before {
  content: "\e985";
}

.eicon-kit-plugins:before {
  content: "\e986";
}

.eicon-kit-upload-alt:before {
  content: "\e987";
}

.eicon-hotspot:before {
  content: "\e988";
}

.eicon-paypal-button:before {
  content: "\e989";
}

.eicon-shape:before {
  content: "\e98a";
}

.eicon-wordart:before {
  content: "\e98b";
}

.eicon-checkout:before {
  content: "\e98c";
}

.eicon-container:before {
  content: "\e98d";
}

.eicon-flip:before {
  content: "\e98e";
}

.eicon-info:before {
  content: "\e98f";
}

.eicon-my-account:before {
  content: "\e990";
}

.eicon-purchase-summary:before {
  content: "\e991";
}

.eicon-page-transition:before {
  content: "\e992";
}

.eicon-spotify:before {
  content: "\e993";
}

.eicon-stripe-button:before {
  content: "\e994";
}

.eicon-woo-settings:before {
  content: "\e995";
}

.eicon-woo-cart:before {
  content: "\e996";
}

.eicon-grow:before {
  content: "\e997";
}

.eicon-order-end:before {
  content: "\e998";
}

.eicon-nowrap:before {
  content: "\e999";
}

.eicon-order-start:before {
  content: "\e99a";
}

.eicon-progress-tracker:before {
  content: "\e99b";
}

.eicon-shrink:before {
  content: "\e99c";
}

.eicon-wrap:before {
  content: "\e99d";
}

.eicon-align-center-h:before {
  content: "\e99e";
}

.eicon-align-center-v:before {
  content: "\e99f";
}

.eicon-align-end-h:before {
  content: "\e9a0";
}

.eicon-align-end-v:before {
  content: "\e9a1";
}

.eicon-align-start-h:before {
  content: "\e9a2";
}

.eicon-align-start-v:before {
  content: "\e9a3";
}

.eicon-align-stretch-h:before {
  content: "\e9a4";
}

.eicon-align-stretch-v:before {
  content: "\e9a5";
}

.eicon-justify-center-h:before {
  content: "\e9a6";
}

.eicon-justify-center-v:before {
  content: "\e9a7";
}

.eicon-justify-end-h:before {
  content: "\e9a8";
}

.eicon-justify-end-v:before {
  content: "\e9a9";
}

.eicon-justify-space-around-h:before {
  content: "\e9aa";
}

.eicon-justify-space-around-v:before {
  content: "\e9ab";
}

.eicon-justify-space-between-h:before {
  content: "\e9ac";
}

.eicon-justify-space-between-v:before {
  content: "\e9ad";
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}

.eicon-justify-start-h:before {
  content: "\e9b0";
}

.eicon-justify-start-v:before {
  content: "\e9b1";
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}

.eicon-woocommerce-notices:before {
  content: "\e9b3";
}

.eicon-inner-container:before {
  content: "\e9b4";
}

.eicon-warning-full:before {
  content: "\e9b5";
}

.eicon-exit:before {
  content: "\e9b6";
}

.eicon-loop-builder:before {
  content: "\e9b7";
}

.eicon-notes:before {
  content: "\e9b8";
}

.eicon-read:before {
  content: "\e9b9";
}

.eicon-unread:before {
  content: "\e9ba";
}

.eicon-carousel-loop:before {
  content: "\e9bb";
}

.eicon-mega-menu:before {
  content: "\eb78";
}

.eicon-nested-carousel:before {
  content: "\e9bd";
}

.eicon-ai:before {
  content: "\e9be";
}

.eicon-taxonomy-filter:before {
  content: "\eb7d";
}

.eicon-eye:before {
  content: "\e8ac";
}

.eicon-elementor-square:before {
  content: "\e813";
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue: #0066cc;
  --color-blue-2: #3126ff;
  --color-blue-3: #004d99;
  --color-blue-4: #004c99;
  --color-blue-5: #06c;
  --color-dark-blue: #17324d;
  --color-acqua: #0bd9d2;
  --color-light-gray: #ebf0f8;
  --color-light-gray2: #fafafa;
  --color-light-gray3: #c1c1c1;
  --color-light-gray4: #e5e5e5;
  --color-light-gray5: #5c6f82;
  --color-dark-gray: #3b434a;
  --color-dark-gray2: #33383c;
  --color-dark-gray3: #202020;
  --color-dark-gray4: #5c6f82;
  --color-dark-gray5: #717171;
  --color-text-dark: #19191a;
  --color-text-dark2: #313131;
  --color-bk-dark: #31373c;
  --color-tabs-gray: #949494;
  --color-sup-head: #081677;
  --color-primary: #0033a1;
  --color-primary-hover: #00d0d2;
  --color-light-green: #009646;
  --color-red-text: #cb3234;
  --color-blue-border: #0079f2;
  --color-input-text: #7f7f7f;
  --color-accent: #0164f2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  color: var(--color-text-dark);
}
p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
ol strong,
ul strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

body {
  background-color: var(--color-white);
  color: var(--color-white);
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: auto;
}

.container {
  max-width: 1200px;
}

.container720 {
  max-width: 720px;
}

.container900 {
  max-width: 900px;
}

.desktop-only {
  display: none;
}
@media all and (min-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
}

.tablet-desktop-only {
  display: none;
}
@media all and (min-width: 768px) {
  .tablet-desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media all and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#menu_accessibilita {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#menu_accessibilita a {
  padding: 10px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  font-size: 0.875rem;
  z-index: 100;
}
#menu_accessibilita a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--color-blue);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.show-more {
  font-size: 0.9375rem;
  color: var(--color-light-green);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
a.show-more:hover {
  text-decoration: underline;
  color: #931d1d;
}

.blue-btn {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  background-color: var(--color-primary);
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.blue-btn:hover {
  background-color: var(--color-primary-hover);
}
.blue-btn span {
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  display: block;
  padding: 14px 0px;
  color: var(--color-white);
}

.button-link {
  background-color: rgba(23, 21, 79, 0.5);
  color: var(--color-white);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-white);
  margin-top: 15px;
  min-width: 150px;
  height: 50px;
}
@media all and (min-width: 768px) {
  .button-link {
    margin-top: 20px;
  }
}
.button-link:hover {
  cursor: pointer;
}
.button-link span {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  display: block;
  padding: 14px 0px;
  color: var(--color-white);
  font-weight: 700;
}
.button-link.blue {
  text-transform: uppercase;
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-weight: 700;
}
.button-link.blue:hover {
  background-color: #00d0d2;
}
.button-link.blue-outline {
  text-transform: uppercase;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  background-color: var(--color-primary);
  font-weight: 700;
  margin-top: 20px;
}
.button-link.blue-outline:hover {
  background-color: var(--color-accent);
}

.button-submit-flag {
  width: 150px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  position: relative;
  padding: 0;
  margin: 15px auto;
  background-color: rgba(23, 21, 79, 0.5);
  color: var(--color-black);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-white);
  min-width: 150px;
  height: 50px;
  position: relative;
  background-color: var(--color-white);
}
@media all and (min-width: 768px) {
  .button-submit-flag {
    margin: 0;
  }
}
.button-submit-flag::before {
  content: "";
  display: block;
  width: calc(50% - 7px);
  height: calc(100% + 4px);
  background-color: #009646;
  position: absolute;
  top: -2px;
  left: -2px;
}
.button-submit-flag::after {
  content: "";
  display: block;
  width: calc(50% - 7px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #c80028;
}
.button-submit-flag span {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  display: block;
  color: var(--color-black);
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  justify-content: center;
}
.button-submit-flag:hover {
  cursor: pointer;
}
.button-submit-flag:hover span {
  background-color: #931d1d;
  color: #fff;
}

.sticky-head {
  padding-top: 127px;
}
@media all and (min-width: 1025px) {
  .sticky-head {
    padding-top: 70px;
  }
}
.sticky-head .fbr-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9990;
  background-color: var(--color-blue-3);
}
@media all and (min-width: 768px) {
  .admin-bar-present.sticky-head .fbr-navbar {
    top: 46px;
  }
}
@media all and (min-width: 1024px) {
  .admin-bar-present.sticky-head .fbr-navbar {
    top: 32px;
  }
}

.sticky-head .fbr-sup-navbar {
  display: none;
}
.sticky-head .fbr-navbar .navbar-mobile .sec-menu-acc-mobile {
  top: 77px;
}
.sticky-head .fbr-navbar .navbar-research {
  top: 77px;
}
@media all and (min-width: 1025px) {
  .admin-bar-present .fbr-navbar .navbar-research {
    top: 152px;
  }
  .sticky-head .fbr-navbar .navbar-research, .sticky-head.admin-bar-present .fbr-navbar .navbar-research {
    top: 70px;
  }
  .sticky-head.admin-bar-present .fbr-navbar {
    top:32px;
  }

}

.text-block h1 {
  color: var(--color-black);
  font-size: 3.5rem;
  line-height: 3.75rem;
  padding: 50px 0 30px;
  font-weight: 700;
  word-wrap: break-word;
}
.fbr-news-dettaglio .news-head h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.text-block h1.centered {
  padding: 65px 0 65px;
  text-align: center;
}
.text-block h2 {
  color: var(--color-black);
  font-size: 1.9rem;
  line-height: 2.25rem;
  margin: 26px 0 26px;
  font-weight: 700;
  word-wrap: break-word;
}
.text-block h3 {
  color: var(--color-black);
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin: 26px 0 26px 0;
  font-weight: 700;
  word-wrap: break-word;
}
.text-block h4 {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 26px 0 26px 0;
  font-weight: 700;
  word-wrap: break-word;
}
.text-block p {
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  margin-bottom: 21px;
}
.text-block p.MsoNormal {
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
.text-block .divider-separator {
  padding-top: 25px;
  border-bottom: 1px solid black;
  margin-bottom: 25px;
}
.text-block em {
  font-style: italic;
}
.text-block a {
  text-decoration: none;
}
.text-block a:hover {
  text-decoration: underline;
}
.text-block a.darker {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 10px 0;
  font-weight: 700;
  color: #0033a1;
}
.text-block ul {
  list-style-type: disc;
  margin: 16px 0;
}
.text-block ul li {
  padding-left: 10px;
  margin-left: 30px;
}
.text-block ul li p {
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0px;
}
@media all and (min-width: 1025px) {
  .text-block ul li p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.text-block ol {
  list-style-type: decimal;
  margin: 16px 0;
}
.text-block ol li {
  padding-left: 10px;
  margin-left: 30px;
}
.text-block ol li p {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.text-block ol li h4 {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 13px 0;
}

section.text-hightlighted {
  background-color: #efefef;
  padding: 20px 0 5px 0;
}
section.text-hightlighted .text-block p {
  font-size: 1.375rem;
  line-height: 1.8125rem;
}
section.text-hightlighted .text-block h2 {
  margin: 20px 0 30px 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-right: auto;
  margin-left: auto;
}

form .input-group {
  margin-bottom: 25px;
}
form .input-group .invalid-feedback {
  color: #d9534f;
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
form .input-group .invalid-feedback:before {
  content: "\e87f";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=file],
form textarea,
form select {
  background-color: var(--color-white);
  border: 1px solid #0164f2 !important;
  border-radius: 0px !important;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 47px;
  padding: 5px 13px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  font-weight: 400;
  color: #7f7f7f;
  width: 100%;
}
@media all and (min-width: 1025px) {
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form input[type=file],
  form textarea,
  form select {
    padding: 13px;
    min-height: 47px;
  }
}
form textarea {
  border-color: #0164f2 !important;
}
form input[type=checkbox] {
  outline: 1px solid var(--color-black);
}
form input[type=file] {
  min-height: 35px;
}
form input[type=file]::file-selector-button {
  background-color: white;
}
form input[type=file]:hover {
  background-color: white;
}
form input[type=file]:hover::file-selector-button {
  background-color: white;
}
form input[type=file]::-webkit-file-upload-button {
  background-color: white;
}
form button.button-link {
  margin: 20px auto 0 auto;
}
form .message-danger {
  color: #d9534f;
  margin: 10px;
}
form .message-danger:before {
  content: "\e87f";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}

#ff-form-alert #form-alert,
#ff-form-alert #form-copertura,
#ff-form-alert #form-copertura-cro,
#ff-form-alert #form-contattaci,
#ff-form-alert #form-contacts,
#ff-form-alert #form-contacts-other-customers,
#ff-form-copertura #form-alert,
#ff-form-copertura #form-copertura,
#ff-form-copertura #form-copertura-cro,
#ff-form-copertura #form-contattaci,
#ff-form-copertura #form-contacts,
#ff-form-copertura #form-contacts-other-customers,
#ff-form-copertura-cro #form-alert,
#ff-form-copertura-cro #form-copertura,
#ff-form-copertura-cro #form-copertura-cro,
#ff-form-copertura-cro #form-contattaci,
#ff-form-copertura-cro #form-contacts,
#ff-form-copertura-cro #form-contacts-other-customers,
#ff-form-contattaci #form-alert,
#ff-form-contattaci #form-copertura,
#ff-form-contattaci #form-copertura-cro,
#ff-form-contattaci #form-contattaci,
#ff-form-contattaci #form-contacts,
#ff-form-contattaci #form-contacts-other-customers,
#ff-form-contacts #form-alert,
#ff-form-contacts #form-copertura,
#ff-form-contacts #form-copertura-cro,
#ff-form-contacts #form-contattaci,
#ff-form-contacts #form-contacts,
#ff-form-contacts #form-contacts-other-customers,
#ff-form-contacts-other-customers #form-alert,
#ff-form-contacts-other-customers #form-copertura,
#ff-form-contacts-other-customers #form-copertura-cro,
#ff-form-contacts-other-customers #form-contattaci,
#ff-form-contacts-other-customers #form-contacts,
#ff-form-contacts-other-customers #form-contacts-other-customers {
  position: relative;
}
#ff-form-alert.error #ff-form-alert-msg,
#ff-form-alert.error #ff-form-copertura-msg,
#ff-form-alert.error #ff-form-copertura-cro-msg,
#ff-form-alert.error #ff-form-contattaci,
#ff-form-alert.error #form-contacts,
#ff-form-alert.error #form-contacts-other-customers,
#ff-form-copertura.error #ff-form-alert-msg,
#ff-form-copertura.error #ff-form-copertura-msg,
#ff-form-copertura.error #ff-form-copertura-cro-msg,
#ff-form-copertura.error #ff-form-contattaci,
#ff-form-copertura.error #form-contacts,
#ff-form-copertura.error #form-contacts-other-customers,
#ff-form-copertura-cro.error #ff-form-alert-msg,
#ff-form-copertura-cro.error #ff-form-copertura-msg,
#ff-form-copertura-cro.error #ff-form-copertura-cro-msg,
#ff-form-copertura-cro.error #ff-form-contattaci,
#ff-form-copertura-cro.error #form-contacts,
#ff-form-copertura-cro.error #form-contacts-other-customers,
#ff-form-contattaci.error #ff-form-alert-msg,
#ff-form-contattaci.error #ff-form-copertura-msg,
#ff-form-contattaci.error #ff-form-copertura-cro-msg,
#ff-form-contattaci.error #ff-form-contattaci,
#ff-form-contattaci.error #form-contacts,
#ff-form-contattaci.error #form-contacts-other-customers,
#ff-form-contacts.error #ff-form-alert-msg,
#ff-form-contacts.error #ff-form-copertura-msg,
#ff-form-contacts.error #ff-form-copertura-cro-msg,
#ff-form-contacts.error #ff-form-contattaci,
#ff-form-contacts.error #form-contacts,
#ff-form-contacts.error #form-contacts-other-customers,
#ff-form-contacts-other-customers.error #ff-form-alert-msg,
#ff-form-contacts-other-customers.error #ff-form-copertura-msg,
#ff-form-contacts-other-customers.error #ff-form-copertura-cro-msg,
#ff-form-contacts-other-customers.error #ff-form-contattaci,
#ff-form-contacts-other-customers.error #form-contacts,
#ff-form-contacts-other-customers.error #form-contacts-other-customers {
  margin-bottom: 35px;
  text-align: left;
  color: #c80028;
}
#ff-form-alert.submitted #ff-form-alert-msg,
#ff-form-alert.submitted #ff-form-copertura-msg,
#ff-form-alert.submitted #ff-form-copertura-cro-msg,
#ff-form-alert.submitted #ff-form-contattaci-msg,
#ff-form-alert.submitted #ff-form-contacts,
#ff-form-alert.submitted #ff-form-contacts-other-customers,
#ff-form-copertura.submitted #ff-form-alert-msg,
#ff-form-copertura.submitted #ff-form-copertura-msg,
#ff-form-copertura.submitted #ff-form-copertura-cro-msg,
#ff-form-copertura.submitted #ff-form-contattaci-msg,
#ff-form-copertura.submitted #ff-form-contacts,
#ff-form-copertura.submitted #ff-form-contacts-other-customers,
#ff-form-copertura-cro.submitted #ff-form-alert-msg,
#ff-form-copertura-cro.submitted #ff-form-copertura-msg,
#ff-form-copertura-cro.submitted #ff-form-copertura-cro-msg,
#ff-form-copertura-cro.submitted #ff-form-contattaci-msg,
#ff-form-copertura-cro.submitted #ff-form-contacts,
#ff-form-copertura-cro.submitted #ff-form-contacts-other-customers,
#ff-form-contattaci.submitted #ff-form-alert-msg,
#ff-form-contattaci.submitted #ff-form-copertura-msg,
#ff-form-contattaci.submitted #ff-form-copertura-cro-msg,
#ff-form-contattaci.submitted #ff-form-contattaci-msg,
#ff-form-contattaci.submitted #ff-form-contacts,
#ff-form-contattaci.submitted #ff-form-contacts-other-customers,
#ff-form-contacts.submitted #ff-form-alert-msg,
#ff-form-contacts.submitted #ff-form-copertura-msg,
#ff-form-contacts.submitted #ff-form-copertura-cro-msg,
#ff-form-contacts.submitted #ff-form-contattaci-msg,
#ff-form-contacts.submitted #ff-form-contacts,
#ff-form-contacts.submitted #ff-form-contacts-other-customers,
#ff-form-contacts-other-customers.submitted #ff-form-alert-msg,
#ff-form-contacts-other-customers.submitted #ff-form-copertura-msg,
#ff-form-contacts-other-customers.submitted #ff-form-copertura-cro-msg,
#ff-form-contacts-other-customers.submitted #ff-form-contattaci-msg,
#ff-form-contacts-other-customers.submitted #ff-form-contacts,
#ff-form-contacts-other-customers.submitted #ff-form-contacts-other-customers {
  margin-bottom: 35px;
  text-align: left;
  color: #009646;
}
#ff-form-alert.submitted #form-alert,
#ff-form-alert.submitted #form-copertura,
#ff-form-alert.submitted #form-copertura-cro,
#ff-form-alert.submitted #form_contattaci,
#ff-form-alert.submitted #form-contacts,
#ff-form-alert.submitted #form-contacts-other-customers,
#ff-form-copertura.submitted #form-alert,
#ff-form-copertura.submitted #form-copertura,
#ff-form-copertura.submitted #form-copertura-cro,
#ff-form-copertura.submitted #form_contattaci,
#ff-form-copertura.submitted #form-contacts,
#ff-form-copertura.submitted #form-contacts-other-customers,
#ff-form-copertura-cro.submitted #form-alert,
#ff-form-copertura-cro.submitted #form-copertura,
#ff-form-copertura-cro.submitted #form-copertura-cro,
#ff-form-copertura-cro.submitted #form_contattaci,
#ff-form-copertura-cro.submitted #form-contacts,
#ff-form-copertura-cro.submitted #form-contacts-other-customers,
#ff-form-contattaci.submitted #form-alert,
#ff-form-contattaci.submitted #form-copertura,
#ff-form-contattaci.submitted #form-copertura-cro,
#ff-form-contattaci.submitted #form_contattaci,
#ff-form-contattaci.submitted #form-contacts,
#ff-form-contattaci.submitted #form-contacts-other-customers,
#ff-form-contacts.submitted #form-alert,
#ff-form-contacts.submitted #form-copertura,
#ff-form-contacts.submitted #form-copertura-cro,
#ff-form-contacts.submitted #form_contattaci,
#ff-form-contacts.submitted #form-contacts,
#ff-form-contacts.submitted #form-contacts-other-customers,
#ff-form-contacts-other-customers.submitted #form-alert,
#ff-form-contacts-other-customers.submitted #form-copertura,
#ff-form-contacts-other-customers.submitted #form-copertura-cro,
#ff-form-contacts-other-customers.submitted #form_contattaci,
#ff-form-contacts-other-customers.submitted #form-contacts,
#ff-form-contacts-other-customers.submitted #form-contacts-other-customers {
  opacity: 0.3;
}
#ff-form-alert.loading,
#ff-form-copertura.loading,
#ff-form-copertura-cro.loading,
#ff-form-contattaci.loading,
#ff-form-contacts.loading,
#ff-form-contacts-other-customers.loading {
  position: relative;
}
#ff-form-alert.loading #form-alert,
#ff-form-alert.loading #form-copertura,
#ff-form-alert.loading #form-copertura-cro,
#ff-form-alert.loading #form_contattaci,
#ff-form-alert.loading #form-contacts,
#ff-form-alert.loading #form-contacts-other-customers,
#ff-form-copertura.loading #form-alert,
#ff-form-copertura.loading #form-copertura,
#ff-form-copertura.loading #form-copertura-cro,
#ff-form-copertura.loading #form_contattaci,
#ff-form-copertura.loading #form-contacts,
#ff-form-copertura.loading #form-contacts-other-customers,
#ff-form-copertura-cro.loading #form-alert,
#ff-form-copertura-cro.loading #form-copertura,
#ff-form-copertura-cro.loading #form-copertura-cro,
#ff-form-copertura-cro.loading #form_contattaci,
#ff-form-copertura-cro.loading #form-contacts,
#ff-form-copertura-cro.loading #form-contacts-other-customers,
#ff-form-contattaci.loading #form-alert,
#ff-form-contattaci.loading #form-copertura,
#ff-form-contattaci.loading #form-copertura-cro,
#ff-form-contattaci.loading #form_contattaci,
#ff-form-contattaci.loading #form-contacts,
#ff-form-contattaci.loading #form-contacts-other-customers,
#ff-form-contacts.loading #form-alert,
#ff-form-contacts.loading #form-copertura,
#ff-form-contacts.loading #form-copertura-cro,
#ff-form-contacts.loading #form_contattaci,
#ff-form-contacts.loading #form-contacts,
#ff-form-contacts.loading #form-contacts-other-customers,
#ff-form-contacts-other-customers.loading #form-alert,
#ff-form-contacts-other-customers.loading #form-copertura,
#ff-form-contacts-other-customers.loading #form-copertura-cro,
#ff-form-contacts-other-customers.loading #form_contattaci,
#ff-form-contacts-other-customers.loading #form-contacts,
#ff-form-contacts-other-customers.loading #form-contacts-other-customers {
  opacity: 0.3;
}
#ff-form-alert.loading:after,
#ff-form-copertura.loading:after,
#ff-form-copertura-cro.loading:after,
#ff-form-contattaci.loading:after,
#ff-form-contacts.loading:after,
#ff-form-contacts-other-customers.loading:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -16px 0 0 -16px;
}
#ff-form-alert .ff-form-field,
#ff-form-copertura .ff-form-field,
#ff-form-copertura-cro .ff-form-field,
#ff-form-contattaci .ff-form-field,
#ff-form-contacts .ff-form-field,
#ff-form-contacts-other-customers .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  #ff-form-alert .ff-form-field.nome,
  #ff-form-copertura .ff-form-field.nome,
  #ff-form-copertura-cro .ff-form-field.nome,
  #ff-form-contattaci .ff-form-field.nome,
  #ff-form-contacts .ff-form-field.nome,
  #ff-form-contacts-other-customers .ff-form-field.nome {
    width: calc(50% - 14px);
  }
  #ff-form-alert .ff-form-field.cognome,
  #ff-form-copertura .ff-form-field.cognome,
  #ff-form-copertura-cro .ff-form-field.cognome,
  #ff-form-contattaci .ff-form-field.cognome,
  #ff-form-contacts .ff-form-field.cognome,
  #ff-form-contacts-other-customers .ff-form-field.cognome {
    width: calc(50% - 14px);
    margin-left: 28px;
  }
}
#ff-form-alert .ff-form-field .privacy-check,
#ff-form-copertura .ff-form-field .privacy-check,
#ff-form-copertura-cro .ff-form-field .privacy-check,
#ff-form-contattaci .ff-form-field .privacy-check,
#ff-form-contacts .ff-form-field .privacy-check,
#ff-form-contacts-other-customers .ff-form-field .privacy-check {
  display: flex;
  color: var(--color-black);
  margin-bottom: 30px;
}
#ff-form-alert .ff-form-field .privacy-check input.form-check-input,
#ff-form-copertura .ff-form-field .privacy-check input.form-check-input,
#ff-form-copertura-cro .ff-form-field .privacy-check input.form-check-input,
#ff-form-contattaci .ff-form-field .privacy-check input.form-check-input,
#ff-form-contacts .ff-form-field .privacy-check input.form-check-input,
#ff-form-contacts-other-customers .ff-form-field .privacy-check input.form-check-input {
  min-width: 16px;
}
#ff-form-alert .ff-form-field .privacy-check label,
#ff-form-copertura .ff-form-field .privacy-check label,
#ff-form-copertura-cro .ff-form-field .privacy-check label,
#ff-form-contattaci .ff-form-field .privacy-check label,
#ff-form-contacts .ff-form-field .privacy-check label,
#ff-form-contacts-other-customers .ff-form-field .privacy-check label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-left: 10px;
}
#ff-form-alert .ff-form-field .privacy-small small,
#ff-form-copertura .ff-form-field .privacy-small small,
#ff-form-copertura-cro .ff-form-field .privacy-small small,
#ff-form-contattaci .ff-form-field .privacy-small small,
#ff-form-contacts .ff-form-field .privacy-small small,
#ff-form-contacts-other-customers .ff-form-field .privacy-small small {
  color: var(--color-black);
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
/* common components */
/* Start header */
.header-menu .superHeader-menu__open {
  margin: 0;
  overflow: hidden;
}
.header-menu .superHeader-menu__open .to-header,
.header-menu .superHeader-menu__open .to-header-basic {
  z-index: 11;
}
.header-menu .superHeader-menu__open .to-header__main-header,
.header-menu .superHeader-menu__open .to-menu,
.header-menu .superHeader-menu__open .to-serve-aiuto {
  z-index: 0;
}
.header-menu .to-pre-header {
  font-family: TIMSans, Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu .to-pre-header ul {
  list-style: none;
  padding: 0;
}
.header-menu .to-pre-header__link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 8px;
  color: var(--color-primary);
}
@media (min-width: 1280px) {
  .header-menu .to-pre-header {
    height: 37px;
    line-height: 37px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-menu .to-pre-header__link {
    margin: 0 8px;
  }
}
.header-menu .no-touch .to-pre-header__link:hover {
  color: var(--color-primary);
}
.header-menu .to-pre-header__link.-active {
  color: var(--color-accent);
}
.header-menu .to-pre-header__link.-active:after {
  pointer-events: none;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px;
  border-color: transparent transparent var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header-menu .to-pre-header--superheader {
  background-color: #081677;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-transform: none;
}
@media (min-width: 1280px) {
  .header-menu .to-pre-header--superheader:before {
    background-size: 600px;
  }
  .header-menu .to-pre-header--superheader {
    height: 50px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header-menu .to-pre-header--superheader > ul {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .header-menu .to-pre-header--superheader > ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-menu .to-pre-header--superheader > ul li:last-child .to-pre-header__link {
  margin-right: 0;
}
.header-menu .to-pre-header--superheader .to-superhero-root {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  left: 16px;
  line-height: 15px;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu .to-pre-header--superheader .to-superhero-root:focus-visible {
  box-shadow: 0 0 0 1px #fff;
  outline: 0;
}
.header-menu .to-pre-header--superheader .to-superhero-root:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iY2hldnJvbiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAxNCA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICAgPHBhdGggZmlsbD0id2hpdGUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi45OTk5MSA4TDE0IDAuODE0NzM3TDEyLjkyNzQgMC4wMDAxMzcwNDRMNi45OTk5MSA2LjA4Mjk3TDEuMDcxNTYgLTUuNjUxMmUtMDdMLTMuNTYyMTJlLTA4IDAuODE0OTE3TDYuOTk5OTEgOFoiPjwvcGF0aD4KICAgICAgICAgICA8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  margin-left: 4px;
  width: 10px;
}
@media (min-width: 768px) {
  .header-menu .to-pre-header--superheader .to-superhero-root {
    font-size: 14px;
    left: 2.7777777778vw;
  }
  .header-menu .to-pre-header--superheader .to-superhero-root:after {
    height: 8px;
    margin-left: 8px;
    width: 14px;
  }
}
.header-menu .to-pre-header--superheader .to-superhero-root:hover {
  color: #fff;
}
.header-menu .to-pre-header--superheader .to-superhero-root.-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu .to-pre-header--superheader .to-superhero-subMenu.-hide {
  display: none;
}
.header-menu .to-pre-header--superheader .to-pre-header__link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  margin: 0 6px;
  padding: 2px;
}
.header-menu .to-pre-header--superheader .to-pre-header__link.-active,
.header-menu .to-pre-header--superheader .to-pre-header__link:hover {
  color: #dbf11e;
}
.header-menu .to-pre-header--superheader .to-pre-header__link:focus-visible {
  border-radius: 0;
  outline: #fff solid 1px;
}
.header-menu .to-pre-header--superheader .to-pre-header__link.-active:after {
  content: none;
}
.header-menu .to-pre-header--superheader .to-pre-header--superheader-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease-in-out;
  width: 100vw;
  z-index: 0;
}
.header-menu .to-pre-header--superheader .to-pre-header--superheader-overlay.-active {
  opacity: 1;
  height: calc(100% - var(--preHeaderHeight));
  z-index: 1000;
}
.header-menu .to-pre-header--superheader-menu {
  background-color: #081677;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-attachment: fixed;
  color: #bdd7ff;
  top: var(--preHeaderHeight);
  left: 0;
  right: 0;
  height: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  transition: height 0.3s cubic-bezier(0.23, 1.01, 0.49, 0.88);
}
@media (min-width: 768px) {
  .header-menu .to-pre-header--superheader .to-pre-header__link {
    font-size: 12px;
    font-weight: 700;
  }
  .header-menu .to-pre-header--superheader-menu {
    background-attachment: initial;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    height: 0;
    visibility: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-menu .to-pre-header--superheader-menu.-active {
  border-top: 1px solid #bdd7ff;
  height: calc(100vh - var(--preHeaderHeight));
  padding-top: 20px;
  visibility: visible;
}
@media (max-width: 1279px) {
  .header-menu .to-pre-header--superheader-menu.-active {
    overflow-y: auto;
    max-height: 100vh;
  }
}
@media (min-width: 1280px) {
  .header-menu .to-pre-header--superheader-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 120px 1fr 120px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
    width: auto;
    right: auto;
  }
  .header-menu .to-pre-header--superheader-menu.-active {
    min-width: 50vw;
    padding-right: 3rem;
  }
}
.header-menu .to-pre-header--superheader-menu > li {
  margin-bottom: 8px;
  padding: 0 16px;
  position: relative;
}
.header-menu .to-pre-header--superheader-menu > li a {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  text-decoration: none;
}
.header-menu .to-pre-header--superheader-menu > li a:focus-visible {
  border-radius: 0;
  outline: #fff solid 1px;
}
.header-menu .to-pre-header--superheader-menu > li button {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 7.00009L0.814737 0L0.000137091 1.07255L6.08297 7.00009L0 12.9284L0.814917 14L8 7.00009Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 100% 50%;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.header-menu .to-pre-header--superheader-menu > li button.-active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNi4xMTk2N2UtMDcgNi45OTk5MUw3LjE4NTI2IDE0TDcuOTk5ODYgMTIuOTI3NEwxLjkxNzAzIDYuOTk5OTFMOCAxLjA3MTU2TDcuMTg1MDggNy4xMjQyM2UtMDhMLTYuMTE5NjdlLTA3IDYuOTk5OTFaIiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPjwvc3ZnPg==");
  background-position: 0 50%;
  color: #bdd7ff;
  text-align: center;
}
.header-menu .to-pre-header--superheader-menu > li button.-active:after {
  background-color: #bdd7ff;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}
.header-menu .to-pre-header--superheader-menu > li button:focus-visible {
  border-radius: 0;
  outline: #fff solid 1px;
}
.header-menu .to-pre-header--superheader-subMenu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 24px;
  position: absolute;
  text-transform: none;
  top: auto;
}
@media (max-width: 930px) {
  .evidenza-not .col-md-4 {
    padding: 80px 0px!important;
  }
}


@media (max-width: 767px) {
  .header-menu .to-pre-header--superheader-subMenu {
    opacity: 0;
    visibility: hidden;
    top: -1000px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
  } 
  .evidenza-not .col-md-8{
    padding-right: 0!important;

  }

  .evidenza-not .row{
    margin-right:0;
    
  }
  .evidenza-not .card-download{
      position: relative!important;
      float:left;
  }

  .evidenza-not .card-content{
    margin-bottom: 50px!important;
  }
  .evidenza-not .card-download{
    margin-bottom: 50px!important;
  }

  .evidenza-not .col-md-4 {
    border-right:none!important;
  }
  

  .evidenza-not .card-year{
    
    padding: 10px 0px 10px 0px !important;
  }

}


.content-body .container{
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}


@media only screen and (max-width: 1000px) {
  .evidenza-not .btn--primary{
    margin-top:-15px!important;
  }
}


@media (min-width: 1200px) {
  .evidenza-not .col-md-4 {
    padding:0px!important;
  }
}

@media (min-width: 768px) {
    
  .evidenza-not .card-download{
    margin-bottom: 5px;
      position: absolute;
      padding: 0 20px;
      height: 44px;
      bottom: 50px;
      right: 20px;
  }

  .header-menu .to-pre-header--superheader-menu.-active {
    border-top: 0;
    height: auto;
    padding-left: 2.7777777778vw;
  }
  .header-menu .to-pre-header--superheader-menu > li {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding: 0;
  }
  .header-menu .to-pre-header--superheader-menu > li button {
    background-image: none;
    color: #bdd7ff;
    position: relative;
    pointer-events: none;
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-menu .to-pre-header--superheader-menu > li button:after {
    background-color: #bdd7ff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 2px;
    width: 30px;
  }
  .header-menu .to-pre-header--superheader-subMenu {
    position: relative;
    margin-bottom: 3.2rem;
  }
}
.header-menu .to-pre-header--superheader-subMenu.-active {
  left: 16px;
  opacity: 1;
  top: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.header-menu .to-pre-header--superheader-subMenu li {
  padding-bottom: 24px;
}
.header-menu .to-pre-header--superheader-subMenu a {
  font-size: 14px;
  line-height: 23px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-menu .to-pre-header--superheader-subMenu li {
    padding-bottom: 16px;
  }
  .header-menu .to-pre-header--superheader-subMenu li:last-child {
    padding-bottom: 0;
  }
  .header-menu .to-pre-header--superheader-subMenu a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 7.00009L0.814737 0L0.000137091 1.07255L6.08297 7.00009L0 12.9284L0.814917 14L8 7.00009Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    background-size: 7px;
    position: absolute;
    height: 100%;
    width: 7px;
    right: 100%;
    top: 50%;
    margin-right: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;
  }
  .header-menu .to-pre-header--superheader-subMenu a:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu .to-pre-header--superheader-subMenu a:focus-visible {
  box-shadow: 0 0 0 1px #fff;
  outline: 0;
}
.header-menu .to-header-basic.-scroll .to-header__pre-header,
.header-menu .to-header.-scroll .to-header__pre-header {
  margin-top: calc(var(--preHeaderHeight) * -1);
}

/* Start Footer */
.fbr-footer {
  overflow: hidden;
}
.fbr-footer .foot-wrapper {
  background-color: var(--color-primary);
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-logo-nav {
    display: flex;
  }
}
.fbr-footer .foot-wrapper .sec-logo-nav .logo {
  display: inline-block;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-logo-nav .logo {
    padding: 20px 15px 20px 15px;
    border-bottom: none;
  }
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-logo-nav .logo {
    padding: 10px 15px 10px 15px;
  }
}
.fbr-footer .foot-wrapper .sec-logo-nav .logo img {
  width: 129px !important;
  height: auto;
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-logo-nav .logo {
    width: fit-content;
    min-width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}
.fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu {
  width: 100%;
  padding: 15px 0px 15px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu {
    padding: 10px 0 10px 0;
  }
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu {
    padding: 10px 0 10px 0;
  }
}
.fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu ul li a {
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}
.fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu ul li.current-page a {
  border-bottom: 3px solid var(--color-accent);
}
.fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu ul li a:hover {
  border-bottom: 3px solid var(--color-accent);
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-logo-nav nav.nav-menu ul li a {
    padding: 13px 20px;
  }
}
.fbr-footer .foot-wrapper .sec-legal-social {
  padding: 5px 0 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-legal-social {
    padding: 10px 0 10px 0;
  }
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-legal-social {
    padding: 0;
  }
}
.fbr-footer .foot-wrapper .sec-legal-social .left-block {
  display: flex;
  align-items: center;
}
.fbr-footer .foot-wrapper .sec-legal-social a.carbon-free-link {
  padding: 15px;
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-legal-social a.carbon-free-link {
    padding: 10px 15px;
    min-width: 200px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-footer .foot-wrapper .sec-legal-social a.carbon-free-link {
    padding: 10px 15px;
  }
}
.fbr-footer .foot-wrapper .sec-legal-social a.carbon-free-link img {
  height: 35px;
}
.fbr-footer .foot-wrapper .sec-legal-social .legal {
  padding: 0px 15px;
}
.fbr-footer .foot-wrapper .sec-legal-social .legal.mobile-only {
  width: 100%;
}
.fbr-footer .foot-wrapper .sec-legal-social .legal p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--color-white);
}
@media all and (min-width: 768px) {
  .fbr-footer .foot-wrapper .sec-legal-social .legal p {
    margin-top: -20px;
  }
}
.fbr-footer .foot-wrapper .sec-legal-social .legal p span {
  display: inline-block;
  margin: 5px 15px 5px 0;
}
.fbr-footer .foot-wrapper .sec-legal-social .social {
  padding: 15px;
  display: flex;
  align-items: center;
}
.fbr-footer .foot-wrapper .sec-legal-social .social p {
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 10px;
}

.fbr-footer .foot-wrapper .sec-legal-social .social p.vendors-hub-link a{
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 10px;
  text-decoration: none;
}

.fbr-footer .foot-wrapper .sec-legal-social .social ul {
  display: flex;
  align-items: center;
}
.fbr-footer .foot-wrapper .sec-legal-social .social ul li a {
  margin: 6px;
  color: var(--color-white);
  font-size: 1.125rem;
}

/* End Footer */
.fbr-sup-navbar .to-pre-header--superheader {
  z-index: 99990;
}
.fbr-sup-navbar .to-superhero-root {
  text-transform: uppercase;
}

.fbr-navbar {
  color: var(--color-white);
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.fbr-navbar .sec-search-lang {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 39px;
  background-color: var(--color-black);
  align-items: center;
}
.fbr-navbar .sec-search-lang .search-wrapper {
  padding: 0 23px;
}
.fbr-navbar .sec-search-lang .search-wrapper .lens {
  width: 24px;
  height: 24px;
  background-image: url("../img/ico-search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .fbr-navbar .sec-search-lang .search-wrapper .lens {
    background-size: contain;
    margin-top: -5px;
  }
}
.fbr-navbar .sec-search-lang .lang {
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);
  width: 70px;
}
.fbr-navbar .sec-search-lang .dropdown {
  width: 70px;
  border-radius: 0;
  border-left: 1px solid var(--color-white);
  background-color: var(--color-black);
  border-radius: 0;
  height: 100%;
}
.fbr-navbar .sec-search-lang .dropdown a.btn {
  width: 100%;
  border-radius: 0;
  border-left: 1px solid var(--color-white);
  background-color: var(--color-black);
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.fbr-navbar .sec-search-lang .dropdown-menu.show {
  width: 70px;
  min-width: 70px;
  border-radius: 0;
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 0;
  margin-top: -3px !important;
}
.fbr-navbar .sec-search-lang .dropdown-menu.show li a.dropdown-item {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 18px;
}
.fbr-navbar .sec-search-lang .dropdown-menu.show li a.dropdown-item:hover, .fbr-navbar .sec-search-lang .dropdown-menu.show li a.dropdown-item:active, .fbr-navbar .sec-search-lang .dropdown-menu.show li a.dropdown-item:focus {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.fbr-navbar .sec-search-lang .dropdown-toggle::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: url("../img/chevron-down-white.svg") no-repeat center center;
  border: none !important;
  background-size: contain;
}
.fbr-navbar .sec-search-lang .area-riservata {
  width: 56px;
  height: 100%;
  background-color: #00D0D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-navbar .sec-search-lang .area-riservata img {
  width: 27px;
  height: 23px;
}
.fbr-navbar .navbar-mobile {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
@media all and (min-width: 1025px) {
  .fbr-navbar .navbar-mobile {
    display: none;
  }
}
.fbr-navbar .navbar-mobile .sec-logo-menu {
  width: 100%;
  justify-content: space-between;
  height: 36px;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .logo {
  background: var(--color-white);
  padding: 0px 15px 0px 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 132px;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .logo img {
  width: 100%;
  display: inline-block;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .menuMobile {
  padding: 4px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .menuMobile .eicon-menu-bar {
  color: var(--color-white);
  font-size: 24px;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .menuMobile .eicon-close {
  color: var(--color-white);
  font-size: 24px;
  display: none;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .menuMobile.active .eicon-menu-bar {
  display: none;
}
.fbr-navbar .navbar-mobile .sec-logo-menu .menuMobile.active .eicon-close {
  display: block;
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile {
  width: 100%;
  max-width: 509px;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 77px;
  display: none;
  background-color: #fff;
}
.admin-bar-present .fbr-navbar .navbar-mobile .sec-menu-acc-mobile {
  top: 160px;
}
.admin-bar-present.sticky-head .fbr-navbar .navbar-mobile .sec-menu-acc-mobile {
  top: 76px;
}

.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a.current-page {
  border-bottom: 6px solid var(--color-accent);
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a.has-submenu {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a.has-submenu::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a.has-submenu.active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item a.has-submenu.active::after {
  transform: rotate(225deg);
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item .sub-menu {
  display: none;
}
.fbr-navbar .navbar-mobile .sec-menu-acc-mobile ul.nav-menu-mobile li.menu-item .sub-menu li.menu-item a {
  display: inline-block;
  background-color: var(--color-white);
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-accent);
  padding-left: 30px;
}
.fbr-navbar .navbar-desktop {
  display: none;
  width: 100%;
  height: 70px;
  background-color: var(--color-primary);
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .fbr-navbar .navbar-desktop {
    display: flex;
  }
}
.fbr-navbar .navbar-desktop .sec-logo {
  background-color: var(--color-white);
  padding: 20px 0px 20px 0px;
  width: 205px;
  text-align: center;
}
@media screen and (min-width: 1120px) {
  .fbr-navbar .navbar-desktop .sec-logo {
    width: 250px;
  }
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang {
  display: flex;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item {
  position: relative;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item a {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  height: 70px;
  align-items: center;
  display: flex;
  position: relative;
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
  .fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item.first-level > :first-child:is(a) {
  border-top: 6px solid var(--color-primary);
  border-bottom: 6px solid var(--color-primary);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item.has-submenu > :first-child:is(a)::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  position: absolute;
  top: calc(50% - 5px);
  right: 6px;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item.active > :first-child:is(a) {
  transition: all 0.5s ease;
  border-bottom: 6px solid var(--color-accent);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item.active > :first-child:is(a)::after {
  transform: rotate(225deg);
  margin-top: 5px;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item.current-page > :first-child:is(a) {
  border-bottom: 6px solid var(--color-accent);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu {
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  display: none;
  position: absolute;
  top: 70px;
  width: 295px;
  z-index: 999;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 295px !important;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu.active {
  display: block;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu.active .sub-item {
  height: 46px;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu.active .sub-item:hover, .fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu.active .sub-item:active, .fbr-navbar .navbar-desktop .sec-nav-search-lang .nav-desktop .nav-menu-desktop li.menu-item .sub-menu.active .sub-item.active {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang {
  height: 70px;
  width: auto;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang .search-wrapper {
  align-items: center;
  display: flex;
  background-color: var(--color-primary);
  height: 100%;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang .search-wrapper.active {
  background-color: #dfebf7;
  color: var(--color-primary);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang .search-wrapper.active .lens {
  background-image: url("../img/ico-search-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang .dropdown.lang a {
  background-color: var(--color-primary);
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang .dropdown.lang a::after {
  top: 30px;
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang a.area-riservata {
  font-size: 1rem;
  width: 205px;
  font-weight: 500;
  color: var(--color-black);
  padding: 0.5rem 0 0.5rem 30px;
  text-decoration: none;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1120px) {
  .fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang a.area-riservata {
    width: 250px;
  }
}
.fbr-navbar .navbar-desktop .sec-nav-search-lang .sec-search-lang a.area-riservata img {
  margin-right: 13px;
}
.fbr-navbar .navbar-research {
  border-bottom: 1px solid var(--color-white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #dfebf7;
  padding: 10px 0px 10px 0px;
  position: absolute;
  top: 77px;
  z-index: 2;
  width: 100%;
  display: none;
}
.admin-bar-present .fbr-navbar .navbar-research{
  top: 136px;
}
/*
.admin-bar-present.sticky-head .fbr-navbar .navbar-research{
  top: 76px;
}

 */


@media all and (min-width: 1025px) {
  .fbr-navbar .navbar-research {
    top: 120px;
  }
  /*
  .admin-bar-present .fbr-navbar .navbar-research{
    top: 173px;
  }
   */

}



.fbr-navbar .navbar-research form.search-form {
  display: flex;
  justify-content: flex-end;
}
.admin-bar-present .fbr-navbar .navbar-research{
  top: 172px;
}

.admin-bar-present.sticky-head .fbr-navbar .navbar-research{
    top: 76px;
}



@media all and (min-width: 768px) {
  .admin-bar-present .fbr-navbar .navbar-research{
    top: 173px;
  }
  .admin-bar-present.sticky-head .fbr-navbar .navbar-research{
    top: 76px;
  }
}

@media all and (min-width: 1024px) {
  .admin-bar-present .fbr-navbar .navbar-research{
    top: 158px;
  }
  .admin-bar-present.sticky-head .fbr-navbar .navbar-research{
    top: 76px;
  }

}
@media all and (min-width: 1170px) {
  .admin-bar-present .fbr-navbar .navbar-research{
    top: 152px;
  }
  .admin-bar-present.sticky-head .fbr-navbar .navbar-research{
    top: 70px;
  }

}


.fbr-navbar .navbar-research form.search-form .search-form-content {
  width: 510px;
  display: flex;
}
.fbr-navbar .navbar-research form.search-form .search-form-content input {
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  width: calc(100% - 70px);
  flex-basis: auto;
  background-color: #fff;
  border: 1px solid #c2c9d9;
  border-right: 0;
  padding-left: 20px;
  padding-right: 16.6666666667px;
  color: #3a3f45;
  transition: color 0.2s;
  height: 38px;
}
.fbr-navbar .navbar-research form.search-form .search-form-content .submit {
  height: 38px;
  border: none;
  background: var(--color-primary);
  width: 70px;
  color: var(--color-white);
}
.fbr-navbar .navbar-research form.search-form .search-form-after {
  width: 0px;
}
@media all and (min-width: 768px) {
  .fbr-navbar .navbar-research form.search-form .search-form-after {
    width: 250px;
  }
}

.fbr-hero-home {
  width: 100%;
}
.fbr-hero-home .swiper-container {
  overflow: hidden;
}
.fbr-hero-home .swiper-container .container {
  position: relative;
}
.fbr-hero-home .swiper-hero-home {
  width: 100%;
  height: 293px;
  position: relative;
}
@media all and (min-width: 768px) {
  .fbr-hero-home .swiper-hero-home {
    height: 450px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-hero-home .swiper-hero-home {
    height: 525px;
  }
}
@media all and (min-width: 1170px) {

  .fbr-hero-home {
    height: calc(100vh - 70px);
  }

  .fbr-hero-home .swiper-container {
    height: calc(100vh - 70px);
  }

  .fbr-hero-home .swiper-container .swiper-hero-home {
    height: calc(100vh - 70px);
  }

  .fbr-scroll-link{
    display: inline-block !important;
  }

}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h2.slide-title {
  color: var(--color-white);
  font-size: 1.6875rem;
  line-height: 2.0625rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.96);
}
@media all and (min-width: 768px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h2.slide-title {
    font-size: 3.3125rem;
    line-height: 3.75rem;
  }
}
@media all and (min-width: 1025px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h2.slide-title {
    font-size: 3.8125rem;
    line-height: 4.375rem;
  }
}
@media all and (min-width: 1170px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h2.slide-title {
    font-size: 4.375rem;
    line-height: 5rem;
  }
}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h3.slide-subtitle {
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 34px;
  line-height: 1.625rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.96);
}
@media all and (min-width: 768px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h3.slide-subtitle {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media all and (min-width: 1025px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h3.slide-subtitle {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
@media all and (min-width: 1170px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content h3.slide-subtitle {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content a.slide-button {
  background-color: rgba(0, 22, 73, 0.65);
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  color: var(--color-white);
  line-height: 1.3125rem;
  font-weight: 700;
  font-size: 0.6875rem;
  border: 1px solid var(--color-white);
  padding: 5px 27px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}
.fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content a.slide-button:hover {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content a.slide-button {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 6px 30px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content a.slide-button {
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 7px 35px;
  }
}
@media all and (min-width: 1170px) {
  .fbr-hero-home .swiper-hero-home .swiper-wrapper .swiper-slide .slide-content a.slide-button {
    font-size: 1rem;
    line-height: 1.9375rem;
    padding: 8px 39px;
  }
}
.fbr-hero-home .swiper-hero-home .swiper-pagination.swiper-pagination-bullets {
  bottom: 20px;
  text-align: left;
  padding-left: calc(var(--bs-gutter-x) * 1);
}
@media all and (min-width: 768px) {
  .fbr-hero-home .swiper-hero-home .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px;
  }
}
.fbr-hero-home .swiper-hero-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  width: 20px;
  height: 5px;
}
.fbr-hero-home .swiper-hero-home .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.fbr-km-home {
  background-color: var(--color-primary);
  padding: 30px 0px 20px 0px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .fbr-km-home {
    padding: 70px 0px 70px 0px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-km-home {
    padding: 50px 0px 50px 0px;
  }
}

@media all and (min-width: 1170px) {
  .fbr-km-home {
    padding: 50px 0px 50px 0px;
    min-height: calc(100vh - 581px);
    display: flex;
    align-items: center;
  }
}

.fbr-km-home h2 {
  margin: 0px 0px 15px 0px;
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--color-light-green);
  font-variant-numeric: tabular-nums;
}
@media all and (min-width: 768px) {
  .fbr-km-home h2 {
    font-size: 2.875rem;
    line-height: 2.875rem;
  }
}
@media all and (min-width: 1025px) {
  .fbr-km-home h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.fbr-km-home p {
  margin: 0px 0px 15px 0px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-red-text);
}
@media all and (min-width: 768px) {
  .fbr-km-home p {
    font-size: 1.375rem;
  }
}

.fbr-copertura-home {
  background-color: var(--color-white);
  text-align: left;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media all and (min-width: 768px) {
  .fbr-copertura-home .container {
    display: flex;
  }
}
.fbr-copertura-home .rete-sec {
  padding: 30px 20px 30px 20px;
  margin: 0 -20px;
  border-bottom: 1px solid var(--color-primary);
}
@media all and (min-width: 768px) {
  .fbr-copertura-home .rete-sec {
    width: 50%;
    margin: 0;
    padding: 30px 20px 80px 20px;
    border-bottom: none;
    border-right: 1px solid var(--color-primary);
  }
}
.fbr-copertura-home .rete-sec h2 {
  margin: 20px 0px 40px 0px;
  font-size: 1.75rem;
  font-size: line-height(31);
  font-weight: 700;
  color: var(--color-black);
}
.fbr-copertura-home .rete-sec h1 {
  margin: 20px 0px 40px 0px;
  font-size: 1.75rem;
  font-size: line-height(31);
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-copertura-home .rete-sec h2 {
    margin: 80px 15px 40px 0px;
    font-size: 2.875rem;
    line-height: 3.5625rem;
  }
  .fbr-copertura-home .rete-sec h1 {
    margin: 80px 15px 40px 0px;
    font-size: 2.875rem;
    line-height: 3.5625rem;
  }
}
.fbr-copertura-home .verifica-sec {
  padding: 30px 5px 30px 5px;
}
@media all and (min-width: 768px) {
  .fbr-copertura-home .verifica-sec {
    width: 50%;
    padding: 30px 25px 80px 30px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-copertura-home .verifica-sec {
    padding: 36px 0px 80px 7%;
  }
}
.fbr-copertura-home .verifica-sec #ff-form-copertura-msg {
  margin-bottom: 15px;
}
.fbr-copertura-home .verifica-sec h2 {
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 40px 0px;
  font-size: 1.75rem;
  line-height: 1.9375rem;
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-copertura-home .verifica-sec h2 {
    margin: 80px 0px 0px 0px;
    font-size: 2rem;
  }
}
.fbr-copertura-home .verifica-sec form#form-copertura {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.indirizzo {
  width: 60%;
  padding-right: 0;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.civico {
  width: 35%;
  /*margin-left: 15px;*/
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.submit {
  margin-bottom: 30px;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.submit button {
  border: none;
  height: 46px;
  margin-top: 12px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-copertura-home .verifica-sec form#form-copertura .ff-form-field.submit button:hover {
  background-color: var(--color-primary-hover);
}


.fbr-notiziario-tecnico-home {
  padding: 50px 0px 130px 0px;
}

.fbr-notiziario-tecnico-home .text-anno{
  margin: 40px 15px 15px 15px;
  color: #CCC;
}

.fbr-notiziario-tecnico-home .head {
  text-align: center;
}
.fbr-notiziario-tecnico-home .head h2 {
  margin: 0px 0px 40px 0px;
  font-size: 1.75rem;
  font-size: line-height(31);
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .head h2 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
.fbr-notiziario-tecnico-home .head a.show-more {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico {
  margin: 0 -10px;
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico {
    display: flex;
    flex-wrap: wrap;
  }
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card {
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  margin: 20px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card {
    margin: 10px;
  }
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .img-wrapper img {
  width: 100%;
  max-height: 45vw;
  object-fit: cover;
  aspect-ratio: 1;
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .img-wrapper img {
    max-height: none;
  }
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge {
  margin: 20px 20px;
  right: auto !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  padding: 3px 14px;
  line-height: 18px;
  min-width: 182px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0;
  width: fit-content;
  text-decoration: none;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge span {
  white-space: pre-wrap;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.blue {
  background: #82b9e6;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.green {
  background: #b4d28c;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.yellow {
  background: #fff0c3;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.violet {
  background: #ee82ee;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.orange {
  background: #ffc300;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.watergreen {
  background: #70D6BB;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .badge.white {
  background: #f2f4f8;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .text-wrapper {
  margin: 15px 15px 15px 15px;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .text-subtitle {
  margin: 0 15px 15px 15px;
  height: 100%;
  color: #333;
  text-decoration: none;
  text-decoration: none;
}
.fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card .date {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
  padding: 15px 20px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card {
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card {
    width: calc(25% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card.highlighted .img-wrapper img {
    max-height: none;
    aspect-ratio: 1;
  }
}
@media all and (min-width: 768px) {
  .fbr-notiziario-tecnico-home .cards-notiziario-tecnico .card.highlighted {
    width: calc(50% - 20px);
  }
}



.fbr-mappa-home {
  background-image: url("../img/bg-italia.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 50px 0px 210px 0px;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home {
    padding: 50px 0px 50px 0px;
  }
}
.fbr-mappa-home .text-action {
  text-align: center;
  margin-bottom: 80px;
}
.fbr-mappa-home .text-action h2 {
  color: var(--color-white);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 34px;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .text-action h2 {
    font-size: 2.125rem;
    margin-bottom: 32px;
  }
}
.fbr-mappa-home .text-action .action-wrapper {
  margin: 0 15px 20px 15px;
}
.fbr-mappa-home .text-action .action-wrapper a {
  margin: 0 auto;
  width: fit-content;
}
.fbr-mappa-home .text-action .action-wrapper a span {
  padding: 15px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
}
.fbr-mappa-home .region-list-cont #region-list {
  width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.fbr-mappa-home .region-list-cont #region-list .region-selector {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  width: 294px;
  height: 252px;
  margin: 25px auto 0;
  padding: 7px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fbr-mappa-home .region-list-cont #region-list .region-selector::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 18px;
  height: 11px;
  background: url(../img/chevron-down-white.svg) no-repeat left top;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  width: 294px;
  height: 252px;
  margin: 25px auto 0;
  padding: 7px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 7px 0 0;
  list-style: none;
  overflow-y: scroll;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions::-webkit-scrollbar {
  width: 7px;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions::-webkit-scrollbar-track {
  background-color: #fff;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions li {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.fbr-mappa-home .region-list-cont #region-list .region-list-wrap ul.regions li:hover {
  background-color: #efefef;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.fbr-mappa-home .main-wrapper .sec-col-50 {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper .sec-col-50 {
    width: 50%;
  }
}
.fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap svg#mappa-italia {
  transform: scale(1);
  position: absolute;
  z-index: 10;
  max-width: 520px;
  width: 100%;
  height: auto;
}
.fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap svg#mappa-italia > g > g {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap svg#mappa-italia > g > g:hover, .fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap svg#mappa-italia > g > g.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.fbr-mappa-home .main-wrapper .map-wrapper #italy-map-wrap img {
  width: 100%;
  max-width: 520px;
}
.fbr-mappa-home .main-wrapper #counter-wrap {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
  margin-top: 110px;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper #counter-wrap {
    margin-top: 0px;
  }
}
.fbr-mappa-home .main-wrapper #counter-wrap.hide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 0;
  margin-top: 0px;
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 768px) {
  .fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 30px 30px;
  height: 240px;
  width: 240px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-white);
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget img {
  height: 80px;
  width: 80px;
  display: inline-block;
  margin: 0 auto 10px auto;
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget p {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 700;
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget p.num {
  font-size: 1.75rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget.green {
  background-image: radial-gradient(at bottom left, rgba(0, 154, 39, 0.6196078431) 0%, rgba(67, 255, 47, 0.6784313725) 100%);
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget.green {
    margin-top: 120px;
  }
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget.red {
  background-image: radial-gradient(at bottom left, rgba(255, 43, 43, 0.7803921569) 0%, rgba(255, 0, 0, 0.6588235294) 100%);
}
.fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget.red img {
  transform: rotate(-90deg);
}
@media all and (min-width: 1025px) {
  .fbr-mappa-home .main-wrapper #counter-wrap .widget-wrapper a.widget.red {
    margin-top: 60px;
  }
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column {
  z-index: 99;
  top: 60px;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  top: 44px;
  width: 100%;
  height: 0;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column.open {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap {
  padding-right: 5px;
  background-color: #fff;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap #btn-close-cities-table {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #0033a1;
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap #btn-close-cities-table svg {
  width: 18px;
  height: 18px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap #btn-close-cities-table i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .head {
  width: calc(100% + 5px);
  padding: 10px;
  background-color: #0033a1;
  margin-right: -5px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .head:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico-search.svg) no-repeat left top;
  position: absolute;
  top: 23px;
  right: 20px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .head input {
  width: 100%;
  color: #000;
  background-color: #bdd7ff;
  font-size: 18px;
  padding: 13px 18px;
  border: 0;
  outline: 0;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .head input::placeholder {
  color: #0033a1;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table {
  width: 100%;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-head {
  width: calc(100% + 5px);
  margin-right: -5px;
  background-color: #0033a1;
  padding-right: 15px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body {
  background-color: #fff;
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 5px 0;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body::-webkit-scrollbar {
  width: 7px;
  cursor: grab;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body.loading {
  position: relative;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body.loading:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -16px 0 0 -16px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body .ct-row {
  border-bottom: 1px solid rgba(172, 172, 172, 0.5);
}
@media screen and (max-width: 1024px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-body {
    height: 350px;
  }
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row.hide {
  display: none;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-th {
  flex-basis: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-th {
    padding: 10px 15px 20px;
  }
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-td {
  flex-basis: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  padding: 17px 30px;
  text-align: left;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-td.comune span {
  text-decoration: underline;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-td.normal-txt {
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-wrap .ct-table .ct-row .ct-td {
    padding: 17px 15px;
  }
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap {
  background-color: #fff;
  margin-top: 30px;
  overflow: hidden;
  color: var(-color-black);
}
.fbr-mappa-home .main-wrapper .cities-wrapper .action-block {
  text-align: center;
  padding: 10px;
}
.fbr-mappa-home .main-wrapper .cities-wrapper .action-block .button-link {
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fbr-mappa-home .main-wrapper .cities-wrapper .action-block .button-link svg#download {
  margin-right: -5px;
  fill: white;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap.show .wrap {
  margin-top: 0;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .wrap {
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 768px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .wrap {
    flex-wrap: wrap;
  }
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .ct-col {
  flex-basis: 50%;
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .ct-col:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .ct-col:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column #cities-table-btn-wrap .ct-col {
    flex-basis: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column {
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fbr-mappa-home .main-wrapper .cities-wrapper #cities-table-column {
    top: 50px;
  }
}

.evidenza-not .col-md-4{
  --bs-card-border-radius: none;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
}

.evidenza-not .card-text,
.evidenza-not .card-title{
  padding:0 20px;
}

.evidenza-not .card-title{
  /*margin-top:20px;*/
  font-size: 20px;
}
.evidenza-not{
  /*height:320px;*/
  padding: 0px 0px 0px 12px;  
  --bs-card-border-radius: none;
  border-radius: 0px;
}
.evidenza-not .card-year{
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  padding: 10px 10px 10px 20px!important;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  color: #ccc;
}

.card-board .btn {
  border-radius: 0;
  text-transform: none;
  line-height: 20px;
  padding: 14px 24px;
  border: 0;
}
.card-board .btn--primary {
  background: #004691;
  color: #fff;
}
.card-board .btn--primary:hover {
  background: #00d0d2;
  cursor: pointer;
  border: 1px solid #00d0d2;
}

.evidenza-not .card-body{
  padding: 20px 0px;
  height: 100%;
  position: relative;
}

.evidenza-not .row{
    vertical-align: bottom;
}

.evidenza-not .col-md-4{
  padding: 30px 0px;
}


.evidenza-not .col-md-8{
  padding: 0px;
  padding-right: 10px;
}
/*
.evidenza-not .card-img{
  height: 310px;
  
}
 */

.evidenza-not .card-subtitle{
  margin-top:10px;
}

.evidenza-not .card-content{
  /*height: 140px;*/
  line-height: 25px;
  margin-top:20px;
  margin-bottom: 20px;
}

.evidenza-not .card-img{
  border-radius: 0;
  display: block;
}

.fbr-mappa-home .main-wrapper .cities-wrapper #counter-wrap {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fbr-mappa-home .main-wrapper .cities-wrapper #counter-wrap.hide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.fbr-servizi-home .head {
  text-align: center;
}
.fbr-servizi-home .head h2 {
  margin: 50px 0px 20px 0px;
  text-align: center;
  font-size: 1.75rem;
  font-size: line-height(28);
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-servizi-home .head h2 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
.fbr-servizi-home .head p {
  margin: 0px 0px 40px 0px;
  text-align: center;
  font-size: 1.25rem;
  font-size: line-height(28);
  color: var(--color-black);
}
.fbr-servizi-home .head a.blue-btn {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
  width: 400px;
}
@media all and (min-width: 768px) {
  .fbr-servizi-home ul.cards-servizi {
    display: flex;
    justify-content: space-between;
  }
}
.fbr-servizi-home ul.cards-servizi li.card {
  border: 1px solid var(--color-black);
  border-radius: 0;
  margin-bottom: 20px;
}
.fbr-servizi-home ul.cards-servizi li.card .img-wrapper img {
  width: 100%;
}
.fbr-servizi-home ul.cards-servizi li.card .text-wrapper {
  padding: 30px 28px 0 28px;
  height: 100%;
}
.fbr-servizi-home ul.cards-servizi li.card .text-wrapper h3 {
  font-size: 1.5rem;
  line-height: 2.0625rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.fbr-servizi-home ul.cards-servizi li.card .text-wrapper p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-bottom: 15px;
}
.fbr-servizi-home ul.cards-servizi li.card .action-wrapper {
  padding: 0px 30px 30px 30px;
  text-align: right;
}
.fbr-servizi-home ul.cards-servizi li.card .action-wrapper a.show-more {
  text-align: right;
}
@media all and (min-width: 768px) {
  .fbr-servizi-home ul.cards-servizi li.card {
    width: 32.2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.fbr-partner-home .head {
  text-align: center;
}
.fbr-partner-home .head h2 {
  margin: 50px 0px 40px 0px;
  font-size: 1.75rem;
  font-size: line-height(31);
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-partner-home .head h2 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
.fbr-partner-home .head a.show-more {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.fbr-partner-home .swiper-partners {
  width: 100%;
}
.fbr-partner-home .swiper-partners .swiper-wrapper {
  padding-bottom: 60px;
}
.fbr-partner-home .swiper-partners .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fbr-partner-home .swiper-partners .swiper-slide .swiper-slide-inner {
  border: 1px solid black;
  margin: 10px 0;
}
.fbr-partner-home .swiper-partners .swiper-slide .swiper-slide-inner img {
  height: 100%;
  width: 100%;
}
.fbr-partner-home .swiper-partners .swiper-pagination {
  bottom: 10px;
}
.fbr-partner-home .swiper-partners .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0.2;
}
.fbr-partner-home .swiper-partners .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.fbr-partner-home .swiper-partners .swiper-button-prev,
.fbr-partner-home .swiper-partners .swiper-button-next {
  top: 46%;
}
.fbr-partner-home .swiper-partners .swiper-button-prev::after,
.fbr-partner-home .swiper-partners .swiper-button-next::after {
  color: hsla(0, 0%, 93.3%, 0.9);
}

.fbr-partner-internal {
  padding: 50px 0;
}
.fbr-partner-internal .head {
  text-align: center;
}
.fbr-partner-internal .head h2 {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}
.fbr-partner-internal .swiper-partners {
  width: 100%;
}
.fbr-partner-internal .swiper-partners .swiper-wrapper {
  padding-bottom: 60px;
}
.fbr-partner-internal .swiper-partners .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fbr-partner-internal .swiper-partners .swiper-slide .swiper-slide-inner {
  border: 1px solid black;
  margin: 10px 0;
}
.fbr-partner-internal .swiper-partners .swiper-slide .swiper-slide-inner img {
  height: 100%;
  width: 100%;
}
.fbr-partner-internal .swiper-partners .swiper-pagination {
  bottom: 10px;
}
.fbr-partner-internal .swiper-partners .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0.2;
}
.fbr-partner-internal .swiper-partners .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.fbr-partner-internal .swiper-partners .swiper-button-prev,
.fbr-partner-internal .swiper-partners .swiper-button-next {
  top: 46%;
}
.fbr-partner-internal .swiper-partners .swiper-button-prev::after,
.fbr-partner-internal .swiper-partners .swiper-button-next::after {
  color: hsla(0, 0%, 93.3%, 0.9);
}


.fbr-notiziario-tecnico .fbr-notiziario-tecnico-home {
  padding: 50px 0px 50px 0px;
}

.fbr-notiziario-tecnico .fbr-notiziario-tecnico-home a.card {
  border: 0;
}

.fbr-notiziario-tecnico #all_date,
.fbr-notiziario-tecnico #all_cats {
  text-decoration: none;
}

.fbr-news, .fbr-report-presentazioni, .fbr-comunicati-stampa, .fbr-notiziario-tecnico {
  padding: 50px 0px 60px 0px;
}

.fbr-notiziario-tecnico .news-board .form__select__options__group .form__select__option.date_select {
  padding: 15px 30px;
}


.fbr-notiziario-tecnico .loading-text{
  color:black;
}

.fbr-comunicati-stampa .loading-text{
  color:black;
}
.fbr-report-presentazioni .loading-text{
  color:black;
}

.fbr-news-home {
  padding: 50px 0px 130px 0px;
}
.fbr-news-home .head {
  text-align: center;
}
.fbr-news-home .head h2 {
  margin: 0px 0px 40px 0px;
  font-size: 1.75rem;
  font-size: line-height(31);
  font-weight: 700;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-news-home .head h2 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
.fbr-news-home .head a.show-more {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.fbr-news-home .cards-news {
  margin: 0 -10px;
}
@media all and (min-width: 768px) {
  .fbr-news-home .cards-news {
    display: flex;
    flex-wrap: wrap;
  }
}
.fbr-news-home .cards-news .card {
  border: 1px solid var(--color-black);
  border-radius: 0;
  text-decoration: none !important;
  margin: 20px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 768px) {
  .fbr-news-home .cards-news .card {
    margin: 10px;
  }
}
.fbr-news-home .cards-news .card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fbr-news-home .cards-news .card .img-wrapper img {
  width: 100%;
  max-height: 45vw;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media all and (min-width: 768px) {
  .fbr-news-home .cards-news .card .img-wrapper img {
    max-height: none;
  }
}
.fbr-news-home .cards-news .card .badge {
  margin: 20px 20px;
  right: auto !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  padding: 3px 14px;
  line-height: 18px;
  min-width: 182px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0;
  width: fit-content;
  text-decoration: none;
}
.fbr-news-home .cards-news .card .badge span {
  white-space: pre-wrap;
}
.fbr-news-home .cards-news .card .badge.blue {
  background: #82b9e6;
}
.fbr-news-home .cards-news .card .badge.green {
  background: #b4d28c;
}
.fbr-news-home .cards-news .card .badge.yellow {
  background: #fff0c3;
}
.fbr-news-home .cards-news .card .badge.violet {
  background: #ee82ee;
}
.fbr-news-home .cards-news .card .badge.orange {
  background: #ffc300;
}
.fbr-news-home .cards-news .card .badge.watergreen {
  background: #70D6BB;
}
.fbr-news-home .cards-news .card .badge.white {
  background: #f2f4f8;
}
.fbr-news-home .cards-news .card .text-wrapper {
  margin: 0 20px 50px 20px;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.fbr-news-home .cards-news .card .date {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
  padding: 15px 20px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .fbr-news-home .cards-news .card {
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-news-home .cards-news .card {
    width: calc(25% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-news-home .cards-news .card.highlighted .img-wrapper img {
    max-height: none;
    aspect-ratio: 3/1;
  }
}
@media all and (min-width: 768px) {
  .fbr-news-home .cards-news .card.highlighted {
    width: calc(50% - 20px);
  }
}

.fbr-breadcrumb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  margin-left: 1.8rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .fbr-breadcrumb {
    display: block;
  }
}
.fbr-breadcrumb ol {
  margin-top: 15px;
  display: flex;
  list-style: none;
  color: var(--color-white);
  flex-wrap: wrap;
}
.fbr-breadcrumb ol li.li-desktop {
  display: none;
}
.fbr-breadcrumb ol li.li-mobile {
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .fbr-breadcrumb ol {
    margin: 10px 0 0 0;
    align-items: baseline;
  }
  .fbr-breadcrumb ol li.li-mobile {
    display: none;
  }
  .fbr-breadcrumb ol li.li-desktop {
    display: block;
  }
  .fbr-breadcrumb ol li.li-desktop span {
    font-size: 75%;
  }
  .fbr-breadcrumb ol li.li-desktop img {
    margin: 0 8px;
  }
}
.fbr-breadcrumb ol a {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: var(--color-white);
  text-decoration: none;
}
.fbr-breadcrumb ol a:hover {
  text-decoration: underline;
}
.fbr-breadcrumb ol .no-link {
  font-size: 0.75rem;
  font-weight: bold;
}
.fbr-breadcrumb.white img {
  filter: brightness(0%);
}
.fbr-breadcrumb.white a,
.fbr-breadcrumb.white span,
.fbr-breadcrumb.white .no-link {
  color: var(--color-dark-grey);
}
.fbr-breadcrumb.bread-foot-black {
  display: block;
  position: relative;
  font-size: 0.85rem;
  margin-left: 10px;
  margin-top: 0;
  top: 0;
  font-weight: 700;
}
.fbr-breadcrumb.bread-foot-black ol {
  display: flex;
  align-items: center;
  color: var(--color-accent);
  margin-top: 0;
}
.fbr-breadcrumb.bread-foot-black ol li.li-desktop {
  display: inline-block;
}
.fbr-breadcrumb.bread-foot-black a {
  color: var(--color-accent);
}
.fbr-breadcrumb.bread-foot-black span,
.fbr-breadcrumb.bread-foot-black .no-link {
  color: var(--color-black);
}

.fbr-hero .hero-wrapper {
  height: 200px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fbr-hero .hero-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .fbr-hero .hero-wrapper {
    height: 400px;
  }
}
.fbr-hero .hero-wrapper .headings {
  text-align: center;
}
.fbr-hero .hero-wrapper .headings .heading-title {
  color: var(--color-white);
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.96);
}
@media all and (min-width: 768px) {
  .fbr-hero .hero-wrapper .headings .heading-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.fbr-hero .hero-wrapper .headings .heading-subtitle {
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-shadow: 0px 0px 10px #000000;
  margin-bottom: 10px;
}
.fbr-hero.hero-servizi .fbr-breadcrumb {
  display: none;
}
.fbr-hero.hero-servizi .hero-wrapper .headings .heading-title,
.fbr-hero.hero-servizi .hero-wrapper .headings .heading-subtitle {
  text-shadow: none;
}
.fbr-hero.hero-simple {
  background-color: var(--color-white);
}
.fbr-hero.hero-simple .fbr-breadcrumb .link {
  color: var(--color-black);
}
.fbr-hero.hero-simple .fbr-breadcrumb .link a {
  color: var(--color-black);
}
.fbr-hero.hero-simple .fbr-breadcrumb .no-link {
  color: var(--color-black);
}
.fbr-hero.hero-simple .hero-wrapper {
  height: 190px;
}
.fbr-hero.hero-simple .hero-wrapper .headings .heading-title,
.fbr-hero.hero-simple .hero-wrapper .headings .heading-subtitle {
  text-shadow: none;
  color: var(--color-black);
  margin: 0;
}
.fbr-hero.hero-simple .hero-wrapper .headings .heading-subtitle {
  display: none;
}

.fbr-hero.breadcrumb-only {
  background-color: var(--color-white);
}
.fbr-hero.breadcrumb-only .fbr-breadcrumb .link {
  color: var(--color-black);
}
.fbr-hero.breadcrumb-only .fbr-breadcrumb .link a {
  color: var(--color-black);
}
.fbr-hero.breadcrumb-only .fbr-breadcrumb .no-link {
  color: var(--color-black);
}
.fbr-hero.breadcrumb-only .hero-wrapper {
  height: 60px;
}
.fbr-hero.breadcrumb-only .hero-wrapper .headings {
  display: none;
}

.fbr-title-textblock01 .title {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 65px 0 75px;
  font-weight: 700;
}
.fbr-title-textblock01 .title.lmb {
  margin: 50px 0 20px 0;
}
.fbr-title-textblock01 .text-block {
  margin-bottom: 50px;
}
.fbr-title-textblock01 .text-block p {
  color: var(--color-black);
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  margin-bottom: 21px;
}
@media all and (min-width: 1025px) {
  .fbr-title-textblock01 .text-block p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 22px;
  }
}
@media all and (min-width: 1170px) {
  .fbr-title-textblock01 .text-block p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 24px;
  }
}
.fbr-title-textblock01 .text-block.bmt {
  margin: 0;
  padding: 50px 0 0 0;
}

.fbr-title-action {
  padding: 40px 0px;
  background-color: #efefef;
  text-align: center;
}
.fbr-title-action .title {
  color: var(--color-black);
  font-size: 1.625rem;
  line-height: 1.625rem;
  margin-bottom: 30px;
  font-weight: 700;
}
.fbr-title-action .action-block .button-link {
  width: fit-content;
  margin: 0 auto;
}

.fbr-breadcrumb-foot {
  border-top: 1px solid #666666;
}
.fbr-breadcrumb-foot .foot-wrapper {
  display: block;
  padding: 25px 0;
}
.fbr-breadcrumb-foot .foot-wrapper h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
}
.fbr-breadcrumb-foot .foot-wrapper nav.fbr-breadcrumb ol li {
  font-size: 0.875rem;
}
.fbr-breadcrumb-foot .foot-wrapper nav.fbr-breadcrumb ol li a {
  font-size: 0.875rem;
}
@media all and (min-width: 1025px) {
  .fbr-breadcrumb-foot .foot-wrapper {
    display: none;
  }
}

.fbr-servizi {
  margin: 50px 0;
}
@media all and (min-width: 1025px) {
  .fbr-servizi {
    margin: 40px 0;
  }
}
@media all and (min-width: 1025px) {
  .fbr-servizi ul {
    display: flex;
  }
}
.fbr-servizi ul li {
  margin: 15px;
}
@media all and (min-width: 1025px) {
  .fbr-servizi ul li {
    width: 50%;
  }
}

.fbr-obiettivi {
  margin: 50px 0;
}
@media all and (min-width: 768px) {
  .fbr-obiettivi {
    margin: 40px 0;
  }
}
.fbr-obiettivi .title {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 0 40px 0;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .fbr-obiettivi ul {
    display: flex;
  }
}
.fbr-obiettivi ul li {
  margin: 15px;
}
@media all and (min-width: 768px) {
  .fbr-obiettivi ul li {
    width: calc(33.33% - 30px);
  }
}

.fbr-caratt-servizio {
  padding: 40px 0;
  background-color: #efefef;
}
.fbr-caratt-servizio .title {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 20px 40px 20px;
  font-weight: 700;
  text-align: center;
}
.fbr-caratt-servizio ul {
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .fbr-caratt-servizio ul {
    display: flex;
  }
}
.fbr-caratt-servizio ul li {
  background-color: var(--color-white);
  margin: 15px;
  width: calc(100% - 30px);
}
.fbr-caratt-servizio ul.col2 li {
  width: calc(100% - 30px);
}
@media all and (min-width: 1025px) {
  .fbr-caratt-servizio ul.col2 li {
    width: calc(50% - 30px);
  }
}
.fbr-caratt-servizio ul.col3 li {
  width: calc(100% - 30px);
}
@media all and (min-width: 1025px) {
  .fbr-caratt-servizio ul.col3 li {
    width: calc(33.33% - 30px);
  }
}

.fbr-card-servizi {
  border: 1px solid var(--color-black);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fbr-card-servizi .title {
  color: var(--color-black);
  font-size: 1.75rem;
  line-height: 2.0625rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.fbr-card-servizi .text-block {
  height: 100%;
}
.fbr-card-servizi .text-block p {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.fbr-card-servizi a.show-more {
  display: flex;
  justify-content: flex-end;
}
.fbr-card-servizi.offerta .title {
  font-size: 1.5rem;
  line-height: 2.0625rem;
}
.fbr-card-servizi.offerta .text-block {
  height: 100%;
}
.fbr-card-servizi.offerta .text-block p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}

.fbr-card-obiettivo {
  border: 1px solid var(--color-black);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fbr-card-obiettivo .title {
  color: var(--color-black);
  font-size: 1.75rem;
  line-height: 2.0625rem;
  margin-bottom: 15px;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .fbr-card-obiettivo .title {
    font-size: 2.0625rem;
  }
}
.fbr-card-obiettivo img {
  width: 30%;
  height: auto;
  margin: 0 auto 30px auto;
}
.fbr-card-obiettivo .text-block {
  height: 100%;
}
.fbr-card-obiettivo .text-block p {
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.fbr-card-text {
  border: 1px solid var(--color-black);
  padding: 30px 30px 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media all and (min-width: 1025px) {
  .fbr-card-text {
    padding: 30px;
  }
}
.fbr-card-text .text-block {
  height: 100%;
}
.fbr-card-text .text-block p {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.fbr-card-blue-linked {
  padding: 45px 30px 80px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (min-width: 1025px) {
  .fbr-card-blue-linked {
    padding: 65px 30px;
  }
}
.fbr-card-blue-linked a.title {
  color: var(--color-white);
  text-align: left;
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin-bottom: 15px;
  font-weight: 700;
  text-decoration: none;
}
.fbr-card-blue-linked a.title:hover {
  text-decoration: underline;
}
.fbr-card-blue-linked p.tag {
  text-align: left;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
}

.fbr-cards-blue-2col {
  padding: 40px 0;
}
.fbr-cards-blue-2col h3.title {
  color: var(--color-black);
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin: 30px 0;
  font-weight: 700;
  text-align: left;
}
@media all and (min-width: 1025px) {
  .fbr-cards-blue-2col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.fbr-cards-blue-2col ul li {
  background-color: var(--color-primary);
  margin: 20px 0px;
}
@media all and (min-width: 1025px) {
  .fbr-cards-blue-2col ul li {
    margin: 15px;
    width: calc(50% - 30px);
  }
}

.fbr-vantaggi-partner {
  padding: 50px 0;
}
.fbr-vantaggi-partner h2.title {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .fbr-vantaggi-partner ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1120px) {
  .fbr-vantaggi-partner ul {
    margin: 0 -15px;
  }
}
.fbr-vantaggi-partner ul li {
  margin: 20px 0px;
}
@media all and (min-width: 768px) {
  .fbr-vantaggi-partner ul li {
    margin: 10px 10px;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1120px) {
  .fbr-vantaggi-partner ul li {
    margin: 15px;
    width: calc(25% - 30px);
  }
}
.fbr-vantaggi-partner ul .card-vantaggi {
  padding: 50px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
}
.fbr-vantaggi-partner ul .card-vantaggi.blue1 {
  background-color: #5b9bd5;
}
.fbr-vantaggi-partner ul .card-vantaggi.blue2 {
  background-color: #8faadc;
}
.fbr-vantaggi-partner ul .card-vantaggi.blue3 {
  background-color: #9dc3e6;
}
.fbr-vantaggi-partner ul .card-vantaggi.blue4 {
  background-color: #a3daff;
}
@media screen and (min-width: 1120px) {
  .fbr-vantaggi-partner ul .card-vantaggi {
    padding: 50px 25px;
  }
}
.fbr-vantaggi-partner ul .card-vantaggi h3 {
  color: var(--color-black);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 23px;
  font-weight: 700;
}
.fbr-vantaggi-partner ul .card-vantaggi p {
  text-align: center;
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400;
}

.fbr-accordion h2.title, .fbr-accordion h3.title {
  color: var(--color-black);
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 50px 0 20px 0;
  font-weight: 700;
}
.fbr-accordion h3.title {
  font-size: 1.625rem;
}
.fbr-accordion .accordion .accordion-item {
  border: 1px solid var(--color-black);
  margin-bottom: 15px;
}
.fbr-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 15px 20px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.fbr-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.fbr-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--color-black);
  background-color: var(--color-white);
}

.fbr-organico {
  padding: 15px 0px 50px 0px;
}
.fbr-organico .modal {
  z-index: 99991;
}
.fbr-organico .modal .modal-dialog {
  z-index: 999;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  .fbr-organico .modal .modal-dialog .modal-content .modal-body {
    flex-direction: row;
    padding: 20px 20px 20px 20px;
  }
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .img-wrapper {
  width: 100%;
  padding: 10px;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .img-wrapper img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .fbr-organico .modal .modal-dialog .modal-content .modal-body .img-wrapper {
    width: 40%;
  }
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper {
  width: 100%;
  padding: 10px;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper .name {
  font-size: 2rem;
  margin-bottom: 10px;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper .job {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper .description {
  padding-bottom: 50px;
}
.fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper .description p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) {
  .fbr-organico .modal .modal-dialog .modal-content .modal-body .text-wrapper {
    width: 60%;
  }
}
.fbr-organico .cards-organico {
  display: flex;
  flex-wrap: wrap;
}
.fbr-organico .cards-organico .card {
  border-radius: 0;
  margin: 15px;
  display: flex;
  border: none;
  background-color: #efefef;
}
.fbr-organico .cards-organico .card .img-wrapper {
  width: 100%;
}
.fbr-organico .cards-organico .card .img-wrapper img {
  width: 100%;
  object-fit: cover;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card .img-wrapper img {
    max-width: 100%;
  }
}
.fbr-organico .cards-organico .card .cont-wrapper {
  padding: 15px 20px;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card .cont-wrapper {
    padding: 30px 40px;
  }
}
.fbr-organico .cards-organico .card .cont-wrapper .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.fbr-organico .cards-organico .card .cont-wrapper .job {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fbr-organico .cards-organico .card .cont-wrapper .show-more-foot {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card .cont-wrapper .show-more-foot {
    text-align: right;
  }
}
.fbr-organico .cards-organico .card.one-col {
  width: 100%;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card.one-col {
    width: calc(25% - 30px);
  }
}
.fbr-organico .cards-organico .card.one-col .img-wrapper {
  width: 100%;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card.one-col .img-wrapper {
    width: 80%;
    margin: 10px auto 0px auto;
  }
}
.fbr-organico .cards-organico .card.one-col .cont-wrapper {
  width: 100%;
  margin: 0;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fbr-organico .cards-organico .card.two-col {
  width: 100%;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card.two-col {
    width: calc(50% - 30px);
    flex-direction: row;
  }
  .fbr-organico .cards-organico .card.two-col .img-wrapper {
    width: 50%;
  }
  .fbr-organico .cards-organico .card.two-col .cont-wrapper {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .fbr-organico .cards-organico .card {
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-organico .cards-organico .card {
    width: calc(25% - 20px);
  }
}

.fbr-form-contatti-partner {
  padding: 70px 20px 70px 20px;
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media all and (min-width: 1025px) {
  .fbr-form-contatti-partner {
    padding: 40px 40px 40px 40px;
  }
}
.fbr-form-contatti-partner h3.title {
  color: var(--color-white);
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin: 0px 0 30px 0;
  font-weight: 700;
}
.fbr-form-contatti-partner .privacy-check {
  display: flex;
}
.fbr-form-contatti-partner .privacy-check input.form-check-input {
  min-width: 16px;
}
.fbr-form-contatti-partner .privacy-check label {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-left: 10px;
}

.fbr-sez-contatti {
  padding: 0 0 20px 0;
  background-color: #efefef;
}
.fbr-sez-contatti h3.title {
  color: var(--color-black);
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: left;
}
.fbr-sez-contatti .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .fbr-sez-contatti .col50 {
    width: 50%;
  }
}
.fbr-sez-contatti .col50.sez-contatti .text-wrapper .info-box {
  margin: 60px 0;
}
@media all and (min-width: 768px) {
  .fbr-sez-contatti .col50.sez-contatti .text-wrapper .info-box {
    margin: 45px 0;
  }
}
.fbr-sez-contatti .col50.sez-contatti .text-wrapper .info-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media all and (min-width: 1025px) {
  .fbr-sez-contatti .col50.sez-contatti .text-wrapper .info-box h3 {
    font-size: 1.625rem;
  }
}
.fbr-sez-contatti .col50.sez-contatti .text-wrapper .info-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.fbr-sez-contatti .col50.sez-contatti .text-wrapper .line-separator {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  border-top: 1px solid var(--color-black);
}
@media all and (min-width: 1025px) {
  .fbr-sez-contatti .col50.sez-contatti {
    padding: 35px 25px 0px 0px;
  }
}
.fbr-sez-contatti .col50.sez-form {
  padding: 20px calc(var(--bs-gutter-x) * 1);
  background-color: var(--color-white);
  margin: 0 -20px;
}
@media all and (min-width: 768px) {
  .fbr-sez-contatti .col50.sez-form {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media all and (min-width: 1025px) {
  .fbr-sez-contatti .col50.sez-form {
    margin: 50px 0;
    padding: 30px;
  }
}
@media all and (min-width: 768px) {
  .fbr-sez-contatti .col50.sez-form .form-wrapper .title {
    font-size: 1.625rem;
  }
}
.fbr-sez-contatti .col50.sez-form .form-wrapper .nav-tabs {
  border-bottom: none;
}
.fbr-sez-contatti .col50.sez-form .form-wrapper .nav-tabs .nav-item {
  font-weight: 700;
}
.fbr-sez-contatti .col50.sez-form .form-wrapper .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  padding: 15px 20px;
  color: var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-sez-contatti .col50.sez-form .form-wrapper .nav-tabs .nav-item .nav-link {
    padding: 20px 25px;
    font-size: 1.125rem;
  }
}
.fbr-sez-contatti .col50.sez-form .form-wrapper .nav-tabs .nav-item .nav-link.active {
  border-color: #d5d8dc;
  border-bottom: none;
}
.fbr-sez-contatti .col50.sez-form .form-wrapper .tab-content .tab-pane {
  padding: 30px 10px;
  border: 1px solid #d5d8dc;
  margin-top: -1px;
}
@media all and (min-width: 1025px) {
  .fbr-sez-contatti .col50.sez-form .form-wrapper .tab-content .tab-pane {
    padding: 30px 20px;
  }
}
.fbr-sez-contatti .col50.sez-form .privacy-check {
  display: flex;
  color: var(--color-black);
}
.fbr-sez-contatti .col50.sez-form .privacy-check input {
  min-width: 16px;
  margin-right: 15px;
}
.fbr-sez-contatti .col50.sez-form .privacy-check label {
  line-height: 1.3125rem;
  font-size: 1.125rem;
}
.fbr-sez-contatti .col50.sez-form .button-link.blue-outline {
  margin: 0px auto 20px auto;
}

.fbr-sez-press-kit .subititle {
  font-size: 1.125rem;
}

.logo-in-page {
  margin: 66px auto 50px auto;
  text-align: center;
  width: 51%;
  display: block;
}

.tit-sub-action {
  text-align: center;
  margin-bottom: 100px;
}
.tit-sub-action h3.title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin: 26px 0;
}
.tit-sub-action p.subtitle {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.tit-sub-action .action-block {
  text-align: center;
}
.tit-sub-action .action-block .button-link {
  max-width: 300px;
  margin: 30px auto 0 auto;
}

.fbr-sez-governance {
  padding: 0 0 20px;
}

.card-title-download {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid var(--color-black);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .card-title-download {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
  }
}
.card-title-download h3.title {
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 700;
  padding: 10px;
}
.card-title-download .action-block {
  text-align: center;
  padding: 10px;
}
.card-title-download .action-block .button-link {
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.card-title-download .action-block .button-link.pa {
  padding-right: 50px;
  min-width: 160px;
}
.card-title-download .action-block .button-link svg#download {
  margin-right: -5px;
  fill: white;
}
.card-title-download .action-block .button-link svg#link-arrow {
  margin-left: 10px;
  fill: white;
}
.card-title-download .action-block .button-link svg#link-arrow2 {
  margin-left: 20px;
  fill: white;
}
.card-title-download .action-block .button-link svg#download-pa {
  position: absolute;
  fill: white;
  right: 15px;
}
.card-title-download .action-block .button-link svg#link-arrow-pa {
  position: absolute;
  fill: white;
  right: 12px;
}

.fbr-verifica-copertura-corso {
  margin: 30px 0;
  position: relative;
  display: flex;
}
.fbr-verifica-copertura-corso .bg {
  width: 100%;
  height: 100%;
  position: absolute;

  background-color: #efefef;

  /*
  background-image: url("../img/Foto-per-cantieri-in-corso.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  
}
.fbr-verifica-copertura-corso .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cfc4c4;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.fbr-verifica-copertura-corso .container {
  padding: 20px 20px 5px 20px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .fbr-verifica-copertura-corso .container {
    padding: 45px 25px 5px 30px;
  }
}
.fbr-verifica-copertura-corso h3 {
  color: var(--color-black);
  font-size: 1.625rem;
  line-height: 2.125rem;
  margin: 0 0 50px 0;
  font-weight: 700;
  text-align: left;
}
.fbr-verifica-copertura-corso h4 {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-align: left;
}
.fbr-verifica-copertura-corso form#form-copertura-cro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .fbr-verifica-copertura-corso form#form-copertura-cro {
    display: flex;
    flex-direction: row;
  }
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px !important;
  outline: 0;
  border-radius: 0;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field .prompter.show {
  display: block;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.citta {
  width: 100%;
  padding-right: 0 !important;
}
@media all and (min-width: 768px) {
  .fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.citta {
    width: 50%;
  }
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit {
  margin-bottom: 30px;
  text-align: center;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit button {
  border: none;
  height: 46px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 150px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit button:hover {
  background-color: var(--color-primary-hover);
}
@media all and (min-width: 768px) {
  .fbr-verifica-copertura-corso form#form-copertura-cro .ff-form-field.submit {
    width: 50%;
  }
}
@media all and (min-width: 1025px) {
  .fbr-verifica-copertura-corso .text-block p {
    font-size: 1.125rem;
  }
}

ul.breadcrumb-wrapper {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
ul.breadcrumb-wrapper li.item {
  display: inline-block;
  padding: 0 0.625rem;
  cursor: pointer;
  box-shadow: 1px 0 0 #000;
  line-height: 1.0625rem;
  box-shadow: 1px 0 0 #000;
}
ul.breadcrumb-wrapper li.item a,
ul.breadcrumb-wrapper li.item span {
  text-decoration: none;
  color: #004691;
  font-weight: 500;
}
ul.breadcrumb-wrapper li.item.disabled {
  box-shadow: none;
}
ul.breadcrumb-wrapper li.item.disabled span {
  cursor: default;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.fbr-news, .fbr-report-presentazioni, .fbr-comunicati-stampa {
  padding: 50px 0px 60px 0px;
}
.fbr-news .fbr-news-home {
  padding: 50px 0px 50px 0px;
}
.fbr-news .fbr-news-home a.card {
  border: 0;
}
.fbr-news #all_date,
.fbr-news #all_cats {
  text-decoration: none;
}
.fbr-news .news-board .form__select__options__group .form__select__option.date_select {
  padding: 15px 30px;
}
.fbr-news .cat_select {
  margin-bottom: 8px;
}

.news-board {
  background: #fff;
  /* Start custom CSS for section */
}
.news-board .news-board__main {
  max-width: 1259px;
  margin: auto;
}
.news-board .news-board__content {
  margin-top: 32px;
}
.news-board .news-board__content .news-board__header {
  color: #004691;
  line-height: 37px;
  font-size: 30px;
  margin-bottom: 0.8125rem;
}
.news-board .news-board__content .news-board__header--sub {
  font-size: 21px;
  color: #333;
  margin-bottom: 21px;
}
.news-board .news-board__content .new-board__form-search-wrapper {
  margin-bottom: 45px;
}
.news-board .news-board__content .new-board__form-search-wrapper .form {
  background: #deedf8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px 24px;
  gap: 12px;
}
@media all and (min-width: 1025px) {
  .news-board .news-board__content .new-board__form-search-wrapper .form {
    flex-direction: row;
    padding: 28px 0px;
  }
}
.news-board .news-board__content .new-board__form-search-wrapper .form button {
  width: 100%;
}
.news-board .news-board__content .new-board__form-search-wrapper .form .form__field {
  width: 100%;
}
.news-board .news-board__content .new-board__form-search-wrapper .form .form__field.form__field--select {
  flex-grow: 0;
}
.news-board .news-board__content .new-board__form-filter-wrapper .new-board__form-filter__desktop {
  display: none;
}
.news-board .news-board__content .new-board__form-filter-wrapper .form,
.news-board .news-board__content .new-board__form-filter-wrapper .new-board__form-filter__mobile {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
.news-board .news-board__content .new-board__content__articles-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 5px;
  padding: 25px 0;
  grid-gap: 25px;
  margin-top: 25px;
  grid-column: span 12;
}
.news-board .news-board__content .new-board__content__articles-list .card {
  grid-column: span 12;
}
.news-board .news-board__content.loading:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -16px 0 0 -16px;
}
.news-board .news-board__content.loading .new-board__form-search-wrapper,
.news-board .news-board__content.loading .new-board__form-filter-wrapper {
  opacity: 0.3;
}
.news-board .news-pagination {
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-board .news-pagination .prev-div {
  width: 50%;
  text-align: right;
  padding-right: 20px;
}
.news-board .news-pagination .prev-div a {
  font-size: 16px;
  color: #0033a1;
}
.news-board .news-pagination .next-div {
  width: 50%;
  text-align: left;
  padding-left: 20px;
}
.news-board .news-pagination .next-div a {
  font-size: 16px;
  color: #0033a1;
}
.news-board .news-pagination ul.pages-list {
  list-style: none;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .news-board .news-pagination ul.pages-list {
    flex-wrap: nowrap;
  }
}
.news-board .news-pagination ul.pages-list li {
  padding: 6px 5px;
  font-size: 16px;
  line-height: 16px;
  color: #0033a1;
  cursor: pointer;
}
.news-board .news-pagination ul.pages-list li.current {
  color: #000;
  cursor: default;
}
.news-board .btn-load--more {
  display: block;
  width: 100%;
  margin: auto;
}
.news-board .btn-load--more:hover {
  color: #fff;
}
.news-board .grid-container {
  max-width: 1259px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 5px;
}
.news-board .btn {
  border-radius: 0;
  text-transform: none;
  line-height: 20px;
  padding: 14px 24px;
  border: 0;
}
.news-board .btn--primary {
  background: #004691;
  color: #fff;
}
.news-board .btn--primary:hover {
  background: #00d0d2;
  cursor: pointer;
  border: 1px solid #00d0d2;
}
.news-board .form__field {
  position: relative;
}
.news-board .form__field label {
  font-weight: 700;
  flex-shrink: 0;
  color: var(--color-black);
}
.news-board .form__field input {
  width: 100%;
  padding: 13px 8px 15px 27px;
  border: 1px solid #acacac;
  font-size: 16px;
  line-height: 20px;
}
.news-board .form__field input::-moz-placeholder {
  color: #777;
}
.news-board .form__field input:-ms-input-placeholder {
  color: #777;
}
.news-board .form__field input::placeholder {
  color: #777;
}
.news-board .form__field input:focus {
  outline: 0;
}
.news-board .form__field--label-pre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.news-board .form__field--label-pre label {
  margin-left: 20px;
}
.news-board .form__field--label-subfix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-board .form__field--label-subfix label {
  margin-right: 20px;
}
@media all and (min-width: 1025px) {
  .news-board .form__field--label-subfix label {
    font-size: 1.125rem;
  }
}
.news-board .form__field--label-subfix input {
  padding-right: 60px !important;
}
.news-board .form__field--label-subfix .form__field__icon {
  right: 23px;
}
.news-board .form__field--prefix input {
  padding-left: 60px !important;
}
.news-board .form__field--prefix .form__field__icon {
  left: 23px;
}
.news-board .form__field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-board .form__select {
  border: 1px solid #acacac;
  height: 50px;
  padding: 0;
  position: relative;
  min-width: 140px;
}
.news-board .form__select#select-data {
  background-color: #fff;
  border-color: #0079f2;
  min-width: 200px;
}
.news-board .form__select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateX(-50);
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.news-board .form__select--mobile {
  border: 0;
  height: initial;
  min-width: initial;
}
.news-board .form__select--mobile::after {
  display: none;
}
.news-board .form__select--mobile .form__select-mobile__value {
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.news-board .form__select--mobile .form__select-mobile__value__icon {
  margin-right: 10px;
}
.news-board .form__select--mobile .form__select-mobile__value__icon--subfix {
  margin-left: 10px;
}
.news-board .form__select--mobile .form__select__options {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
}
.news-board .form__select--mobile .form__select__options .form__select__options__placeholder {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  font-weight: 700;
  color: #004691;
}
.news-board .form__select--mobile .form__select__options__header {
  justify-content: flex-start !important;
}
.news-board .form__select--mobile--compact .form__select__options {
  top: 78%;
  border-radius: 15px 15px 0 0;
}
.news-board .form__select--mobile--compact .form__select__options .form__select__options__placeholder {
  border-radius: 15px 15px 0 0;
  background: #f5f5f5;
}
.news-board .form__select--expanded:after {
  top: 36%;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
}
.news-board .form__select--expanded .form__select__options {
  display: block;
}
.news-board .form__select__value {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 40px 0 25px;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.news-board .form__select__value__placeholder {
  color: #777;
  font-size: 14px;
}
.news-board .form__select__option {
  color: #004691;
  padding: 15px;
  font-size: 14px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news-board .form__select__option::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 1px;
  background: #cdcdcd;
}
.news-board .form__select__option:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}
.news-board .form__select__option:last-child::after {
  display: none;
}
.news-board .form__select__options {
  display: none;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 102%;
  left: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 99;
  height: 220px;
  overflow: scroll;
}
.news-board .form__select__options .form__select__options__header {
  color: #004691;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.news-board form input[type=text] {
  width: 100%;
  max-height: 90px;
  font-size: 16px;
  line-height: 16px;
  color: #7f7f7f;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0079f2;
  outline: 0 !important;
  font-family: "TimSans";
}
.news-board form input[type=text]#search {
  height: 50px;
}
.news-board .form__select__options__group__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #deedf8;
  font-size: 14px;
}
.news-board .form__select__options__group__header span {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
.news-board .form__select__options__group__header span:last-child {
  font-weight: 400;
  color: #004691;
  cursor: pointer;
  text-transform: none;
}
.news-board .form__select__options__group .form__select__option {
  padding: 10px 30px;
}
.news-board .elementor-post__meta-data {
  margin-top: auto;
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
  box-sizing: border-box;
}
.news-board form input[type=text]#search {
  padding-left: 60px !important;
}
.news-board nav.elementor-pagination {
  margin-top: 20px;
}
.news-board .news-board__content .new-board__form-search-wrapper .form {
  background: #fff;
}
@media all and (min-width: 1025px) {
  .news-board .news-board__content .new-board__form-search-wrapper .form {
    flex-direction: row;
    padding: 28px 0px;
  }
  .news-board .news-board__content .new-board__content__articles-list {
    grid-column-gap: 25px;
  }
  .news-board .news-board__content .new-board__form-search-wrapper .form {
    flex-direction: row;
  }
  .news-board .news-board__content .new-board__form-search-wrapper .form .form__field {
    width: initial;
    flex-grow: 1;
  }
  .news-board .news-board__content .new-board__form-search-wrapper .form button {
    width: 9.8125rem;
  }
  .news-board .news-board__content .new-board__form-filter-wrapper .form__field:last-child .form__select__options {
    height: auto;
  }
  .news-board .news-board__content .new-board__form-filter-wrapper .new-board__form-filter__desktop {
    display: block;
  }
  .news-board .news-board__content .new-board__form-filter-wrapper .new-board__form-filter__mobile {
    display: none;
  }
  .news-board .news-board__content .new-board__form-filter-wrapper .form {
    display: flex;
    justify-content: space-between;
  }
  .news-board .news-board__content .new-board__form-filter-wrapper .form__field:first-child .form__select {
    width: 500px;
  }
  .news-board .news-board__content .new-board__content__articles-list .card {
    grid-column: span 3;
  }
  .news-board .btn-load--more {
    display: block;
    width: initial;
    margin: 46px auto;
  }
  .news-board .grid-container {
    grid-column-gap: 25px;
  }
  .news-board .card {
    padding: 1.0625rem 1.125rem;
  }
  .news-board .card__content {
    display: flex;
  }
  .news-board .card__header {
    cursor: initial;
  }
  .news-board .card__header::after {
    display: none;
  }
}

.fbr-risultati-ricerca .search-results .search-page-head,
.fbr-risultati-ricerca .search-no-results .search-page-head {
  padding: 110px 0 50px;
}
.fbr-risultati-ricerca .search-results .search-page-head h2,
.fbr-risultati-ricerca .search-no-results .search-page-head h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}
.fbr-risultati-ricerca .search-results .search-results-container,
.fbr-risultati-ricerca .search-no-results .search-results-container {
  padding: 50px 0;
  background-color: #f3f4f8;
}
.fbr-risultati-ricerca .search-results .search-results-container .results-number,
.fbr-risultati-ricerca .search-no-results .search-results-container .results-number {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--color-black);
}
.fbr-risultati-ricerca .search-results .search-results-container article,
.fbr-risultati-ricerca .search-no-results .search-results-container article {
  padding: 30px 0;
  border-bottom: 1px solid #98999d;
}
.fbr-risultati-ricerca .search-results .search-results-container article h4,
.fbr-risultati-ricerca .search-no-results .search-results-container article h4 {
  margin: 0 0 10px;
  line-height: 26px;
}
.fbr-risultati-ricerca .search-results .search-results-container article h4 a,
.fbr-risultati-ricerca .search-no-results .search-results-container article h4 a {
  color: #5e5d62;
  font-size: 16px;
  text-decoration: none;
}
.fbr-risultati-ricerca .search-results .search-results-container article h4 a:hover,
.fbr-risultati-ricerca .search-no-results .search-results-container article h4 a:hover {
  color: #0079f2;
}
.fbr-risultati-ricerca .search-results .search-results-container article a,
.fbr-risultati-ricerca .search-no-results .search-results-container article a {
  color: #0033a1;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.fbr-risultati-ricerca .search-results .search-results-container article a:hover,
.fbr-risultati-ricerca .search-no-results .search-results-container article a:hover {
  color: #0079f2;
}
.fbr-risultati-ricerca .search-results .search-results-container article p,
.fbr-risultati-ricerca .search-no-results .search-results-container article p {
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 0;
}
.fbr-risultati-ricerca .search-results .search-results-container nav.pagination,
.fbr-risultati-ricerca .search-no-results .search-results-container nav.pagination {
  text-align: center;
  margin: 50px 0;
}
.fbr-risultati-ricerca .search-results .search-results-container nav.pagination .nav-links,
.fbr-risultati-ricerca .search-no-results .search-results-container nav.pagination .nav-links {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: black;
}
.fbr-risultati-ricerca .search-results .search-results-container nav.pagination .nav-links a,
.fbr-risultati-ricerca .search-no-results .search-results-container nav.pagination .nav-links a {
  color: #0033a1;
  padding: 0 5px;
  display: inline-block;
}
.fbr-risultati-ricerca .search-results .search-results-container nav.pagination .nav-links a.prev,
.fbr-risultati-ricerca .search-no-results .search-results-container nav.pagination .nav-links a.prev {
  padding-right: 20px;
}
.fbr-risultati-ricerca .search-results .search-results-container nav.pagination .nav-links a.next,
.fbr-risultati-ricerca .search-no-results .search-results-container nav.pagination .nav-links a.next {
  padding-left: 20px;
}
.fbr-risultati-ricerca .search-results .search-results-container .no-results,
.fbr-risultati-ricerca .search-no-results .search-results-container .no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  flex-wrap: wrap;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .fbr-risultati-ricerca .search-results .search-results-container .no-results,
  .fbr-risultati-ricerca .search-no-results .search-results-container .no-results {
    flex-wrap: nowrap;
  }
}
.fbr-risultati-ricerca .search-results .search-results-container .no-results img,
.fbr-risultati-ricerca .search-no-results .search-results-container .no-results img {
  width: 80%;
  max-width: 400px;
}
.fbr-risultati-ricerca .search-results .search-results-container .no-results .col,
.fbr-risultati-ricerca .search-no-results .search-results-container .no-results .col {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .fbr-risultati-ricerca .search-results .search-results-container .no-results .col,
  .fbr-risultati-ricerca .search-no-results .search-results-container .no-results .col {
    padding-left: 30px;
    flex: none;
    text-align: left;
  }
}
.fbr-risultati-ricerca .search-results .search-results-container .no-results .col h4,
.fbr-risultati-ricerca .search-no-results .search-results-container .no-results .col h4 {
  font-size: 40px;
  line-height: 52px;
  margin: 30px 0 10px;
  font-weight: 700;
}
.fbr-risultati-ricerca .search-results .search-results-container .no-results .col p,
.fbr-risultati-ricerca .search-no-results .search-results-container .no-results .col p {
  font-size: 20px;
}

@media all and (min-width: 1025px) {
  .fbr-news-dettaglio .news-related-head .container {
    padding: 0px 108px;
  }
}
.fbr-news-dettaglio .news-related-head h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 700;
  margin: 65px 0px 38px 0;
  text-align: left;
  color: #004691;
}
.fbr-news-dettaglio .news-related-head h4 {
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: left;
  margin: 28px 0px 50px 0;
  color: var(--color-black);
}
.fbr-news-dettaglio .news-related-head h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 27px 0;
  text-align: left;
  color: var(--color-black);
}
.fbr-news-dettaglio .news-related-head img {
  width: 100%;
}

.fbr-news-dettaglio .news-head h3 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 30px 0px 20px 0;
  text-align: center;
}
.fbr-news-dettaglio .news-head h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.fbr-news-dettaglio .news-head img {
  width: 100%;
}
.fbr-news-dettaglio .news-content {
  margin-top: 15px;
}
.fbr-news-dettaglio .news-content ul.post-info {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.fbr-news-dettaglio .news-content ul.post-info li a {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 16px;
  color: rgb(1, 100, 242);
}
.fbr-news-dettaglio .news-content ul.post-info li a:hover {
  text-decoration: underline;
}
.fbr-news-dettaglio .news-content .text-wrapper {
  padding: 0 0 60px 0;
}
.fbr-news-dettaglio .news-content .text-wrapper p {
  color: var(--color-black);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 18px;
}
.fbr-news-dettaglio .cards-news-correlate {
  background-color: #efefef;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 0px 50px 0px;
}
.fbr-news-dettaglio .cards-news-correlate h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 35px 0px 20px 0;
  text-align: left;
}
.fbr-news-dettaglio .cards-news-correlate .grid-news {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-start;
}
@media all and (min-width: 768px) {
  .fbr-news-dettaglio .cards-news-correlate .grid-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1025px) {
  .fbr-news-dettaglio .cards-news-correlate .grid-news {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news .text-wrapper {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news .text-wrapper .post-date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 13px;
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news .text-wrapper .title {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-weight: 700;
  color: var(--color-accent);
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news .text-wrapper .read-more {
  font-family: "TimSans";
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #009646;
  display: inline;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin-top: 10px;
}
.fbr-news-dettaglio .cards-news-correlate .grid-news a.link-news .text-wrapper .read-more::after {
  content: "";
  width: 11px;
  height: 18px;
  position: static;
  background: transparent;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  background: url("../img/btn-arrow-sm.png") no-repeat left top;
}
.fbr-news-dettaglio .cards-news-wrapper {
  padding: 47px 0;
  background-color: rgb(245, 245, 245);
}
.fbr-news-dettaglio .cards-news-wrapper .title {
  font-size: 1.875rem;
  color: #004691;
  line-height: 1.875rem;
  font-weight: 700;
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related {
  margin: 0 -10px;
  padding: 30px 0;
}
@media all and (min-width: 768px) {
  .fbr-news-dettaglio .cards-news-wrapper .cards-related {
    display: flex;
    flex-wrap: wrap;
  }
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card {
  border-radius: 0;
  text-decoration: none !important;
  margin: 20px 10px;
  box-shadow: 0 0 30px #dde3ed;
}
@media all and (min-width: 768px) {
  .fbr-news-dettaglio .cards-news-wrapper .cards-related .card {
    margin: 10px;
  }
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card .img-wrapper img {
  width: 100%;
  max-height: 45vw;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media all and (min-width: 768px) {
  .fbr-news-dettaglio .cards-news-wrapper .cards-related .card .img-wrapper img {
    max-height: none;
  }
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card .text-wrapper {
  padding: 25px 20px;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card .text-wrapper p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(119, 119, 119);
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card .text-wrapper p img.emoji {
  width: 16px;
  height: 16px;
}
.fbr-news-dettaglio .cards-news-wrapper .cards-related .card .text-wrapper h4 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
  margin-top: 27px;
}
@media all and (min-width: 768px) {
  .fbr-news-dettaglio .cards-news-wrapper .cards-related .card {
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 1025px) {
  .fbr-news-dettaglio .cards-news-wrapper .cards-related .card {
    width: calc(25% - 20px);
  }
}
.fbr-news-dettaglio .news-form {
  padding: 40px 0px 50px 0px;
}
.fbr-news-dettaglio .news-form .title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.fbr-news-dettaglio .news-form .subtitle {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.fbr-news-dettaglio .news-form .privacy-check {
  display: flex;
  padding-right: 30px;
}
.fbr-news-dettaglio .news-form .privacy-check input.form-check-input {
  min-width: 16px;
}
.fbr-news-dettaglio .news-form .privacy-check label {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-left: 10px;
  color: var(--color-black);
}
.fbr-news-dettaglio .news-form .privacy-check label a {
  font-weight: bold;
  text-decoration: none;
}
.fbr-news-dettaglio .news-form .message {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
}
.fbr-news-dettaglio .news-form .message::before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
  color: var(--color-black);
}
.fbr-faq {
  padding: 70px 20px 70px 20px;
}
@media all and (min-width: 1025px) {
  .fbr-faq {
    padding: 40px 40px 40px 40px;
  }
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor {
  display: flex;
  flex-direction: column;
  height: 124px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .fbr-faq .head-faq-wrapper .page-anchors a.page-anchor {
    margin-bottom: 0px;
  }
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor i,
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor svg {
  font-size: 2.75rem;
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor.blue01 {
  background-color: #5b9bd5;
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor.blue02 {
  background-color: #9dc3e6;
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor.blue03 {
  background-color: #a3daff;
}
.fbr-faq .head-faq-wrapper .page-anchors a.page-anchor span {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: var(--color-black);
  font-weight: 700;
  margin-top: 18px;
}
.fbr-faq .head-faq-wrapper .faq-form-search input {
  margin: 50px 0 0px 0px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d !important;
  background-color: transparent;
  color: #1a1c1e;
  vertical-align: middle;
  flex-grow: 1;
  font-size: 1rem !important;
  min-height: 47px !important;
  padding: 6px 16px !important;
  border-radius: 4px !important;
}
.fbr-faq .fbr-accordion {
  margin-bottom: 100px;
}
.fbr-faq .fbr-accordion a.page-anchor-up {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: -20px;
}
.fbr-faq .fbr-accordion a.page-anchor-up i,
.fbr-faq .fbr-accordion a.page-anchor-up svg {
  font-size: 1.3125rem;
  margin-bottom: 8px;
}
.fbr-faq .fbr-accordion a.page-anchor-up i:hover,
.fbr-faq .fbr-accordion a.page-anchor-up svg:hover {
  color: #69727d;
}
.fbr-faq .fbr-accordion a.page-anchor-up span {
  font-size: 0.6875rem;
  color: var(--color-black);
}

.fbr-cantieri-in-corso .cantieri-heading {
  text-align: center;
  padding: 10px 0px 50px 0px;
}
.fbr-cantieri-in-corso .cantieri-heading h1 {
  font-size: 3.5rem;
  font-weight: 700;
  padding: 30px 0px 15px 0px;
}
.fbr-cantieri-in-corso .cantieri-heading p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-cantieri-in-corso .cantieri-map #gMap {
  height: 600px;
}
.fbr-cantieri-in-corso .cantieri-foot {
  max-width: 835px;
  margin: 0 auto;
  padding: 10px 0;
  padding: 40px 0px 50px 0px;
}
.fbr-cantieri-in-corso .cantieri-foot h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  .fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field {
    width: 80%;
  }
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field.submit {
  width: 150px;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field.submit button {
  border: none;
  height: 46px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-cantieri-in-corso .cantieri-foot form#form-copertura-cro .ff-form-field.submit button:hover span {
  background-color: var(--color-primary-hover);
}

.fbr-verifica-copertura .verifica-sec {
  max-width: 835px;
  padding: 10px 0;
  margin: 100px auto 100px auto;
}
.fbr-verifica-copertura .verifica-sec #ff-form-copertura-msg {
  margin-bottom: 15px;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.indirizzo {
  width: 60%;
  padding-right: 0;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.civico {
  width: 40%;
  padding-left: 15px;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit {
  margin-bottom: 30px;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit button {
  border: none;
  height: 46px;
  margin-top: 12px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit button:hover {
  background-color: var(--color-primary-hover);
}
@media all and (min-width: 768px) {
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field {
    width: 32%;
  }
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.indirizzo {
    width: 32%;
  }
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.civico {
    width: 32%;
    padding-left: 0;
  }
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit {
    margin-left: 34%;
  }
  .fbr-verifica-copertura .verifica-sec form#form-copertura .ff-form-field.submit button {
    margin-top: 0;
  }
}

.fbr-copertura-in-corso {
  overflow: hidden;
}
.fbr-copertura-in-corso .copertura-heading {
  text-align: center;
  padding: 10px 0px 50px 0px;
}
.fbr-copertura-in-corso .copertura-heading h1 {
  font-size: 3.5rem;
  font-weight: 700;
  padding: 30px 0px 15px 0px;
}
.fbr-copertura-in-corso .copertura-heading p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-copertura-in-corso .copertura-map {
  position: relative;
}
.fbr-copertura-in-corso .copertura-map #gMap {
  height: 600px;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg {
  width: calc(100% - 40px);
  position: absolute;
  z-index: 99;
  margin-top: 55px;
  pointer-events: none;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section {
  max-width: 440px;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.result-wrapper {
  background-color: var(--color-white);
  padding: 30px 0px 30px 0px;
  text-align: center;
  border-bottom: 1px solid var(--color-black);
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .copertura-map .copertura-msg section.result-wrapper {
    padding: 50px 0px 12px 0px;
  }
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.result-wrapper img {
  margin-bottom: 20px;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.result-wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.address-wrapper {
  background-color: #efefef;
  padding: 30px;
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .copertura-map .copertura-msg section.address-wrapper {
    padding: 50px 70px 50px 70px;
    pointer-events: visible;
  }
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.address-wrapper p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.address-wrapper span.copertura-address {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--color-black);
  display: flex;
  margin: 15px 0;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.address-wrapper span.copertura-address::before {
  content: "";
  display: block;
  float: left;
  width: 18px;
  height: 24px;
  min-width: 18px;
  background: url("../img/address-icon.png") no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.pnrr-wrapper {
  background-color: #efefef;
  padding: 30px;
  pointer-events: all;
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .copertura-map .copertura-msg section.pnrr-wrapper {
    padding: 0px 70px 50px 70px;
  }
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section.pnrr-wrapper p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-copertura-in-corso .copertura-map .copertura-msg section .caring-box-wrapper {
  background-color: var(--color-white);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  padding: 10px;
  border-color: #000000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.fbr-copertura-in-corso .copertura-spacer {
  height: 280px;
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .copertura-spacer {
    height: 190px;
  }
}
.fbr-copertura-in-corso .copertura-foot {
  max-width: 835px;
  margin: 0 auto;
  padding: 10px 0;
  padding: 40px 0px 50px 0px;
}
.fbr-copertura-in-corso .copertura-foot h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field {
    width: 80%;
  }
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field.submit {
  width: 150px;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field.submit button {
  border: none;
  height: 46px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-copertura-in-corso .copertura-foot form#ff-form-copertura .ff-form-field.submit button:hover span {
  background-color: var(--color-primary-hover);
}
.fbr-copertura-in-corso .copertura-foot #ff-form-copertura-msg {
  margin-bottom: 15px;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-in-corso .copertura-foot form#form-copertura {
    align-items: center;
  }
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.indirizzo {
  width: 60%;
  padding-right: 0;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.civico {
  width: 40%;
  padding-left: 15px;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit {
  margin-bottom: 30px;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit button {
  border: none;
  height: 46px;
  margin-top: 12px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit button:hover {
  background-color: var(--color-primary-hover);
}
@media all and (min-width: 1025px) {
  .fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field {
    width: 24%;
  }
  .fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.indirizzo {
    width: 24%;
  }
  .fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.civico {
    width: 24%;
    padding-left: 0;
  }
  .fbr-copertura-in-corso .copertura-foot form#form-copertura .ff-form-field.submit button {
    margin-top: 0;
  }
}
.fbr-copertura-in-corso .caring-box {
  padding: 30px;
  position: relative;
  pointer-events: visible;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .caring-box {
    padding: 40px 60px;
  }
}
.fbr-copertura-in-corso .caring-box.loading {
  position: relative;
}
.fbr-copertura-in-corso .caring-box.loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.fbr-copertura-in-corso .caring-box.loading::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -16px 0 0 -16px;
}
.fbr-copertura-in-corso .caring-box:hover {
  cursor: pointer;
}
.fbr-copertura-in-corso .caring-box.loading .caring-box__optional-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.fbr-copertura-in-corso .caring-box--no-pointer:hover {
  cursor: auto !important;
}
.fbr-copertura-in-corso .caring-box__icon {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
.fbr-copertura-in-corso .caring-box__a {
  color: #fff;
  background: #0033a1;
  padding: 16px 14px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.fbr-copertura-in-corso .caring-box__a:hover {
  cursor: pointer;
}
.fbr-copertura-in-corso .caring-box__svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.fbr-copertura-in-corso #caring-column-container section,
.fbr-copertura-in-corso #verifica-indirizzo {
  transition: all 0.5s ease-out;
}
.fbr-copertura-in-corso .caring-box__step {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.fbr-copertura-in-corso .caring-box__step--visible {
  display: block;
  opacity: 1;
}
.fbr-copertura-in-corso .caring-box__step--hidden {
  display: none !important;
  opacity: 0;
}
.fbr-copertura-in-corso .caring-box__step--first {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-items: right;
}
.fbr-copertura-in-corso .caring-box__step--first:hover .caring-box__a,
.fbr-copertura-in-corso .caring-box__a--rotation:hover,
.fbr-copertura-in-corso .caring-box__button {
  background-color: #00d0d2;
  transition: all 0.2s ease-out;
}
.fbr-copertura-in-corso .caring-box__a--rotation {
  color: #fff;
  background: #0033a1;
  padding: 0px 5px 0px 5px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  transform: rotate(-0.25turn);
  display: block;
  position: absolute;
  left: -38px;
  top: calc(50% - 25px);
  z-index: 101;
}
.fbr-copertura-in-corso .caring-box__svg--back {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: relative;
  top: 5px;
}
.fbr-copertura-in-corso .caring-box__button-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.fbr-copertura-in-corso .caring-box__button {
  color: #ffffff !important;
  background: #0033a1;
  padding: 10px 35px;
  text-decoration: none;
}
.fbr-copertura-in-corso .caring-box__button--right {
  text-align: right;
}
.fbr-copertura-in-corso .caring-box__button:hover {
  background: #00d0d2;
  cursor: pointer;
}
.fbr-copertura-in-corso .caring-box__faq-link {
  border: 1px solid #000000;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.fbr-copertura-in-corso .caring-box__faq-link a {
  color: #000000;
  display: block;
  text-decoration: none;
}
.fbr-copertura-in-corso .caring-box__faq-link:hover {
  border: 1px solid #00d0d2;
}
.fbr-copertura-in-corso .caring-box__faq-link:hover a {
  color: #00d0d2;
}
.fbr-copertura-in-corso .caring-box__optional-box {
  position: absolute;
  left: -10px;
  background: #efefef;
  padding: 30px;
  width: calc(100% + 20px);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 768px) {
  .fbr-copertura-in-corso .caring-box__optional-box {
    padding: 50px 70px;
  }
}
.fbr-copertura-in-corso h1.heading-title,
.fbr-copertura-in-corso #gMap > div {
  transition: all 0.5s ease-out;
}
.fbr-copertura-in-corso #caring-box__step-twin {
  transition: all 0.5s ease-out;
  display: block !important;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .fbr-copertura-in-corso .caring-box__a--rotation {
    left: -25px;
  }
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-msg {
  pointer-events: none;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form {
  padding: 50px 0 100px 0px;
  border-bottom: 1px solid #0033a1;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form.pnrr {
  padding: 210px 0 100px 0px;
}
.fbr-copertura-in-corso.non-a-piano .copertura-spacer.pnrr {
  height: 250px;
}
.fbr-copertura-in-corso .copertura-spacer.pnrr {
  height: 375px;
}
#legend {
  display: none;
}
#legend-roe {
  display: none;
}
#gMap #legend {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #00D0D2;
  display: block;
}
#gMap #legend img{
  vertical-align: middle;
  margin-right: 5px;
}
#gMap #legend h3{
  font-size: 16px;
  margin-bottom: 16px;
}
#gMapROE #legend-roe {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #00D0D2;
  display: block;
}
#gMapROE #legend-roe img{
  vertical-align: middle;
  margin-right: 5px;
}
#gMapROE #legend-roe h3{
  font-size: 16px;
  margin-bottom: 16px;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form .subtitle {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form {
  max-width: 835px;
  margin: 0 auto;
  padding: 10px 0;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .row {
  width: 100%;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .privacy-check {
  font-size: 1.125rem;
  color: var(--color-black);
  display: flex;
  padding-right: 30px;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .privacy-check input.form-check-input {
  min-width: 18px;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .privacy-check .form-check-input {
  margin-top: 0px;
  margin-right: 10px;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .message {
  margin-top: 20px;
}
.fbr-copertura-in-corso.stiamo-arrivando .copertura-stiamo-arrivando-form form .message small {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: var(--color-black);
}
.fbr-copertura-in-corso.non-a-piano .copertura-msg {
  pointer-events: none;
}
.fbr-copertura-in-corso.non-a-piano .heading-title {
  max-width: 80%;
  margin: 0 auto 20px auto;
}
.fbr-copertura-in-corso.non-a-piano .result-wrapper span.copertura-address {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}
.fbr-copertura-in-corso.non-a-piano .result-wrapper span.copertura-address::before {
  content: "";
  display: block;
  float: left;
  width: 18px;
  height: 24px;
  min-width: 18px;
  background: url("../img/address-icon.png") no-repeat left top;
  margin-right: 5px;
  align-self: baseline;
}
.fbr-copertura-in-corso.non-a-piano .copertura-map .copertura-msg {
  pointer-events: none;
}
.fbr-copertura-in-corso.non-a-piano .copertura-map .copertura-msg .caring-box-wrapper {
  border-width: 0px;
}
.fbr-copertura-in-corso.non-a-piano .caring-box {
  padding: 30px;
}
.fbr-copertura-in-corso.non-a-piano .copertura-spacer {
  height: 130px;
}

.fbr-copertura-non-connesso {
  overflow: hidden;
}
.fbr-copertura-non-connesso .copertura-heading {
  text-align: center;
  padding: 10px 0px 50px 0px;
}
.fbr-copertura-non-connesso .copertura-heading h1 {
  font-size: 3.5rem;
  font-weight: 700;
  padding: 30px 0px 15px 0px;
}
.fbr-copertura-non-connesso .copertura-heading p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-copertura-non-connesso .copertura-map #gMap {
  height: 680px;
}
.fbr-copertura-non-connesso .copertura-content {
  position: relative;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-content {
    margin-top: -300px;
  }
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg {
  width: calc(100% - 40px);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-content .copertura-msg {
    margin-top: 0px;
  }
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid #0033a1;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper {
    width: 41%;
    max-width: 440px;
  }
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper .alert-wrapper {
  text-align: center;
  border-bottom: 1px solid #0033a1;
  padding: 30px 0px 30px 0px;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper .alert-wrapper img {
  height: 84px;
  width: 84px;
}
@media all and (min-width: 768px) {
  .fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper .alert-wrapper {
    padding: 50px 0px 50px 0px;
  }
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper .alert-text {
  padding: 30px 30px 30px 30px;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.result-wrapper .alert-text p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper {
  width: 100%;
  margin-top: 20px;
  background-color: #efefef;
  padding: 30px;
  border: 1px solid #0033a1;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper {
    width: 59%;
    margin-top: 0px;
  }
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper span.copertura-address {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-style: italic;
  margin: 0 0 30px 0;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper span.copertura-address::before {
  content: "";
  display: block;
  float: left;
  width: 18px;
  height: 24px;
  min-width: 18px;
  background: url("../img/address-icon.png") no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}
.fbr-copertura-non-connesso .copertura-content .copertura-msg section.adress-form-wrapper h4 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.fbr-copertura-non-connesso .copertura-spacer {
  height: 30px;
  border-bottom: 1px solid #0033a1;
}
.fbr-copertura-non-connesso .copertura-foot {
  max-width: 835px;
  margin: 0 auto;
  padding: 10px 0;
  padding: 40px 0px 185px 0px;
}
.fbr-copertura-non-connesso .copertura-foot h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.fbr-copertura-non-connesso .copertura-foot #ff-form-copertura-msg {
  margin-bottom: 15px;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura {
    align-items: center;
  }
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field input {
  width: 100%;
  border: 1px solid var(--color-blue-border);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-input-text);
  padding: 13px;
  outline: 0;
  border-radius: 0;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field .prompter {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  list-style: none;
  padding: 10px 5px;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-border);
  display: none;
  transition: all 0.5s ease;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field .prompter li {
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field .prompter.show {
  display: block;
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field .prompter {
    top: 49px;
  }
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.indirizzo {
  width: 60%;
  padding-right: 0;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.civico {
  width: 40%;
  padding-left: 15px;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit {
  margin-bottom: 30px;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit button {
  border: none;
  height: 46px;
  margin-top: 12px;
  font-family: "TIMSans", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  position: relative;
  padding: 0;
  border-radius: 0;
  color: var(--color-black);
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit button:disabled {
  opacity: 0.3;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit button span {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit button:hover {
  background-color: var(--color-primary-hover);
}
@media all and (min-width: 1025px) {
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field {
    width: 24%;
  }
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.indirizzo {
    width: 24%;
  }
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.civico {
    width: 24%;
    padding-left: 0;
  }
  .fbr-copertura-non-connesso .copertura-foot form#form-copertura .ff-form-field.submit button {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  #ff-form-alert.non-connesso-out .ff-form-field.nome, #ff-form-alert.non-connesso-out .ff-form-field.cognome {
    display: inline-block;
  }
  #ff-form-alert.non-connesso-out .ff-form-field.cognome {
    width: calc(50% - 14px);
    margin-left: 24px;
  }
}

.single-articoli-bacheca .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.single-articoli-bacheca .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.single-articoli-bacheca .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.single-articoli-bacheca .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.single-articoli-bacheca .has-text-align-center {
  text-align: center !important;
}

.single-articoli-bacheca .has-text-align-left {
  text-align: left !important;
}

.single-articoli-bacheca .has-text-align-right {
  text-align: right !important;
}

.single-articoli-bacheca .news-content h2{
  margin-block-start: 0.83rem;
}

.single-articoli-bacheca .news-content h1{
  margin-block-start: 1.33rem;
  margin-block-end: 1.33rem;
  font-weight: 700;
}

.single-articoli-bacheca .wp-block-table{
  color: black;
}

.single-articoli-bacheca .wp-block-table thead {
  border-bottom: 3px solid black;
}

.single-articoli-bacheca .wp-block-table tfoot {
  border-top: 3px solid black;
}

.single-articoli-bacheca .wp-block-table td,.wp-block-table th {
  border: 1px solid black;
  padding: .5em
}

.single-articoli-bacheca .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.single-articoli-bacheca .wp-block-table img {
  width: auto;
}

.single-articoli-bacheca p{
  line-height: 22px;
}

.fbr-comunicati-stampa-date {
  font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 700;
    text-decoration: none;
    margin-right: 16px;
    color: rgb(1, 100, 242);
}

.video-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.wp-block-video {
  width: 75%;
}

@media all and (max-width: 768px) {
  .wp-block-video {
    width: 100%;
  }
}

.wp-block-file {
  width: 100%; 
  /*float: left;*/
  margin-bottom: 18px; 
}

.wp-block-file a { 
  text-decoration: none; 
  display: inline-block; 
  font-size: 18px;
  line-height: 24px;
}

.custom-download-button-file{
  background: #0033a1;
  text-decoration: none;
  padding: 5px;
  color: white;
  text-align: center;
  border-radius: 0px;
  margin-left: 10px;
}


/* Stile per il blocco tabella */
.wp-block-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; /* Unisce i bordi delle celle */
  margin-bottom: 18px;
}

/* Stile per le celle della tabella */
.wp-block-table td,
.wp-block-table th {
  word-break: break-word;
  white-space: pre-line;
  overflow-wrap: break-word;
  border: 1px solid #ddd; /* Aggiunge un bordo di 1px a tutte le celle */
  padding: 24px 24px; /* Spazio interno delle celle */
  text-align: left; /* Allinea il testo a sinistra */
  vertical-align: middle;
}

/* Stile per l'intestazione della tabella */
.wp-block-table th {
  background-color: #f2f2f2; /* Sfondo grigio per l'intestazione */
}

/* Hover effect per le righe della tabella */
.wp-block-table tr:hover {
  background-color: #f5f5f5; /* Cambia il colore di sfondo al passaggio del mouse */
}
