html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}

html {
  display: flex;
}

body {
  /*background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;*/
  flex: 1;
  font-family: 'Mediolanum Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
  color: #192D6E;
}

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
a:focus-visible {
  outline: 1px auto #1E96D7 !important;
}

.bg-grey-30 {
  background-color: #CFD2D4;
}

.serif, h1, h2, h3, h4, h5, h6 {
  font-family: "Mediolanum LT", serif;
}

h1 {
  font-size: 40px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 601px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

@media (min-width: 601px) {
  h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
  }
}

.heading-5, h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

@media (min-width: 601px) {
  .heading-5, h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }
}

.body-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.body-22 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.body-24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.color-light-blue {
  color: #1E96D7;
}

section {
  padding: 64px 0;
}

@media (min-width: 601px) {
  section {
    padding: 82px 0;
  }
}

.box-resulta h2 {
  margin-bottom: 48px;
}

.box-dettaglio,
.box-headeretichetta {
  padding: 0;
}

.header .search-form .search-text::placeholder {
  color: #7c7c7c;
}

.user-info .info, .user-detail .info {
  color: #7c7c7c;
  color: #5F696E;
}

ul .question .content .usefulness {
  font-weight: normal;
  color: #7c7c7c;
}

/*
@import "_header";
@import "navigation/_topbar";
@import "navigation/_language";
@import "navigation/_main_menu";
@import "navigation/_mobile_menu";
@import "navigation/_offcanvas";
@import "navigation/_offcanvas_menu";
@import "navigation/_offcanvas_search";
@import "navigation/_offcanvas_access";
*/
.nav ul {
  margin: 48px 0;
  justify-content: space-between;
  padding: 0 16px;
  display: flex;
  width: 100%;
  list-style-type: none;
}

.nav ul .nav-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #121212;
  padding-left: 0;
  padding-right: 0;
}

.nav ul .nav-link.active::after {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background: #1E96D7;
  border-radius: 18px;
}

@media (max-width: 600px) {
  .offcanvas-search .nav {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    background: white;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.15);
    margin: 0;
    overflow-x: auto;
    max-width: 100%;
  }
  .offcanvas-search .nav ul {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    width: auto;
  }
  .offcanvas-search .nav ul li {
    display: inline-block;
    margin-right: 30px;
  }
  .offcanvas-search .nav ul .nav-link {
    font-size: 18px;
    padding: 24px 0;
  }
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 0;
}

.nav-underline button.nav-link {
  background-color: transparent;
  color: #121212;
  border: 0;
  border-radius: 0;
  font-size: 21px;
  border-bottom: 3px solid transparent;
  padding: .75rem 2rem;
}

.nav-underline button.nav-link:hover {
  border-bottom-color: rgba(25, 45, 110, 0.2);
}

.nav-underline button.nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: #192D6E;
  border-bottom: 3px solid;
  border-bottom-color: currentcolor;
}

.nav-underline .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/*
@import "navigation/_sidenav";
@import "_hero";
*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  border-radius: 20px;
}

button {
  background-color: white;
  color: #192D6E;
  border: 1px solid #192D6E;
  padding: 1.375rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 35px;
}

button:hover, button:active, button.active {
  background-color: #192D6E;
  color: #fff;
}

.btn {
  min-width: 170px;
}

.btn:active:focus,
.btn-primary:focus,
.btn-outline-primary:focus {
  box-shadow: 0px 0px 0px 2.5px #FFFFFF, 0px 0px 0px 4px #192D6E;
}

.btn-link:active:focus {
  box-shadow: none;
}

.btn-silver {
  color: #192D6E;
}

.btn-white {
  color: #192D6E;
}

.btn-white:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.35);
  color: #192D6E;
}

.btn-white:focus-visible {
  outline: 1.4px solid white;
  outline-offset: 3px;
  color: #192D6E;
}

.btn-white:active, .btn-white:active:focus {
  outline: none;
  color: #192D6E;
  box-shadow: none;
}

.btn-primary:hover {
  background: radial-gradient(71.47% 80% at 50% 147.86%, #35A0DB 0%, #192D6E 100%);
}

.btn-primary {
  transition: none;
  border: 0;
  --bs-btn-padding-x: calc(1.75rem + 1px);
  --bs-btn-padding-y: calc(1.375rem + 1px);
}

.btn-primary:hover,
.btn-outline-primary:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.35);
}

.btn-silver:hover {
  background: #D1D5E2;
  box-shadow: 20px 20px 40px rgba(18, 18, 18, 0.1);
}

.btn-outline-primary,
.btn-external-link {
  background-color: white;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active,
.btn-external-link:hover,
.btn-external-link:focus,
.btn-external-link:active {
  color: #192D6E;
  background-color: white;
}

.btn-outline-white {
  background-color: transparent;
  color: white;
  border-color: white;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #192D6E;
  background-color: white;
  border-color: #192D6E;
}

.btn-link {
  --bs-btn-padding-x: 0;
}

.btn-link i {
  padding-right: .5rem;
  padding-left: .5rem;
}

.btn.dropdown-toggle {
  border: 1px solid #BAC0D4;
  padding: .5rem 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='23192D6E' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border: 0;
  width: 1rem;
  height: 1rem;
}

.btn-secondary,
.btn-gray {
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 11px 12px 24px;
  margin-top: auto;
}

.btn-play .icon-play {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #1E96D7;
  margin-left: 10px;
  /* display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background-color: $highlight-blue;
        margin-left: 10px;
        &::after{
            content: " ";
            display: block;
            width: 0; 
            height: 0; 
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 18px solid white;
            border-radius: 2px;
        } */
}

.btn-play .icon-play .triangle,
.btn-play .icon-play .triangle:before,
.btn-play .icon-play .triangle:after {
  width: 12px;
  height: 12px;
  border-top-right-radius: 30%;
}

.btn-play .icon-play .triangle {
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  background-color: white;
  margin-top: -5px;
  margin-left: -5px;
}

.btn-play .icon-play .triangle:before, .btn-play .icon-play .triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}

.btn-play .icon-play .triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.btn-play .icon-play .triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.btn-external-link {
  min-width: auto;
  padding: 14px 15px;
  line-height: 1;
  margin-left: 10px;
  border: 2px solid rgba(25, 45, 110, 0.2);
}

.btn-external-link:focus {
  box-shadow: 0px 0px 0px 2.5px #FFFFFF, 0px 0px 0px 4px rgba(25, 45, 110, 0.2);
}

.btn-external-link:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.35);
}

footer {
  background-color: #EFF0F1;
}

.footer-top {
  border-top: 1px solid #D1D5E2;
  border-bottom: 1px solid #D1D5E2;
  background-color: white;
}

.footer-top > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 601px) {
  .footer-top > div {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 16px;
  }
}

@media (min-width: 1312px) {
  .footer-top > div {
    padding: 50px 0;
  }
}

.footer-top .btn-link {
  padding: 0;
  min-width: auto;
}

.footer-top .btn-link:hover {
  text-decoration: none;
}

.footer-top .btn-link + .btn-link {
  margin-top: 30px;
}

@media (min-width: 601px) {
  .footer-top .btn-link + .btn-link {
    margin-top: 0;
  }
}

.footer-top .btn-link img {
  margin-right: 0.75rem;
}

.sostenibilita {
  background-color: #E5F6EC;
}

.sostenibilita > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  color: #5F696E;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}

@media (min-width: 768px) {
  .sostenibilita > div {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1232px) {
  .sostenibilita > div {
    padding: 32px 0;
  }
}

.sostenibilita > div b {
  color: #00a046;
  display: block;
  font-size: 24px;
  line-height: 140%;
}

.footer-trasparenza {
  padding: 40px 0 40px;
  text-align: center;
  border-bottom: 1px solid #D1D5E2;
  margin-bottom: 40px;
}

.footer-menu {
  padding: 0 32px 40px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .footer-menu {
    padding: 0 32px 94px;
    max-width: 1280px;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-menu .collapse:not(.show) {
    display: block;
  }
}

@media (min-width: 1312px) {
  .footer-menu {
    padding: 0 0 94px;
  }
}

.footer-menu .accordion-item {
  background-color: transparent;
  border: 0;
}

.footer-menu .accordion-item + .accordion-item {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .footer-menu .accordion-item + .accordion-item {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .footer-menu .accordion-item {
    flex: 0 0 auto;
  }
  .footer-menu .accordion-item:first-child {
    width: 35%;
  }
  .footer-menu .accordion-item:nth-child(2) {
    width: 40%;
  }
  .footer-menu .accordion-item:nth-child(3) {
    width: 25%;
  }
}

.footer-menu .accordion-button {
  background-color: transparent;
  padding: 0;
}

.footer-menu .accordion-button:focus-visible {
  text-decoration: underline;
}

.footer-menu .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.footer-menu ul, .footer-menu li {
  list-style-type: none;
  margin: 24px 0;
  padding: 0;
}

.footer-menu .accordion-header,
.footer-menu .accordion-button {
  font-family: "Mediolanum LT";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #192D6E;
}

.footer-menu .accordion-button:focus {
  box-shadow: none;
}

.footer-menu .accordion-button::after {
  background-image: none;
  content: '\E804';
  font-family: 'bm-icons';
}

.footer-menu .btn-link {
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  text-align: left;
}

.footer-menu .btn-link:hover, .footer-menu .btn-link:focus-visible {
  text-decoration: none;
}

.footer-menu .bmi-bank::before {
  vertical-align: 0;
}

.footer-notes {
  border-top: 1px solid #8F969A;
  font-size: 18px;
  line-height: 140%;
  color: #5F696E;
  padding: 32px 16px 0;
}

@media (min-width: 992px) {
  .footer-notes {
    font-size: 16px;
    padding: 94px 16px 30px;
  }
}

.footer-notes > div {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-notes .notes {
  padding: 10px 16px 20px;
}

.footer-notes .footer-social {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  border-top: 1px solid #8F969A;
  padding: 32px 16px;
  color: #808081;
}

.footer-notes .footer-social span {
  color: #5F696E;
  font-size: 18px;
}

.footer-notes .footer-social + .footer-bottom {
  padding-top: 0;
}

@media (min-width: 992px) {
  .footer-notes > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-notes .notes {
    flex: 0 0 auto;
    width: 75%;
    max-width: 727px;
    padding: 0;
    padding-right: 40px;
  }
  .footer-notes .footer-social {
    flex: 0 0 auto;
    width: 25%;
    padding: 0;
    border-top: 0;
    justify-content: space-between;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 16px 32px;
}

@media (min-width: 601px) {
  .footer-bottom {
    flex-direction: row;
    padding: 30px 16px 94px;
  }
}

@media (min-width: 1312px) {
  .footer-bottom {
    padding: 30px 0 94px;
  }
}

.footer-bottom p {
  margin: 1rem 0;
}

@media (min-width: 601px) {
  .footer-bottom p {
    margin: 0 2rem;
  }
}

.footer-bottom > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

@media (min-width: 601px) {
  .footer-bottom > div {
    margin-top: 0;
    margin-left: auto;
    width: auto;
    display: block;
  }
  .footer-bottom > div a + a {
    margin-left: 60px;
  }
}

.footer-bottom > div img {
  max-width: 110px;
}

@media (min-width: 601px) {
  .footer-bottom > div img {
    max-width: auto;
  }
}

.footer-bottom .btn-link {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-decoration: underline;
  min-width: auto;
}

@media (min-width: 601px) {
  .footer-bottom .btn-link {
    letter-spacing: 0;
  }
}

.footer-bottom .btn-link:hover, .footer-bottom .btn-link:focus {
  text-decoration: none;
}

.m-1 {
  margin: 16px !important;
}

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

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

.ms-1 {
  margin-left: 16px !important;
}

.me-1 {
  margin-right: 16px !important;
}

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

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

.p-1 {
  padding: 16px !important;
}

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

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

.ps-1 {
  padding-left: 16px !important;
}

.pe-1 {
  padding-right: 16px !important;
}

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

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

.h-1 {
  height: 16px !important;
}

.w-1 {
  width: 16px !important;
}

.m-2 {
  margin: 32px !important;
}

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

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

.ms-2 {
  margin-left: 32px !important;
}

.me-2 {
  margin-right: 32px !important;
}

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

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

.p-2 {
  padding: 32px !important;
}

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

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

.ps-2 {
  padding-left: 32px !important;
}

.pe-2 {
  padding-right: 32px !important;
}

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

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

.h-2 {
  height: 32px !important;
}

.w-2 {
  width: 32px !important;
}

.m-3 {
  margin: 48px !important;
}

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

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

.ms-3 {
  margin-left: 48px !important;
}

.me-3 {
  margin-right: 48px !important;
}

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

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

.p-3 {
  padding: 48px !important;
}

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

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

.ps-3 {
  padding-left: 48px !important;
}

.pe-3 {
  padding-right: 48px !important;
}

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

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

.h-3 {
  height: 48px !important;
}

.w-3 {
  width: 48px !important;
}

.m-4 {
  margin: 64px !important;
}

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

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

.ms-4 {
  margin-left: 64px !important;
}

.me-4 {
  margin-right: 64px !important;
}

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

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

.p-4 {
  padding: 64px !important;
}

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

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

.ps-4 {
  padding-left: 64px !important;
}

.pe-4 {
  padding-right: 64px !important;
}

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

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

.h-4 {
  height: 64px !important;
}

.w-4 {
  width: 64px !important;
}

.m-5 {
  margin: 120px !important;
}

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

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

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

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

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

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

.p-5 {
  padding: 120px !important;
}

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

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

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

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

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

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

.h-5 {
  height: 120px !important;
}

.w-5 {
  width: 120px !important;
}

.m-6 {
  margin: 144px !important;
}

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

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

.ms-6 {
  margin-left: 144px !important;
}

.me-6 {
  margin-right: 144px !important;
}

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

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

.p-6 {
  padding: 144px !important;
}

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

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

.ps-6 {
  padding-left: 144px !important;
}

.pe-6 {
  padding-right: 144px !important;
}

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

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

.h-6 {
  height: 144px !important;
}

.w-6 {
  width: 144px !important;
}

.m-7 {
  margin: 200px !important;
}

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

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

.ms-7 {
  margin-left: 200px !important;
}

.me-7 {
  margin-right: 200px !important;
}

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

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

.p-7 {
  padding: 200px !important;
}

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

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

.ps-7 {
  padding-left: 200px !important;
}

.pe-7 {
  padding-right: 200px !important;
}

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

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

.h-7 {
  height: 200px !important;
}

.w-7 {
  width: 200px !important;
}

.form-label {
  background-color: white;
  margin-left: 17px;
  padding: 3px;
}

.form-label + .form-control {
  margin-top: -0.85rem;
}

.form-control:focus {
  border-color: #192D6E;
  box-shadow: none;
}

.form-check-input {
  height: 1.25em;
  width: 1.25em;
  margin-top: 0.15em;
  background-color: white;
}

.form-check-color .form-check-input {
  background-color: #E9F5FB;
  border-color: transparent;
}

.form-check-color .form-check-input:focus, .form-check-color .form-check-input:checked {
  border-color: #192D6E;
  box-shadow: none;
}

.form-check-input:checked[type="checkbox"]:not[role=switch] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23192D6E' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"]:not[role=switch] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23192D6E'/%3e%3c/svg%3e");
}

.card {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid #BAC0D4;
}

@media (max-width: 600px) {
  .card .card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.card-img {
  border-radius: 10px;
  max-width: 100%;
}

.hero .card {
  padding-top: 0;
  padding-bottom: 0;
}

.card-title {
  font-family: "Mediolanum LT";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

.card-text {
  font-size: 18px;
  line-height: 27px;
}

.card-text a:not(.btn) {
  text-decoration: underline;
}

.card-text a:not(.btn):hover {
  text-decoration: none;
}

.card-profile-1 {
  border: 0;
  filter: drop-shadow(20px 20px 40px rgba(18, 18, 18, 0.1));
  box-shadow: 20px 20px 40px rgba(18, 18, 18, 0.1);
  border-radius: 7.69634px;
}

.card-profile-1 .card-body {
  padding: 2rem;
}

.card-profile-1 .card-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.card-profile-1 .card-link h5 {
  margin-bottom: 0;
}

.card-profile-1 .card-link i {
  text-align: right;
  min-width: 36px;
}

.card-profile-2 {
  border-radius: 0;
}

@media screen and (min-width: 601px) {
  .card-profile-2 + .card-profile-2 {
    border-left: 0;
  }
}

.card-profile-2 .card-img {
  width: 25%;
  max-width: 100px;
  align-self: center;
  margin: 1rem;
  margin-right: 0;
  flex: 140px 0 0;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 601px) {
  .card-profile-2 .card-img {
    width: 33%;
    max-width: 140px;
  }
}

.card-profile-2 .card-img img {
  max-width: 100%;
}

.card-profile-2 .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-profile-2 .card-footer {
  background-color: transparent;
  margin-top: auto;
}

.card-profile-2 .card-name {
  font-family: 'Mediolanum Sans', sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
}

.card-profile-2 .card-role {
  font-family: "Mediolanum Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.card-profile-2 .card-text {
  color: #6F787D;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.card-editorial {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 10px;
}

.card-editorial .card-body {
  padding: 2rem;
}

.card-editorial .badge {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 1rem;
  border-radius: 50px;
}

.card-editorial .card-title {
  font-size: 24px;
  line-height: 28px;
}

.card-editorial .btn-link {
  padding: .25rem .125rem;
  font-size: 20px;
}

.card-editorial .card-text {
  color: #5F696E;
  font-size: 18px;
  line-height: 27px;
  margin-top: 1rem;
}

.bg-primary-blue-10 {
  background-color: #E9F5FB;
  color: #192D6E;
}

.card-editorial-profile {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.card-editorial-profile::before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #1E96D7;
  margin-left: 1rem;
  flex: 0 0 16px;
}

.card-editorial-profile .card-title {
  font-size: 22px;
  font-family: 'Mediolanum Sans', sans-serif;
  line-height: 27px;
}

.card-editorial-profile .card-text {
  font-size: 18px;
  line-height: 27px;
}

.card-product {
  background-color: transparent;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 82px 16px;
}

@media screen and (min-width: 1200px) {
  .card-product {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "cardBody  cardVisual" ".         cardTransparent";
  }
  .card-product.card-product-dx {
    grid-template-areas: "cardVisual         cardBody" "cardTransparent    cardTransparent";
  }
}

@media (min-width: 1232px) {
  .card-product {
    padding: 82px 0;
  }
}

.card-product .card-body {
  display: flex;
  max-width: 600px;
  flex-direction: column;
  grid-area: cardBody;
  padding: 40px 0;
}

@media screen and (min-width: 1200px) {
  .card-product .card-body {
    padding: .5rem 1rem .5rem 0;
  }
}

.card-product .visual {
  grid-area: cardVisual;
}

.card-product .card-transparent {
  grid-area: cardTransparent;
}

@media screen and (min-width: 1200px) {
  .card-product .card-transparent {
    margin: -64px 0 0 -143px;
  }
}

@media screen and (min-width: 1200px) {
  .card-product.card-product-dx .card-transparent {
    margin-left: 275px;
  }
}

.card-product .card-sup {
  font-family: "Mediolanum LT";
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .card-product .card-sup {
    margin-top: 1rem;
  }
}

.card-product .card-title {
  color: #1E96D7;
  font-size: 32px;
  line-height: 38px;
}

@media screen and (min-width: 992px) {
  .card-product .card-title {
    font-size: 48px;
    line-height: 58px;
  }
}

.card-product .card-text {
  font-size: 18px;
  line-height: 140%;
}

@media screen and (min-width: 992px) {
  .card-product .card-text {
    font-size: 24px;
    line-height: 34px;
  }
}

.card-product ul {
  padding-left: 0;
}

.card-product .card-cta {
  margin-top: 32px;
}

.card-product .card-cta a + a {
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  .card-product .card-transparent {
    background-color: transparent;
    backdrop-filter: none;
    width: auto;
  }
  .card-product .card-cta .btn {
    display: block;
    margin: 1em 0;
  }
}

.card-stripe {
  background-color: transparent;
  border: 0;
  /*
    @media screen and (max-width: 600px) {
        .card-img-overlay{
            position: static;
            max-width: none;
            height: auto;
            display: block;
            margin: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            padding: 0;
        }
        .bg-secondary{
            padding: 32px;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            height: auto;
        }
        .card-img{
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
        .card-title{
            font-size: 32px;
            line-height: 35px;
        }
        .card-text{
            font-size: 18px;
            line-height: 27px;
        }
        .btn{
            display: block;
        }
    }*/
}

@media screen and (min-width: 992px) {
  .card-stripe {
    display: grid;
    grid-template-rows: [main-start] 1fr [content-start] auto [content-end] 1fr [main-end];
    justify-content: center;
    align-items: center;
  }
  .card-stripe .card-img {
    grid-row-start: content-start;
    grid-row-end: content-end;
    grid-column-start: 1;
  }
  .card-stripe .card-img-overlay {
    grid-row-start: main-start;
    grid-row-end: main-end;
    grid-column-start: 1;
    width: 100%;
  }
}

.card-stripe .bg-secondary {
  background-color: #1E96D7;
  backdrop-filter: blur(18px);
  --bs-bg-opacity: .85;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 62px 48px;
}

@media screen and (min-width: 992px) {
  .card-stripe .bg-secondary {
    border-radius: 10px;
    max-width: 500px;
    padding: 92px 48px;
  }
}

.card-stripe .card-img-overlay {
  max-width: 1200px;
  margin: 0 auto;
  position: static;
  padding: 0;
}

.card-stripe .card-img-overlay .card-title {
  margin-bottom: 24px;
}

.card-stripe .card-img-overlay .card-text {
  margin-bottom: 40px;
}

.card-stripe .card-img-overlay > *:last-child {
  margin-bottom: 0;
}

.card-stripe .card-title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1%;
}

.card-stripe .card-text {
  font-size: 24px;
  line-height: 33px;
}

.card-stripe .card-img {
  border-radius: 14px;
}

.card-stripe.card-stripe-dx .bg-secondary {
  margin-left: auto;
}

.card-basic {
  width: auto;
  border: 0;
  background-color: #1E96D7;
  color: white;
  /*&.small{
        height: 365px;
        width: 375px;
        .card-body{
            padding: 1rem 1.75rem;
            .card-title{
                font-size: 32px;
                line-height: 35px;
                margin-bottom: 1rem;
            }
            .card-text{
                margin-bottom: 1.5rem;
            }
        }
    }
    &.img-only.small{
        height: 300px;
    }*/
}

@media screen and (min-width: 601px) {
  .card-basic {
    width: 479px;
    height: 515px;
  }
}

.card-basic.img-only {
  height: auto;
}

.card-basic.has-shadow {
  filter: drop-shadow(52px 123px 133px rgba(0, 0, 0, 0.01)) drop-shadow(47px 112px 122px rgba(0, 0, 0, 0.02)) drop-shadow(40px 95px 103px rgba(0, 0, 0, 0.05)) drop-shadow(29px 70px 76px rgba(0, 0, 0, 0.09)) drop-shadow(16px 39px 42px rgba(0, 0, 0, 0.14)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));
}

.card-basic .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 1.75rem;
}

@media screen and (min-width: 601px) {
  .card-basic .card-body {
    padding: 1rem 2.75rem;
  }
}

.card-basic .card-body .card-title {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 601px) {
  .card-basic .card-body .card-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 1.325rem;
  }
}

.card-basic .card-body .card-text {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 601px) {
  .card-basic .card-body .card-text {
    margin-bottom: 2.5rem;
  }
}

.card-transparent {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  gap: 24px;
  background-color: white;
  border: 1px solid #BAC0D4;
  border-radius: 10px;
}

.card-transparent .card-body {
  padding: 0;
}

.card-transparent .card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: inherit;
}

.card-transparent .card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
}

.card-transparent .btn-link {
  align-self: end;
  padding: 0;
}

.card-faq {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  padding: 24px 16px;
  margin-top: 0;
  border: 2px solid #E8EAF1;
}

@media screen and (min-width: 992px) {
  .card-faq {
    width: 960px;
    flex-direction: row;
    padding: 35px;
  }
}

.card-faq .card {
  margin: 0;
}

.card-faq .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 100px 100px 100px;
  gap: 16px;
}

@media screen and (min-width: 601px) {
  .card-faq .grid {
    height: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (min-width: 601px) and (min-width: 992px) {
  .card-faq .grid {
    width: 490px;
  }
}

.card-faq .grid > div {
  display: flex;
  justify-content: flex-end;
  backdrop-filter: blur(60px);
  padding: 1rem;
  font-size: 18px;
  line-height: 23px;
  border: 1px solid #BAC0D4;
}

.card-faq .grid > div .btn-link {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* @media screen and (min-width:601px) {
                    display: inline-block;
                } */
}

.card-faq .grid > div .btn-link i {
  padding-right: 0;
}

.card-faq .visual {
  width: 100%;
  padding-top: 40px;
  /*@media screen and (min-width:601px) {
            .video{
                position: absolute;
                bottom: -35px;
            }
        }*/
}

@media screen and (min-width: 992px) {
  .card-faq .visual {
    width: 310px;
    padding-top: 0;
    margin-right: 30px;
  }
}

.card-faq .visual .card-sup {
  font-family: "Mediolanum LT";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.card-faq .visual .card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #121212;
}

.card-faq .visual .video {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(52px 123px 133px rgba(0, 0, 0, 0.01)) drop-shadow(47px 112px 122px rgba(0, 0, 0, 0.02)) drop-shadow(40px 95px 103px rgba(0, 0, 0, 0.05)) drop-shadow(29px 70px 76px rgba(0, 0, 0, 0.09)) drop-shadow(16px 39px 42px rgba(0, 0, 0, 0.14)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.2));
}

.card-faq .visual .video video {
  float: left;
}

.card-faq .visual video {
  max-width: 100%;
}

.card-section {
  background-color: transparent;
  color: white;
  border: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.card-section .card-img {
  grid-column-start: 1;
  grid-row-start: 1;
  object-fit: cover;
  height: 100%;
}

.card-section .card-img-overlay {
  position: static;
  grid-column-start: 1;
  grid-row-start: 1;
  display: flex;
  width: 1200px;
  max-width: 100vw;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
  padding: 40px 32px 87px;
}

@media (min-width: 601px) {
  .card-section .card-img-overlay {
    padding: 40px 20px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .card-section .card-img-overlay {
    padding: 180px 20px 100px;
    max-width: calc(100vw - 48px);
  }
}

.card-section .card-img-overlay .card-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 0px 25px #000000;
}

@media screen and (min-width: 601px) {
  .card-section .card-img-overlay .card-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0;
  }
}

.card-section .card-img-overlay .card-title:only-child {
  margin-bottom: 0;
}

.card-section .card-img-overlay .card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 40px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 0px 25px #000000;
}

@media screen and (min-width: 601px) {
  .card-section .card-img-overlay .card-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
  }
}

.card-section .card-img-overlay .card-cta {
  align-self: flex-start;
}

.card-lancio {
  width: 449px;
}

.card-lancio .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.card-lancio .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #121212;
}

.card-lancio + .card-lancio {
  margin-top: 20px;
}

.card-group {
  flex-direction: column;
}

@media (min-width: 601px) {
  .card-group {
    flex-direction: row;
  }
}

.card-group .card + .card {
  margin-top: 0;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
}

@media (min-width: 601px) {
  .card-group .card + .card {
    margin-top: 80px;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
  }
}

.card-access .form-control {
  margin: 0 .35em;
  font-size: 32px;
}

.card-quotazione {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  color: #5F696E;
  padding: 18px 24px;
}

.card-quotazione > div:first-child {
  font-size: 16px;
  line-height: 140%;
}

.card-quotazione .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #192D6E;
}

.card-quotazione b {
  display: block;
  font-size: 22px;
  line-height: 120%;
}

.card-quotazione .text-success {
  color: #008339;
}

.table-base, .table, .table-2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  color: #192D6E;
}

.table-container {
  border: 1px solid #CFD2D4;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.table-container .table {
  margin-bottom: 0;
}

.table td, .table th {
  vertical-align: middle;
  padding-top: 22px;
  padding-bottom: 22px;
  border-left: 1px solid #CFD2D4;
  border-right: 1px solid #CFD2D4;
}

.table td:first-child, .table th:first-child {
  border-left: 0;
}

.table td:last-child, .table th:last-child {
  border-right: 0;
}

.table tr:nth-child(odd) {
  background-color: rgba(233, 245, 251, 0.2);
}

.table thead tr:nth-child(odd),
.table tfoot tr:nth-child(odd) {
  background-color: transparent;
}

.table thead, .table th {
  color: #1E96D7;
}

.table small {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.table-2 {
  border: 0;
  border-collapse: collapse;
}

.table-2 th {
  font-family: "Mediolanum Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #192D6E;
}

.table-2 tr {
  border-top: 1px solid #BFC3C5;
  border-bottom: 1px solid #BFC3C5;
}

.table-2 tr:first-child {
  border-top: 0;
}

.table-2 tr:last-child {
  border-bottom: 0;
}

.table-2 td {
  border-left: 1px solid #BFC3C5;
  border-right: 1px solid #BFC3C5;
}

.table-2 td:first-child {
  border-left: 0;
  text-align: left;
}

.table-2 td:last-child {
  border-right: 0;
}

.table-2 thead + tbody tr:first-child {
  border-top: 1px solid #BFC3C5;
}

.table-2 strong, .table-2 b {
  font-size: 22px;
  line-height: 26px;
}

.accordion {
  --bs-accordion-color: $primary-blue;
}

@media (max-width: 601px) {
  .modal-fullscreen-md-down {
    margin-top: 25px;
    height: calc(100% - 25px);
  }
  .modal-fullscreen-md-down .modal-content {
    border-radius: 20px;
  }
}

.modal {
  --bs-modal-padding: 1rem 2rem;
}

.modal-content {
  border-radius: 20px;
  background-color: white;
}

.modal-dialog.modal-lg {
  max-width: 962px;
}

.modal-header {
  padding: 40px;
  margin: 0;
  border: 0;
}

.btn-close {
  opacity: .9;
  background: none;
  color: #192D6E;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.btn-close .bmi-x::before {
  vertical-align: 0;
}

.modal-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.modal-dialog.modal-lg .modal-body {
  max-width: 717px;
  margin: 0 auto 40px;
}

.modal-footer {
  background-color: #E9F5FB;
  border-top: 1px solid #BAC0D4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-footer .btn-link {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}

.modal-footer .btn-link:hover, .modal-footer .btn-link:focus, .modal-footer .btn-link:active, .modal-footer .btn-link.active {
  text-decoration: none;
}

.modal-testo {
  font-size: 18px;
  line-height: 140%;
  margin-top: 34px;
}

@font-face {
  font-family: 'bm-icons';
  src: url("../fonts/bm-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bmi::before,
[class^="bmi-"]::before,
[class*=" bmi-"]::before {
  display: inline-block;
  font-display: block;
  font-family: 'bm-icons';
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bmi-nav::before {
  content: '\E800';
}

.bmi-chevron-right::before {
  content: '\E801';
}

.bmi-calendar::before {
  content: '\E802';
}

.bmi-settings::before {
  content: '\E803';
}

.bmi-chevron-down::before {
  content: '\E804';
}

.bmi-pin::before {
  content: '\E805';
}

.bmi-x::before {
  content: '\E806';
}

.bmi-arrow-top-right::before {
  content: '\E807';
}

.bmi-chevron-left::before {
  content: '\E808';
}

.bmi-clock::before {
  content: '\E809';
}

.bmi-download::before {
  content: '\E80a';
}

.bmi-envelope::before {
  content: '\E80b';
}

.bmi-access::before {
  content: '\E80c';
}

.bmi-home::before {
  content: '\E80d';
}

.bmi-expand::before {
  content: '\E80e';
}

.bmi-arrow-right::before {
  content: '\E80f';
}

.bmi-arrow-2-right::before {
  content: '\E810';
}

.bmi-chevron-up::before {
  content: '\E811';
}

.bmi-arrow-2-left::before {
  content: '\E812';
}

.bmi-bank::before {
  content: '\E813';
}

.bmi-arrow-left::before {
  content: '\E814';
}

.bmi-search::before {
  content: '\E815';
}

.bmi-plus::before {
  content: '\E816';
}

/*
@import "components/_sticky_bar";
@import "components/_infographic_data";
@import "components/_cta_banner";
@import "components/_search";
@import "components/_list_results";
@import "components/_tag";
@import "components/_breadcrumb";
@import "components/_carousel";
@import "components/_box_slider";
@import "components/_box_cardautomatico";
@import "components/_box_comunicazioni";
@import "components/_box_contenitore_media";
@import "components/_box_datistorici";
@import "components/_box_hero";
@import "components/_box_numeri";
@import "components/_box_citazione";
@import "components/_box_requisiti";
@import "components/_box_navigazione";
@import "components/_box_navigazioneinterna";
@import "components/_box_featurecard";
@import "components/_box_formcontatto";
@import "components/_box_faq";
@import "components/_box_headeretichetta";
@import "components/_box_dettaglio";
@import "components/_box_disclaimer";
@import "components/_box_documenti";
@import "components/_box_pubbliredazionali";
@import "components/_box_editoriale";
@import "components/_box_testimonianze";
@import "components/_box_carte";
@import "components/_box_cards";
@import "components/_box_bio";
@import "components/_box_etichette";
@import "components/_box_griglia";
@import "components/_box_media";
@import "components/_box_mediolanumforyou";
@import "components/_box_magazine";
@import "components/_box_investors";
@import "components/_box_quotazione";
@import "components/_box_rating";
@import "components/_box_gallery";
@import "components/_box_carouselboxcarte";
@import "components/_box_card_slider";
@import "components/_box_barrainformativa";
@import "components/_box_loghi";
@import "components/_box_grafico";
@import "components/_box_giro";
@import "components/_box_responsa";
@import "components/_gallery_modal";
@import "components/_energy_saver";
@import "pages/_product"; 
@import "pages/_media";
@import "pages/_vision";
@import "pages/_comunicati-stampa";
@import "pages/_404";
@import "pages/_mediolanum-play";
@import "pages/_simulatore";
@import "pages/_pagine_tecniche";
*/
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1800px;
  }
}

@media (max-width: 414px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section-title {
  margin-bottom: 64px;
  font-size: 42px;
}

@media screen and (min-width: 1280px) {
  .section-title {
    font-size: 58px;
  }
}

.console {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

@media (max-width: 960px) {
  .console #form-search {
    margin-bottom: 52px;
  }
}

@media (max-width: 414px) {
  .console #form-search {
    margin-bottom: 32px;
  }
  .console .btn-group {
    width: 100%;
    margin-bottom: 32px;
  }
  .console .btn-group .btn {
    min-width: auto;
  }
}

.table td, .table th {
  border: 0;
  border-bottom: 1px solid #CFD2D4;
}

.table .btn {
  min-width: 110px;
  padding: .5rem 1.5rem;
}

.form-check-input {
  width: 1em;
  height: 1em;
}

.modal-dialog.modal-lg .modal-body {
  max-width: none;
  margin: 0 auto 40px;
}

input#importFile {
  border: 1px solid #ced4da;
  padding: 1rem;
  border-radius: .375rem;
}

.custom-tooltip {
  --bs-tooltip-bg: $primary-blue;
  --bs-tooltip-color: var(--bs-white);
}

.custom-tooltip .tooltip-inner {
  background-color: #192D6E;
  font-weight: 500;
}

.form-label {
  margin-left: 8px;
}

.form-control p {
  margin: 0;
}

.item-canale .form-label {
  position: relative;
  z-index: 2;
}

.label-for-disabled {
  background: linear-gradient(0deg, #e9ecef 45%, white 45%);
}

.gestione-elementi {
  background-color: #F8F8F8;
  padding: 32px 16px;
}

@media screen and (min-width: 768px) {
  .gestione-elementi {
    padding: 64px 32px;
  }
}

@media screen and (min-width: 1280px) {
  .gestione-elementi {
    padding: 82px 56px;
  }
}

.gestione-elementi .tab-content {
  background-color: white;
}

.gestione-elementi .nav-pills .btn-outline-primary:hover, .gestione-elementi .nav-pills .btn-outline-primary:active, .gestione-elementi .nav-pills .btn-outline-primary.active {
  background-color: #192D6E;
  color: #fff;
}

.gestione-elementi .nav-pills .btn-outline-primary:focus {
  box-shadow: 0px 0px 0px 2.5px #FFFFFF, 0px 0px 0px 4px #192D6E;
}

.gestione-elementi .nav-pills .btn-outline-primary.active:hover {
  background: radial-gradient(71.47% 80% at 50% 147.86%, #35A0DB 0%, #192D6E 100%);
}

.gestione-elementi .container {
  max-width: 1800px;
}

form#newLabelForm {
  gap: 2%;
  padding: 0.5rem;
}

form#newLabelForm > div {
  flex: 100%;
}

form#newLabelForm > div.item-canale {
  flex: 32%;
  margin-bottom: 1rem;
}

form#newLabelForm .row-lang {
  margin-bottom: 1rem;
}

form#newLabelForm hr {
  width: 100%;
}

#tbListLabel .actions {
  text-align: center;
}

#tbListLabel .actions .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  min-width: auto;
}

#tbListLabel .actions .btn + .btn {
  margin-top: 12px;
}

#tbListLabel .actions .btn svg {
  width: 21px;
}

#tbListLabel .actions .btn.published {
  background-color: #00a046;
  color: white;
}

#tbListLabel .actions .btn.unpublished {
  background-color: #8F969A;
  color: white;
}

.nav-underline button.nav-link {
  font-size: 18px;
}

.btn {
  font-size: 1.125rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 1.125rem;
}

.table-base, .table, .table-2, .table, .table-2 {
  font-size: 20px;
}

#labelTabSearchSector .btn {
  min-width: auto;
  --bs-btn-padding-x: .85rem;
  --bs-btn-padding-y: .35rem;
  display: inline-flex;
  gap: 14px;
}

#labelTabSearchSector .btn i {
  font-size: 1rem;
}

.heading .text-instructions {
  padding: 1rem;
  border: 1px solid #ced4da;
  background: rgba(25, 45, 110, 0.15);
  margin-bottom: 3rem;
}

.heading .text-instructions p:last-child {
  margin-bottom: 0;
}

ul.item-text-list {
  display: block;
}

ul.item-text-list li {
  display: inline-block;
  padding: .5rem 1.75rem;
  border: 1px solid;
  border-radius: 36px;
  font-size: 21px;
  margin: .35rem .2rem;
}

header {
  padding: 1.325rem 2rem;
}

header .logo {
  height: 40px;
}

.editable-div {
  background-color: white;
  width: 313px;
  height: 35px;
  border: 1px solid black;
  padding: 3px 13px;
  border-radius: 7px;
  margin: 1px 0px;
}

.link-modal {
  height: 55px;
  width: 300px;
  border: 1px solid black;
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  box-shadow: 3px 3px 10px 0px #84868a;
}

.input-modal {
  display: inline-grid;
  padding: 5px;
}

.button-modal {
  display: inline-grid;
  vertical-align: bottom;
  margin: 5px;
}

.bold-btn {
  font-weight: bold;
  cursor: pointer;
}

.underline-btn {
  text-decoration: underline;
  cursor: pointer;
}

.italic-btn {
  font-style: italic;
  cursor: pointer;
}

.link-btn {
  cursor: pointer;
}

.close-btn {
  position: absolute;
  right: 1%;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.tooltipx {
  position: fixed;
  height: 50px;
  min-width: 150px;
  width: auto;
  border-radius: 5px;
  z-index: 1;
  color: white;
  box-shadow: 3px 3px 10px 0px #84868a;
  background: white;
  padding: 8px 12px;
}

.tooltipx button {
  padding: 3px;
  background: white;
  width: 32px;
  border-radius: 0;
}

.tooltipx button:hover {
  padding: 3px;
  background: blue;
  color: white;
  width: 32px;
  border-radius: 0;
}

.tooltipx button.close-btn {
  color: blue;
  margin: -16px;
  border: 1px solid;
  border-radius: 16px;
  height: 24px;
  width: 24px;
  line-height: 1;
  padding: 0;
  font-size: 12px;
}

.tooltipx > div > button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tooltipx > div > button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
