:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}

.role-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: clamp(57.97px, 23.6px + 4.41vw, 80px);
  line-height: 1.25;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px 0 rgba(17, 93, 181, 0.1);
}
.role-header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 clamp(7.25px, 2.96px + 0.55vw, 10px);
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 779.98px) {
  .role-header {
    height: clamp(73.73px, -0.22px + 20.54vw, 160px);
  }
  .role-header > .inner {
    padding-right: clamp(9.22px, -0.02px + 2.57vw, 20px);
  }
  .role-header > .inner > .menu {
    position: absolute;
    top: clamp(73.73px, -0.22px + 20.54vw, 160px);
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.branding-block {
  display: flex;
  align-items: center;
  width: clamp(150px, -71.52px + 28.4vw, 292px);
}
.branding-block .logo_idigio_a {
  max-width: clamp(132.61px, 29.18px + 13.26vw, 183px);
  padding-right: clamp(10.87px, 2.39px + 1.09vw, 15px);
  margin-right: clamp(10.87px, 2.39px + 1.09vw, 15px);
  border-right: solid 1px #000;
}
.branding-block .logo_bluebeacon_a {
  max-width: clamp(68.12px, 15px + 6.81vw, 94px);
}
@media screen and (max-width: 779.98px) {
  .branding-block {
    width: 100%;
    height: clamp(36.87px, -0.1px + 10.27vw, 80px);
    padding-right: clamp(36.87px, -0.1px + 10.27vw, 80px);
    padding-left: clamp(9.22px, -0.02px + 2.57vw, 20px);
  }
  .branding-block .logo_idigio_a {
    max-width: clamp(168.66px, -0.49px + 46.99vw, 366px);
    padding-right: clamp(9.22px, -0.02px + 2.57vw, 20px);
    margin-right: clamp(9.22px, -0.02px + 2.57vw, 20px);
  }
  .branding-block .logo_bluebeacon_a {
    max-width: clamp(86.64px, -0.24px + 24.13vw, 188px);
  }
}

.headmenu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headmenu-list > .item {
  margin-left: clamp(24px, -0.96px + 3.2vw, 40px);
  font-weight: bold;
  font-size: clamp(0.975rem, 0rem + 1.25vw, 1.6rem);
}
.headmenu-list > .item.-contact > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(118.84px, 48.39px + 9.03vw, 164px);
  height: clamp(37.68px, 15.34px + 2.86vw, 52px);
  color: #fff;
  background: linear-gradient(to top left, #019edc 0%, #019edc 40%, #006edc 60%, #0046dc 100%);
  background-color: #115db5;
  border-radius: 100px;
  box-shadow: 0 0 8px 0 rgba(17, 93, 181, 0.5);
  transition: filter 0.3s ease;
}
.headmenu-list > .item.-contact > a::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0.75em;
  background-image: url(../img/2025/icon_goright.webp);
}
.headmenu-list > .item.-contact > a:hover {
  filter: brightness(1.3);
}
.headmenu-list > .has-sub {
  position: relative;
}
@media screen and (max-width: 779.98px) {
  .headmenu-list {
    display: none;
    padding: clamp(9.22px, -0.02px + 2.57vw, 20px) 0;
  }
  .headmenu-list > .item {
    margin: clamp(9.22px, -0.02px + 2.57vw, 20px);
    font-size: clamp(1.2rem, 0rem + 3.33vw, 2.6rem);
  }
  .headmenu-list > .item.-contact > a {
    width: 100%;
    height: 3em;
  }
}

.headnav-btn {
  border: none;
  border-radius: 0.25rem;
  font-size: clamp(1.846rem, 0rem + 5.13vw, 4rem);
  position: relative;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
}
.headnav-btn span {
  position: absolute;
  left: 0.125em;
  display: inline-block;
  width: 1.25em;
  height: 0.175em;
  background: #115db5;
  transform-origin: center left;
}
.headnav-btn span:nth-of-type(1) {
  top: 0.125em;
}
.headnav-btn span:nth-of-type(2) {
  top: 0.6625em;
  transform-origin: center center;
}
.headnav-btn span:nth-of-type(3) {
  top: 1.2em;
}
.headnav-btn.is-active span:nth-of-type(1) {
  transform: translateY(0.0954915134em) translateX(0.1829915134em) rotate(45deg);
}
.headnav-btn.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.headnav-btn.is-active span:nth-of-type(3) {
  transform: translateY(-0.0954915134em) translateX(0.1829915134em) rotate(-45deg);
}
.headnav-btn span {
  border-radius: 100px;
  transition: transform 0.25s, opacity 0.5s;
}
@media screen and (min-width: 780px) {
  .headnav-btn {
    display: none;
  }
}

/*
// .headmenu-sub {
// 	position: absolute;
// 	top: 20px;
// 	left: 0;
// 	display: none;
// 	width: max-content;
// 	padding-top: 30px;
// 	>.list {
// 		box-shadow: 0 4px 8px 0 rgb(17 93 181 / 30%);
// 		> .item {
// 			padding: 1em;
// 			margin-left: 0;
// 			font-size: 80%;
// 			background-color: $c-wt;
// 		}
// 	}
// 	@include mq(0, bp) {
// 		position: static;
// 		display: block;
// 		padding: 0;
// 		>.list {
// 			box-shadow: none;
// 			> .item {
// 				padding: 0;
// 				padding-left: .5em;
// 				margin: 20px 10px;
// 				font-size: 15px;
// 				border-left: 2px solid $c-bk;
// 			}
// 		}
// 	}
// }
 */
.cta-block {
  position: relative;
  z-index: 2;
  height: clamp(405.53px, -1.16px + 112.97vw, 880px);
  padding: 0 clamp(18.43px, -0.06px + 5.14vw, 40px);
  margin-top: calc(clamp(36.87px, -0.1px + 10.27vw, 80px) * -1);
  line-height: 1.25;
  letter-spacing: 0;
  transform: translateY(clamp(82.95px, -0.24px + 23.11vw, 180px));
  font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
}
.cta-block > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0 0 30px rgba(45, 145, 179, 0.3);
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.cta-block > .inner > .notes {
  width: 100%;
  padding: 1em;
  margin: auto auto 0;
  background-color: #d9d9d9;
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
}
.cta-block > .inner > .notes > p {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.25em;
  margin: auto;
  text-indent: -1.25em;
}
@media screen and (min-width: 780px) {
  .cta-block {
    height: clamp(202.9px, 44.64px + 20.29vw, 280px);
    padding: 0 clamp(28.99px, 6.39px + 2.9vw, 40px);
    margin-top: calc(clamp(57.97px, 12.75px + 5.8vw, 80px) * -1);
    transform: translateY(clamp(130.43px, 28.68px + 13.04vw, 180px));
    font-size: clamp(1.21rem, 0rem + 1.55vw, 1.8rem);
  }
  .cta-block > .inner > .menu {
    padding: clamp(21.74px, 4.79px + 2.17vw, 30px);
  }
  .cta-block > .inner > .notes {
    font-size: clamp(0.941rem, 0rem + 1.21vw, 1.4rem);
  }
}

.cta-list > .item {
  overflow: hidden;
  background-color: #737373;
  border-radius: 100px;
}
.cta-list > .item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(59.91px, -0.17px + 16.69vw, 130px);
  margin: auto;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  transition: filter 0.3s ease;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
.cta-list > .item > a::after {
  display: block;
  width: 1.25em;
  height: 1.25em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 1em;
}
.cta-list > .item > a::after {
  background-image: url(../img/2025/icon_external.webp);
}
.cta-list > .item > a:hover {
  filter: brightness(1.3);
}
.cta-list > .item.-contact {
  box-shadow: 0 10px 32px 8px rgba(0, 110, 220, 0.2);
}
.cta-list > .item.-contact > a {
  background: linear-gradient(to top left, #019edc 0%, #019edc 40%, #006edc 60%, #0046dc 100%);
}
.cta-list > .item.-catalog {
  box-shadow: 0 10px 32px 8px rgba(200, 20, 17, 0.2);
}
.cta-list > .item.-catalog > a {
  background: linear-gradient(to top left, #c81411 0%, #c81411 40%, #a00300 60%, #a00300 100%);
}
.cta-list > .item.-buy {
  box-shadow: 0 10px 32px 8px rgba(237, 71, 0, 0.2);
}
.cta-list > .item.-buy > a {
  background: linear-gradient(to top left, #f57c00 0%, #f57c00 40%, #ed4700 60%, #ed4700 100%);
}
.cta-list > .item.-buy > a::after {
  background-image: url(../img/2025/icon_goright.webp);
}
@media screen and (min-width: 780px) {
  .cta-list {
    display: flex;
    gap: clamp(21.74px, 4.79px + 2.17vw, 30px);
    justify-content: center;
  }
  .cta-list > .item {
    flex: 0 0 calc(33.33% - clamp(43.48px, 9.57px + 4.35vw, 60px) / 3);
  }
  .cta-list > .item > a {
    height: clamp(50.72px, 11.15px + 5.07vw, 70px);
    font-size: clamp(1.345rem, 0rem + 1.72vw, 2rem);
  }
}
@media screen and (max-width: 779.98px) {
  .cta-list > .item {
    margin: clamp(18.43px, -0.06px + 5.14vw, 40px);
  }
}

.tel-access {
  color: #115db5;
  text-align: center;
}
.tel-access > .title {
  font-weight: bold;
}
.tel-access > .content {
  display: flex;
  justify-content: center;
  margin: 0.25em 0;
  font-weight: bold;
  font-size: clamp(2.769rem, 0rem + 7.69vw, 6rem);
}
.tel-access > .content::before {
  display: block;
  width: 1.25em;
  height: 1.25em;
  content: "";
  background-image: url("../img/2025/icon_tel.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tel-access > .content > span {
  border-bottom: solid 2px currentcolor;
}
@media screen and (min-width: 780px) {
  .tel-access {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .tel-access > .content {
    font-size: clamp(2.69rem, 0rem + 3.45vw, 4rem);
  }
}

.role-contentinfo {
  position: relative;
  display: flex;
  align-items: flex-end;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(to bottom, #70caef 0%, #3f8dd8 50%, #115db5 86%);
}
.role-contentinfo > .inner {
  display: flex;
}
.role-contentinfo > .inner > .branding-block .logo_idigio_a {
  border-color: #fff;
}
.role-contentinfo .colophone {
  position: absolute;
}
@media screen and (min-width: 780px) {
  .role-contentinfo {
    height: clamp(289.86px, 63.78px + 28.98vw, 400px);
    padding: 0 clamp(28.99px, 6.39px + 2.9vw, 40px) clamp(28.99px, 6.39px + 2.9vw, 40px) !important;
    font-size: clamp(1.21rem, 0rem + 1.55vw, 1.8rem);
  }
  .role-contentinfo > .inner {
    gap: clamp(28.99px, 6.39px + 2.9vw, 40px);
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .role-contentinfo > .inner > * {
    flex: 0 0 calc(50% - clamp(14.49px, 3.18px + 1.45vw, 20px) - 2px);
  }
  .role-contentinfo > .inner > .branding-block {
    order: 0;
  }
  .role-contentinfo > .inner > .menu {
    order: 1;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: solid 1px #d9d9d9;
  }
  .role-contentinfo .colophone {
    bottom: clamp(28.99px, 6.39px + 2.9vw, 40px);
    left: calc(50% + clamp(14.49px, 3.18px + 1.45vw, 20px));
    font-size: clamp(0.941rem, 0rem + 1.21vw, 1.4rem);
  }
}
@media screen and (max-width: 779.98px) {
  .role-contentinfo {
    height: clamp(400.92px, -1.15px + 111.69vw, 870px);
    font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
  }
  .role-contentinfo > .inner {
    flex-direction: column;
    gap: 2em;
    width: 100%;
    padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px) clamp(73.73px, -0.22px + 20.54vw, 160px);
  }
  .role-contentinfo > .inner hr {
    position: absolute;
    bottom: 18em;
    width: calc(100% - clamp(18.43px, -0.06px + 5.14vw, 40px));
    color: #d9d9d9;
  }
  .role-contentinfo > .inner > .branding-block {
    justify-content: center;
    padding: 0;
  }
  .role-contentinfo .colophone {
    bottom: clamp(36.87px, -0.1px + 10.27vw, 80px);
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
  }
}

.footmenu-list {
  display: flex;
}
.footmenu-list > .item a {
  color: #fff;
}
@media screen and (min-width: 780px) {
  .footmenu-list {
    gap: 2.5em;
    font-size: clamp(0.941rem, 0rem + 1.21vw, 1.4rem);
  }
  .footmenu-list > .item .item {
    font-size: clamp(0.807rem, 0rem + 1.03vw, 1.2rem);
    margin: 1em 0;
  }
}
@media screen and (max-width: 779.98px) {
  .footmenu-list {
    flex-wrap: wrap;
    margin: 0 clamp(36.87px, -0.1px + 10.27vw, 80px);
    font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
  }
  .footmenu-list > .item {
    flex: 0 0 33.33%;
    margin: 1em 0;
  }
  .footmenu-list > .item .item {
    margin: 1em 0;
    font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
  }
}

#ecAera {
  display: none;
  width: 100%;
  max-width: 1080px;
  padding: 40px;
  margin: auto;
  background-color: #fff;
}
#ecAera > .txtArea {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #115db5;
  text-align: center;
}
#ecAera .ec-list {
  display: flex;
  max-width: 480px;
  margin: auto;
  border-right: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
}
#ecAera .ec-list > .shop {
  flex: 0 1 75%;
}
#ecAera .ec-list > .shop.-thumb {
  flex: 0 1 25%;
}
#ecAera .ec-list > .shop.-thumb > .item > img {
  max-height: 4em;
}
#ecAera .ec-list > .shop > .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5em;
  line-height: 1.5;
  border-top: solid 1px #a6a6a6;
  border-left: solid 1px #a6a6a6;
}
#ecAera .ec-list > .shop > .item.-th {
  height: 90px;
  padding: 20px;
}
#ecAera .ec-list > .shop > .item.-th img {
  max-width: 200px;
}
#ecAera .ec-list > .shop > .item.-blank {
  border-top: none;
  border-left: none;
}
#ecAera .ec-list > .shop > .item > a.-ext {
  position: relative;
  display: flex;
  align-items: center;
}
#ecAera .ec-list > .shop > .item > a.-ext::after {
  display: block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-image: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -1.25em;
}
#ecAera .ec-list > .shop > .item > a.-ext::after {
  background-image: url(../img/2025/icon_external2.webp);
}

html:has(.losmane-body) {
  font-size: 62.5%;
}

.losmane-body {
  font-size: 1.6rem;
}
.losmane-body img {
  display: inline;
}
.losmane-body .role-contentinfo {
  margin-top: 0 !important;
}

#user-body #s3 .button:nth-child(4) a::before {
  background-image: url(../img/howto_img5.png);
}/*# sourceMappingURL=common2025.css.map */