@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}
html,
body {
  height: 100vh;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
html #atlwdg-trigger,
body #atlwdg-trigger {
  z-index: 9999999999;
  margin-bottom: 100px;
}
@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}
select {
  font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
img {
  vertical-align: middle;
}
a {
  color: #9BCB52;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #82b436;
}
a:active {
  color: #668d2a;
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
button {
  overflow: visible;
}
button:focus {
  outline: none;
}
@media screen and (min-width: 810px) {
  ::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.08);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
  }
}
@media screen and (max-width: 809px) {
  ::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.08);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
  }
}
.os-pebble2 .loginButtonEye {
  width: 25px;
  height: 18px;
  display: flex;
  position: absolute;
  top: 38px;
  right: 5px;
  color: #9bcb52 !important;
}
.os-notification-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  pointer-events: none;
}
.os-notification {
  background: var(--background-primary);
  border-radius: 6px;
  padding: 8px;
  min-width: 260px;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(-120%);
  transition: transform 0.3s ease;
  pointer-events: all;
  display: flex;
  gap: 8px;
  font-size: 13px;
}
.os-notification.os-notification-show {
  transform: translateX(0);
}
.os-notification-content {
  flex: 1;
  color: var(--text-primary);
  padding: 4px !important;
  text-align: left !important;
  line-height: 1.4;
}
.os-notification-close {
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.os-notification-close:hover {
  opacity: 1;
  background: var(--background-secondary);
}
.os-notification-close svg {
  width: 16px;
  height: 16px;
}
.os-notification-error {
  border-left: 3px solid var(--status-error);
  background: color-mix(in srgb, var(--status-error) 4%, var(--background-primary));
}
.os-notification-warning {
  border-left: 3px solid var(--status-warning);
  background: color-mix(in srgb, var(--status-warning) 4%, var(--background-primary));
}
.os-notification-success {
  border-left: 3px solid var(--status-success);
  background: color-mix(in srgb, var(--status-success) 4%, var(--background-primary));
}
.os-notification-info {
  border-left: 3px solid var(--status-info);
  background: color-mix(in srgb, var(--status-info) 4%, var(--background-primary));
}
.os-b1-main {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #fff;
  background-color: #9BCB52;
  text-transform: uppercase;
}
.os-b1-main[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-b1-main:hover:not(.os-b1-disabled),
.os-b1-main:focus:not(.os-b1-disabled) {
  background-color: #82b436;
}
.os-b1-main:active {
  background-color: #668d2a;
}
.os-b1-red {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #fff;
  background-color: #d0021b;
  text-transform: uppercase;
}
.os-b1-red[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-b1-red:hover:not(.os-b1-disabled),
.os-b1-red:focus:not(.os-b1-disabled) {
  background-color: #9d0214;
}
.os-b1-red:active:not(.os-b1-disabled) {
  background-color: #6b010e;
}
.os-b1-reversed {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #9BCB52;
  background-color: transparent;
  text-transform: uppercase;
  border: 0.125em solid #9BCB52;
}
.os-b1-reversed[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-b1-reversed:hover:not(.os-b1-disabled),
.os-b1-reversed:focus:not(.os-b1-disabled) {
  background-color: #e6e6e6;
}
.os-b1-reversed:active:not(.os-b1-disabled) {
  background-color: #cccccc;
}
.os-b1-light {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  border-radius: 0px;
  color: #9BCB52;
  background-color: transparent;
  font-size: 14px;
}
.os-b1-light[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-b1-light:hover:not(.os-b1-disabled),
.os-b1-light:focus:not(.os-b1-disabled) {
  color: #82b436;
}
.os-b1-light:active:not(.os-b1-disabled) {
  color: #668d2a;
}
.os-b1-micro {
  border: none;
  background: inherit;
  font-size: 14px;
  color: #9BCB52;
}
.os-b1-micro:active:not(.os-b1-disabled) {
  color: #82b436;
}
.os-b1-micro-red {
  color: #d0021b;
  text-transform: uppercase;
}
.os-b1-micro-red:hover:not(.os-b1-disabled),
.os-b1-micro-red:focus:not(.os-b1-disabled) {
  color: #9d0214;
}
.os-b1-micro-red:active:not(.os-b1-disabled) {
  color: #6b010e;
}
.os-b1-disabled {
  opacity: 0.3;
  cursor: auto;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.os-shards-b1-sellbutton {
  width: 100%;
  border: 2px solid #9b9b9b;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
}
.os-shards-b1-sellbutton img {
  margin-left: 25px;
  height: 20px;
  vertical-align: middle;
}
.os-shards-b1-sellbutton:hover {
  background-color: #00000011;
}
.os-a1-main {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #fff;
  background-color: #9BCB52;
  text-transform: uppercase;
}
.os-a1-main img {
  margin-right: 10px;
  max-height: 26px;
}
.os-a1-main[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-a1-main:hover {
  color: #fff;
}
.os-a1-main:hover:not(.os-a1-disabled),
.os-a1-main:focus:not(.os-a1-disabled) {
  background-color: #82b436;
  color: #fff;
}
.os-a1-main:active {
  background-color: #668d2a;
}
.os-a1-reversed {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #9BCB52;
  background-color: #fff;
  text-transform: uppercase;
  border: 0.125em solid #9BCB52;
}
.os-a1-reversed img {
  margin-right: 10px;
  max-height: 26px;
}
.os-a1-reversed[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-a1-reversed:hover {
  color: #fff;
}
.os-a1-reversed:hover:not(.os-a1-disabled),
.os-a1-reversed:focus:not(.os-a1-disabled) {
  background-color: #E9ECF2;
  color: #9BCB52;
}
.os-a1-reversed:active {
  background-color: #cccccc;
  color: #9BCB52;
}
.os-a1-light {
  cursor: pointer;
  border-radius: 4px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  transition: all 120ms ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  color: #9BCB52;
  background-color: transparent;
  font-size: 14px;
}
.os-a1-light img {
  margin-right: 10px;
  max-height: 26px;
}
.os-a1-light[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.os-a1-light:hover {
  color: #fff;
}
.os-a1-light:hover {
  color: #9BCB52;
}
.os-a1-light:hover:not(.os-a1-disabled),
.os-a1-light:focus:not(.os-a1-disabled) {
  color: #82b436;
}
.os-a1-light:active {
  color: #668d2a;
}
.os-a1-micro {
  font: inherit;
  border: none;
  background: inherit;
  font-size: 14px;
  color: #9BCB52;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.os-a1-micro:hover {
  color: #9BCB52;
}
.os-a1-micro:hover:not(.os-a1-disabled),
.os-a1-micro:focus:not(.os-a1-disabled) {
  color: #9BCB52;
}
.os-a1-micro:active:not(.os-a1-disabled) {
  color: #82b436;
}
.os-a1-disabled {
  opacity: 0.3;
  cursor: auto;
}
.os-link {
  color: #9BCB52;
  transition: color 200ms ease;
}
.os-link:focus,
.os-link:hover {
  color: #8cb74a;
  text-decoration: underline;
  outline: none;
}
.os-link:active {
  color: #7ca242;
}
.os-thumbbox {
  white-space: nowrap;
  position: relative;
}
.os-thumbbox-points {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
}
.os-thumbox-ball {
  display: inline-block;
  cursor: pointer;
  flex: 1;
  background-color: #617d8b;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
}
.os-thumbox-ball-selected {
  background-color: #9BCB52;
}
.os-thumbbox-internal {
  display: inline-block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.os-thumbbox-internal > a {
  display: inline-block;
  color: black;
  width: 480px;
  max-width: 100%;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.os-thumbbox-internal > a:last-child {
  margin: 0 80px 0 0 !important;
}
.os-thumbbox-internal > a:first-child {
  margin: 0 20px 0 80px !important;
}
.os-thumbbox-internal > * {
  vertical-align: top;
}
.os-thumbbox:hover > .os-thumbbox-next,
.os-thumbbox:hover > .os-thumbbox-previous {
  opacity: 1;
}
.os-thumbbox-keephidden {
  opacity: 0 !important;
}
.os-thumbbox-next {
  right: 0px;
  position: absolute;
  top: 50%;
  color: #fafafa;
  transform: translateY(-50%);
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
  margin: 24px;
  font-size: 36px;
  line-height: 36px;
  z-index: 4;
}
.os-thumbbox-next span {
  text-shadow: 2px 2px 2px #333;
}
.os-thumbbox-next:hover {
  color: #9BCB52;
}
.os-thumbbox-previous {
  float: left;
  position: absolute;
  top: 50%;
  color: #fafafa;
  transform: translateY(-50%);
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
  margin: 24px;
  font-size: 36px;
  line-height: 36px;
  z-index: 4;
}
.os-thumbbox-previous span {
  text-shadow: 2px 2px 2px #333;
}
.os-thumbbox-previous:hover {
  color: #9BCB52;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-thumbbox-internal > a:last-child {
    margin: 0 20px 0 0 !important;
  }
  .os-thumbbox-internal > a:first-child {
    margin: 0 20px 0 20px !important;
  }
}
@media screen and (max-width: 809px) {
  .os-thumbbox-next,
  .os-thumbbox-previous {
    display: none !important;
  }
  .os-thumbbox-internal > a:first-child {
    margin: 0 20px 0 0 !important;
  }
  .os-thumbbox-internal > a:last-child {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1440px) {
  .os-thumbbox-next,
  .os-thumbbox-previous {
    display: inline-block;
  }
  .os-thumbbox {
    white-space: nowrap;
  }
  .os-thumbbox-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .os-thumbbox-internal::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
  }
}
.os-productThumbnail-datadiv {
  margin-top: 15px;
  position: relative;
  display: flex;
  width: 100%;
}
.os-productThumbnail-datadiv > div {
  vertical-align: bottom;
  max-width: 55%;
  overflow: hidden;
}
.os-productThumbnail-datadiv span {
  font-weight: 500 !important;
}
.os-productThumbnail-wrapper {
  max-width: 100%;
}
.os-productThumbnail-wrapper:hover {
  color: black;
}
.os-productThumbnail-wrapper > .os-productThumbnail-img {
  max-width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  width: 480px;
  height: 270px;
}
.os-productThumbnail-wrapper > .os-productThumbnail-title {
  display: block;
  margin-top: 10px;
}
.os-productThumbnail-wrapper > .os-productThumbnail-title > .os-productThumbnail-title-inner {
  overflow-wrap: break-word;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  color: #afb4ba;
  font-weight: 500;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.os-productThumbnail-author {
  height: 38px;
  overflow: hidden;
  display: inline-block;
  margin-top: 3px;
  padding-top: 4px;
  text-overflow: ellipsis;
}
.os-productThumbnail-author > div {
  max-width: 100%;
}
.os-productThumbnail-author span {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-size: 14px;
  font-weight: 500 !important;
  max-width: 100%;
}
.os-productThumbnail-cover-profile > img {
  width: 32px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-productThumbnail-price-wrapper {
  display: flex;
  text-align: right;
  float: right;
}
.os-productThumbnail-price-wrapper-g1 {
  display: none;
  max-width: 50%;
  text-align: left;
  flex: auto;
}
.os-productThumbnail-price-wrapper-g2 {
  display: inline-block;
  text-align: right;
  flex: auto;
}
.os-productThumbnail-price-pre {
  display: none;
  text-overflow: ellipsis;
  color: #afb4ba;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
}
.os-productThumbnail-price-post {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
.os-productThumbnail-price-price {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.os-productThumbnail-price-original {
  display: inline-block;
  color: #616d7a;
  font-size: 16px;
  line-height: 18px;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 809px) {
  .os-productThumbnail-img {
    width: 100vw!important;
    height: 56.25vw !important;
  }
  .os-productThumbnail-price-wrapper {
    display: flex;
    width: 100%;
    vertical-align: bottom;
    height: 44px;
  }
  .os-productThumbnail-price-wrapper-g1 {
    display: inline-block;
  }
  .os-productThumbnail-price-wrapper-g2 {
    display: inline-block;
    text-align: right;
  }
  .os-productThumbnail-price-pre {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    margin-top: 22px;
  }
  .os-productThumbnail-price-post {
    width: 10%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
  }
  .os-productThumbnail-price-price {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
  }
  .os-productThumbnail-price-original {
    display: inline-block;
    flex: auto;
    text-align: right;
    vertical-align: bottom;
  }
}
.os-productThumbnail2-datadiv {
  margin-top: 10px;
  padding: 0 10px;
  position: relative;
  display: flex;
  width: 100%;
}
.os-productThumbnail2-datadiv > div {
  vertical-align: bottom;
  max-width: 55%;
  overflow: hidden;
}
.os-productThumbnail2-datadiv span {
  font-weight: 500 !important;
}
.os-productThumbnail2-wrapper {
  max-width: 288px;
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.05), -5px 5px 12.5px rgba(0, 0, 0, 0.05);
  margin: 15px 12.5px 40px 12.5px !important;
  height: 340px;
  vertical-align: top;
  border: 1px solid #aaaaaa22;
}
.os-productThumbnail2-wrapper:hover {
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.1), -5px 5px 12.5px rgba(0, 0, 0, 0.1);
}
.os-productThumbnail2-img {
  max-width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 162px;
  width: 288px;
}
.os-productThumbnail2-title {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  height: 52px;
  overflow: hidden;
}
.os-productThumbnail2-title-inner {
  overflow-wrap: break-word;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #afb4ba;
  font-weight: 500;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.os-productThumbnail2-author-wrapper {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  text-overflow: ellipsis;
  height: 22px;
}
.os-productThumbnail2-author-wrapper > div {
  max-width: 100%;
}
.os-productThumbnail2-author-wrapper > div > span {
  display: inline-block;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500 !important;
  max-width: 100%;
}
.os-productThumbnail2-author-wrapper > div > span:not(:first-child) {
  color: #9BCB52;
}
.os-productThumbnail2-cover-profile > img {
  width: 32px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-productThumbnail2-priceortext {
  margin: 10px 0;
  padding: 0 10px;
}
.os-productThumbnail2-priceortext > .os-shards-expiringtime {
  display: block;
  vertical-align: top;
}
.os-productThumbnail2-priceortext > .os-shards-expiringtime > span {
  display: inline-block;
  text-overflow: ellipsis;
  line-height: 45px;
  height: 36px;
}
.os-productThumbnail2-price-wrapper {
  text-align: left;
}
.os-productThumbnail2-price-post {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 300;
}
.os-productThumbnail2-price-price {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  height: 36px;
  vertical-align: middle;
}
.os-productThumbnail2-price-original {
  display: inline-block;
  color: #616d7a;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 809px) {
  h2.os-templates-full-wrapper-subtitle.os-templates-full-with-padding {
    margin: 0 12.5px !important;
  }
  .os-productThumbnail2-wrapper {
    height: 340px;
  }
  .os-productThumbnail2-price-wrapper {
    display: flex;
    width: 100%;
    vertical-align: bottom;
    height: 44px;
  }
  .os-productThumbnail2-price-wrapper-g1 {
    display: inline-block;
  }
  .os-productThumbnail2-price-wrapper-g2 {
    display: inline-block;
    text-align: right;
  }
  .os-productThumbnail2-price-pre {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    margin-top: 22px;
  }
  .os-productThumbnail2-price-post {
    width: 10%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
  }
  .os-productThumbnail2-price-price {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
  }
  .os-productThumbnail2-price-original {
    display: inline-block;
    flex: auto;
    text-align: right;
    vertical-align: bottom;
  }
}
.os-dark-background {
  background-color: #242b33;
}
.os-productThumbnailSmall-datadiv {
  margin-top: 15px;
  position: relative;
  display: flex;
  width: 100%;
}
.os-productThumbnailSmall-datadiv > div {
  vertical-align: bottom;
  max-width: 55%;
  overflow: hidden;
}
.os-productThumbnailSmall-datadiv > div:last-child {
  right: 0px;
  margin-right: 0px;
  position: absolute;
  flex: 1;
  text-align: right;
}
.os-productThumbnailSmall-datadiv span {
  font-weight: 500 !important;
}
.os-productThumbnailSmall-wrapper {
  width: 320px !important;
  max-width: 320px;
}
.os-productThumbnailSmall-wrapper:hover {
  color: black;
}
.os-productThumbnailSmall-wrapper > .os-productThumbnailSmall-img {
  max-width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  width: 320px;
  height: 202px;
}
.os-productThumbnailSmall-wrapper > .os-productThumbnailSmall-title {
  display: block;
  margin-top: 20px;
}
.os-productThumbnailSmall-wrapper > .os-productThumbnailSmall-title > .os-productThumbnailSmall-title-inner {
  overflow-wrap: break-word;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #afb4ba;
  font-weight: 600;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-productThumbnailSmall-author {
  height: 72px;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  margin-top: 3px;
  float: left;
}
.os-productThumbnailSmall-author span {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-size: 14px;
  font-weight: 500 !important;
}
.os-productThumbnailSmall-cover-profile > img {
  width: 320px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-productThumbnailSmall-price-wrapper {
  height: 72px;
  display: inline-block;
  width: 40%;
  text-align: right;
  float: right;
}
.os-productThumbnailSmall-price-wrapper-g1 {
  display: none;
  max-width: 50%;
  text-align: left;
}
.os-productThumbnailSmall-price-wrapper-g2 {
  display: inline-block;
  text-align: right;
}
.os-productThumbnailSmall-price-pre {
  display: none;
  text-overflow: ellipsis;
  color: #afb4ba;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
}
.os-productThumbnailSmall-price-post {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
}
.os-productThumbnailSmall-price-price {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
}
.os-productThumbnailSmall-price-original {
  display: inline-block;
  color: #afb4ba;
  font-size: 22px;
  line-height: 22px;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 809px) {
  .os-productThumbnailSmall-price-wrapper {
    display: block;
    width: 100%;
    padding-right: 10px;
    vertical-align: bottom;
  }
  .os-productThumbnailSmall-price-wrapper-g1 {
    display: inline-block;
    width: 50%;
  }
  .os-productThumbnailSmall-price-wrapper-g2 {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
  .os-productThumbnailSmall-price-pre {
    display: inline-block;
    width: 54%;
    text-align: left;
    vertical-align: bottom;
  }
  .os-productThumbnailSmall-price-post {
    width: 10%;
    display: inline-block;
    vertical-align: bottom;
  }
  .os-productThumbnailSmall-price-price {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
  }
  .os-productThumbnailSmall-price-original {
    display: inline-block;
    flex: auto;
    text-align: right;
    vertical-align: bottom;
  }
}
.os-userThumbnail-wrapper:hover {
  color: black;
}
div:not(.os-thumbbox-internal) > .os-userThumbnail-wrapper {
  display: inline-block;
  color: black;
  width: 480px;
  max-width: 100%;
  vertical-align: top;
  margin: 0 20px 0 0;
  overflow: hidden;
}
div:not(.os-thumbbox-internal) > .os-userThumbnail-wrapper:last-child {
  margin: 0 0 0 0 !important;
}
.os-userThumbnail-wrapper > .os-userThumbnail-img {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  width: 480px;
  max-width: 100%;
  height: 270px;
}
.os-userThumbnail-wrapper > .os-userThumbnail-title {
  display: block;
}
.os-userThumbnail-wrapper > .os-userThumbnail-title > .os-userThumbnail-title-inner {
  display: block;
  overflow-wrap: break-word;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #afb4ba;
  font-weight: 600;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-userThumbnail-author {
  height: 42px;
  width: 70%;
  overflow: hidden;
  display: inline-block;
}
.os-userThumbnail-cover-profile > img {
  width: 32px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-userThumbnail-author > span {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 14px;
}
.os-clinicalCaseThumbnail-wrapper:hover {
  background-color: #d8d8d8;
}
div:not(.os-thumbbox-internal) > .os-clinicalCaseThumbnail-wrapper {
  display: inline-block;
  color: black;
  width: 420px;
  vertical-align: top;
  margin: 0 20px 20px 0;
  max-width: 100%;
  border: 1px solid #d8d8d8;
}
div:not(.os-thumbbox-internal) > .os-clinicalCaseThumbnail-wrapper:last-child {
  margin: 0 0 0 0 !important;
}
.os-clinicalCaseThumbnail-wrapper > .os-clinicalCaseThumbnail-img {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 420px;
  max-width: 100%;
  height: 220px;
}
.os-clinicalCaseThumbnail-wrapper > .os-clinicalCaseThumbnail-img > .editButton {
  float: right;
  font-size: 30px;
  padding: 5px 10px;
  margin: 5px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #eeeeee;
}
.os-clinicalCaseThumbnail-wrapper > .os-clinicalCaseThumbnail-title {
  display: block;
}
.os-clinicalCaseThumbnail-wrapper > .os-clinicalCaseThumbnail-title > .os-clinicalCaseThumbnail-title-inner {
  display: block;
  overflow-wrap: break-word;
  height: 60px;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #252b32;
  font-weight: 600;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
}
.os-clinicalCaseThumbnail-author {
  padding: 10px 20px;
  width: 70%;
  overflow: hidden;
  display: inline-block;
}
.os-clinicalCaseThumbnail-cover-profile > img {
  width: 32px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-clinicalCaseThumbnail-author > span {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 14px;
}
.os-productBigShowcase-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.os-productBigShowcase-text {
  height: 400px;
  max-width: 100%;
  padding: 80px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.os-productBigShowcase-text-title {
  font-family: 'Open Sans', sans-serif;
  height: 128px;
  width: 576px;
  font-size: 52px;
  line-height: 64px;
  color: #fafafa;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  white-space: pre-line;
  overflow-x: hidden;
}
.os-productBigShowcase-text-description {
  max-height: 105px;
  text-overflow: ellipsis;
  color: #a4cc46;
  font-size: 24px;
  line-height: 26px;
  overflow-y: hidden;
  max-width: 50%;
  min-width: 576px;
  white-space: normal;
}
.os-productBigShowcase-author {
  height: 42px;
  width: 70%;
  overflow: hidden;
  display: block;
}
.os-productBigShowcase-cover-profile > img {
  width: 32px;
  border-radius: 16px;
  margin-right: 10px;
}
.os-productBigShowcase-author > span {
  display: inline-block;
  text-overflow: ellipsis;
  color: #9BCB52;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 809px) {
  .os-productBigShowcase-text {
    padding: 40px 10px;
  }
  .os-productBigShowcase-text-title {
    width: 100%;
    max-width: 100%;
    font-size: 48px;
    line-height: 64px;
  }
  .os-productBigShowcase-text-description {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .os-productBigShowcase-text > .os-a1-main {
    width: 100% !important;
  }
}
.os-smallinfograph-medium {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}
.os-smallinfograph-medium-icon {
  margin-right: 5px;
  color: #9BCB52;
}
.os-smallinfograph-medium-text {
  color: #9BCB52;
  font-weight: 700;
  text-transform: uppercase;
}
.os-smallinfograph-small {
  display: inline-block;
  margin-right: 25px;
  text-align: left;
}
.os-smallinfograph-small-icon {
  margin-right: 5px;
  font-size: 13px;
  color: #9BCB52;
}
.os-smallinfograph-small-text {
  color: #9BCB52;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.os-smallinfograph-large {
  display: inline-flex;
  font-size: 16px;
  line-height: 16px;
  height: 60px;
  width: 300px;
  margin-bottom: 25px;
}
.os-smallinfograph-large-large {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.os-smallinfograph-large-icon {
  margin: 2px 10px;
  color: #9BCB52;
  font-size: 50px;
  line-height: 50px;
  vertical-align: top;
  width: 70px;
  display: inline-block;
}
.os-smallinfograph-large-text {
  display: block;
  color: #9BCB52;
  font-weight: 600;
  text-transform: uppercase;
}
.os-smallinfograph-large-title {
  display: block;
  color: #617d8b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.os-productInChannel-wrapper {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.os-productInChannel-wrapper .video-js {
  display: inline-block !important;
}
.os-productInChannel-video {
  display: inline-block;
  width: 320px;
  height: 180px;
  background-size: cover;
  background-color: #000;
  position: relative;
  margin-right: 30px;
}
.os-productInChannel-video-play {
  font-size: 50px !important;
  color: #fafafa;
  padding: 0;
  text-shadow: 2px 2px 2px #000;
  font-size: 32px !important;
  position: absolute;
  transform: translate(-25%, -25%);
  margin: 25% 0 0 50%;
}
.os-productInChannel-text {
  width: 900px;
  display: inline-block;
  vertical-align: top;
}
.os-productInChannel-text-smallincons {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.os-productInChannel-text-title {
  font-size: 24px;
  font-weight: 500;
  color: #afb4ba;
  display: block;
  width: 100%;
}
.os-productInChannel-text-description {
  font-size: 14px;
  color: #afb4ba;
  display: block;
  width: 100%;
}
.os-productInChannel-text-buy {
  display: inline-block;
  float: right;
  color: #617d8b;
  right: 0px;
}
.os-productInChannel-text-buy > a {
  vertical-align: top;
}
.os-productInChannel-text-buy-section {
  display: inline-block;
}
.os-productInChannel-text-buy-cs {
  color: #afb4ba;
  font-size: 16px;
  line-height: 16px;
  vertical-align: bottom;
  font-weight: 600;
  margin-right: 25px;
}
.os-productInChannel-text-buy-date {
  font-size: 18px;
}
.os-productInChannel-text-buy-before {
  display: inline-block;
  color: #afb4ba;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
  text-align: right;
}
.os-productInChannel-text-buy-before-converted {
  display: inline-block;
  color: #afb4ba;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
  text-align: right;
}
.os-productInChannel-text-buy-actual {
  display: inline-block;
  vertical-align: bottom;
  color: #9BCB52;
  font-size: 38px;
  line-height: 33px;
  font-weight: 600;
  text-align: right;
  margin-right: 25px;
}
.os-productInChannel-text-buy-actual-converted {
  display: inline-block;
  vertical-align: bottom;
  color: #9BCB52;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: right;
  margin-right: 25px;
}
@media screen and (max-width: 1180px) {
  .os-productInChannel-text {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .os-productInChannel-text-buy {
    float: none;
  }
  .os-productInChannel-text-buy-cs {
    margin-bottom: 15px;
    display: block;
  }
  .os-productInChannel-text-buy-section {
    display: block;
  }
  .os-productInChannel-text-buy > a {
    margin-top: 15px;
  }
  .os-productInChannel-video {
    position: relative;
  }
  .os-productInChannel-video-play {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 809px) {
  .os-productInChannel-video {
    display: inline-block;
    width: 100vw;
    height: 56.25vw;
    position: relative;
  }
  .os-productInChannel-video-play {
    font-size: 32px !important;
  }
}
.os-productInChannel2-wrapper {
  width: 100%;
  display: flex;
  margin: 20px 0;
  height: 189px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05), -5px 5px 20px rgba(0, 0, 0, 0.05), -5px 5px 20px rgba(0, 0, 0, 0.05), -5px -5px 20px rgba(0, 0, 0, 0.05);
}
.os-productInChannel2-wrapper .video-js {
  display: inline-block !important;
}
.os-productInChannel2-video {
  display: inline-block;
  width: 336px;
  min-width: 336px;
  height: 189px;
  background-size: cover;
  background-color: #000;
  position: relative;
}
.os-productInChannel2-video-trailerwrapper {
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.os-productInChannel2-video > iframe {
  width: 336px !important;
  height: 189px !important;
}
.os-productInChannel2-video-blackbg {
  width: 336px;
  min-width: 336px;
  height: 189px;
  background-color: transparent;
  transition: all 1s;
  padding: 94.5px 0 0 0;
}
.os-productInChannel2-video-blackbg:hover {
  background-color: #00000099;
}
.os-productInChannel2-video-blackbg:hover .os-productInChannel2-video-trailerbutton {
  color: #00000099;
  background-color: #ffffff;
}
.os-productInChannel2-video-trailerbutton {
  transition: all 1s;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  margin: auto;
  transform: translateY(-50%);
}
.os-productInChannel2-video-trailerbutton-text {
  display: inline-block;
  line-height: 1.4rem;
  margin-right: 10px;
}
.os-productInChannel2-video-trailerbutton-play {
  font-family: 'icomoon';
}
.os-productInChannel2-video-play {
  font-size: 50px !important;
  color: #fafafa;
  padding: 0;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05), -5px 5px 20px rgba(0, 0, 0, 0.05), -5px 5px 20px rgba(0, 0, 0, 0.05), -5px -5px 20px rgba(0, 0, 0, 0.05);
  font-size: 32px !important;
  transform: translate(-25%, -25%);
  margin: 25% 0 0 50%;
}
.os-productInChannel2-text {
  flex: auto;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: calc(100% - 336px);
}
.os-productInChannel2-text-smallicons {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  line-height: 13px;
}
.os-productInChannel2-text-title {
  font-size: 20px;
  font-weight: 500;
  color: #afb4ba;
  height: 27.5px;
  width: 100%;
  max-width: 100%;
  white-space: pre;
  overflow: hidden;
  margin-bottom: 0;
}
.os-productInChannel2-text-description {
  font-size: 14px;
  line-height: 19px;
  color: #252b32;
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-productInChannel2-text-buy {
  display: inline-block;
  color: #617d8b;
  right: 0px;
  margin-bottom: 0px;
}
.os-productInChannel2-text-buy > a {
  margin-right: 5px;
}
.os-productInChannel2-text-buy > div.os-shards-expiringtime {
  margin-left: 10px;
}
.os-productInChannel2-text-buy-cs {
  color: #afb4ba;
  font-size: 16px;
  line-height: 16px;
  vertical-align: bottom;
  font-weight: 600;
  margin-right: 25px;
}
.os-productInChannel2-text-buy-date {
  font-size: 18px;
}
.os-productInChannel2-text-buy-before {
  display: inline-block;
  color: #616d7a;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
}
.os-productInChannel2-text-buy-actual {
  display: inline-block;
  vertical-align: bottom;
  color: #9BCB52;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  /* font-weight: 400; */
  text-align: right;
  margin-right: 5px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1180px) {
  .os-productInChannel2-wrapper {
    width: 336px;
    max-width: 336px;
    height: auto;
    margin: 20px auto;
    flex-direction: column;
  }
  .os-productInChannel2-text {
    width: 100%;
    padding: 15px;
    margin: 0px;
  }
  .os-productInChannel2-text-description {
    height: auto;
  }
  .os-productInChannel2-text-title {
    height: 55px;
    word-break: normal;
    white-space: normal;
    margin-bottom: 5px;
  }
  .os-productInChannel2-text-buy .os-a1-main {
    margin: 0 0 10px 0;
    display: block;
  }
  .os-productInChannel2-text-buy .os-shards-expiringtime {
    margin: 10px 0 0 0;
    display: block;
  }
  .os-productInChannel2-video {
    position: relative;
  }
  .os-productInChannel2-video-play {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 809px) {
  .os-productInChannel2-text {
    padding: 10px;
  }
  .os-productInChannel2-text-description {
    margin-bottom: 15px;
  }
  .os-productInChannel2-text-buy-actual {
    margin-left: 0px;
    line-height: 24px;
  }
  .os-productInChannel2-text-buy-before {
    line-height: 24px;
  }
}
.os-userbadge {
  white-space: nowrap;
  max-width: 100%;
  font-size: 12px;
  color: #616d7a;
  overflow: hidden;
  display: inline-block;
}
.os-userbadge-image-div {
  vertical-align: middle;
}
.os-userbadge-shadow .os-userbadge-cover-profile > img {
  box-shadow: 2px 2px 2px #ccc;
}
.os-userbadge-shadow > span {
  text-shadow: 2px 2px 4px #ccc;
}
.os-userbadge-img-dimension-large {
  width: 38px !important;
}
.os-userbadge-cover-profile > img {
  width: 32px;
  border-radius: 100%;
  margin-right: 10px;
}
.os-userbadge > span {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: middle;
  color: #afb4ba;
}
.os-userbadge > span.os-userbadge-name {
  padding: 0 5px;
  color: #9BCB52;
  font-weight: 700;
}
.os-productbuybadge {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 320px;
  right: 50px;
  top: 312px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1), -5px 5px 20px rgba(0, 0, 0, 0.1);
}
.os-productbuybadge-top {
  padding: 20px;
  padding-top: 12px;
  border-radius: 5px 5px 0 0;
  display: block;
  height: 140px;
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-productbuybadge-top-infograph {
  height: 25px;
}
.os-productbuybadge-top-title {
  height: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.os-productbuybadge-top-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #afb4ba;
}
.os-productbuybadge-top-author {
  height: 40px;
}
.os-productbuybadge-top-author .os-userbadge {
  height: 32px;
}
.os-productbuybadge-top-author .os-userbadge img.os-userbadge-img-mini {
  width: 24px;
}
.os-productbuybadge-top .os-smallinfograph-small {
  width: 33%;
  margin: auto;
  padding-bottom: 20px;
}
.os-productbuybadge-top .os-smallinfograph-small.two {
  text-align: center;
}
.os-productbuybadge-top .os-smallinfograph-small.three {
  text-align: right;
}
.os-productbuybadge-middle {
  padding: 20px;
  border-top: 1px solid #33333311;
  background-color: #fff;
  text-align: center;
}
.os-productbuybadge-bottom {
  padding: 20px;
  border-radius: 0 0 5px 5px;
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: #333;
  color: #fafafa;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-productbuybadge-bottom-adv {
  display: block;
  width: 100%;
}
.os-productbuybadge-bottom-adv span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.os-productbuybadge-bottom-buy {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.os-productbuybadge-bottom-buy .os-a1-main {
  width: 100%;
  height: 36px;
  font-size: 1.2em;
}
.os-productbuybadge-bottom-price {
  text-align: right;
}
.os-productbuybadge-bottom-price-offerta {
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-top: 20px;
}
.os-productbuybadge-bottom-price-before {
  display: inline-block;
  color: #afb4ba;
  font-size: 24px;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
  margin: 0 10px;
}
.os-productbuybadge-bottom-price-before-zucchelli {
  display: inline-block;
  color: #afb4ba;
  text-decoration: line-through;
  font-weight: 600;
  text-align: right;
  margin: 0 10px;
  font-size: 18px;
}
.os-productbuybadge-bottom-price-actual {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  text-align: right;
}
.os-productbuybadge-bottom-price-actual-zucchelli {
  display: inline-block;
  font-weight: 600;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  .os-productbuybadge {
    position: relative;
    background-color: #333;
    z-index: 0;
    border-radius: 10px;
    height: auto;
    width: 100%;
    right: 0px;
    top: 0px;
  }
}
.os-productbuybadge2 {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 320px;
  right: 50px;
  top: 360px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1), -5px 5px 20px rgba(0, 0, 0, 0.1);
}
.os-productbuybadge2-top {
  padding: 20px;
  padding-top: 12px;
  border-radius: 5px 5px 0 0;
  display: block;
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-productbuybadge2-top-infograph {
  height: 25px;
}
.os-productbuybadge2-top-title {
  height: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.os-productbuybadge2-top-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #afb4ba;
}
.os-productbuybadge2-top-author {
  height: 20px;
}
.os-productbuybadge2-top .os-smallinfograph-small {
  width: 33%;
  margin: auto;
  padding-bottom: 20px;
}
.os-productbuybadge2-top .os-smallinfograph-small.two {
  text-align: center;
}
.os-productbuybadge2-top .os-smallinfograph-small.three {
  text-align: right;
}
.os-productbuybadge2-middle {
  padding: 20px;
  border-top: 1px solid #33333311;
  background-color: #fff;
  text-align: center;
}
.os-productbuybadge2-bottom {
  padding: 20px;
  border-radius: 0 0 5px 5px;
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: #333;
  color: #fafafa;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-productbuybadge2-bottom-adv {
  display: block;
  width: 100%;
}
.os-productbuybadge2-bottom-adv span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.os-productbuybadge2-bottom-buy {
  display: block;
  width: 100%;
  margin: 20px 0 10px 0;
}
.os-productbuybadge2-bottom-buy .os-a1-main {
  width: 100%;
  height: 36px;
  font-size: 1.2em;
}
.os-productbuybadge2-bottom-price {
  display: flex;
}
.os-productbuybadge2-bottom-price-before {
  flex: 1;
  display: inline-block;
  color: #afb4ba;
  font-size: 26px;
  text-decoration: line-through;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  margin-left: 10px;
}
.os-productbuybadge2-bottom-price-actual {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  flex: 1;
}
@media screen and (max-width: 1180px) {
  .os-productbuybadge2 {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    height: auto;
    width: 100%;
    right: 0px;
    top: 0px;
  }
  .os-productbuybadge2-top {
    border-radius: 0;
  }
  .os-productbuybadge2-bottom {
    border-radius: 0;
  }
  .os-productbuybadge2-bottom-price {
    max-width: 280px;
    margin: auto;
  }
}
.os-userbigpreview-wrapper {
  width: 100%;
  padding: 100px 80px;
  background-color: #E9ECF3;
  display: flex;
}
.os-userbigpreview-img {
  display: inline-block;
  width: 320px;
}
.os-userbigpreview-img-container {
  width: 320px;
  height: 320px;
  border-radius: 320px;
  margin: auto;
  border: 2px solid #cccccc;
}
.os-userbigpreview-contacts {
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  min-width: 320px;
}
.os-userbigpreview-contacts p {
  margin-bottom: 1.6em;
}
.os-userbigpreview-contacts-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
.os-userbigpreview-contacts-subtitle {
  display: none;
  color: #afb4ba;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
}
.os-userbigpreview-contacts-desc {
  display: block;
}
.os-userbigpreview-contacts-desc span {
  display: block;
}
.os-userbigpreview-bio {
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  width: 900px;
}
.os-userbigpreview-bio-title {
  color: #9BCB52;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-userbigpreview-contacts {
    padding-left: 0px;
  }
  .os-userbigpreview-wrapper {
    padding: 50px 20px;
    flex-direction: column;
  }
  .os-userbigpreview-img {
    width: 320px;
    margin-bottom: 20px;
    margin-bottom: 25px;
  }
  .os-userbigpreview-img-container {
    width: 320px;
    height: 320px;
    border-radius: 320px;
  }
  .os-userbigpreview-bio {
    padding-left: 0;
  }
}
@media screen and (max-width: 809px) {
  .os-userbigpreview-contacts {
    padding-left: 0px;
  }
  .os-userbigpreview-wrapper {
    padding: 20px 0;
    flex-direction: column;
  }
  .os-userbigpreview-img {
    display: block;
    width: 240px;
    margin: auto;
  }
  .os-userbigpreview-img-container {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    margin: auto;
  }
  .os-userbigpreview-bio {
    display: block;
    margin-left: 0px;
    max-width: 100%;
    margin: 20px 0;
    padding: 0px 10px;
  }
  .os-userbigpreview-contacts {
    padding: 0px 10px;
  }
}
.jw-icon-cc {
  display: none !important;
}
.jw-icon-settings {
  display: none !important;
}
.override-display {
  display: flex !important;
}
.error-label {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  text-align: center;
  flex-direction: column;
  background-color: #363c3e;
  color: wheat;
  padding: 30px;
  border-radius: 35px;
}
.error-container {
  position: relative;
  width: 100%;
  justify-items: center;
}
.fake-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #ffffff26;
  pointer-events: none;
  z-index: 0;
}
.os-videoplayer {
  overflow: hidden;
  position: relative;
}
.os-videoplayer-badge::after {
  content: attr(data-quality);
  position: absolute;
  top: 12px;
  right: 10px;
  height: 15px;
  width: 22px;
  background-color: #9BCB52;
  border-radius: 1px;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-radius: 4px;
}
.os-videoplayer-context {
  background-color: #262626;
  display: flex;
  position: absolute;
  align-items: flex-start;
  bottom: 130px;
  right: 60px;
  max-height: none;
  max-width: none;
  min-height: 200px;
  opacity: 0;
}
.os-videoplayer-context-show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 200ms ease 0s;
  visibility: visible;
}
.os-videoplayer-context-inner {
  background-color: #262626;
  border-radius: 0.8rem;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}
.os-videoplayer-context-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 400px;
}
.os-videoplayer-context-menu-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 28px;
  font-size: 28px;
  padding: 20px 50px;
}
.os-videoplayer-context-menu-ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0.8rem;
  overflow-y: scroll;
  width: 260px;
}
.os-videoplayer-context-menu-li {
  cursor: pointer;
  position: relative;
  padding: 10px 50px;
  pointer-events: auto;
  color: #b3b3b3;
}
.os-videoplayer-context-menu-li-selected {
  color: #ffffff;
}
.os-videoplayer-context-menu-li-selected-icon {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 30px;
}
-wrapper {
  position: fixed;
  background-color: #000;
  top: 0px !important;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 0 0 0;
  position: absolute;
  overflow: hidden;
}
-wrapper .video-js {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
  bottom: 0px;
}
-wrapper.card {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
-wrapper-header {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 36px;
  background-color: #000;
  display: block;
  overflow-x: hidden;
  padding: 0px 20px;
}
-wrapper-header-title {
  font-size: 18px;
  text-overflow: clip;
  color: #fafafa;
  width: 80%;
  display: inline-block;
  line-height: 36px;
}
-wrapper-header-cross {
  font-size: 18px;
  line-height: 36px;
  color: #fafafa;
  width: 5%;
  display: inline-block;
  float: right;
  text-align: right;
}
-mute-button {
  height: 10px;
  width: 10px;
  background: red;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.vjs-control-respicker2 .vjs-control-text {
  position: relative !important;
}
.vjs-control-respicker2 .vjs-menu li {
  text-transform: none !important;
  height: 40px !important;
  line-height: 40px !important;
}
.capturesMoveUpSafari::-webkit-media-text-track-display {
  margin-top: -100px !important;
}
.jw-svg-icon-cc-on path,
.jw-svg-icon-cc-off path {
  display: none;
}
.jw-svg-icon-cc-off {
  height: 23px !important;
  background-image: url('https://s3.eu-west-1.amazonaws.com/web.osteocom.me/icons/iconaSottotitoliPlayerBiancaTrasparente.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.jw-svg-icon-cc-off:hover {
  background-image: url('https://s3.eu-west-1.amazonaws.com/web.osteocom.me/icons/iconaSottotitoliPlayerBianca.svg');
}
.jw-svg-icon-cc-on {
  height: 23px !important;
  background-image: url('https://s3.eu-west-1.amazonaws.com/web.osteocom.me/icons/iconaSottotitoliPlayerBianca.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 809px) {
  .os-videoplayer {
    overflow: hidden;
    position: relative;
  }
  .os-videoplayer-badge::after {
    content: attr(data-quality);
    position: absolute;
    top: 10px;
    right: 6px;
    height: 10px;
    width: 16px;
    background-color: #9BCB52;
    border-radius: 1px;
    line-height: normal;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-radius: 4px;
  }
  .os-videoplayer-context {
    bottom: 38px;
    right: 0;
    max-width: 100%;
    z-index: 9999999999;
  }
  .os-videoplayer-context-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 200ms ease 0s;
    visibility: visible;
  }
  .os-videoplayer-context-inner {
    background-color: #262626;
    border-radius: 0.8rem;
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
  }
  .os-videoplayer-context-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 220px;
  }
  .os-videoplayer-context-menu-title {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 50px;
  }
  .os-videoplayer-context-menu-ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0.8rem;
    overflow-y: scroll;
    max-width: 190px;
  }
  .os-videoplayer-context-menu-li {
    cursor: pointer;
    position: relative;
    padding: 5px 50px;
    pointer-events: auto;
    color: #b3b3b3;
  }
  .os-videoplayer-context-menu-li-selected {
    color: #ffffff;
  }
  .os-videoplayer-context-menu-li-selected-icon {
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 20px;
  }
}
.os-reveal-open {
  overflow: hidden;
}
.os-reveal-modalwrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  background-color: hsla(0, 0%, 4%, 0.45);
}
.os-reveal-modalcontainer {
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.os-reveal-closecross {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #fafafa;
  top: 0px;
  right: 30px;
  z-index: 12;
  font-weight: 400;
  cursor: pointer;
}
.os-reveal-modaltitle {
  position: fixed;
  color: #fafafa;
  top: 0px;
  z-index: 12;
  left: 0px;
  height: 30px;
  overflow: hidden;
  padding-right: 60px;
  padding-left: 30px;
}
.os-reveal-modaltitle > span {
  overflow: hidden;
  color: #fafafa;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
body.os-reveal-open {
  overflow: hidden;
}
.os-reveal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.os-reveal-reveal {
  width: 600px;
  max-width: 75rem;
  border: 1px solid #afb4ba;
  padding: 15px;
  background-color: #fafafa;
  margin: auto;
}
.os-reveal-reveal .close-button {
  position: relative;
  float: right;
  color: #8a8a8a;
  right: 1rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
}
.os-reveal-top,
.os-reveal-bottom {
  flex: auto;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-reveal-reveal {
    width: 100%;
    height: 100%;
  }
  .os-reveal-top,
  .os-reveal-bottom {
    display: none;
  }
  .os-reveal-middle {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 809px) {
  .os-reveal-reveal {
    width: 100%;
    height: 100%;
  }
  .os-reveal-top,
  .os-reveal-bottom {
    display: none;
  }
  .os-reveal-middle {
    height: 100%;
    width: 100%;
  }
}
html {
  font-size: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  height: 45px;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
dl,
ol,
ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
table tbody,
table tfoot,
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}
td,
th {
  display: table-cell;
  vertical-align: inherit;
}
table tfoot tr,
table thead tr {
  background: transparent;
}
table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
table tbody td,
table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
.os-found-menu {
  margin: 0;
  list-style-type: none;
}
.os-found-menu > li {
  display: table-cell;
  vertical-align: middle;
}
.os-found-menu.os-found-simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.os-found-callout {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid hsla(0, 0%, 4%, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: #fff;
}
.os-found-callout > :first-child {
  margin-top: 0;
}
.os-found-close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
.os-found-close-button:focus {
  color: #0a0a0a;
}
.os-found-close-button:hover {
  color: #0a0a0a;
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
.os-slider {
  white-space: nowrap;
  position: relative;
  margin: 0 80px;
}
.os-slider-internal {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.os-slider-internal-scroller {
  display: inline-block;
  white-space: nowrap;
}
.os-slider-internal-scroller > a.os-productThumbnail2-wrapper:first-child {
  margin-left: 0 !important;
}
.os-slider-internal-scroller > a.os-productThumbnail2-wrapper:last-child {
  margin-right: 0 !important;
}
.os-slider-internal-scroller > a.os-productThumbnail-wrapper {
  display: inline-block;
  color: black;
  width: 288px;
  max-width: 100%;
  vertical-align: top;
  margin: 0 25px 0 0;
}
.os-slider-internal-scroller > a.os-productThumbnail-wrapper:last-child {
  margin: 0 !important;
}
.os-slider-internal-scroller > .os-productThumbnail-wrapper > .os-productThumbnail-img {
  height: 162px!important;
  width: 288px!important;
}
.os-slider-internal-scroller > .os-productThumbnail-wrapper > .os-productThumbnail-title > .os-productThumbnail-title-inner {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-slider-keephidden {
  opacity: 0 !important;
  cursor: default !important;
}
.os-slider-next {
  right: -18px;
  display: inline-block;
  background-color: #fff !important;
  border-radius: 100%;
  display: block;
  padding: 0;
  color: #afb4ba;
  transition: all 1s;
  position: absolute;
  text-align: center;
  cursor: pointer !important;
  font-size: 36px;
  line-height: 36px;
  z-index: 4;
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.05), -5px 5px 12.5px rgba(0, 0, 0, 0.05);
}
.os-slider-next:hover {
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.1), -5px 5px 12.5px rgba(0, 0, 0, 0.1);
}
.os-slider-next span {
  display: block;
}
.os-slider-previous {
  left: -18px;
  display: inline-block;
  background-color: #fff !important;
  border-radius: 100%;
  display: block;
  padding: 0;
  color: #afb4ba;
  transition: all 1s;
  position: absolute;
  text-align: center;
  cursor: pointer !important;
  font-size: 36px;
  line-height: 36px;
  z-index: 4;
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.05), -5px 5px 12.5px rgba(0, 0, 0, 0.05);
}
.os-slider-previous:hover {
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.1), -5px 5px 12.5px rgba(0, 0, 0, 0.1);
}
.os-slider-previous span {
  display: block;
}
@media screen and (max-width: 1440px) {
  .os-slider-internal {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-slider-next,
  .os-slider-previous {
    display: none;
  }
  .os-slider-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 809px) {
  .os-slider-next,
  .os-slider-previous {
    display: none;
  }
  .os-slider {
    margin: 0;
  }
  .os-slider-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .os-slider-internal-scroller > a.os-productThumbnail2-wrapper:first-child {
    margin-left: 12.5px !important;
  }
  .os-slider-internal-scroller > a.os-productThumbnail2-wrapper:last-child {
    margin-right: 12.5px !important;
  }
}
.os-shards-partner-wrapper {
  cursor: pointer;
  height: 25vw;
  width: 20vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 1.25vh;
  box-shadow: 0px 0px 18px 5px #00000019;
}
.os-shards-partner-wrapper:hover {
  box-shadow: 0px 0px 18px 5px #00000039;
}
.os-shards-partner-wrapper a:focus,
.os-shards-partner-wrapper a:hover {
  color: #fff;
}
.os-shards-partner-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}
.os-shards-partner-text {
  background-color: #9BCB52;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-shards-partner-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 55vw;
    margin: 20px auto;
    width: 80%;
  }
  .os-shards-partner-image {
    flex: 1;
    background-size: cover;
    background-position: center;
  }
  .os-shards-partner-text {
    background-color: #9BCB52;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 809px) {
  .os-shards-partner-wrapper {
    height: 200px;
    width: 80%;
    margin: 0 10%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.os-shards-policy-wrapper {
  max-width: 1300px;
  margin: auto;
}
.os-shards-policy-title {
  padding: 80px 80px;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  color: #616d7b;
}
.os-shards-policy-text {
  padding: 20px 80px;
}
@media screen and (max-width: 809px) {
  .os-shards-policy-title {
    padding: 40px 40px;
    font-size: 1.8rem;
  }
  .os-shards-policy-text {
    padding: 20px 40px;
  }
}
.os-shards-enhancenumber-wrapper {
  margin: 20px 40px;
  flex: 1;
  text-align: center;
}
.os-shards-enhancenumber-icon i,
.os-shards-enhancenumber-icon span {
  color: #617d8b;
  font-size: 3.86rem;
}
.os-shards-enhancenumber-number {
  font-weight: 700;
  margin: 0px;
  font-size: 2.08rem;
}
.os-shards-enhancenumber-description {
  font-size: 1rem;
  font-weight: 700;
  margin: 0px;
}
.os-shards-modal-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  min-height: 100%;
  overflow: auto;
  padding: 5%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.os-shards-modal-content {
  display: inline-block;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  max-width: 1000px;
  min-width: 300px;
  overflow-y: auto;
  text-align: right;
}
.os-shards-modal-content label {
  text-transform: none;
}
.os-shards-modal-content-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  left: 0;
  padding: 5px;
}
.os-shards-modal-content-header {
  position: absolute;
  right: 0;
}
.os-shards-modal-content-header .os-a1-light {
  padding: 5px;
}
.os-shards-modal-player-wrapper {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-shards-modal-player-content {
  background-color: #fefefe;
  width: 360px;
  padding: 15px 15px 35px 15px;
  border-radius: 10px;
}
.os-shards-modal-player-content-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  left: 0;
  padding: 5px;
}
.os-shards-modal-player-content-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #252B32;
  margin: 0;
}
.os-shards-modal-player-content-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #252B32;
}
.os-shards-modal-player-content-text a {
  font-weight: bold;
}
.os-shards-modal-player-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.os-shards-modal-player-content-actions-supportCta {
  margin-right: 25px;
}
.os-shards-modal-player-content-actions-closeCta {
  font-weight: bold;
}
.os-shards-modal-player-content .os-a1-light {
  color: #A3C63F;
  height: 22px;
  padding: 0;
}
.os-shards-modal-player-content .os-a1-light:hover {
  color: #8EAD37;
}
.os-shards-modelgetresp {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  left: 0;
  bottom: 0;
  height: 500px;
  width: 360px;
  margin-top: -468px;
  overflow: auto;
  transition: width 0.3s ease-in-out;
  background-color: none;
  transform: translateX(-360px);
  transition: transform 0.3s ease-in-out;
}
.os-shards-modelgetresp.show {
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out;
}
.os-shards-modelgetresp-content {
  background-color: #A3C63F;
  width: 360px;
  height: max-content;
  padding: 15px 15px 25px 15px;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.os-shards-modelgetresp-content-title {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.os-shards-modelgetresp-content label {
  text-transform: none;
}
.os-shards-modelgetresp-content-close {
  position: absolute;
  top: 1px;
  right: 6px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.os-shards-modelgetresp-content-close:hover {
  transition: color 0.3s ease-in-out;
  color: #55606b !important;
}
.os-shards-modelgetresp-content-description {
  color: #000;
  text-align: left;
  overflow: hidden;
  height: 39px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.os-shards-modelgetresp-content-username {
  display: flex;
  margin-bottom: 13px;
}
.os-shards-modelgetresp-content-username .os-pebble2:first-child {
  margin-right: 15px !important;
}
.os-shards-modelgetresp-content-username .os-pebble2 {
  margin: 0 !important;
  height: 45px;
  width: 157px;
}
.os-shards-modelgetresp-content-username .os-pebble2 input {
  border-radius: 10px;
}
.os-shards-modelgetresp-content-username .os-pebble2 input.is-invalid-input {
  background-color: #fff !important;
}
.os-shards-modelgetresp-content-email {
  height: 45px;
  margin-bottom: 15px !important;
}
.os-shards-modelgetresp-content-email input {
  border-radius: 10px;
}
.os-shards-modelgetresp-content-email input.is-invalid-input {
  background-color: #fff !important;
}
.os-shards-modelgetresp-content-privacy {
  margin-bottom: 15px;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble {
  width: 100%;
  margin-bottom: 20px;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble .os-checkboxpebble-fake {
  height: 25px;
  width: 25px;
  background-color: #A3C63F;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble .os-checkboxpebble-fake::after {
  background-color: #fff;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble-label {
  font-size: 14px;
  text-align: left;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble input {
  border-radius: 10px;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble input.is-invalid-input {
  background-color: #fff !important;
}
.os-shards-modelgetresp-content-privacy .os-checkboxpebble a {
  color: #fff;
}
.os-shards-modelgetresp-content-button {
  align-self: center;
  background: #616D7A;
  width: 200px;
  height: 45px;
  text-align: center;
  padding: 12px 0;
  border-radius: 25px;
  transition: background 0.3s ease-in-out;
}
.os-shards-modelgetresp-content-button:hover {
  transition: background 0.3s ease-in-out;
  background: #55606b !important;
}
.os-shards-modelgetresp-content .os-pebble2-error {
  margin: 15px 0;
}
.os-shards-modalfullscreen {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 999;
}
.os-shards-modalfullscreen-content {
  height: 100vh;
  width: 100%;
  text-align: center;
}
.os-shards-modalfullscreen-content-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  right: 20px;
  top: 20px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-shards-modal-content {
    max-width: 80%;
  }
}
@media screen and (max-width: 809px) {
  .os-shards-modal-wrapper {
    padding: 0;
  }
  .os-shards-modal-content {
    margin: 0px;
    width: 100%;
    min-width: 100%;
  }
  .os-shards-modal-player-wrapper {
    position: fixed;
    z-index: 1000;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .os-shards-modelgetresp {
    width: 100% !important;
    height: 100vh;
    transition: height 0.3s ease-in-out;
    margin-top: 0;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    transform: translateY(468px);
  }
  .os-shards-modelgetresp.show {
    transition: translateY(0);
    background-color: rgba(0, 0, 0, 0.3);
    transition: height 0.3s ease-in-out;
  }
  .os-shards-modelgetresp-internalWrapper {
    width: 100%;
    height: 468px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #A3C63F;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .os-shards-modelgetresp-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .os-shards-card-modalfullscreen {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10000000;
  }
  .os-shards-card-modalfullscreen-content {
    height: 100vh;
    width: 100%;
    text-align: center;
  }
  .os-shards-card-modalfullscreen-content-close {
    position: absolute;
    bottom: 327px;
    right: 13px;
    height: 40px;
    width: 40px;
    background: #252B32;
    border-radius: 100%;
    z-index: 2;
  }
}
.os-shards-notification-link {
  display: inline-block;
  width: 350px;
  border-top: 1px solid #e0e0e0;
  padding: 5px 15px;
  cursor: pointer;
}
.os-shards-notification-link span {
  color: #616d7a !important;
}
.os-shards-notification-link span:hover {
  color: #616d7a !important;
}
.os-shards-notification-link:hover {
  background-color: #e0e0e0;
}
.os-shards-notification-left {
  flex: 1;
  vertical-align: middle;
  display: inline-block;
  width: 50px;
}
.os-shards-notification-left-image {
  background-color: #cacaca;
  border-radius: 100%;
  height: 52px;
  width: 52px;
  margin: 5px auto;
  text-align: center;
}
.os-shards-notification-left-image > span {
  font-size: 22px;
  line-height: 52px;
  margin: auto;
  color: #ffffff !important;
}
.os-shards-notification-left-image > span:hover {
  color: #ffffff !important;
}
.os-shards-notification-right {
  flex: 5;
  padding: 0 15px;
  vertical-align: middle;
  display: inline-block;
  width: 300px;
}
.os-shards-notification-right-text {
  max-width: 100%;
  font-size: 0.7rem;
  line-height: 1rem;
  max-height: 2rem;
  overflow: hidden;
  color: #616d7a;
  text-align: left;
  display: block;
  font-weight: 500;
}
.os-shards-notification-right-text > span {
  white-space: normal;
}
.os-shards-notification-right-text:hover {
  color: #616d7a !important;
}
.os-shards-notification-right-details {
  text-align: left;
}
.os-shards-notification-right-details-image {
  background-color: #cacaca;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 5px 0 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.os-shards-notification-right-details-image > span {
  font-size: 8px;
  line-height: 12px;
  margin: auto;
  color: #ffffff !important;
}
.os-shards-notification-right-details-image > span:hover {
  color: #ffffff !important;
}
.os-shards-notification-right-details-date {
  vertical-align: middle;
  font-size: 0.7rem;
  text-align: left;
  display: inline-block;
  color: #616d7a;
}
.os-shards-notificationlarge {
  text-align: center;
}
.os-shards-notificationlarge-link {
  display: inline-block;
  width: 750px;
  border-top: 1px solid #e0e0e0;
  padding: 5px 10px;
  text-align: left;
}
.os-shards-notificationlarge-link span {
  color: #616d7a !important;
}
.os-shards-notificationlarge-link span:hover {
  color: #616d7a !important;
}
.os-shards-notificationlarge-link:hover {
  background-color: #e0e0e0;
}
.os-shards-notificationlarge-left {
  vertical-align: middle;
  display: inline-block;
  width: 50px;
}
.os-shards-notificationlarge-left-image {
  background-color: #cacaca;
  border-radius: 100%;
  height: 52px;
  width: 52px;
  margin: 5px auto;
  text-align: center;
}
.os-shards-notificationlarge-left-image > span {
  font-size: 22px;
  line-height: 52px;
  margin: auto;
  color: #ffffff !important;
}
.os-shards-notificationlarge-left-image > span:hover {
  color: #ffffff !important;
}
.os-shards-notificationlarge-right {
  padding: 0 0 0 15px;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}
.os-shards-notificationlarge-right-text {
  max-width: 100%;
  font-size: 0.7rem;
  line-height: 1rem;
  max-height: 2rem;
  overflow: hidden;
  color: #616d7a;
  text-align: left;
  display: block;
  font-weight: 500;
}
.os-shards-notificationlarge-right-text > span {
  white-space: normal;
}
.os-shards-notificationlarge-right-text:hover {
  color: #616d7a !important;
}
.os-shards-notificationlarge-right-details {
  text-align: left;
}
.os-shards-notificationlarge-right-details-image {
  background-color: #cacaca;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 5px 0 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.os-shards-notificationlarge-right-details-image > span {
  font-size: 8px;
  line-height: 12px;
  margin: auto;
  color: #ffffff !important;
}
.os-shards-notificationlarge-right-details-image > span:hover {
  color: #ffffff !important;
}
.os-shards-notificationlarge-right-details-date {
  vertical-align: middle;
  font-size: 0.7rem;
  text-align: left;
  display: inline-block;
  color: #616d7a;
}
@media screen and (max-width: 809px) {
  .os-shards-notificationlarge-link {
    width: 100%;
  }
  .os-shards-notificationlarge-right-details {
    text-align: left;
  }
}
.os-shards-expiringtime {
  display: inline-block;
}
.os-shards-expiringtime span {
  color: #afb4ba;
  font-weight: 500;
  font-size: 10px;
}
.os-shards-expiringtime-orange span {
  color: #F5A623;
}
.os-shards-expiringtime-red span {
  color: #D0021B;
}
.hosted-field {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  display: inline-block;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  border: 0px solid transparent;
  line-height: 20px;
  background: #fcfcfc;
  margin-bottom: 12px;
  background: none;
  transition: all 300ms ease-in-out;
}
.os-stripe-upper > .os-pebble2 > label > .os-pebble2-input *,
.os-stripe-lower > .os-pebble2 > label > .os-pebble2-input * {
  height: 30px !important;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  border: 0px solid transparent;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 20px;
  background: none;
}
.os-stripe-upper > .os-pebble2 > label > .os-pebble2-input > div,
.os-stripe-lower > .os-pebble2 > label > .os-pebble2-input > div {
  display: none;
}
.os-stripe-upper > .os-pebble2 > label > .os-pebble2-input > iframe,
.os-stripe-lower > .os-pebble2 > label > .os-pebble2-input > iframe {
  max-height: 30px;
}
.ElementsApp input {
  height: 30px !important;
}
.csvTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--background-primary);
}
.csvTable:empty {
  position: relative;
  min-height: 150px;
  display: table;
  width: 100%;
}
.csvTable.no-results,
.csvTable.welcome-state {
  position: relative;
  min-height: 200px;
}
.csvTable.no-results tbody::after,
.csvTable.welcome-state tbody::after {
  content: attr(data-message);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
  font-style: italic;
  background: var(--background-secondary);
  font-size: 1.1em;
}
.csvTable thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--background-secondary);
  font-weight: 600;
  color: var(--text-secondary);
}
.csvTable thead td {
  background: var(--background-secondary);
  font-weight: 600;
  color: var(--text-secondary);
  padding: 12px 8px;
  border-bottom: 2px solid var(--border-primary);
}
.csvTable td {
  padding: 12px 8px;
  border: none;
  border-bottom: 1px solid var(--border-primary);
  color: var(--text-primary);
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.csvTable tbody {
  background: var(--background-primary);
}
.csvTable tbody td:hover {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}
.csvTable tbody tr:nth-child(even) {
  background-color: var(--table-stripe-bg);
}
.csvTable tbody tr:hover {
  background-color: var(--table-hover-bg);
}
.csvTable tbody tr:last-child td {
  border-bottom: none;
}
.csvTable.loading tbody tr {
  background: none !important;
}
.csvTable.loading tbody tr td {
  position: relative;
  color: transparent;
  overflow: hidden;
  border-color: var(--border-primary);
}
.csvTable.loading tbody tr td::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  border-radius: 4px;
  background: var(--skeleton-background);
  background-size: 200% 100%;
  animation: moveBackground 1.5s ease-in-out infinite;
  opacity: 0.7;
}
.csvTableWrapper {
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  background: var(--background-primary);
  width: 100%;
  overflow: auto;
  border: 1px solid var(--border-primary);
}
@media (max-width: 768px) {
  .csvTableWrapper .csvTable {
    font-size: 14px;
  }
  .csvTableWrapper .csvTable td {
    padding: 8px 12px;
  }
}
.panel-buttons {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  justify-content: space-between;
}
.panel-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.button-page {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.button-page:disabled {
  cursor: not-allowed;
  background-color: var(--action-primary-disabled);
  color: var(--text-disabled);
}
.button-primary {
  background-color: var(--action-primary);
  color: var(--button-primary-text);
}
.button-primary:hover:not(:disabled) {
  background-color: var(--action-primary-hover);
}
.button-primary:disabled {
  background-color: var(--action-primary-disabled);
  color: var(--text-disabled);
}
@keyframes moveBackground {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.upload-error {
  background: #cd021a64 !important;
}
.upload-failed {
  color: #cd0218;
}
.os-shards-uploadgallery-images-image {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 200px;
  margin: auto;
  position: relative;
}
.os-shards-uploadgallery-images-image-lens {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #cccccc66;
}
.os-shards-uploadgallery-images-image-lens:hover {
  background-color: #cccccccc;
}
.os-shards-uploadgallery-images-wrapper {
  padding: 5px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
}
.os-shards-uploadgallery-images-cross {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid transparent;
  padding: 0px;
  border-radius: 50px;
  top: 5px;
  right: 5px;
  background: none;
  font-size: 2rem;
}
.os-shards-uploadgallery-upload {
  display: block;
  position: relative;
  padding: 15px 0;
  max-width: 100%;
}
.os-shards-uploadgallery-upload-outerbutton {
  display: block;
  margin: auto;
  margin-top: 16px;
}
.os-shards-uploadgallery-upload-dashed {
  border: 2px dashed #cacaca;
  min-height: 200px;
  min-width: 200px;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.os-shards-uploadgallery-upload-dashed-wrapper {
  padding: 5px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  max-width: 50%;
}
.os-shards-uploadgallery-upload-dashed-inner {
  height: 100%;
  margin: 0;
  padding: 60px 0;
  min-width: 200px;
}
.os-shards-uploadgallery-upload-dashed-inner > .os-pebble2-upload-progress-wrapper {
  max-width: 160px;
  left: 0 !important;
  margin: 0 25px;
  top: 12px;
}
.os-shards-uploadgallery-upload-innergrey {
  display: block;
  width: 160px;
  height: 80px;
  background-color: #00000044;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  border-radius: 20px;
  margin: auto;
  padding: 0.5rem 0;
}
.os-shards-uploadgallery-upload-innergrey-desktop {
  display: block;
}
.os-shards-uploadgallery-upload-innergrey-mobile {
  display: none;
}
.os-shards-uploadgallery-upload-innergrey-block {
  display: block;
}
.os-shards-uploadgallery-upload-innergrey-text {
  font-size: 1rem;
}
.os-shards-uploadgallery-upload-innergrey-icon {
  font-size: 2.4rem;
}
@media screen and (max-width: 1180px) {
  .os-shards-uploadgallery-images-wrapper {
    max-width: none;
  }
  .os-shards-uploadgallery-upload-outerbutton {
    display: none;
  }
  .os-shards-uploadgallery-upload-innergrey-desktop {
    display: none;
  }
  .os-shards-uploadgallery-upload-innergrey-mobile {
    display: block;
  }
}
@media screen and (max-width: 809px) {
  .os-shards-uploadgallery-upload-dashed {
    max-width: 214px;
  }
}
.os-shards-galleryview-fullscreenimage {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #000;
  position: relative;
}
.os-shards-galleryview-fullscreenimage-image {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.os-shards-galleryview-fullscreenimage-author {
  position: absolute;
  z-index: 900;
  /* margin: auto; */
  top: 10px;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 2px 2px 3px #333;
}
.os-shards-galleryview-fullscreenimage-previous {
  position: absolute;
  top: 50vh;
  left: 20px;
  transform: translateY(-50%);
  font-size: 2.6rem;
  color: #ccc;
  background-color: transparent;
}
.os-shards-galleryview-fullscreenimage-next {
  position: absolute;
  top: 50vh;
  right: 20px;
  transform: translateY(-50%);
  font-size: 2.6rem;
  color: #ccc;
  background-color: transparent;
}
.os-shards-galleryview-images-image {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 200px;
  margin: auto;
  position: relative;
}
.os-shards-galleryview-images-image-lens {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  font-size: 2rem;
}
.os-shards-galleryview-images-image-lens:hover,
.os-shards-galleryview-images-image-lens:active {
  background-color: #cccccccc !important;
  text-shadow: none;
}
.os-shards-galleryview-images-wrapper {
  padding: 5px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 210px;
}
@media screen and (min-width: 1181px) {
  .os-show-onlytablet {
    display: none;
  }
  .os-show-onlymobile {
    display: none;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-show-onlydesktop {
    display: none;
  }
  .os-show-onlymobile {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-show-onlydesktop {
    display: none;
  }
  .os-show-onlytablet {
    display: none;
  }
}
.upload-error {
  background: #cd021a64 !important;
}
.upload-failed {
  color: #cd0218;
}
.os-shards-objectgallery-upload {
  width: 100%;
}
.os-shards-objectgallery-innerobject {
  display: inline-block;
  position: relative;
  padding: 25px;
  margin: 10px;
  border: 1px solid #eee;
  vertical-align: top;
}
.os-shards-objectgallery-innerobject-cross {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
}
.draggableList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.draggableList > * {
  box-sizing: border-box;
}
.draggableListHorizontal > * {
  float: left;
}
#divNote,
#divInfoVideo {
  display: inline-block;
  background-color: #E6F0E8;
  border-radius: 0px 0px 10px 10px;
  width: 100px;
  height: 52px;
  margin-bottom: 70px;
}
#divInfoVideo {
  position: absolute;
  top: -4px;
  left: 0;
}
#divNote .wrapper {
  position: absolute;
}
.tabActive {
  background-color: #252B32 !important;
  color: #E6F0E8;
  height: 62px !important;
  transition: height 0.2s linear;
  z-index: 1;
  top: 0;
  width: 100px;
  margin-left: 5px;
}
.columnTextandIcon {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
}
.noteInfo_non_autorizzato {
  margin-top: 70px;
  max-width: 625px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 100px;
}
.annulla {
  color: #9bcb52;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.eliminaB {
  white-space: nowrap;
  margin-left: 28.26px;
  color: #9bcb52;
  text-decoration: underline;
}
.line {
  border: 1px solid #E5E5E5;
  width: 625px;
  height: 0px;
  background-color: #E6F0E8;
}
.aggiungiNotaAlmin {
  display: flex;
  max-width: 625px;
  margin-bottom: 50px;
  margin-top: 76px;
  border: 1px solid #929292;
  box-sizing: border-box;
  padding: 7px;
  height: 42px;
  width: 100%;
}
.aggiungiNotaAlmin:hover {
  border-color: #E6F0E8;
}
.aggiungiNotaAlmin:hover #iconAdd {
  color: #82b436;
}
.divNote {
  position: absolute;
  top: -4px;
  left: 105px;
}
.os-shard-tab {
  max-width: 625px;
  margin-bottom: 54px;
  align-items: baseline;
}
.os-shard-tab-textArea {
  border: 1px solid #E5E5E5;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #E6F0E8;
  height: max-content;
  margin-top: 10px;
  resize: none;
  display: block;
  width: 625px;
}
.os-shard-tab-textArea-mobile {
  border: 1px solid #E5E5E5;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #E6F0E8;
  height: max-content;
  margin-top: 10px;
  resize: none;
}
.os-shard-tab-buttonWrapper {
  display: flex;
  justify-content: flex-end;
}
.os-shard-tab-buttonWrapper button:last-child {
  margin-left: 25px;
}
.os-shard-tab-textAreaNote {
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #E6F0E8;
  height: max-content;
  margin-top: 10px;
  resize: none;
}
.os-shard-tab-buttonWrapperNote {
  justify-content: flex-start;
  margin-bottom: 52px;
}
.os-shard-tab-buttonWrapperNote button:last-child {
  margin-left: 26.67px;
}
.os-shard-tab-spanReadable {
  flex-grow: 1;
  color: #929292;
  cursor: pointer;
}
.os-shard-tab-smallIcon {
  width: 16.67px;
  height: 18.33px;
  margin-right: 6.67px;
}
.os-shard-tab-smallIcon.greenIcon {
  color: #9bcb52;
}
.os-shard-tab-smallIcon.blackIcon {
  color: black;
}
.os-sliver-tab-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.os-sliver-tab-container-label-cnt {
  height: 62px;
}
.os-sliver-tab-container-label-cnt-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 52px;
  width: 100px;
  margin-left: 5px;
  border-radius: 0px 0px 10px 10px;
  padding-top: 7px;
}
.os-sliver-tab-container-label-cnt-button.bgWhite {
  background-color: #E6F0E8;
  color: #252B32;
}
.os-sliver-tab-container-label-cnt-button.bgBlack {
  background-color: #252B32;
  color: #E6F0E8;
}
.os-sliver-tab-container-label-cnt-button.active {
  height: 62px;
  transition: height 0.3s linear;
  top: -5px;
  position: relative;
}
.os-sliver-tab-container-innerLabel {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.os-sliver-tab-smallIcon {
  width: 16.67px;
  height: 18.33px;
  margin-right: 6.67px;
}
.os-sliver-tab-smallIcon.greenIcon {
  color: #9bcb52;
}
.os-sliver-tab-smallIcon.blackIcon {
  color: black;
}
#os-sliver-tab-container-switch-cnt {
  padding: 0 15px;
}
.innerLabelContainer {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 809px) {
  .os-sliver-tab-container {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .os-sliver-tab-container-switch-cnt {
    padding: 0 15px;
  }
  .os-sliver-tab-container-label-cnt {
    height: 62px;
  }
  .os-sliver-tab-container-label-cnt-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 52px;
    width: 100px;
    margin-left: 5px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 7px;
  }
  .os-sliver-tab-container-label-cnt-button.bgWhite {
    background-color: #E6F0E8;
    color: #252B32;
  }
  .os-sliver-tab-container-label-cnt-button.bgBlack {
    background-color: #252B32;
    color: #E6F0E8;
  }
  .os-sliver-tab-container-label-cnt-button.active {
    height: 62px;
    transition: height 0.3s linear;
    top: -5px;
    position: relative;
  }
  .os-sliver-tab-container-innerLabel {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .os-sliver-tab-smallIcon {
    width: 16.67px;
    height: 18.33px;
    margin-right: 6.67px;
  }
  .os-sliver-tab-smallIcon.greenIcon {
    color: #9bcb52;
  }
  .os-sliver-tab-smallIcon.blackIcon {
    color: black;
  }
  .innerLabelContainer {
    max-width: 1200px;
    margin: 0 auto;
  }
  #os-sliver-tab-container-switch-cnt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 809px) {
  .os-shard-tab {
    max-width: 625px;
    margin-bottom: 54px;
    align-items: baseline;
  }
  .os-shard-tab-textArea {
    border: 1px solid #E5E5E5;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #E6F0E8;
    height: max-content;
    margin-top: 10px;
    resize: none;
    display: block;
  }
  .os-shard-tab-textArea-mobile {
    border: 1px solid #E5E5E5;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #E6F0E8;
    height: max-content;
    margin-top: 10px;
    resize: none;
  }
  .os-shard-tab-buttonWrapper {
    display: flex;
    justify-content: flex-end;
  }
  .os-shard-tab-buttonWrapper button:last-child {
    margin-left: 25px;
  }
  .os-shard-tab-textAreaNote {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #E6F0E8;
    height: max-content;
    margin-top: 10px;
    resize: none;
  }
  .os-shard-tab-buttonWrapperNote {
    justify-content: flex-start;
    margin-bottom: 52px;
  }
  .os-shard-tab-buttonWrapperNote button:last-child {
    margin-left: 26.67px;
  }
  .os-shard-tab-spanReadable {
    flex-grow: 1;
    color: #929292;
    cursor: pointer;
  }
  .os-shard-tab-smallIcon {
    width: 16.67px;
    height: 18.33px;
    margin-right: 6.67px;
  }
  .os-shard-tab-smallIcon.greenIcon {
    color: #9bcb52;
  }
  .os-shard-tab-smallIcon.blackIcon {
    color: black;
  }
  #os-sliver-tab-container-switch-cnt {
    padding: 0;
  }
}
.dataTableNote {
  display: flex;
  border-top: 1px solid #252b32;
  border-bottom: 1px solid #252b32;
  max-width: 1565px;
  height: 74px;
  padding: 5px;
  margin: 0 auto;
}
.dataTableNote:hover {
  cursor: pointer;
}
.dataTableNote-wrapper {
  width: 100%;
  max-width: 1565px;
  height: max-content;
  margin: 0 auto;
}
.dataTableNote-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTableNote-td.corso {
  width: 96px;
  height: 53px;
}
.dataTableNote-td.corso .dataTableNote-td-header {
  margin-bottom: 5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  color: #616d7a;
}
.dataTableNote-td.corso .dataTableNote-td-body {
  height: 32px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #9BCB52;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  width: 99px;
}
.dataTableNote-td.nota {
  flex-grow: 1;
  overflow: hidden;
  width: 1352px;
  margin-left: 25px;
}
.dataTableNote-td.nota .dataTableNote-td-header {
  margin-bottom: 5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  color: #616d7a;
}
.dataTableNote-td.nota .dataTableNote-td-body {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #616d7a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 19px;
  font-size: 14px;
}
.dataTableNote-td.data {
  width: 109px;
}
.dataTableNote-td.data .dataTableNote-td-body {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #616d7a;
}
.dataTableNote-buttonCaricaAltro {
  color: #9bcb52;
  text-decoration: underline;
  height: 33px;
  font-size: 24px;
  margin-top: 75px;
}
.dataTableNote-laTuaNota {
  font-size: 12px;
  color: #616d7a;
}
.dataTableNote-testoNota {
  font-size: 14px;
  color: #616d7a;
  text-overflow: ellipsis;
}
.dataTableNote-corso {
  font-size: 12px;
  color: #616d7a;
}
.dataTableNote-testoCorso {
  font-size: 12px;
  color: #A3C63F;
}
.dataTableNote:hover {
  transition: background 0.2s ease-in-out;
  background: #252b32;
}
.dataTableNote:hover .dataTableNote-td.corso .dataTableNote-td-header,
.dataTableNote:hover .dataTableNote-td.data .dataTableNote-td-body,
.dataTableNote:hover .dataTableNote-td.nota .dataTableNote-td-body,
.dataTableNote:hover .dataTableNote-td.nota .dataTableNote-td-header {
  color: #fff;
  cursor: pointer;
}
.dataTableNote:hover .dataTableNote-td-body {
  color: #82b436;
}
.divprovvisorio {
  width: 1596px;
}
@media screen and (max-width: 1180px) {
  .divprovvisorio {
    width: 626px;
    margin: auto;
  }
}
@media screen and (min-width: 940px) and (max-width: 1440px) {
  .divprovvisorio {
    margin: auto;
    width: 910px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1744px) {
  .divprovvisorio {
    width: 1223px;
    margin: auto;
  }
}
@media screen and (min-width: 940px) and (max-width: 1181px) {
  .divprovvisorio {
    margin: auto;
    width: 596px !important;
  }
}
@media screen and (max-width: 809px) {
  .divprovvisorio {
    width: 330px;
  }
  .dataTableNote-td.nota {
    margin-left: 15px;
  }
}
.infoSalesWrap {
  width: 100%;
  height: max-content;
  background-color: #F5F5F5;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infoSalesWrap-iconWrapper {
  line-height: 10px;
}
.infoSalesWrap-iconWrapper-icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  color: #616D7A !important;
}
.infoSalesWrap-textIcon {
  margin-right: 5px;
  color: #616D7A;
  font-size: 12px;
  font-weight: normal;
}
.infoSalesWrap-mobileNumberText {
  color: #9BCB52;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}
.infoSalesWrap-contactSection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 15px 0;
}
.infoSalesWrap-contactSection:hover {
  cursor: pointer;
}
.infoSalesWrap-contactSection:hover .infoSalesWrap-mobileNumberText {
  color: #8EAD37;
}
.collapse-wrapper {
  width: 100%;
  height: max-content;
}
.collapse-header {
  box-shadow: 0px 1px 1px #9BCB52;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse-header > h3 {
  font-weight: bold;
  margin: 0;
}
.collapse-header svg {
  height: 20px;
  width: 20px;
  transform-origin: center;
}
.collapse-body {
  background: #eeeeee;
  width: 100%;
  padding: 10px;
}
.collapse-close {
  width: 100%;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collapse-close svg {
  height: 26px;
  color: #9BCB52;
}
.os-cookiedialog {
  position: fixed;
  z-index: 1;
  background: white;
  padding: 2em 2.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.os-cookiedialog-text {
  margin-bottom: 1em;
}
.os-cookiedialog-buttons .os-button {
  font-size: 1.125rem;
  margin: 0 0.5em;
}
.os-cookiebanner {
  width: calc(100% - 100px);
  position: fixed;
  bottom: 0;
  margin: 0px 50px 25px 50px;
  background-color: #E6F0E8;
  border-radius: 4px;
  z-index: 9999999999;
}
.os-cookiebanner-close {
  float: right;
}
.os-cookiebanner-close > span {
  font-size: 18px;
}
.os-cookiebanner-title-container {
  padding: 15px;
}
.os-cookiebanner-text {
  color: #252B32;
  font-size: 14px;
  padding: 0px 15px 15px 15px;
}
.os-cookiebanner-text a {
  color: #252B32;
}
.os-cookiebanner-title {
  color: #252B32;
  font-size: 14px;
  display: inline;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .os-cookiebanner {
    width: calc(100% - 60px);
    margin: 0px 30px 25px 30px;
  }
}
@media screen and (max-width: 809px) {
  .os-cookiebanner {
    width: calc(100% - 30px);
    margin: 0px 15px 25px 15px;
  }
  .os-cookiebanner-text {
    font-size: 12px;
  }
  .os-cookiebanner-title {
    font-size: 12px;
  }
}
.os-entrybonus {
  display: inline-block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: #9BCB52;
  color: white;
  border-radius: 999px;
  padding: 0.12em 0 0.2em;
  text-align: center;
}
.os-entrybonus-icon {
  display: block;
  font-size: 0.45em;
  line-height: 1em;
}
.os-entrybonus-value {
  display: block;
  font-size: 0.23em;
  line-height: 1em;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.os-header2 {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding: 0px 25px;
}
.os-header2-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999999;
}
.os-header2-alert {
  position: absolute;
  top: 0px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 9px;
  background-color: #cd0218;
  color: white;
  font-weight: bold;
  right: -6px;
  top: -3px;
  animation: 1.5s ease 0s 1 normal none running pulse;
}
.os-header2-body-lock {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.os-header2-logo {
  height: 35px;
  display: inline-block;
}
.os-header2-left {
  flex: 10;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.os-header2-right {
  flex: 1;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.os-header2-user {
  position: relative;
}
.os-header2-user-img {
  height: 35px;
  border-radius: 100%;
}
.os-header2-vertical {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  min-width: 250px;
  right: -10px;
  top: 50px;
}
.os-header2-vertical-cat {
  height: max-content;
}
.os-header2-vertical-child {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  min-width: 250px;
  max-height: 650px;
  right: -250px;
  top: 0;
  box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.05);
}
.os-header2-vertical-child-1 {
  overflow: scroll;
}
.os-header2-vertical-item {
  padding: 0px 15px;
  text-align: left;
  border-bottom: 1px solid #ebedf0;
  color: #616d7a;
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  display: grid;
  grid-template-columns: min-content 1fr minmax(min-content, 20px);
  align-items: center;
}
.os-header2-vertical-item-alert {
  color: #cd0218 !important;
}
.os-header2-vertical-item > svg {
  height: 20px;
  width: 20px;
  color: #616d7a;
}
.os-header2-vertical-item-active {
  color: #9BCB52;
}
.os-header2-vertical-item:hover {
  color: #9BCB52;
}
.os-header2-vertical-item > img {
  max-height: 20px;
  box-shadow: 1px 1px 3px rgba(20, 20, 20, 0.1), -1px -1px 3px rgba(20, 20, 20, 0.1);
}
.os-header2-vertical-item-text {
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-header2-vertical:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  height: 20px;
  width: 20px;
  right: 20px;
  top: -20px;
}
.os-header2-notifications {
  min-width: 40px;
  text-align: start;
  position: relative;
  display: flex;
  align-items: center;
}
.os-header2-notifications-mobile {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  position: fixed;
  background-color: white;
  width: 100%;
  left: 0;
  top: 50px;
  visibility: hidden;
  padding: 15px 0px 10px 0px;
}
.os-header2-notifications-mobile-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  z-index: 100;
}
.os-header2-notifications-text {
  font-size: 12px;
  color: #616d7a;
}
.os-header2-notifications-vertical {
  width: 300px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  min-width: 250px;
  max-width: 360px;
  right: -3px;
  top: 50px;
}
.os-header2-notifications-vertical-prod {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.os-header2-notifications-vertical-total {
  background-color: #E6F0E8;
  padding: 15px 10px 15px 10px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  width: 100%;
}
.os-header2-notifications-vertical-total-price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616d7a;
  margin-bottom: 10px;
}
.os-header2-notifications-vertical-total-price > .os-sliver-pricetag {
  margin-left: 8px;
  height: unset;
}
.os-header2-notifications-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  color: #616d7a;
  font-size: 10px;
  line-height: 21px;
  height: 21px;
}
.os-header2-notifications-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
.os-header2-notifications-vertical:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  height: 20px;
  width: 20px;
  right: 20px;
  top: -20px;
}
.os-header2-notifications-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #616d7a;
}
.os-header2-notifications-wrapper:hover {
  color: #9BCB52;
}
.os-header2-notifications-wrapper > svg {
  height: 25px;
  width: 25px;
  color: #616d7a;
}
.os-header2-notifications-notification {
  position: relative;
  background-color: #cd0218;
  top: -11px;
  left: -9px;
  border-radius: 50%;
  color: white;
  font-size: 9px;
  width: 10px;
  height: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 10px;
}
.os-header2-notifications-notification.empty {
  background-color: #929292;
}
.os-header2-notifications-empty {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 12px;
  color: #616d7a;
  text-align: center;
}
.os-header2-cart {
  position: relative;
  display: flex;
  align-items: center;
}
.os-header2-cart-mobile {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  position: fixed;
  background-color: white;
  width: 100%;
  left: 0;
  top: 50px;
  visibility: hidden;
  padding: 15px 0px 10px 0px;
}
.os-header2-cart-mobile-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  z-index: 100;
}
.os-header2-cart-text {
  font-size: 12px;
  color: #616d7a;
}
.os-header2-cart-vertical {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  min-width: 250px;
  max-width: 360px;
  right: -3px;
  top: 50px;
}
.os-header2-cart-vertical-prod {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.os-header2-cart-vertical-total {
  background-color: #E6F0E8;
  padding: 15px 10px 25px 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.os-header2-cart-vertical-total-price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616d7a;
  margin-bottom: 10px;
}
.os-header2-cart-vertical-total-price > .os-sliver-pricetag {
  margin-left: 8px;
  height: unset;
}
.os-header2-cart-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  color: #616d7a;
  font-size: 10px;
  line-height: 21px;
  height: 21px;
}
.os-header2-cart-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
.os-header2-cart-vertical-total-cart {
  background-color: #E6F0E8;
  padding: 15px 10px 15px 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.os-header2-cart-vertical-total-cart-price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616d7a;
  font-size: 24px;
  font-weight: 700;
}
.os-header2-cart-vertical-total-cart-price > .os-sliver-pricetag {
  margin-left: 8px;
  height: unset;
}
.os-header2-cart-vertical-total-cart-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  color: #616d7a;
  font-size: 16px;
  line-height: 18px !important;
  height: 21px;
  font-weight: 700;
}
.os-header2-cart-vertical-total-cart-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  line-height: 21px;
  height: 21px;
  vertical-align: unset;
}
.os-header2-cart-vertical:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  height: 20px;
  width: 20px;
  right: 20px;
  top: -20px;
}
.os-header2-cart-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #616d7a;
}
.os-header2-cart-wrapper:hover {
  color: #9BCB52;
}
.os-header2-cart-wrapper > svg {
  height: 25px;
  width: 25px;
  color: #616d7a;
}
.os-header2-cart-notification {
  position: relative;
  background-color: #cd0218;
  top: -11px;
  left: -9px;
  border-radius: 50%;
  color: white;
  font-size: 9px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
}
.os-header2-cart-notification.empty {
  background-color: #929292;
}
.os-header2-cart-empty {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 12px;
  color: #616d7a;
  text-align: center;
}
.os-header2-library {
  position: relative;
}
.os-header2-library-mobile {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  position: fixed;
  background-color: white;
  width: 100%;
  left: 0;
  top: 50px;
  visibility: hidden;
  padding: 0px 0px 10px 0px;
}
.os-header2-library-mobile-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  z-index: 100;
}
.os-header2-library-text {
  font-size: 12px;
  color: #616d7a;
}
.os-header2-library-vertical {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  min-width: 250px;
  max-width: 360px;
  top: 50px;
}
.os-header2-library-vertical-prod {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.os-header2-library-vertical-total {
  background-color: #E6F0E8;
  padding: 25px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  width: 100%;
}
.os-header2-library-vertical-total-price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #616d7a;
  margin-bottom: 15px;
}
.os-header2-library-vertical-total-price > .os-sliver-pricetag {
  margin-left: 8px;
  height: unset;
}
.os-header2-library-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  color: #616d7a;
  font-size: 10px;
  line-height: 21px;
  height: 21px;
}
.os-header2-library-vertical-total-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
.os-header2-library-vertical:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E6F0E8;
  height: 20px;
  width: 20px;
  left: 20px;
  top: -20px;
}
.os-header2-library-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #616d7a;
}
.os-header2-library-wrapper:hover {
  color: #9BCB52;
}
.os-header2-language {
  position: relative;
  margin-right: 20px;
  color: #616d7a;
  font-size: 14px;
  font-weight: normal;
}
.os-header2-language-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.os-header2-language-wrapper > svg:first-child {
  margin-right: 10px;
  font-size: 24px;
}
.os-header2-language:hover {
  color: #9BCB52;
}
.os-header2-nav {
  display: inline-block;
  position: relative;
  color: #616d7a;
  font-size: 14px;
  font-weight: normal;
  margin-left: 35px;
}
.os-header2-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-header2-nav-wrapper > svg {
  height: 25px;
  width: 25px;
  color: #616d7a;
}
.os-header2-nav-wrapper > svg:first-child {
  margin-right: 10px;
  font-size: 24px;
}
.os-header2-nav.left .os-header2-vertical {
  right: -198px;
}
.os-header2-nav.left .os-header2-vertical::before {
  left: 20px;
  right: 0;
}
.os-header2-nav-active {
  color: #9BCB52;
}
.os-header2-nav:hover {
  color: #9BCB52;
}
.os-header2-nav::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.os-header2-nav-live-point {
  animation: academyflash 2s linear 0s infinite forwards;
  height: 12px;
  width: 12px;
  margin-right: 8px;
  background-color: #D0021B;
  border-radius: 100%;
}
.os-header2-nav-live-bold {
  font-weight: bold;
}
.os-header2-mobile {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  height: 50px;
  display: none;
  padding: 0px 10px;
}
.os-header2-mobile-alert {
  position: absolute;
  top: 0px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 9px;
  background-color: #cd0218;
  color: white;
  font-weight: bold;
  right: -6px;
  top: -3px;
  animation: 1.5s ease 0s 1 normal none running pulse;
}
.os-header2-mobile-menu {
  display: inline-flex;
  font-size: 20px;
  position: relative;
}
.os-header2-mobile-menu .os-header2-nav-live-point {
  position: absolute;
  left: 12px;
  top: -4px;
}
.os-header2-mobile-menu > svg {
  height: 20px;
  width: 20px;
  color: #616d7a;
}
.os-header2-mobile-menu > svg:first-child {
  margin-right: 10px;
  font-size: 24px;
}
.os-header2-mobile-main {
  background-color: #fff;
  height: 100%;
  left: 0;
  max-width: 80%;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  width: 300px;
  z-index: 1002;
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate3d(-100%, 0, 0);
}
.os-header2-mobile-main-open {
  transform: translate3d(0, 0, 0);
}
.os-header2-mobile-main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #00000099;
  z-index: 1001;
  transition: visibility 600ms ease-out, opacity 600ms ease-out;
}
.os-header2-mobile-main-overlay-show {
  visibility: visible;
  opacity: 1;
}
.os-header2-mobile-main-structure {
  display: flex;
  flex-direction: column;
  position: absolute;
  min-height: 100%;
  width: 100%;
  z-index: 2;
  overflow-y: auto;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: 600ms cubic-bezier(0.42, 0, 0, 0.99);
  transform: translate3d(0, 0, 0);
}
.os-header2-mobile-main-structure-left {
  transform: translate3d(-100%, 0, 0) !important;
}
.os-header2-mobile-main-structure-child {
  transform: translate3d(100%, 0, 0);
}
.os-header2-mobile-main-structure-child-active {
  transform: translate3d(0, 0, 0);
}
.os-header2-mobile-main-user {
  width: 100%;
  height: 100px;
  display: flex;
  padding: 25px;
  background-color: #E6F0E8;
  font-size: 12px;
  align-items: center;
  text-align: left;
}
.os-header2-mobile-main-user-img {
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
}
.os-header2-mobile-vertical-item {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ebedf0;
  color: #616d7a;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
  display: grid;
  grid-template-columns: min-content 1fr minmax(min-content, 20px);
}
.os-header2-mobile-vertical-item-alert {
  color: #cd0218 !important;
}
.os-header2-mobile-vertical-item > svg {
  height: 20px;
  width: 20px;
  color: #616d7a;
}
.os-header2-mobile-vertical-item-back {
  background-color: #fff;
}
.os-header2-mobile-vertical-item-menu {
  background-color: #E6F0E8;
}
.os-header2-mobile-vertical-item-active {
  color: #9BCB52;
}
.os-header2-mobile-vertical-item:hover {
  color: #9BCB52;
}
.os-header2-mobile-vertical-item > img {
  max-height: 20px;
  box-shadow: 1px 1px 3px rgba(20, 20, 20, 0.1), -1px -1px 3px rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 1180px) {
  .os-header2 {
    display: none;
  }
  .os-header2-left {
    flex: 1;
  }
  .os-header2-logo {
    display: inline-flex;
  }
  .os-header2-logo-mobile {
    display: none;
  }
  .os-header2-notifications-vertical {
    visibility: hidden;
  }
  .os-header2-notifications-mobile {
    visibility: visible;
  }
  .os-header2-notifications-mobile-modal {
    visibility: visible;
  }
  .os-header2-notifications-wrapper > svg {
    height: 25px;
    width: 25px;
    color: #616d7a;
  }
  .os-header2-cart-vertical {
    visibility: hidden;
  }
  .os-header2-cart-mobile {
    visibility: visible;
  }
  .os-header2-cart-mobile-modal {
    visibility: visible;
  }
  .os-header2-cart-wrapper > svg {
    height: 25px;
    width: 25px;
    color: #616d7a;
  }
  .os-header2-library-vertical {
    visibility: hidden;
  }
  .os-header2-library-mobile {
    visibility: visible;
  }
  .os-header2-library-mobile-modal {
    visibility: visible;
  }
  .os-header2-mobile {
    display: flex;
  }
}
@media screen and (max-width: 809px) {
  .os-header2-anchor-logo-tablet {
    display: none;
  }
  .os-header2-logo {
    display: none;
  }
  .os-header2-logo-mobile {
    display: inline-flex;
  }
}
.os-templates-footer {
  background-color: #616d7b;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border: 1px solid #616d7b;
  font-weight: 300;
  bottom: 0;
  padding: 32px 0 0 0;
  font-weight: 500;
}
.os-templates-footer-logo {
  width: 100%;
  height: 38px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.os-templates-footer-catchphrase {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 0 55px;
}
.os-templates-footer > div {
  border: 1px solid #616d7b;
  margin: 0 0 25px 0;
  background-color: #616d7b;
}
.os-templates-footer > div p {
  margin: 0px;
}
.os-templates-footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 500;
}
.os-templates-footer a:hover,
.os-templates-footer a.actualpage {
  text-decoration: underline;
}
.os-templates-footer a.os-templates-footer-social-anchor {
  text-decoration: none;
}
.os-templates-footer a.os-templates-footer-social-anchor:hover {
  text-decoration: none;
}
.os-templates-footer-social-img {
  font-size: 35px;
  margin: 0 12px;
}
.os-templates-footer-social-text {
  line-height: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 809px) {
  .os-templates-footer > div:not(.os-templates-footer-social-wrapper) {
    display: flex;
    flex-direction: column;
  }
}
.os-templates-cookiebanner {
  width: 100%;
  background-color: #0084B4;
}
.os-templates-cookiebanner-close {
  position: absolute;
  padding: 14px 80px 0 80px;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 0;
  color: #fff;
  max-width: 1366px;
  display: block;
  margin: auto;
  right: 0;
  /* padding-right: 80px; */
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  left: 0;
}
.os-templates-cookiebanner-text,
.os-templates-cookiebanner-title {
  padding: 20px 80px 14px 80px;
  color: #fff;
  margin: 0;
  max-width: 1366px;
  margin: auto;
  text-align: justify;
  font-size: 0.9rem;
}
.os-templates-cookiebanner-text a,
.os-templates-cookiebanner-title a {
  color: #fff;
}
.os-templates-cookiebanner-title {
  padding: 14px 80px 5px 80px;
}
@media screen and (max-width: 1180px) {
  .os-templates-cookiebanner-close {
    padding: 8px 20px 24px 20px;
  }
  .os-templates-cookiebanner-close span {
    font-size: 24px;
  }
  .os-templates-cookiebanner-text {
    padding: 5px 20px 24px 20px;
    text-align: left;
  }
  .os-templates-cookiebanner-title {
    padding: 14px 20px 5px 20px;
  }
}
.os-footer2 {
  background-color: #616D7A;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 94px;
  padding-left: 94px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.os-footer2-link:hover {
  text-decoration: underline;
  color: white;
}
.os-footer2-link:focus {
  color: white;
}
.os-footer2-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 22px;
}
.os-footer2-label:not(:first-child) {
  margin-top: 25px;
}
.os-footer2-text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
  margin-bottom: 5px;
}
.os-footer2-social-icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-footer2-social-icon > svg {
  height: 30px;
  width: 30px;
}
.os-footer2-upper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 75px;
}
.os-footer2-logo {
  width: 306px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 122px;
  flex-shrink: 0;
  margin-bottom: 40px;
}
.os-footer2-logo-ADA {
  width: 306px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 122px;
  flex-shrink: 0;
}
.os-footer2-text-ADA-container {
  width: 325px;
  font-size: 14px;
}
.os-footer2-sections {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-footer2-links {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-footer2-items {
  margin-right: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-footer2-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
}
.os-footer2-lower {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #828D99;
}
.os-footer2-legal {
  width: 450px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
}
.os-footer2-legal .os-footer2-text {
  margin-right: 20px;
}
.os-footer2-policies {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  flex-direction: row;
  max-width: max-content;
}
.os-footer2-socials {
  width: 220px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}
.os-footer2-select {
  background-color: #616D7A;
  border: 1px solid #FFFFFF;
  color: white;
  font-size: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 0L7.5 6L12 0H15L7.5 10L0 0H3Z" fill="white"/></svg>');
}
.os-footer2-app {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}
.os-footer2-app img {
  color: white;
  height: 35px;
  margin-bottom: 16px;
  margin-right: 16px;
}
.os-footer2-newsLetterButton {
  overflow: hidden;
  white-space: nowrap;
  width: 306px;
  display: flex;
  justify-content: center;
}
.os-footer2-logoWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1180px) {
  .os-footer2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .os-footer2-upper {
    flex-direction: column;
    align-items: center;
  }
  .os-footer2-logo {
    margin: auto;
    margin-bottom: 75px;
    text-align: center;
    margin-bottom: 40px;
  }
  .os-footer2-logo-ADA {
    margin: auto;
    text-align: center;
  }
  .os-footer2-text-ADA-container {
    width: 325px;
    font-size: 14px;
    margin-left: 18px;
    margin-bottom: 40px;
  }
  .os-footer2-items {
    margin-right: 50px;
  }
  .os-footer2-app {
    flex-direction: column;
  }
  .os-footer2-newsLetterButton {
    overflow: hidden;
    white-space: nowrap;
    width: 306px;
    display: flex;
    justify-content: center;
  }
  .os-footer2-logoWrapper {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 809px) {
  .os-footer2 {
    padding-top: 35px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-footer2-text {
    font-size: 12px;
  }
  .os-footer2-select {
    font-size: 12px;
  }
  .os-footer2-upper {
    align-items: center;
  }
  .os-footer2-sections {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .os-footer2-section {
    width: 165px;
    align-items: center;
  }
  .os-footer2-label {
    font-size: 14px;
  }
  .os-footer2-items {
    margin-bottom: 50px;
  }
  .os-footer2-logoWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .os-footer2-logo {
    width: 275px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .os-footer2-logo-ADA {
    width: 275px;
    margin: auto;
    text-align: center;
  }
  .os-footer2-text-ADA-container {
    width: 295px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  .os-footer2-legal {
    width: 100%;
    flex-direction: column;
  }
  .os-footer2-legal .os-footer2-text {
    margin-right: 0;
  }
  .os-footer2-legal > span.os-footer2-text {
    margin-bottom: 15px;
  }
  .os-footer2-policies {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }
  .os-footer2-app {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .os-footer2-newsLetterButton {
    white-space: nowrap;
    overflow: hidden;
    width: 306px;
    display: flex;
    justify-content: center;
  }
}
.vimeo-wrapper {
  background-color: #151515;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.chat-vimeo {
  width: 400px;
  height: 100%;
  display: block;
  background: white;
  padding: 10px;
  padding-top: 0px;
}
@media screen and (max-width: 809px) {
  .chat-vimeo {
    width: unset;
    flex-shrink: 0;
    height: 400px;
  }
  .vimeo-wrapper {
    flex-direction: column;
  }
  .vimeo-wrapper iframe:nth-child(1) {
    width: 100vw!important;
    height: 55.25vw !important;
  }
}
.os-header-iao {
  position: sticky;
  background: white;
  top: 0;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 17px;
  padding-left: 25.5px;
  z-index: 999;
}
.os-header-iao::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  height: 5px;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
}
.os-header-iao-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 25px;
  cursor: pointer;
}
.os-header-iao-toggle {
  width: 20px;
  height: 20px;
  visibility: hidden;
  position: absolute;
  left: 15px;
}
.os-header-iao-link {
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
  color: #616D7A;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
}
.os-header-iao-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 330px;
  background: white;
  transform: translateX(-100%);
  z-index: 1001;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  transition: all 600ms cubic-bezier(0.42, 0, 0, 0.99);
}
.os-header-iao-menu.detail .os-header-iao-menu-root,
.os-header-iao-menu.detail .os-header-iao-menu-links {
  transform: translateX(-100%);
}
.os-header-iao-menu-root,
.os-header-iao-menu-links {
  width: 330px;
  flex-shrink: 0;
  transform: translateX(0);
  transition: all 600ms cubic-bezier(0.42, 0, 0, 0.99);
}
.os-header-iao-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  display: none;
  transition: all 600ms cubic-bezier(0.42, 0, 0, 0.99);
}
.os-header-iao-popover {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  top: 50px;
  left: -15px;
  position: absolute;
  width: 240px;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.05);
}
.os-header-iao-popover::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  height: 20px;
  width: 20px;
  left: 20px;
  top: -20px;
}
.os-header-iao-popover * {
  padding: 12px 15px;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.os-header-iao-popover *:hover {
  color: #A3C63F;
}
.os-header-iao-logout {
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #616D7A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.os-header-iao-logout svg {
  transform: translateY(-1px);
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.os-header-iao-logout:hover {
  color: #A3C63F;
}
@media screen and (max-width: 1180px) {
  .no-scroll {
    overflow: hidden;
  }
  .os-header-iao {
    justify-content: center;
  }
  .os-header-iao-link {
    display: none;
  }
  .os-header-iao-logo {
    margin: 0;
  }
  .os-header-iao-toggle {
    visibility: visible;
  }
  .os-header-iao-backdrop.open {
    opacity: 1;
    display: block;
  }
  .os-header-iao-menu-root *,
  .os-header-iao-menu-links * {
    display: block;
    padding: 12px 15px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  .os-header-iao-menu-root *:hover,
  .os-header-iao-menu-links *:hover {
    color: #A3C63F;
  }
  .os-header-iao-menu.open {
    opacity: 1;
    display: flex;
    transform: translateX(0px);
  }
}
.os-academy-footer {
  background-color: #616D7A;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 94px;
  padding-left: 94px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.os-academy-footer-link:hover {
  text-decoration: underline;
  color: white;
}
.os-academy-footer-text {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: white;
  white-space: nowrap;
}
.os-academy-footer-social-icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-academy-footer-social-icon > svg {
  height: 30px;
  width: 30px;
}
.os-academy-footer-links {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-academy-footer-lower {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #828D99;
}
.os-academy-footer-legal {
  width: 450px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
}
.os-academy-footer-legal .os-footer2-text {
  margin-right: 20px;
}
.os-academy-footer-policies {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  flex-direction: row;
  max-width: 300px;
}
.os-academy-footer-socials {
  width: 220px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .os-academy-footer {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 809px) {
  .os-academy-footer {
    padding-top: 35px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-academy-footer-text {
    font-size: 12px;
  }
  .os-academy-footer-label {
    font-size: 14px;
  }
  .os-academy-footer-legal {
    width: 100%;
    flex-direction: column;
  }
  .os-academy-footer-legal .os-footer2-text {
    margin-right: 0;
  }
  .os-academy-footer-policies {
    justify-content: space-between;
    width: 100%;
  }
}
.os-log-tag {
  color: #617d8b;
  margin: 5px 10px;
  width: 50px;
  display: inline-block;
}
.os-log-op {
  color: #7c96a3;
  margin: 5px 10px;
  width: 100px;
  display: inline-block;
}
.os-log-message {
  color: #616d7a;
  margin: 5px 10px;
  display: inline-block;
}
.os-templates-full-full-element {
  max-width: 100%;
  min-height: calc(100vh - 323px);
}
.os-templates-full-myalert > div {
  display: inline-block;
  left: 50%;
  border-radius: 5px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 3000;
}
.os-templates-full-with-padding {
  display: block !important;
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.os-templates-full-wrapper {
  background-color: #F9F9F9;
}
.os-templates-full-wrapper > iframe {
  width: 336px !important;
  height: 189px !important;
}
.os-templates-full-wrapper-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.os-templates-full-wrapper-subtitle {
  font-size: 24px;
  color: #9BCB52;
  margin: 10px 20px;
}
.os-templates-full-wrapper-subtitle a {
  color: #617d8b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}
.os-templates-full-wrapper-description {
  font-size: 14px;
  color: #617d8b;
  margin-bottom: 40px;
}
.os-templates-full-clearfix {
  background-color: #efefef;
  height: 15px;
}
@media screen and (min-width: 1181px) {
  .os-templates-full {
    margin: auto;
  }
  .os-templates-full-wrapper-title {
    font-size: 24px;
    color: #000;
    max-width: 70%;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .os-templates-full-wrapper-subtitle {
    font-size: 24px;
    color: #9BCB52;
    max-width: 70%;
  }
  .os-templates-full-wrapper-description {
    font-size: 14px;
    color: #617d8b;
    max-width: 70%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 809px) {
  .os-templates-full {
    width: 100%;
  }
  .os-templates-full-with-padding {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .os-templates-full-wrapper {
    padding: 0;
  }
  .os-templates-full-wrapper-title {
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .os-templates-full-wrapper-subtitle {
    width: 100%;
  }
  .os-templates-full-wrapper-description {
    max-width: 100%;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-templates-full {
    width: 100%;
  }
  .os-templates-full-with-padding {
    display: block !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.mytest {
  margin: auto;
  display: block;
  padding: 10%;
  background-color: rgba(200, 200, 200, 0.5);
}
.os-log-tag {
  color: #617d8b;
  margin: 5px 10px;
  width: 50px;
  display: inline-block;
}
.os-log-op {
  color: #7c96a3;
  margin: 5px 10px;
  width: 100px;
  display: inline-block;
}
.os-log-message {
  color: #616d7a;
  margin: 5px 10px;
  display: inline-block;
}
.os-templates-fullblack-full-element {
  max-width: 100%;
  min-height: calc(100vh - 323px);
  background-color: #151515;
}
.os-templates-fullblack-myalert > div {
  display: inline-block;
  left: 50%;
  border-radius: 5px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 3000;
}
.os-templates-fullblack-with-padding {
  display: block !important;
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.os-templates-fullblack-wrapper {
  background-color: #151515;
}
.os-templates-fullblack-wrapper > iframe {
  width: 336px !important;
  height: 189px !important;
}
.os-templates-fullblack-wrapper-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.os-templates-fullblack-wrapper-subtitle {
  font-size: 24px;
  color: #9BCB52;
  margin: 10px 20px;
}
.os-templates-fullblack-wrapper-subtitle a {
  color: #617d8b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}
.os-templates-fullblack-wrapper-description {
  font-size: 14px;
  color: #617d8b;
  margin-bottom: 40px;
}
.os-templates-fullblack-clearfix {
  background-color: #efefef;
  height: 15px;
}
@media screen and (min-width: 1181px) {
  .os-templates-fullblack {
    margin: auto;
  }
  .os-templates-fullblack-wrapper-title {
    font-size: 24px;
    color: #000;
    max-width: 70%;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .os-templates-fullblack-wrapper-subtitle {
    font-size: 24px;
    color: #9BCB52;
    max-width: 70%;
  }
  .os-templates-fullblack-wrapper-description {
    font-size: 14px;
    color: #617d8b;
    max-width: 70%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 809px) {
  .os-templates-fullblack {
    width: 100%;
  }
  .os-templates-fullblack-with-padding {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .os-templates-fullblack-wrapper {
    padding: 0;
  }
  .os-templates-fullblack-wrapper-title {
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .os-templates-fullblack-wrapper-subtitle {
    width: 100%;
  }
  .os-templates-fullblack-wrapper-description {
    max-width: 100%;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-templates-fullblack {
    width: 100%;
  }
  .os-templates-fullblack-with-padding {
    display: block !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.mytest {
  margin: auto;
  display: block;
  padding: 10%;
  background-color: rgba(200, 200, 200, 0.5);
}
.os-small-column2 {
  background-color: #F9F9F9;
}
.os-small-column2-title {
  color: #252b32;
  margin-bottom: 110px;
  margin-top: 35px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.os-small-column2-main {
  border-radius: 10px;
  padding: 50px 25px;
  background-color: #ffffff;
  border: 1px solid #929292;
  width: 100%;
  max-width: 425px;
  display: block;
  margin: auto;
  position: relative;
  top: -75px;
}
.os-small-column2-background {
  background-color: #e6f0e8;
}
@media screen and (max-width: 1180px) {
  .os-small-column2-title {
    padding-top: 48px;
  }
  .os-small-column2-main {
    width: 85%;
  }
}
.os-small-column2-basic {
  background-color: #F9F9F9;
}
.os-small-column2-basic-title {
  color: #252b32;
  margin-bottom: 110px;
  margin-top: 35px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.os-small-column2-basic-main {
  border-radius: 10px;
  padding: 50px 25px;
  background-color: #ffffff;
  border: 1px solid #929292;
  width: 100%;
  max-width: 425px;
  display: block;
  margin: auto;
  position: relative;
  top: -75px;
}
.os-small-column2-basic-background {
  background-color: #e6f0e8;
}
@media screen and (max-width: 1180px) {
  .os-small-column2-title {
    padding-top: 48px;
  }
  .os-small-column2-main {
    width: 85%;
  }
}
.os-templates-hq .os-templates-hq-container {
  display: table;
}
.os-templates-hq-sidebar {
  display: table-cell;
  max-width: 20vw;
  min-width: 15vw;
  vertical-align: top;
  padding-right: 20px;
  border-right: 1px solid #617d8b;
  height: 100%;
}
.os-templates-hq-main {
  display: table-cell;
  max-width: 80vw;
  min-width: 70vw;
  vertical-align: top;
  padding-left: 20px;
  height: 100%;
}
.os-templates-hq-footer {
  padding: 2em 0;
}
.os-templates-hq-footer-in {
  border-top: 2px solid #e4eee6;
  padding-top: 1em;
  font-size: 1em;
  text-align: center;
}
.os-templates-hq-footer-in a {
  color: #9BCB52;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0.4em;
}
.os-templates-hq-footer:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 809px) {
  .os-templates-hq-sidebar {
    display: block;
    max-width: 100vw;
    min-width: 100vw;
    border-bottom: 1px solid #617d8b;
  }
  .os-templates-hq-main {
    display: block;
    max-width: 100vw;
    min-width: 100vw;
    padding: 0px 5px;
  }
}
.os-templates-error {
  text-align: center;
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40vw;
  z-index: 3000;
}
.os-templates-error-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 3rem 0 0;
  border-radius: 3px;
}
.os-templates-error-wrapper-cross {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 2rem;
  line-height: 1.5rem;
  color: #8a8a8a;
}
.os-templates-error-wrapper-message {
  margin: auto;
  padding: 5px;
  display: inline-block;
  margin-bottom: 0px !important;
  text-align: left;
}
.os-templates-error-ismessage {
  background-color: #dffddf;
  border: 2px solid #009900;
}
.os-templates-error-ismessage > .os-templates-error-wrapper-message {
  color: #000000;
}
.os-templates-error-iserror {
  background-color: #fddfdf;
  border: 2px solid #990000;
}
.os-templates-error-iserror > .os-templates-error-wrapper-message {
  color: #ff0000;
}
.os-templates-error2 {
  text-align: center;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40vw;
  z-index: 3000;
}
.os-templates-error2-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 3rem 0 2rem;
  border-radius: 3px;
}
.os-templates-error2-wrapper-emoji {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.os-templates-error2-wrapper-cross {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 2rem;
  line-height: 1.5rem;
  color: #8a8a8a;
}
.os-templates-error2-wrapper-message {
  margin: auto;
  padding: 5px;
  display: inline-block;
  margin-bottom: 0px !important;
  text-align: left;
}
.os-templates-error2-ismessage {
  background-color: #dffddf;
  border: 2px solid #009900;
}
.os-templates-error2-ismessage > .os-templates-error2-wrapper-message {
  color: #000000;
}
.os-templates-error2-iswarning {
  background-color: #fdfdcc;
  border: 2px solid #999900;
}
.os-templates-error2-iswarning > .os-templates-error2-wrapper-message {
  color: #000000;
}
.os-templates-error2-iserror {
  background-color: #fddfdf;
  border: 2px solid #990000;
}
.os-templates-error2-iserror > .os-templates-error2-wrapper-message {
  color: #ff0000;
}
@media screen and (max-width: 809px) {
  .os-templates-error {
    top: 0;
    max-width: 100vw;
    left: 0;
    transform: none;
  }
  .os-templates-error2 {
    top: 0;
    max-width: 100vw;
    left: 0;
    transform: none;
  }
  .os-templates-error2-wrapper {
    padding: 0 3rem 0 0;
  }
  .os-templates-error2-wrapper-emoji {
    display: none;
  }
}
.os-medium-column {
  background-color: #F9F9F9;
}
.os-medium-column-title {
  color: #252b32;
  margin-bottom: 110px;
  margin-top: 35px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.os-medium-column-main {
  padding: 50px 25px;
  background-color: #ffffff;
  border: 1px solid #929292;
  width: 100%;
  max-width: 825px;
  display: block;
  margin: auto;
  position: relative;
  top: -75px;
}
.os-medium-column-background {
  background-color: #e6f0e8;
}
@media screen and (max-width: 1180px) {
  .os-medium-column-title {
    padding-top: 48px;
  }
  .os-medium-column-main {
    min-width: 400px;
    width: 100%;
  }
}
.os-black-friday {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.3) 100%), url('/res/formLeads/blackFriday/bg-page.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-bottom: 150px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-black-friday-form {
  width: 450px;
  background-color: #151515;
  border-radius: 15px;
  padding: 50px;
}
.os-black-friday-text {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.os-black-friday-button {
  min-width: 200px !important;
  width: max-content !important;
}
.os-black-friday-button:hover {
  color: white;
}
.os-black-friday-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 750px;
  margin-bottom: 50px;
  color: white;
}
.os-black-friday-header-title {
  margin-bottom: 25px;
  max-width: 339px;
  max-height: 356px;
  width: 100%;
  align-self: center;
  margin-top: 50px;
}
.os-black-friday-header-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.os-black-friday-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-black-friday-input {
  background: #151515;
}
.os-black-friday-input input:-webkit-autofill,
.os-black-friday-input input:-webkit-autofill:hover,
.os-black-friday-input input:-webkit-autofill:active,
.os-black-friday-input input:-webkit-autofill:focus {
  background: #252B32 !important;
  color: white!important;
  -webkit-text-fill-color: white !important;
}
.os-black-friday-input .os-checkboxpebble {
  align-items: center!important;
  min-height: 52px!important;
  min-width: 140px!important;
  margin-bottom: 9px!important;
}
.os-black-friday-input .os-checkboxpebble-label {
  color: #929292 !important;
  line-height: 19px!important;
  padding-right: 10px!important;
}
.os-black-friday-input .os-checkboxpebble-fake {
  background: #151515 !important;
}
.os-black-friday-input .os-search-suggestions {
  border: none !important;
  border-left: 1px solid #252B32 !important;
  border-right: 1px solid #252B32 !important;
  border-bottom: 1px solid #252B32 !important;
  background: #151515 !important;
}
.os-black-friday-input .os-search-suggestions-item-text {
  color: white!important;
}
.os-black-friday-input .os-search-suggestions-item:hover {
  background: #252B32 !important;
}
.os-black-friday-input .os-pebble2-search-input {
  color: white!important;
  border: none !important;
  border-bottom: 1px solid #252B32 !important;
  background: inherit!important;
}
.os-black-friday-input .os-pebble2-search-input::placeholder {
  color: #929292 !important;
}
.os-black-friday-input .os-pebble2-input {
  color: white!important;
  border: none !important;
  border-bottom: 1px solid #252B32 !important;
  background: inherit!important;
}
.os-black-friday-input .os-pebble2-input:-internal-autofill-selected {
  color: white!important;
  background: inherit!important;
}
.os-black-friday-input .os-pebble2-input::placeholder {
  color: #929292 !important;
}
.os-black-friday-input .os-pebble2-input.is-invalid-input {
  background: inherit!important;
  border-bottom: 1px solid #cd0218 !important;
}
.os-black-friday-input .os-pebble2-input.is-invalid-input:not(:focus) {
  background: inherit!important;
  border-bottom: 1px solid #cd0218 !important;
}
.os-black-friday-input .os-checkboxpebble-fake.is-invalid-input,
.os-black-friday-input .os-checkboxpebble-label.is-invalid-input {
  background: inherit!important;
}
.os-black-friday-input .os-pebble2-upper-title {
  color: #929292 !important;
  font-weight: normal!important;
}
.os-black-friday-main {
  padding: 50px 50px;
  background-color: #151515;
  border: none;
  border-radius: 15px;
  color: white;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
.os-black-friday-background {
  background-color: #e6f0e8;
}
.os-black-friday-download-wrapper {
  width: 450px;
  background: #151515;
  border-radius: 15px;
  padding: 50px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-black-friday {
    background: linear-gradient(to bottom, #000000 10%, rgba(0, 0, 0, 0.3) 100%), url('/res/formLeads/blackFriday/bg-page.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 150px;
    min-height: 100vh;
  }
  .os-black-friday-header {
    max-width: 650px;
  }
}
@media screen and (max-width: 809px) {
  .os-black-friday {
    background: linear-gradient(to bottom, #000000 10%, rgba(0, 0, 0, 0.3) 100%), url('/res/formLeads/blackFriday/bg-page.jpg');
    background-position-x: center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 100px;
  }
  .os-black-friday-form {
    width: 390px;
    background-color: #151515;
    border-radius: 15px;
    padding: 50px;
  }
  .os-black-friday-main {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-black-friday-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
  }
  .os-black-friday-input .os-checkboxpebble-label {
    font-size: 12px!important;
  }
  .os-black-friday-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .os-black-friday-header-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
  }
  .os-black-friday-header-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }
  .os-black-friday-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .os-black-friday-download-wrapper {
    width: 100%;
  }
}
.os-inspirational-days {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 75px 75px 250px 75px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
.os-inspirational-days .os-privacy-popup {
  color: #000;
}
.os-inspirational-days-form {
  width: 450px;
  background-color: #151515;
  border-radius: 15px;
  padding: 50px;
}
.os-inspirational-days-text {
  color: #fff;
  width: 750px;
  max-width: 90%;
  margin-bottom: 50px;
}
.os-inspirational-days-text-title {
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  max-width: 90%;
  margin: 0 auto 40px auto;
  line-height: 30px;
}
.os-inspirational-days-text p {
  margin: 0px;
}
.os-inspirational-days-text p:first-of-type {
  font-size: 24px;
  font-weight: 700;
  width: max-content;
  max-width: 97%;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-inspirational-days-button {
  min-width: 200px;
  width: max-content;
}
.os-inspirational-days-button:hover {
  color: white;
}
.os-inspirational-days-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 750px;
  margin-bottom: 40px;
  color: white;
}
.os-inspirational-days-header-title {
  max-width: 339px;
  max-height: 356px;
  width: 100%;
  align-self: center;
}
.os-inspirational-days-header-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.os-inspirational-days-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-inspirational-days .os-checkboxpebble label {
  color: #fff;
}
.os-inspirational-days-main {
  padding: 50px 50px;
  background-color: #151515;
  border: none;
  border-radius: 15px;
  color: white;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
.os-inspirational-days-background {
  background-color: #e6f0e8;
}
.os-inspirational-days-download-wrapper {
  width: 450px;
  background: #151515;
  border-radius: 15px;
  padding: 50px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-inspirational-days {
    background: linear-gradient(to bottom, #000000 10%, rgba(0, 0, 0, 0.3) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 75px 75px 250px 75px;
    min-height: 100vh;
  }
  .os-inspirational-days-header {
    max-width: 650px;
  }
}
@media screen and (max-width: 809px) {
  .os-inspirational-days {
    background: linear-gradient(to bottom, #000000 10%, rgba(0, 0, 0, 0.3) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
    background-position-x: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0 150px 0;
  }
  .os-inspirational-days-form {
    width: 390px;
    background-color: #151515;
    border-radius: 15px;
    padding: 50px;
  }
  .os-inspirational-days-main {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-inspirational-days-text {
    color: #fff;
    width: 750px;
    max-width: 90%;
    margin-bottom: 40px;
  }
  .os-inspirational-days-text p:first-of-type {
    max-width: 100%;
    align-items: flex-start;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
  }
  .os-inspirational-days-input .os-checkboxpebble-label {
    font-size: 12px!important;
  }
  .os-inspirational-days-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .os-inspirational-days-header-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
  }
  .os-inspirational-days-header-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }
  .os-inspirational-days-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.os-popupbanner {
  height: 0px;
  min-height: 0px;
  line-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #A3C63F;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #252B32;
  transition: all 0.3s cubic-bezier(0.8, 0.1, 0.1, 0.8);
  visibility: hidden;
}
.os-popupbanner-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  color: #252B32;
  cursor: pointer;
}
.os-popupbanner-content {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.os-popupbanner-content a {
  text-decoration: underline!important ;
  color: #252B32 !important;
  font-weight: bold!important;
  background-color: transparent!important;
}
.os-popupbanner-open {
  visibility: visible;
  height: auto;
  min-height: 55px;
}
@media screen and (max-width: 809px) {
  .os-popupbanner {
    font-size: 12px;
    line-height: 16px;
  }
  .os-popupbanner-content {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 55px;
    text-align: start;
  }
}
.os-academy-main {
  background-color: #fff;
}
.os-academy-main .vimeo-wrapper {
  background: white;
}
.os-academy-main .os-sliver-icontextlarge {
  width: 153px;
}
.os-academy-iao {
  background: white;
  color: #252B32;
}
.os-academy-iao .vimeo-wrapper {
  background: white;
}
.os-academy-iao-widget {
  margin-left: 25px;
  margin-bottom: 25px;
  float: right;
  background: #616D7A;
  width: 346px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 15px;
  color: white;
}
.os-academy-iao-widget.hidden {
  display: none;
}
.os-academy-iao-widget .os-b1-main {
  width: 250px;
  margin-bottom: 25px;
  align-self: center;
}
.os-academy-iao-margin {
  max-width: 1150px;
  margin: auto;
}
.os-academy-iao-margin.large {
  max-width: 1366px;
}
.os-academy-iao-margin.no-max-width {
  max-width: unset;
}
.os-academy-iao-border {
  position: relative;
}
.os-academy-iao-border::after {
  content: '';
  height: 1px;
  background: #616D7A;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.os-academy-iao-title {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 35px;
}
.os-academy-iao-title.clickable {
  display: inline-block;
  cursor: pointer;
}
.os-academy-iao-title.clickable:hover,
.os-academy-iao-title.clickable:focus {
  color: #a5cc56;
}
.os-academy-iao-title:focus {
  color: white;
}
.os-academy-iao-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.os-academy-iao-section {
  padding: 50px 70px 75px;
  color: white;
}
.os-academy-iao-banner {
  padding: 50px 70px 75px;
  background: #252B32;
  color: white;
}
.os-academy-iao-icons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.os-academy-iao-cover {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1180px) {
  .os-academy-iao-banner,
  .os-academy-iao-section {
    padding: 50px 30px;
  }
  .os-academy-iao-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 50px;
  }
  .os-academy-iao-cover {
    height: 432px;
  }
  .os-academy-iao-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    clear: right;
  }
}
@media screen and (max-width: 809px) {
  .os-academy-iao-widget {
    max-width: 346px;
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .os-academy-iao-banner,
  .os-academy-iao-section {
    padding: 25px 15px;
  }
  .os-academy-iao-title {
    font-size: 32px;
    line-height: 44px;
  }
  .os-academy-iao-cover {
    height: 202px;
  }
}
.os-smallColumn2-black {
  background-color: #000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.os-smallColumn2-black-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.os-smallColumn2-black-main {
  padding: 25px 25px 50px 25px;
  background-color: #252B32;
  border: none;
  border-radius: 5px;
  color: white;
  width: 475px;
  display: block;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-smallColumn2-black {
    min-height: 100vh;
  }
}
@media screen and (max-width: 809px) {
  .os-smallColumn2-black-main {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-smallColumn2-black-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.os-genericForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 75px 250px 75px;
}
.os-genericForm-inspirationalDaysBg {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 100vh;
}
.os-genericForm-blackFridayBg {
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%), url('/res/formLeads/blackFriday/bfBg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 100vh;
}
.os-genericForm .os-privacy-popup {
  color: #000;
}
.os-genericForm-form {
  width: 450px;
  background-color: #151515;
  border-radius: 15px;
  padding: 50px;
}
.os-genericForm-text {
  color: #fff;
  width: 750px;
  max-width: 90%;
  margin-bottom: 50px;
}
.os-genericForm-text-title {
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  max-width: 90%;
  margin: 0 auto 40px auto;
}
.os-genericForm-text p {
  margin: 0 0 22px 0;
}
.os-genericForm-text p:first-of-type {
  font-size: 24px;
  font-weight: 700;
  width: max-content;
  max-width: 94%;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-genericForm-button {
  max-width: 200px;
}
.os-genericForm-button:hover {
  color: white;
}
.os-genericForm-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 750px;
  margin-bottom: 50px;
  color: white;
}
.os-genericForm-header-title {
  margin-bottom: 25px;
  max-width: 280px;
  max-height: 356px;
  width: 100%;
  align-self: center;
}
.os-genericForm-header-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
.os-genericForm-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-genericForm .os-checkboxpebble label {
  color: #fff;
}
.os-genericForm-main {
  padding: 50px 50px;
  background-color: #151515;
  border: none;
  border-radius: 15px;
  color: white;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
.os-genericForm-background {
  background-color: #e6f0e8;
}
.os-genericForm-download-wrapper {
  width: 450px;
  background: #151515;
  border-radius: 15px;
  padding: 50px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-genericForm {
    padding: 75px 75px 250px 75px;
    min-height: 100vh;
  }
  .os-genericForm-inspirationalDaysBg {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 100vh;
  }
  .os-genericForm-blackFridayBg {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%), url('/res/formLeads/blackFriday/bfBg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 100vh;
  }
  .os-genericForm-header {
    max-width: 650px;
  }
}
@media screen and (max-width: 809px) {
  .os-genericForm {
    padding: 75px 0 150px 0;
  }
  .os-genericForm-inspirationalDaysBg {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 100%), url('/res/formLeads/inspirationalDays/inspirational-days-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 100vh;
  }
  .os-genericForm-blackFridayBg {
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%), url('/res/formLeads/blackFriday/bfBg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 100vh;
  }
  .os-genericForm-form {
    width: 390px;
    background-color: #151515;
    border-radius: 15px;
    padding: 50px;
  }
  .os-genericForm-main {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-genericForm-text {
    color: #fff;
    width: 750px;
    max-width: 90%;
    margin-bottom: 50px;
  }
  .os-genericForm-text p:first-of-type {
    max-width: 100%;
    align-items: flex-start;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .os-genericForm-input .os-checkboxpebble-label {
    font-size: 12px!important;
  }
  .os-genericForm-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .os-genericForm-header-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
  }
  .os-genericForm-header-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }
  .os-genericForm-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.os-templates-modern h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 600;
}
.os-templates-modern-header {
  background-color: var(--background-primary);
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-primary);
}
.os-templates-modern-main {
  background-color: var(--background-secondary);
  color: var(--text-secondary);
  padding: 20px;
  max-width: 100%;
  min-height: calc(100vh - 323px);
}
.os-templates-modern-footer {
  background-color: var(--background-tertiary);
  color: var(--text-tertiary);
  border-top: 1px solid var(--border-secondary);
}
.os-templates-modern-button {
  background-color: var(--action-primary);
  color: var(--text-primary);
  border: 1px solid var(--action-primary);
  padding: 10px 20px;
  cursor: pointer;
}
.os-templates-modern-button:hover {
  background-color: var(--action-primary-hover);
}
.os-templates-modern-button:active {
  background-color: var(--action-primary-active);
}
.os-templates-modern-button:disabled {
  background-color: var(--action-primary-disabled);
  cursor: not-allowed;
}
.os-templates-modern-warning {
  background-color: var(--status-warning-bg);
  color: var(--status-warning);
  padding: 20px;
  border: 1px solid var(--border-primary);
}
@font-face {
  font-family: 'icomoon';
  src: url('/xes/2.2.0/icomoon.eot?ugriml');
  src: url('/xes/2.2.0/icomoon.eot?ugriml#iefix') format('embedded-opentype'), url('/xes/2.2.0/icomoon.ttf?ugriml') format('truetype'), url('/xes/2.2.0/icomoon.woff?ugriml') format('woff'), url('/xes/2.2.0/icomoon.svg?ugriml#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="vjs-icon-"],
[class*="vjs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'VideoJS' !important;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.effect-spin {
  animation: spin 2s linear infinite;
}
.effect-pulse {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-timing-function: steps(8, end);
}
.icon-arrowDown:before {
  content: "\e900";
}
.icon-arrowLeft:before {
  content: "\e901";
}
.icon-arrowRight:before {
  content: "\e902";
}
.icon-arrowUp:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e904";
}
.icon-bin:before {
  content: "\e905";
}
.icon-book:before {
  content: "\e906";
}
.icon-bookmarks:before {
  content: "\e907";
}
.icon-broadcasting:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e909";
}
.icon-camera-no:before {
  content: "\e90a";
}
.icon-camera:before {
  content: "\e90b";
}
.icon-cart:before {
  content: "\e90c";
}
.icon-cartAdd:before {
  content: "\e90d";
}
.icon-cartAdded:before {
  content: "\e90e";
}
.icon-case:before {
  content: "\e90f";
}
.icon-check:before {
  content: "\e910";
}
.icon-circledArrowLeft:before {
  content: "\e911";
}
.icon-circledArrowRight:before {
  content: "\e912";
}
.icon-circledPlay:before {
  content: "\e913";
}
.icon-circledPlayThin:before {
  content: "\e914";
}
.icon-close:before {
  content: "\e915";
}
.icon-comment:before {
  content: "\e916";
}
.icon-commentText:before {
  content: "\e917";
}
.icon-creditCard:before {
  content: "\e918";
}
.icon-cup:before {
  content: "\e919";
}
.icon-download:before {
  content: "\e91a";
}
.icon-drag:before {
  content: "\e91b";
}
.icon-eye:before {
  content: "\e91c";
}
.icon-facebook:before {
  content: "\e91d";
}
.icon-flag:before {
  content: "\e91e";
}
.icon-gear:before {
  content: "\e91f";
}
.icon-globe:before {
  content: "\e920";
}
.icon-instagram:before {
  content: "\e921";
}
.icon-layers:before {
  content: "\e922";
}
.icon-lens:before {
  content: "\e923";
}
.icon-linkedin:before {
  content: "\e924";
}
.icon-list:before {
  content: "\e925";
}
.icon-logout:before {
  content: "\e926";
}
.icon-mail:before {
  content: "\e927";
}
.icon-mic:before {
  content: "\e928";
}
.icon-note:before {
  content: "\e929";
}
.icon-paperclip:before {
  content: "\e92a";
}
.icon-pen:before {
  content: "\e92b";
}
.icon-placeholder:before {
  content: "\e92c";
}
.icon-play:before {
  content: "\e92d";
}
.icon-plus:before {
  content: "\e92e";
}
.icon-presentation:before {
  content: "\e92f";
}
.icon-share:before {
  content: "\e930";
}
.icon-squares:before {
  content: "\e931";
}
.icon-subtitles:before {
  content: "\e932";
}
.icon-telephone:before {
  content: "\e933";
}
.icon-timer:before {
  content: "\e934";
}
.icon-triangleDown:before {
  content: "\e935";
}
.icon-triangleLeft:before {
  content: "\e936";
}
.icon-triangleRight:before {
  content: "\e937";
}
.icon-triangleUp:before {
  content: "\e938";
}
.icon-tuner:before {
  content: "\e939";
}
.icon-twitter:before {
  content: "\e93a";
}
.icon-upload:before {
  content: "\e93b";
}
.icon-user:before {
  content: "\e93c";
}
.icon-verified:before {
  content: "\e93d";
}
.icon-video:before {
  content: "\e93e";
}
.icon-waiting:before {
  content: "\e93f";
}
.icon-youtube:before {
  content: "\e940";
}
.os-pebble2 {
  max-width: 460px;
  position: relative;
}
.os-pebble2:not(:last-child) {
  margin: 0 0 1rem;
}
.os-pebble2-input,
.os-pebble2 input {
  outline: none;
  background-color: #ffffff !important;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 45px;
  color: #252b32;
  font-size: 0.875rem;
  box-shadow: none;
  margin: 0;
  padding: 0.5rem;
}
.os-pebble2-input:focus,
.os-pebble2 input:focus,
.os-pebble2-input:active,
.os-pebble2 input:active {
  border-color: #9BCB52;
}
.os-pebble2-input::placeholder,
.os-pebble2 input::placeholder {
  color: #cacaca;
  opacity: 1;
}
.os-pebble2-input.is-invalid-input,
.os-pebble2 input.is-invalid-input {
  border-color: #cd0218;
}
.os-pebble2-input-uppercase,
.os-pebble2 input-uppercase {
  text-transform: uppercase !important;
}
.os-pebble2-upper-title {
  font-size: 0.895rem;
  font-weight: 700;
}
.os-pebble2-upper-description {
  font-size: 0.895rem;
  margin-left: 5px;
}
.os-pebble2-error {
  color: #cd0218;
  font-size: 0.873rem;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #252b32 !important;
}
@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
.os-pebble2-prefixnumber {
  display: flex;
  gap: 10px;
  width: 100%;
}
.os-pebble2-prefixnumber .os-pebble2 {
  margin-bottom: 0;
}
.os-pebble2-prefixnumber-phone {
  width: 170px;
}
.os-pebble2-combo-select {
  outline: none;
  color: #252b32;
  border: 1px solid #aaa;
  background-color: #ffffff;
}
.os-pebble2-combo-select:focus,
.os-pebble2-combo-select:active {
  border-color: #9BCB52;
}
.os-pebble2-combo-select.is-invalid-input {
  border-color: #cd0218;
}
.os-pebble2-combo-select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
  padding: 0 0.5rem;
  color: #cacaca;
  font-size: 0.85rem !important;
  border-color: #efefef;
  box-shadow: inset 0 1px 2px rgba(100, 10, 10, 0);
}
.os-pebble2-combo-select.firstIsDisabled {
  color: #cacaca;
  padding-left: 1.5rem !important;
  font-size: 0.85rem !important;
}
select.dateElement {
  padding-left: 0.5rem !important;
  display: inline-block;
  width: 5rem;
}
select.is-invalid-input.dateLeft {
  border-right: 1px solid #ffffff;
}
select.is-invalid-input.dateCenter {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
select.is-invalid-input.dateRight {
  border-left: 1px solid #ffffff;
}
select.dateLeft,
select.dateCenter {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 1180px) {
  .os-pebble2-prefixnumber {
    flex-direction: column;
    gap: 0px;
  }
  .os-pebble2-prefixnumber .os-pebble2 {
    margin-bottom: 20px;
  }
  .os-pebble2-prefixnumber-phone {
    width: 100%;
  }
}
.os-pebble2-result-img-mini {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
}
.os-pebble2-search-result:hover {
  background-color: #e0e0e0;
}
.os-pebble2-search-input {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #252b32;
  box-sizing: border-box;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.os-pebble2-search-input:focus,
.os-pebble2-search-input:active {
  border-color: #9BCB52;
}
.os-pebble2-search-input span {
  font-size: 0.875rem;
  color: #252b32;
  vertical-align: middle;
}
.os-pebble2-search-input span:hover {
  text-decoration: none;
}
.os-pebble2-search-input-placeholder {
  color: #cacaca;
}
.os-pebble2-search-close {
  background-color: #ffffff;
  border-radius: 0px !important;
  position: absolute;
  width: 3.4375rem;
  height: 2.4375rem;
  top: 0;
  right: -3.4375rem;
  color: #252b32;
  padding: 10px;
}
.os-pebble2-search-close span {
  font-size: 1.4rem;
  color: #252b32;
}
.os-pebble2-search-close-hidden {
  display: none;
}
.os-pebble2-search-suggestions {
  position: absolute;
  top: 3.2rem;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  width: 100%;
  z-index: 33;
}
.os-pebble2-search-suggestions button {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 10px 1.5rem;
  overflow: hidden;
  white-space: pre;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
}
.os-pebble2-search-suggestions button:hover {
  text-decoration: none;
}
.os-pebble2-search-suggestions button span {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: #252b32;
  vertical-align: middle;
}
.os-pebble2-search-suggestions button span:hover {
  text-decoration: none;
}
.is-invalid-search-input {
  border-color: #cd0218;
}
.os-search-text {
  padding-right: 30px !important;
}
.os-search-icon {
  position: relative;
  top: -31px;
  float: right;
  right: 10px;
  cursor: text;
  color: #929292;
}
.os-search-icon-remove {
  position: relative;
  top: -31px;
  float: right;
  right: 10px;
  cursor: pointer;
  color: #929292;
}
.os-search-icon-remove:hover {
  color: #9BCB52;
}
.os-search-suggestions {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #efefef;
  background-color: white;
  max-width: 460px;
  width: 100%;
  position: absolute;
  z-index: 30;
}
.os-search-suggestions-item-empty {
  padding: 10px 20px;
}
.os-search-suggestions-item-empty-text {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #929292;
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
}
.os-search-suggestions-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  cursor: pointer;
  height: 44px;
  width: 100%;
}
.os-search-suggestions-item:hover {
  background-color: #efefef;
}
.os-search-suggestions-item-text {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #252b32;
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
}
.os-search-suggestions-item-tags {
  font-size: 9px;
  position: absolute;
  bottom: 4px;
  left: 54px;
}
.os-search-suggestions-item-image {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
}
.os-pebble2-calendar {
  display: flex;
}
.os-pebble2-calendar-left {
  position: relative;
  display: inline-block;
  flex: 10;
}
.os-pebble2-calendar-right {
  display: inline-block;
  flex: 1;
}
.os-pebble2-calendar-right button {
  margin-top: 1.85rem;
  font-size: 1.4rem;
  color: #252b32;
}
.os-pebble2-calendar-info {
  color: #252b32;
  display: none;
  margin: 0 0 1rem 0;
}
.os-pebble2-calendar-error {
  color: #cd0218;
  display: none;
  margin: 0 0 1rem 0;
}
.os-pebble2-calendar-fields {
  display: flex;
}
.os-pebble2-calendar-fields-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.os-pebble2-calendar-fields-wrapper.flex-1 {
  flex: 1;
}
.os-pebble2-calendar-fields-wrapper.flex-2 {
  flex: 2;
}
.os-pebble2-calendar-fields-wrapper.flex-4 {
  flex: 4;
}
.os-pebble2-calendar-fields-title {
  flex: 1;
}
.os-pebble2-calendar-fields-field,
.os-pebble2-calendar-fields-separator {
  flex: 2;
  text-align: center;
  font-size: 1.2rem;
}
.os-pebble2-calendar-fields-field > p,
.os-pebble2-calendar-fields-separator > p {
  line-height: 2;
  margin: 0;
}
.os-pebble2-calendar-fields-field > button,
.os-pebble2-calendar-fields-separator > button {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #9BCB52;
}
.os-pebble2-calendar-fields-field > input,
.os-pebble2-calendar-fields-separator > input {
  padding: 0 0.5rem;
  text-align: center;
  -moz-appearance: textfield;
}
.os-pebble2-calendar-fields-field > input::-webkit-outer-spin-button,
.os-pebble2-calendar-fields-separator > input::-webkit-outer-spin-button,
.os-pebble2-calendar-fields-field > input::-webkit-inner-spin-button,
.os-pebble2-calendar-fields-separator > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.os-pebble2-calendar-fields-field > input:active,
.os-pebble2-calendar-fields-separator > input:active,
.os-pebble2-calendar-fields-field > input:focus,
.os-pebble2-calendar-fields-separator > input:focus {
  border-color: #9BCB52;
}
.os-pebble2-calendar-fields-separator {
  padding-top: 0.2rem;
}
.os-pebble2-calendar-picker {
  display: none;
  padding: 20px 5px 5px 5px;
  border-top: 4px solid #9BCB52;
  position: absolute;
  width: 100%;
  z-index: 9999999999 !important;
}
.os-pebble2-calendar-picker-wrapper {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 25px 1px #00000022;
  position: relative;
  background-color: #ffffff;
}
.os-pebble2-calendar-picker-wrapper:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  height: 20px;
  width: 20px;
  right: 20px;
  top: -20px;
}
.os-pebble2-calendar-picker-head {
  text-align: center;
}
.os-pebble2-calendar-picker-head > div {
  display: inline-block;
}
.os-pebble2-calendar-picker-head-arrowleft {
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 10px;
}
.os-pebble2-calendar-picker-head-arrowleft:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #252b32;
  height: 10px;
  width: 10px;
  left: 0px;
  top: 0;
}
.os-pebble2-calendar-picker-head-arrowright {
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 10px;
}
.os-pebble2-calendar-picker-head-arrowright:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #252b32;
  height: 10px;
  width: 10px;
  right: 0px;
  top: 0;
}
.os-pebble2-calendar-picker-header {
  display: flex;
}
.os-pebble2-calendar-picker-header-day {
  padding: 10px;
  flex: 1;
  text-align: center;
  color: #66778a !important;
}
.os-pebble2-calendar-picker-body {
  display: flex;
  flex-direction: column;
}
.os-pebble2-calendar-picker-body-buttons {
  width: 100%;
  display: none;
}
.os-pebble2-calendar-picker-body-buttons-left > button,
.os-pebble2-calendar-picker-body-buttons-right > button {
  margin: 20px;
  color: #9BCB52;
}
.os-pebble2-calendar-picker-body-week {
  display: flex;
}
.os-pebble2-calendar-picker-body-day {
  padding: 6px;
  flex: 1;
  text-align: center;
  color: #252b32;
}
.os-pebble2-calendar-picker-body-day > button {
  color: #252b32;
  width: 30px;
  height: 30px;
  font-weight: 500;
  display: inline-block;
  padding: 3px;
  border-radius: 100%;
}
.os-pebble2-calendar-picker-body-day > button:hover {
  background-color: #9BCB52;
  color: #ffffff !important;
}
.os-pebble2-calendar-options-notthismonth {
  color: #66778a !important;
}
.os-pebble2-calendar-options-today {
  background-color: #e0e0e0;
}
.os-pebble2-calendar-options-invaliddate {
  text-decoration: line-through;
}
.os-pebble2-calendar-options-selected {
  background-color: #9BCB52 !important;
  color: #ffffff !important;
}
.only-mobile-test {
  display: none;
}
@media screen and (max-width: 1180px) {
  .only-mobile-test {
    display: block;
  }
  .os-pebble2-calendar-picker {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #00000066;
    padding: 0;
  }
  .os-pebble2-calendar-picker-wrapper {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    border: 0px solid transparent;
    box-shadow: none;
    background-color: #ffffff;
  }
  .os-pebble2-calendar-picker-wrapper:before {
    display: none;
  }
  .os-pebble2-calendar-picker-body-buttons {
    display: flex;
    max-width: 60%;
    margin-left: 20%;
  }
  .os-pebble2-calendar-picker-body-buttons-right,
  .os-pebble2-calendar-picker-body-buttons-left {
    text-align: center;
    flex: 1;
  }
}
.upload-error {
  background: #cd021a64 !important;
}
.upload-failed {
  color: #cd0218;
}
.os-pebble2-upload {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
.os-pebble2-upload-outerbutton {
  display: block;
  margin: auto;
  margin-top: 16px;
}
.os-pebble2-upload-progress-wrapper {
  position: absolute;
  width: 300px;
  right: -300px;
  top: 22px;
  padding: 10px;
}
.os-pebble2-upload-progress-upper {
  position: relative;
  color: #cacaca;
}
.os-pebble2-upload-progress-upper > span {
  font-weight: 700;
  font-size: 0.875rem;
}
.os-pebble2-upload-progress-upper > button {
  top: 0;
  right: 0;
  position: absolute;
  color: #252b32;
}
.os-pebble2-upload-progress-progress {
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border: 1px solid #e0e0e0;
  margin: 12px 0 6px;
}
.os-pebble2-upload-progress-progress-inner {
  background-color: #9BCB52;
  height: 4px;
  width: 100%;
  max-width: 0%;
}
.os-pebble2-upload-progress-lower {
  color: #cacaca;
  font-size: 0.875rem;
}
.os-pebble2-upload-dashed {
  border: 2px dashed #cacaca;
  width: 300px;
  height: 300px;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fafafa;
  display: flex;
}
.os-pebble2-upload-dashed-inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  margin: 0;
  padding: 110px 0;
}
.os-pebble2-upload-innergrey {
  display: block;
  width: 160px;
  height: 80px;
  background-color: #00000044;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  border-radius: 20px;
  margin: auto;
  padding: 0.5rem 0;
}
.os-pebble2-upload-innergrey-desktop {
  display: block;
}
.os-pebble2-upload-innergrey-mobile {
  display: none;
}
.os-pebble2-upload-innergrey-block {
  display: block;
}
.os-pebble2-upload-innergrey-text {
  font-size: 1rem;
}
.os-pebble2-upload-innergrey-icon {
  font-size: 2.4rem;
}
@media screen and (max-width: 1180px) {
  .os-pebble2-upload-outerbutton {
    display: none;
  }
  .os-pebble2-upload-progress-wrapper {
    position: relative;
    width: 100%;
    right: 0;
    padding: 10px;
  }
  .os-pebble2-upload-innergrey-desktop {
    display: none;
  }
  .os-pebble2-upload-innergrey-mobile {
    display: block;
  }
}
.upload-error {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545;
}
.upload-failed {
  color: #dc3545;
}
.os-pebble2-image {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
}
.os-pebble2-image-delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #333333;
  border-radius: 4px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.os-pebble2-image-delete:hover {
  opacity: 1;
}
.os-pebble2-image-info {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding: 0.75rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  font-size: 0.875rem;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.os-pebble2-image-info .os-pebble2-image-upload-link {
  color: white;
  text-decoration: underline;
}
.os-pebble2-image-info .os-pebble2-image-upload-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.os-pebble2-image-dashed {
  width: 300px;
  height: 300px;
  border: 2px dashed #e0e0e0;
  background-size: cover;
  background-position: center;
  background-color: #fafafa;
  position: relative;
  transition: opacity 0.2s;
  cursor: pointer;
}
.os-pebble2-image-dashed:hover {
  border-color: #c7c7c7;
}
.os-pebble2-image-selectwrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 460px;
  max-height: 450px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.os-pebble2-image-innerwrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
}
.os-pebble2-image-button {
  width: 100%;
  padding: 0.75rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
}
.os-pebble2-image-button:hover {
  background: #f7f7f7;
}
.os-pebble2-image-upload-link {
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
}
.os-pebble2-image-upload-link:hover {
  color: #0d0d0d;
}
.os-pebble2-image-history {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #333333;
  border-radius: 4px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.os-pebble2-image-history:hover {
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .os-pebble2-image-selectwrapper {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    max-height: 80vh;
  }
}
.os-sliver-cardproduct {
  width: 288px;
  height: 338px;
  min-width: 288px;
  min-height: 338px;
  background-color: #151515;
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: top;
  scroll-snap-align: start;
}
.os-sliver-cardproduct:hover .os-sliver-cardproduct-cover-trailer {
  display: block;
}
.os-sliver-cardproduct:hover .os-sliver-cardproduct-lower {
  background-color: #252b32;
  border-color: #252b32;
}
.os-sliver-cardproduct:hover .os-sliver-childrennumber-elem-w {
  border: 1px solid #a5cc56;
}
.os-sliver-cardproduct:hover .os-sliver-childrennumber-elem-f {
  border-right: 1px solid #a5cc56;
}
.os-sliver-cardproduct:hover .os-sliver-childrennumber-elem-f > div:not(:last-child) {
  border-bottom: 1px solid #a5cc56;
}
.os-sliver-cardproduct:hover .os-sliver-childrennumber-elem-l {
  border-left: 1px solid #a5cc56;
}
.os-sliver-cardproduct:hover .os-sliver-childrennumber-elem-l > div:not(:last-child) {
  border-bottom: 1px solid #a5cc56;
}
.os-sliver-cardproduct-haschildren::before,
.os-sliver-cardproduct-haschildren:after {
  content: "";
  position: absolute;
  display: block;
  width: 288px;
  height: 338px;
  background-color: #151515;
  border: 1px solid #616d7a;
  top: -5px;
  right: -5px;
  z-index: -1;
}
.os-sliver-cardproduct-haschildren:after {
  top: -10px;
  right: -10px;
  z-index: -2;
}
.os-sliver-cardproduct-progress-background {
  height: 5px;
  background-color: #787878;
  width: 100%;
  position: relative;
}
.os-sliver-cardproduct-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: white;
}
.os-sliver-cardproduct-lower {
  background-color: #151515;
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-color: #616d7a;
  border-style: solid;
  height: 176px;
}
.os-sliver-cardproduct-lower-icontext {
  line-height: 16px;
  height: 16px;
}
.os-sliver-cardproduct-lower-title {
  margin: 10px 0 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
}
.os-sliver-cardproduct-lower-title-text {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 26px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: normal;
}
.os-sliver-cardproduct-lower-attribution {
  line-height: 14px;
  margin: 0 0 15px 0;
}
.os-sliver-cardproduct-lower-bottom {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.os-sliver-cardproduct-lower-children {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 10px;
}
.os-sliver-cardproduct-cover {
  position: relative;
  width: 288px;
  height: 162px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  overflow: hidden;
}
.os-sliver-cardproduct-cover > iframe {
  width: 288px;
  height: 162px;
}
.os-sliver-cardproduct-cover-arrowbadge {
  display: inline-block;
  position: absolute;
  top: 124px;
  right: 0;
}
.os-sliver-cardproduct-cover-trailer {
  position: relative;
}
.os-sliver-icontext {
  padding: 0px;
  margin: 0px;
  display: inline;
  color: #a5cc56;
  margin-right: 10px;
}
.os-sliver-icontext-icon {
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}
.os-sliver-icontext-text {
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}
.os-sliver-icontextlarge {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  color: #a5cc56;
  margin-bottom: 25px;
  width: 200px;
  max-width: 200px;
  vertical-align: top;
}
.os-sliver-icontextlarge-icon {
  display: inline-block;
  width: 25px;
  text-align: center;
  color: #a5cc56;
  line-height: 25px;
  font-size: 25px;
  vertical-align: top;
  margin-right: 15px;
}
.os-sliver-icontextlarge-right {
  display: inline-block;
  max-width: 100%;
}
.os-sliver-icontextlarge-right-title {
  display: block;
  color: #fff;
  height: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.os-sliver-icontextlarge-right-text {
  color: #a5cc56;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.os-sliver-icontextlarge2 {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-content: center;
  margin-left: 25px;
}
.os-sliver-icontextlarge2-grey {
  color: #616D7A;
}
.os-sliver-icontextlarge2-green {
  color: #a5cc56;
}
.os-sliver-icontextlarge2-white {
  color: #ffffff;
}
.os-sliver-icontextlarge2-icon {
  display: inline-block;
  width: 22px;
  text-align: center;
  font-size: 22px;
  vertical-align: top;
  margin-right: 12px;
}
.os-sliver-icontextlarge2-icon > svg {
  width: 22px;
  height: 22px;
  fill: currentcolor;
  color: inherit;
}
.os-sliver-icontextlarge2-right {
  display: inline-block;
  max-width: 100%;
  text-align: initial;
}
.os-sliver-icontextlarge2-right-text {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
}
.os-sliver-attribution {
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.os-sliver-attribution-di {
  color: #fff;
  font-size: 8px;
  margin-right: 5px;
}
.os-sliver-attribution-title,
.os-sliver-attribution-name,
.os-sliver-attribution-surname {
  color: #a5cc56;
  font-size: 10px;
  margin-right: 3px;
  line-height: 10px;
  font-weight: 700;
}
.os-sliver-pricetag {
  height: 33px;
}
.os-sliver-pricetag-prezzo {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  color: #a5cc56;
  vertical-align: top;
}
.os-sliver-pricetag-barrato {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 5px;
  text-decoration: line-through;
}
.os-sliver-childrennumber {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.os-sliver-childrennumber-front {
  background-color: transparent;
}
.os-sliver-childrennumber-elem-w {
  width: 40px;
  height: 26px;
  border: 1px solid #616d7a;
  border-radius: 1px;
}
.os-sliver-childrennumber-elem-f {
  display: inline-block;
  vertical-align: center;
  width: 7px;
  border-right: 1px solid #616d7a;
}
.os-sliver-childrennumber-elem-f > div {
  height: 5px;
  content: "";
}
.os-sliver-childrennumber-elem-f > div:not(:last-child) {
  border-bottom: 1px solid #616d7a;
}
.os-sliver-childrennumber-elem-c {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.os-sliver-childrennumber-elem-l {
  display: inline-block;
  vertical-align: center;
  width: 7px;
  border-left: 1px solid #616d7a;
}
.os-sliver-childrennumber-elem-l > div {
  height: 5px;
  content: "";
}
.os-sliver-childrennumber-elem-l > div:not(:last-child) {
  border-bottom: 1px solid #616d7a;
}
.os-sliver-childrennumbersmall {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.os-sliver-childrennumbersmall-front {
  background-color: transparent;
}
.os-sliver-childrennumbersmall-elem-w {
  width: 32px;
  height: 21px;
  border: 1px solid #616d7a;
  border-radius: 1px;
}
.os-sliver-childrennumbersmall-elem-f {
  display: inline-block;
  vertical-align: center;
  width: 7px;
  border-right: 1px solid #616d7a;
}
.os-sliver-childrennumbersmall-elem-f > div {
  height: 4px;
  content: "";
}
.os-sliver-childrennumbersmall-elem-f > div:not(:last-child) {
  border-bottom: 1px solid #616d7a;
}
.os-sliver-childrennumbersmall-elem-c {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}
.os-sliver-childrennumbersmall-elem-l {
  display: inline-block;
  vertical-align: center;
  width: 7px;
  border-left: 1px solid #616d7a;
}
.os-sliver-childrennumbersmall-elem-l > div {
  height: 4px;
  content: "";
}
.os-sliver-childrennumbersmall-elem-l > div:not(:last-child) {
  border-bottom: 1px solid #616d7a;
}
.os-sliver-arrowbadge {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  line-height: 26px;
  height: 26px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
}
.os-sliver-arrowbadge-orange {
  color: #252B32;
  background-color: #fff;
}
.os-sliver-arrowbadge-orange::before {
  border-right: 30px solid #fff;
}
.os-sliver-arrowbadge-text {
  font-weight: 700;
}
.os-sliver-arrowbadge::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -30px;
}
.os-sliver-arrowbadgesmall {
  padding: 0 5px;
  line-height: 16px;
  height: 16px;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 80px;
  text-align: center;
}
.os-sliver-arrowbadgesmall-orange {
  color: #252B32;
  background-color: #fff;
}
.os-sliver-arrowbadgesmall-orange::before {
  border-right: 15px solid #fff;
}
.os-sliver-arrowbadgesmall-text {
  font-weight: 700;
}
.os-sliver-arrowbadgesmall::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -15px;
}
.os-sliver-expiringtime {
  display: inline-block;
  line-height: 19px;
  padding: 0 12px;
}
.os-sliver-expiringtime span {
  color: #afb4ba;
  font-weight: 500;
  font-size: 14px;
}
.os-sliver-expiringtime-default span {
  color: #616D7A;
}
.os-sliver-expiringtime-white span {
  color: #FFFFFF;
}
.os-sliver-expiringtime-red span {
  color: #D0021B;
}
.os-sliver-expiringtime-black span {
  color: #afb4ba;
}
.os-sliver-productheader {
  padding: 25px 100px;
  height: 400px;
  width: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.os-sliver-productheader-left,
.os-sliver-productheader-right {
  display: inline-block;
  max-width: 65%;
  height: 220px;
  margin-bottom: 35px;
}
.os-sliver-productheader-right {
  position: absolute;
  right: 107px;
  top: 50%;
}
.os-sliver-productheader-right > a {
  transform: translateY(-50%);
}
.os-sliver-productheader-title {
  max-height: 130px;
  line-height: 65px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.os-sliver-productheader-description {
  color: #a5cc56;
  max-height: 100px;
  line-height: 33px;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-productheader {
    padding: 25px 50px;
  }
  .os-sliver-productheader-left {
    margin-bottom: 0;
  }
  .os-sliver-productheader-right {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 25px;
  }
  .os-sliver-productheader-right > a {
    transform: none;
  }
  .os-sliver-productheader-left {
    width: 100%;
    max-width: 100%;
  }
  .os-sliver-productheader-title {
    width: 100%;
    max-height: 86px;
    font-size: 32px;
    line-height: 43px;
  }
  .os-sliver-productheader-description {
    width: 100%;
    max-height: 66px;
    line-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-productheader {
    padding: 25px 15px;
  }
  .os-sliver-productheader-right {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 25px;
  }
  .os-sliver-productheader-right > a {
    transform: none;
  }
  .os-sliver-productheader-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .os-sliver-productheader-title {
    width: 100%;
    max-height: 86px;
    font-size: 32px;
    line-height: 43px;
  }
  .os-sliver-productheader-description {
    width: 100%;
    max-height: 66px;
    line-height: 22px;
    font-size: 16px;
  }
}
.os-sliver-productheader2 {
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.os-sliver-productheader2-wrap {
  padding: 245px 100px 0 100px;
  height: 575px;
  width: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.os-sliver-productheader2-title {
  max-height: 130px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}
.os-sliver-productheader2-description {
  color: #ffffff;
  max-height: 100px;
  line-height: 33px;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
  font-style: normal;
}
.os-sliver-productheader2-name {
  color: #a5cc56;
}
.os-sliver-productheader2-author {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.os-sliver-productheader2-button {
  width: 200px;
  height: 50px;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-productheader2-wrap {
    padding: 400px 50px 0 50px;
    height: 700px;
  }
  .os-sliver-productheader2-title {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: unset;
  }
  .os-sliver-productheader2-description {
    font-size: 16px;
    line-height: unset;
  }
  .os-sliver-productheader2-author {
    font-size: 14px;
    line-height: unset;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-productheader2-wrap {
    padding: 215px 50px 0 50px;
    height: 480px;
  }
  .os-sliver-productheader2-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: unset;
  }
  .os-sliver-productheader2-description {
    font-size: 12px;
    line-height: unset;
    text-align: center;
  }
  .os-sliver-productheader2-author {
    font-size: 12px;
    line-height: unset;
  }
}
.os-sliver-authorbadge {
  max-width: 252px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
}
.os-sliver-authorbadge-wrapper {
  display: grid;
  grid-auto-rows: 50px;
  grid-gap: 25px;
  grid-template-areas: "a a a";
}
.os-sliver-authorbadge-face {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.os-sliver-authorbadge-title,
.os-sliver-authorbadge-name,
.os-sliver-authorbadge-surname {
  font-size: 16px;
  line-height: 50px;
  vertical-align: middle;
  color: #a5cc56;
  font-weight: 700;
  margin-right: 5px;
}
@media screen and (max-width: 1180px) {
  .os-sliver-authorbadge-wrapper {
    grid-gap: 15px;
    grid-template-areas: "a a";
  }
  .os-sliver-authorbadge-face {
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
  .os-sliver-authorbadge-title,
  .os-sliver-authorbadge-name,
  .os-sliver-authorbadge-surname {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-authorbadge-wrapper {
    grid-gap: 15px;
    grid-template-areas: "a a";
  }
}
.os-sliver-morecard {
  width: 288px;
  height: 334px;
  min-width: 288px;
  min-height: 334px;
  border: 1px solid #616d7a;
  background-color: #151515;
  position: relative;
  display: inline-block;
  z-index: 1;
  scroll-snap-align: start;
}
.os-sliver-morecard:hover .os-sliver-morecard-text-link {
  color: #fff;
}
.os-sliver-morecard-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.os-sliver-morecard-text-link {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #a5cc56;
}
.os-sliver-filter {
  min-width: 125px;
  max-width: 125px;
  background-color: #F9F9F9;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.os-sliver-filter:hover {
  background-color: #D8D8D8;
}
.os-sliver-filter-textwrapper {
  display: inline-block;
  max-width: 85%;
}
.os-sliver-filter-textwrapper-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252B32;
}
.os-sliver-filter-textwrapper-option {
  display: block;
  font-size: 12px;
  color: #252B32;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.os-sliver-filter-icon {
  line-height: 48px;
  font-size: 10px;
  vertical-align: top;
  position: relative;
  float: right;
  color: #252B32;
}
.os-sliver-filterpanel {
  display: none;
  width: 250px;
  padding: 20px 0 0 0;
  position: absolute;
  left: 0;
  z-index: 10;
}
.os-sliver-filterpanel-textwrapper {
  display: block;
  border-top: 4px solid #F9F9F9;
  position: relative;
  padding: 7.5px 0;
  background-color: #252b32;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.os-sliver-filterpanel-textwrapper::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F9F9F9;
  top: -10px;
  left: 5px;
}
.os-sliver-filterpanel-textwrapper-option {
  display: block;
  line-height: 17px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 7.5px 15px;
  width: 100%;
  font-weight: 400;
  cursor: pointer;
}
.os-sliver-filterpanel-textwrapper-option:hover {
  color: #F9F9F9;
}
@media screen and (max-width: 809px) {
  .os-sliver-filterpanel {
    left: 50%;
    transform: translateX(-50%);
  }
  .os-sliver-filterpanel-textwrapper::before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F9F9F9;
    top: -10px;
    left: 5px;
  }
  .os-sliver-filter:last-child .os-sliver-filterpanel-textwrapper::before {
    left: auto;
    right: 5px;
  }
}
.os-sliver-shelf {
  margin-bottom: 40px;
}
.os-sliver-shelf-empty {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.os-sliver-shelf-header {
  margin-bottom: 15px;
}
.os-sliver-shelf-header-title {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  line-height: 43px;
  font-size: 32px;
  font-weight: 700;
}
.os-sliver-shelf-header-title:hover {
  color: #fff;
}
.os-sliver-shelf-header-expiring {
  display: inline-block;
  color: #d0021b;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
}
.os-sliver-shelf-header-expiring:hover {
  color: #fff;
}
@media screen and (max-width: 809px) {
  .os-sliver-shelf {
    padding-bottom: 40px;
    margin: auto;
  }
  .os-sliver-shelf-empty {
    text-align: center;
  }
  .os-sliver-shelf-header {
    margin-bottom: 25px;
  }
  .os-sliver-shelf-header-title {
    display: block;
    margin: 0;
    text-align: center;
  }
  .os-sliver-shelf-header-expiring {
    display: block;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}
.os-sliver-searchbox {
  height: 32px;
  color: #fff;
  display: inline-block;
}
.os-sliver-searchbox > input {
  width: 250px;
  border-radius: 16px;
  display: inline-block;
  background-color: #616d7a;
  color: #fff;
  margin: 0;
  height: 35px;
  padding: 7px 14px;
  border: 0px;
  font-size: 12px;
  line-height: 17px;
}
.os-sliver-searchbox > input::placeholder {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  vertical-align: middle;
}
.os-sliver-searchbox-icon {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  color: #a5cc56;
  position: absolute;
  right: 15px;
}
.os-sliver-searchbox-icon:hover {
  color: #fff;
}
.os-sliver-searchbar {
  padding: 50px 20px 0 20px;
  width: 100%;
  min-width: 300px;
  margin: auto;
  max-width: 1565px;
  position: relative;
}
.os-sliver-searchbar-title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.os-sliver-searchbar-filter {
  vertical-align: middle;
  display: inline-block;
}
.os-sliver-searchbar-filter:first-child {
  margin-right: 25px;
}
.os-sliver-searchbar-filter:last-child {
  margin-right: 0px !important;
}
.os-sliver-searchbar-filter-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 125px);
  grid-template-areas: "filtro1 filtro2 filtro3";
  column-gap: 25px;
  justify-content: left;
  text-align: left;
}
.os-sliver-searchbar-combo {
  display: none;
}
.os-sliver-searchbar-combo .os-pebble2-upper-title {
  color: white;
}
.os-sliver-searchbar-searchbar {
  position: absolute;
  top: 37px;
  right: 107px;
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  .os-sliver-searchbar {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px 0px;
  }
  .os-sliver-searchbar-only-desktop {
    display: none !important;
  }
  .os-sliver-searchbar-title {
    display: block;
    margin-bottom: 25px;
  }
  .os-sliver-searchbar-filter {
    text-align: left;
  }
  .os-sliver-searchbar-filter:first-child {
    margin-right: 35px;
  }
  .os-sliver-searchbar-filter:last-child {
    margin-right: 0px !important;
  }
  .os-sliver-searchbar-filterrow {
    display: none;
  }
  .os-sliver-searchbar-combo {
    display: block;
  }
  .os-sliver-searchbar-filter-wrapper {
    grid-template-columns: 250px;
    grid-template-rows: 1fr 1fr min-content;
    grid-template-areas: "filtro1" "filtro2" "filtro3";
    column-gap: 25px;
    row-gap: 10px;
    justify-content: center;
  }
  .os-sliver-searchbar-searchbar {
    position: relative;
    top: auto;
    right: auto;
    margin: 35px auto 10px auto;
  }
}
.os-sliver-thumbbox {
  white-space: nowrap;
  position: relative;
}
.os-sliver-thumbbox-points {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 10px;
  bottom: 10px;
  line-height: 10px;
  white-space: normal;
}
.os-sliver-thumbbox-ball {
  display: inline-block;
  cursor: pointer;
  flex: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
}
.os-sliver-thumbbox-ball-selected {
  background-color: #a5cc56;
}
.os-sliver-thumbbox-internal {
  display: inline-block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: mandatory;
  /* older spec implementation */
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-x: repeat(100%);
}
.os-sliver-thumbbox-internal > .os-sliver-productheader {
  scroll-snap-align: start;
}
.os-sliver-thumbbox-internal > a:not(.os-sliver-productheader) {
  display: inline-block;
  color: #151515;
  width: 480px;
  max-width: 100%;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.os-sliver-thumbbox-internal > a:last-child:not(.os-sliver-productheader) {
  margin: 0 80px 0 0 !important;
}
.os-sliver-thumbbox-internal > a:first-child:not(.os-sliver-productheader) {
  margin: 0 20px 0 80px !important;
}
.os-sliver-thumbbox-internal > * {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-thumbbox-internal > a:not(.os-sliver-productheader):last-child {
    margin: 0 20px 0 0 !important;
  }
  .os-sliver-thumbbox-internal > a:not(.os-sliver-productheader):first-child {
    margin: 0 20px 0 20px !important;
  }
  .os-sliver-thumbbox-points {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-thumbbox-next,
  .os-sliver-thumbbox-previous {
    display: none !important;
  }
  .os-sliver-thumbbox-internal > a:not(.os-sliver-productheader):first-child {
    margin: 0 20px 0 0 !important;
  }
  .os-sliver-thumbbox-internal > a:not(.os-sliver-productheader):last-child {
    margin: 0 !important;
  }
  .os-sliver-thumbbox-points {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .os-sliver-thumbbox .os-sliver-thumbbox {
    white-space: nowrap;
  }
  .os-sliver-thumbbox .os-sliver-thumbbox-next,
  .os-sliver-thumbbox .os-sliver-thumbbox-previous {
    display: inline-block;
  }
  .os-sliver-thumbbox .os-sliver-thumbbox-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .os-sliver-thumbbox .os-sliver-thumbbox-internal::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
  }
  .os-sliver-thumbbox .os-sliver-thumbbox-points {
    bottom: 30px;
  }
}
.os-sliver-slideshow {
  white-space: nowrap;
  position: relative;
}
.os-sliver-slideshow-button {
  color: #252B32;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  align-self: center;
  background-color: white;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: absolute;
}
.os-sliver-slideshow-button > span {
  font-size: 56px;
  position: relative;
  top: -4px;
}
.os-sliver-slideshow-button-hide {
  opacity: 0;
  cursor: default;
}
.os-sliver-slideshow-button:hover {
  background-color: #9BCB52;
}
.os-sliver-slideshow-button-right {
  right: 25px;
  top: calc(50% - 22px);
}
.os-sliver-slideshow-button-left {
  left: 25px;
  top: calc(50% - 22px);
}
.os-sliver-slideshow-points {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 10px;
  bottom: 10px;
  line-height: 10px;
  white-space: normal;
  margin-bottom: 15px;
}
.os-sliver-slideshow-ball {
  display: inline-block;
  cursor: default;
  flex: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 0.2;
}
.os-sliver-slideshow-ball-selected {
  opacity: 1;
}
.os-sliver-slideshow-internal {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: auto;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-snap-destination: 0% 100%;
  scroll-snap-points-x: repeat(100%);
}
.os-sliver-slideshow-internal > .os-sliver-productheader2-wrap {
  scroll-snap-align: start;
}
.os-sliver-slideshow-internal > section:not(.os-sliver-custombanner-wrap):not(.os-sliver-productheader2-wrap) {
  height: 100%;
}
.os-sliver-slideshow-internal > section:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap) {
  display: inline-block;
  color: #151515;
  width: 480px;
  max-width: 100%;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.os-sliver-slideshow-internal > section:last-child:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap) {
  margin: 0 80px 0 0 !important;
}
.os-sliver-slideshow-internal > section:first-child:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap) {
  margin: 0 20px 0 80px !important;
}
.os-sliver-slideshow-internal > * {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-slideshow-internal > section:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap):last-child {
    margin: 0 20px 0 0 !important;
  }
  .os-sliver-slideshow-internal > section:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap):first-child {
    margin: 0 20px 0 20px !important;
  }
  .os-sliver-slideshow-points {
    display: none;
  }
  .os-sliver-slideshow-button {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-slideshow-next,
  .os-sliver-slideshow-previous {
    display: none !important;
  }
  .os-sliver-slideshow-points {
    display: none;
  }
  .os-sliver-slideshow-internal > a:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap):first-child {
    margin: 0 20px 0 0 !important;
  }
  .os-sliver-slideshow-internal > a:not(.os-sliver-productheader2-wrap):not(.os-sliver-custombanner-wrap):last-child {
    margin: 0 !important;
  }
  .os-sliver-slideshow-button {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .os-sliver-slideshow .os-sliver-slideshow {
    white-space: nowrap;
  }
  .os-sliver-slideshow .os-sliver-slideshow-next,
  .os-sliver-slideshow .os-sliver-slideshow-previous {
    display: inline-block;
  }
  .os-sliver-slideshow .os-sliver-slideshow-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -15px;
  }
  .os-sliver-slideshow .os-sliver-slideshow-internal::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
  }
}
.os-sliver-slider {
  white-space: nowrap;
  position: relative;
}
.os-sliver-slider-internal {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.os-sliver-slider-internal-scroller {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 0;
}
.os-sliver-slider-internal-scroller > *:first-child {
  margin-left: 0 !important;
}
.os-sliver-slider-internal-scroller > *:last-child {
  margin-right: 0 !important;
}
.os-sliver-slider-internal-scroller > a.os-sliver-cardproduct {
  margin: 0 20px 0 0 !important;
}
.os-sliver-slider-internal-scroller > * {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  margin: 0 25px 0 0;
}
.os-sliver-slider-internal-scroller > *:last-child {
  margin: 0 !important;
}
.os-sliver-slider-keephidden {
  opacity: 0 !important;
  cursor: default !important;
}
.os-sliver-slider-next {
  right: -37.5px;
  display: inline-block;
  border-radius: 100%;
  display: block;
  width: 75px;
  height: 75px;
  padding: 0;
  transition: all 1s;
  position: absolute;
  text-align: center;
  cursor: pointer !important;
  z-index: 4;
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.05), -5px 5px 12.5px rgba(0, 0, 0, 0.05);
}
.os-sliver-slider-next:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 27.75px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.os-sliver-slider-next:hover {
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.1), -5px 5px 12.5px rgba(0, 0, 0, 0.1);
}
.os-sliver-slider-next:hover:after {
  border-bottom: 2px solid #0084b4;
  border-left: 2px solid #0084b4;
}
.os-sliver-slider-next span {
  display: block;
}
.os-sliver-slider-next:after {
  transform: rotate(-135deg);
  right: 30.75px;
}
.os-sliver-slider-previous {
  left: -37.5px;
  display: inline-block;
  border-radius: 100%;
  display: block;
  width: 75px;
  height: 75px;
  padding: 0;
  transition: all 1s;
  position: absolute;
  text-align: center;
  cursor: pointer !important;
  z-index: 4;
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.05), -5px 5px 12.5px rgba(0, 0, 0, 0.05);
}
.os-sliver-slider-previous:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 27.75px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.os-sliver-slider-previous:hover {
  box-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.1), -5px 5px 12.5px rgba(0, 0, 0, 0.1);
}
.os-sliver-slider-previous:hover:after {
  border-bottom: 2px solid #0084b4;
  border-left: 2px solid #0084b4;
}
.os-sliver-slider-previous span {
  display: block;
}
.os-sliver-slider-previous:after {
  transform: rotate(45deg);
  left: 30.75px;
}
@media screen and (max-width: 1440px) {
  .os-sliver-slider-internal {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-slider-next,
  .os-sliver-slider-previous {
    display: none;
  }
  .os-sliver-slider-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-slider-next,
  .os-sliver-slider-previous {
    display: none;
  }
  .os-sliver-slider {
    margin: 0;
  }
  .os-sliver-slider-internal {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .os-sliver-slider-internal-scroller > *:first-child {
    margin-left: 12.5px !important;
  }
  .os-sliver-slider-internal-scroller > *:last-child {
    margin-right: 12.5px !important;
  }
}
.os-sliver-sre {
  background-color: #151515;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #252b32;
  width: 100%;
  display: inline-block;
}
.os-sliver-sre:hover {
  background-color: #252b32;
}
.os-sliver-sre:hover .os-sliver-channelcard-cover-trailer {
  display: block;
}
.os-sliver-sre:hover .os-sliver-channelcard-right {
  background-color: #252b32;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-rear {
  background-color: #252b32;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-front {
  background-color: #252b32;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-elem-w {
  border: 1px solid #a5cc56;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-elem-f {
  border-right: 1px solid #a5cc56;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-elem-f > div:not(:last-child) {
  border-bottom: 1px solid #a5cc56;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-elem-l {
  border-left: 1px solid #a5cc56;
}
.os-sliver-sre:hover .os-sliver-childrennumbersmall-elem-l > div:not(:last-child) {
  border-bottom: 1px solid #a5cc56;
}
.os-sliver-sre-sale-in-validation {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #F5A623;
  width: 131px;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.os-sliver-sre-cover {
  width: 160px;
  min-width: 160px;
  height: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #ccc;
}
.os-sliver-sre-cover-arrowbadge {
  display: inline-block;
  position: absolute;
  top: 55px;
  right: 0;
}
.os-sliver-sre-cover.haschildren::before,
.os-sliver-sre-cover.haschildren:after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 90px;
  background-color: #151515;
  border: 1px solid #616d7a;
  top: -3px;
  right: -3px;
  z-index: -1;
}
.os-sliver-sre-cover.haschildren:after {
  top: -6px;
  right: -6px;
  z-index: -2;
}
.os-sliver-sre-textwrapper {
  display: inline-block;
  vertical-align: middle;
  height: 90px;
  position: relative;
}
.os-sliver-sre-textwrapper-title {
  width: 280px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.os-sliver-sre-textwrapper-attribution {
  line-height: 14px;
  margin-bottom: 11px;
}
.os-sliver-sre-textwrapper-prices {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.os-sliver-sre-textwrapper-prices .os-sliver-pricetag-prezzo {
  font-size: 16px;
  line-height: 21px;
  height: 21px;
  vertical-align: middle;
}
.os-sliver-sre-textwrapper-prices .os-sliver-pricetag-barrato {
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  vertical-align: middle;
}
.os-sliver-sre-textwrapper-children {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 21px;
  height: 21px;
}
.os-sliver-sre-buttonwrapper {
  display: inline-block;
  vertical-align: middle;
  max-width: 350px;
  right: 10px;
  top: 33.5px;
  position: absolute;
}
.os-sliver-sre-buttonwrapper-button {
  display: inline-block;
  color: #fff;
  padding: 17px 95.5px;
  border-radius: 4px;
  background-color: #a5cc56;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.os-sliver-sre-buttonwrapper-button:hover {
  color: #fff;
}
@media screen and (max-width: 1127px) {
  .os-sliver-sre {
    width: auto;
    display: flex;
    min-width: 351px;
    margin: auto;
  }
  .os-sliver-sre-textwrapper {
    width: 100%;
  }
  .os-sliver-sre-textwrapper-title {
    width: auto;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .os-sliver-sre-buttonwrapper {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-sre-sale-in-validation {
    display: none;
  }
}
.os-sliver-headervideo {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.os-sliver-headervideo-channel {
  height: 400px;
}
.os-sliver-headervideo .os-videoplayer-wrapper {
  position: relative;
  top: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
}
.os-sliver-headervideo-card {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.os-sliver-headervideo .jw-progress {
  background: #9BCB52;
}
.vjs-big-play-button .vjs-icon-placeholder {
  line-height: 41px;
}
@media screen and (max-width: 1180px) {
  .os-sliver-headervideo-channel {
    height: 300px;
  }
  .os-sliver-headervideo-trailer-inner {
    border: 2px solid #fff;
    padding: 8px 17.5px;
    border-radius: 4px;
    white-space: pre;
  }
  .os-sliver-headervideo-trailer-inner-text,
  .os-sliver-headervideo-trailer-inner-icon {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
  }
  .os-sliver-headervideo-trailer-inner-text {
    margin-right: 17.5px;
    white-space: pre;
  }
  .os-sliver-headervideo > iframe {
    width: 100%;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-headervideo {
    width: 100%;
    height: 56.25vw;
  }
  .os-sliver-headervideo-channel {
    height: 200px;
  }
  .os-sliver-headervideo.is-live {
    height: unset;
  }
  .os-sliver-headervideo > iframe {
    width: 100vw;
    height: 56.25vw !important;
  }
  .os-sliver-headervideo-trailer {
    width: 100vw;
    height: 56.25vw;
  }
  .os-sliver-headervideo-trailer-inner {
    border: 2px solid #fff;
    padding: 8px 17.5px;
    border-radius: 4px;
  }
  .os-sliver-headervideo-trailer-inner-text,
  .os-sliver-headervideo-trailer-inner-icon {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
  }
  .os-sliver-headervideo-trailer-inner-text {
    margin-right: 17.5px;
  }
  .os-sliver-headervideo > iframe {
    width: 100%;
  }
}
.os-sliver-videobuybadge {
  background-color: #252b32;
  padding: 15px;
  width: 346px;
  margin: auto;
  border-radius: 5px;
  text-align: center;
}
.os-sliver-videobuybadge-fixed {
  position: fixed;
  top: 230px;
  z-index: 3;
}
.os-sliver-videobuybadge-absolute {
  position: absolute;
}
.os-sliver-videobuybadge-sale-in-validation {
  color: #F5A623;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
}
.os-sliver-videobuybadge .os-sliver-pricetag {
  margin: auto;
  height: 49px;
  line-height: 49px;
  text-align: center;
}
.os-sliver-videobuybadge .os-sliver-pricetag-prezzo {
  height: 49px;
  line-height: 49px;
  font-size: 36px;
  vertical-align: middle;
}
.os-sliver-videobuybadge .os-sliver-pricetag-barrato {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  vertical-align: middle;
}
.os-sliver-videobuybadge > a.os-a1-main {
  width: 100%;
  margin: 25px 0 35px 0;
}
.os-sliver-videobuybadge-paymentslogo {
  width: 100%;
  max-width: 300px;
}
.os-sliver-videobuybadge-warranty {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  line-height: 19px;
  font-size: 14px;
  margin-top: 25px;
  color: #fff;
}
.os-sliver-videobuybadge-dollarSymbol {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
}
.os-sliver-videobuybadge-freetext {
  display: block;
  text-align: center;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  margin-top: 25px;
  color: #fff;
}
.os-sliver-channelbuycard-position {
  margin-left: 50rem;
  position: absolute;
  top: 100px;
  z-index: 3;
  display: block;
}
.os-sliver-channelbuycard-position-video {
  margin-left: 50rem;
  position: absolute;
  z-index: 3;
  display: block;
  top: 0;
}
.os-sliver-channelbuycard-position-bottom {
  top: auto;
  bottom: 70px;
}
.os-sliver-channelbuycard-position-fixed {
  position: fixed;
  top: 100px;
}
.os-sliver-channelbuycard-fixed {
  position: fixed;
  top: 185px;
  z-index: 3;
}
.os-sliver-channelbuycard-absolute {
  position: absolute;
}
.os-sliver-channelbuycard-main {
  background-color: #fff;
  width: 346px;
  height: max-content;
  z-index: 1;
  border-radius: 5px;
}
.os-sliver-channelbuycard-main-sale-in-validation {
  color: #F5A623;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin-bottom: 0;
}
.os-sliver-channelbuycard-main-scrolled {
  display: none;
}
.os-sliver-channelbuycard-main-scrolled-hide {
  display: none !important;
}
.os-sliver-channelbuycard-main-middle {
  display: flex;
  justify-content: center;
  margin: 0;
  flex-direction: column;
  align-items: center;
}
.os-sliver-channelbuycard-main-lower {
  padding: 0px 12px 0px 12px;
  text-align: center;
}
.os-sliver-channelbuycard-main-paymentslogo {
  max-height: 25px;
  display: block;
  margin: auto;
}
.os-sliver-channelbuycard-main-cover {
  position: relative;
  width: 336px;
  height: 189px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}
.os-sliver-channelbuycard-main-cover-arrowbadge {
  display: inline-block;
  position: absolute;
  top: 124px;
  right: 0;
}
.os-sliver-channelbuycard-main .os-sliver-pricetag {
  margin: auto;
  height: 49px;
  line-height: 49px;
  text-align: center;
}
.os-sliver-channelbuycard-main .os-sliver-pricetag-prezzo {
  height: 49px;
  line-height: 49px;
  font-size: 36px;
  vertical-align: top;
}
.os-sliver-channelbuycard-main .os-sliver-pricetag-barrato {
  height: 49px;
  line-height: 49px;
  font-size: 24px;
  vertical-align: middle;
  color: #616d7a;
}
.os-sliver-channelbuycard-main a.os-a1-main {
  width: 100%;
  margin: 15px 0 15px 0;
}
.os-sliver-channelbuycard-main-warranty {
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  margin-top: 15px;
  color: #252b32;
}
.os-sliver-channelbuycard-main-freetext {
  display: block;
  text-align: center;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  margin-top: 25px;
  color: #252b32;
}
.os-sliver-channelbuycard-main-renewal {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #616D7A;
}
.os-sliver-channelbuycard-countdown {
  color: #1E71B8;
  font-family: 'Open Sans';
  font-style: "normal";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.os-sliver-channelbuycard-countdown-icon {
  height: 13px;
  width: 13px;
  margin-right: 10px;
}
@media screen and (max-width: 1180px) {
  .os-sliver-videobuybadge-fixed {
    position: relative;
  }
  .os-sliver-videobuybadge-absolute {
    position: relative;
  }
  .os-sliver-videobuybadge-hide {
    display: none !important;
  }
  .os-sliver-videobuybadge-sale-in-validation-mobile {
    color: #F5A623;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 73px;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .os-sliver-channelbuycard-position {
    display: none;
  }
  .os-sliver-channelbuycard-position-video {
    display: none;
  }
  .os-sliver-channelbuycard-fixed {
    position: relative;
  }
  .os-sliver-channelbuycard-absolute {
    position: relative;
  }
  .os-sliver-channelbuycard-main {
    position: relative;
    top: 0px;
    float: unset;
    margin: auto;
    transform: none;
    right: unset;
    margin-bottom: 0px;
    z-index: 3;
  }
  .os-sliver-channelbuycard-main-sale-in-validation-mobile {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 73px;
    color: #252b32;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 19px;
  }
  .os-sliver-channelbuycard-main-scrolled {
    transition: all 0.75s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 48px;
    right: 0;
    width: 100%;
    border-radius: 0px;
    z-index: 200;
    background-color: #E6F0E8;
    padding: 5px;
    height: 90px;
  }
  .os-sliver-channelbuycard-main-scrolled-data-wrapper {
    flex-grow: 1;
    text-align: center;
  }
  .os-sliver-channelbuycard-main-scrolled .os-sliver-pricetag {
    height: unset;
  }
  .os-sliver-channelbuycard-main-scrolled .os-sliver-pricetag .os-sliver-pricetag-prezzo {
    height: 49px;
    line-height: 49px;
    font-size: 36px;
    vertical-align: top;
  }
  .os-sliver-channelbuycard-main-scrolled .os-sliver-pricetag .os-sliver-pricetag-barrato {
    height: 49px;
    line-height: 49px;
    font-size: 24px;
    vertical-align: middle;
    color: #616D7A;
    margin-left: 5px;
    text-decoration: line-through;
  }
  .os-sliver-channelbuycard-main-scrolled > a {
    max-width: 40%;
    min-height: 45px;
    height: unset;
  }
  .os-sliver-channelbuycard-main-scrolled > a > span {
    display: inline-flex;
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-channelbuycard-main {
    position: relative;
    top: 0px;
    float: unset;
    margin: auto;
    transform: none;
    right: unset;
    margin-bottom: 0px;
    z-index: 3;
    width: 100%;
    max-width: 340px;
  }
}
.os-cart-card {
  display: grid;
  grid-template-columns: 96px auto;
  column-gap: 15px;
  min-width: 360px;
  min-height: 54px;
  position: relative;
  z-index: 1;
  padding: 20px 30px 10px 30px;
  border-bottom: 1px solid #616d7a;
}
.os-cart-card:hover {
  background-color: #E6F0E8;
}
.os-cart-card-img {
  width: 96px;
  height: 54px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #ccc;
  border-radius: 5px;
}
.os-cart-card-img-haschildren::before,
.os-cart-card-img-haschildren:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #616d7a;
  background-color: #ffffff;
  top: -3px;
  right: -3px;
  z-index: -1;
  border-radius: 5px;
}
.os-cart-card-img-haschildren:after {
  top: -6px;
  right: -6px;
  z-index: -2;
}
.os-cart-card-data {
  display: grid;
  grid-template-rows: 9px 8px 24px;
  row-gap: 6px;
  width: 100%;
  align-items: center;
  text-align: left;
}
.os-cart-card-data-title {
  height: 10px;
  font-size: 10px;
  color: #616d7a;
  line-height: 10px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  grid-row-start: 1;
}
.os-cart-card-data-attribution {
  grid-row-start: 2;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.os-cart-card-data-attribution > .os-sliver-attribution {
  height: unset;
}
.os-cart-card-data-attribution > .os-sliver-attribution > .os-sliver-attribution-di {
  color: #616d7a;
  font-weight: normal;
}
.os-cart-card-data-price {
  grid-row-start: 3;
}
.os-cart-card-data-price > .os-sliver-pricetag {
  height: unset;
}
.os-cart-card-data-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  height: unset;
  line-height: unset;
  font-size: 14px;
}
.os-cart-card-data-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  height: unset;
  line-height: unset;
  font-size: 10px;
  color: #616d7a;
}
.os-cart-card-data-price > .os-sliver-expiringtime > span {
  font-size: 10px;
}
@media screen and (max-width: 1180px) {
  .os-cart-card {
    border-bottom: none;
  }
}
.os-sliver-d1-main {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 13px 41.5px 13px 15px;
}
.os-sliver-d1-main > span {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #252b32;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
}
.os-sliver-d1-main > span:first-child {
  height: 19px;
  line-height: 19px;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 15px;
}
.os-sliver-authorfooter {
  padding: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.os-sliver-authorfooter-face {
  display: inline-block;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
}
.os-sliver-authorfooter-textwrapper {
  padding: 8px 25px;
  display: inline-block;
  max-width: calc(100% - 176px);
  vertical-align: middle;
}
.os-sliver-authorfooter-textwrapper-name {
  height: 27px;
  line-height: 27px;
  font-size: 20px;
  color: #a5cc56;
  overflow: hidden;
  margin-bottom: 15px;
}
.os-sliver-authorfooter-textwrapper-text {
  min-height: 57px;
  line-height: 19px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
}
.os-sliver-authorfooter-textwrapper-text * {
  line-height: 19px;
  font-size: 14px;
}
@media screen and (max-width: 809px) {
  .os-sliver-authorfooter {
    padding: 50px 15px;
    text-align: center;
  }
  .os-sliver-authorfooter-face {
    display: inline-block;
    margin-bottom: 25px;
  }
  .os-sliver-authorfooter-textwrapper {
    padding: 0;
    display: block;
    max-width: 100%;
  }
  .os-sliver-authorfooter-textwrapper-text,
  .os-sliver-authorfooter-textwrapper-name {
    height: auto;
  }
}
.os-sliver-channelplaylist {
  border-top: 1px solid #252b32;
  display: flex;
  padding: 5px 0 5px 5px;
}
.os-sliver-channelplaylist:last-child {
  border-bottom: 1px solid #252b32;
}
.os-sliver-channelplaylist:hover,
.os-sliver-channelplaylist.selected {
  background-color: #252b32;
  border-color: #252b32;
}
.os-sliver-channelplaylist:hover .os-sliver-channelplaylist-title,
.os-sliver-channelplaylist.selected .os-sliver-channelplaylist-title,
.os-sliver-channelplaylist:hover .os-sliver-channelplaylist-duration,
.os-sliver-channelplaylist.selected .os-sliver-channelplaylist-duration,
.os-sliver-channelplaylist:hover .os-sliver-channelplaylist-number,
.os-sliver-channelplaylist.selected .os-sliver-channelplaylist-number {
  color: #fff;
}
.os-sliver-channelplaylist-cover {
  height: 54px;
  width: 96px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  flex: none;
}
.os-sliver-channelplaylist-inner {
  vertical-align: middle;
  max-height: 22px;
  line-height: 22px;
  display: inline-block;
  flex: auto;
  align-self: center;
  white-space: nowrap;
  width: 564px;
  overflow: hidden;
}
.os-sliver-channelplaylist-title,
.os-sliver-channelplaylist-number {
  line-height: 22px;
  font-size: 16px;
  color: #616d7a;
  max-height: 44px;
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  flex: auto;
  align-self: center;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  max-width: 90%;
}
.os-sliver-channelplaylist-number {
  vertical-align: top;
  flex: initial;
}
.os-sliver-channelplaylist-duration {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #616d7a;
  display: inline-block;
  padding-right: 10px;
  font-weight: 500;
  align-self: center;
}
@media screen and (max-width: 1180px) {
  .os-sliver-channelplaylist {
    position: relative;
  }
  .os-sliver-channelplaylist-inner {
    max-height: 34px;
    /* height: 17px; */
    /* display: block; */
    /* height: 22px; */
    position: absolute;
    left: 110px;
    width: calc(100% - 110px);
    top: 50%;
    transform: translateY(-50%);
  }
  .os-sliver-channelplaylist-title,
  .os-sliver-channelplaylist-number {
    margin-right: auto;
    height: auto;
    font-size: 12px;
    line-height: 17px;
    max-height: 34px;
  }
  .os-sliver-channelplaylist-number {
    margin-right: 5px;
    vertical-align: top;
  }
  .os-sliver-channelplaylist-duration {
    display: none;
  }
}
.os-sliver-lessoncard {
  width: 754px;
  height: 189px;
  max-width: 100%;
  min-width: 540px;
  min-height: 189px;
  border-radius: 5px;
  background-color: #151515;
  position: relative;
  margin-bottom: 50px;
}
.os-sliver-lessoncard:hover .os-sliver-lessoncard-cover-trailer {
  display: block;
}
.os-sliver-lessoncard:hover .os-sliver-lessoncard-right {
  background-color: #252b32;
  border-color: #252b32;
}
.os-sliver-lessoncard-trailer {
  width: 336px;
  height: 189px;
  display: inline-block;
  transition: all 1s;
}
.os-sliver-lessoncard-trailer:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.os-sliver-lessoncard-trailer-play {
  font-size: 20px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 100%;
  color: #151515;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  pointer-events: auto;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-sliver-lessoncard-right {
  display: inline-block;
  background-color: #151515;
  padding: 10px;
  border-width: 1px 1px 1px 0;
  border-color: #616d7a;
  border-style: solid;
  border-radius: 0 5px 5px 0;
  width: calc(100% - 336px);
  vertical-align: middle;
  height: 189px;
  text-align: left;
}
.os-sliver-lessoncard-right-icontext {
  line-height: 16px;
  height: 16px;
  margin: 0 0 6px 0;
}
.os-sliver-lessoncard-right-title {
  margin: 0 0 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
}
.os-sliver-lessoncard-right-title-text {
  height: 44px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.os-sliver-lessoncard-right-attribution {
  line-height: 14px;
  margin: 0 0 25px 0;
}
.os-sliver-lessoncard-right-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.os-sliver-lessoncard-right-bottom .os-a1-main,
.os-sliver-lessoncard-right-bottom .os-sliver-pricetag {
  display: inline-flex;
  vertical-align: middle;
}
.os-sliver-lessoncard-right-bottom .os-a1-main {
  margin-right: 15px;
}
.os-sliver-lessoncard-right-bottom-sale-in-validation {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #F5A623;
  width: 157px;
  position: absolute;
  right: 25px;
  bottom: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.os-sliver-lessoncard-cover {
  position: relative;
  width: 336px;
  height: 189px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  vertical-align: middle;
}
.os-sliver-lessoncard-cover-arrowbadge {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.os-sliver-lessoncard-cover-arrowbadge > .os-sliver-rectBadge {
  border-radius: 10px 0px 0px 0px;
}
.os-sliver-lessoncard-cover > iframe {
  width: 336px;
  height: 189px;
}
@media screen and (max-width: 809px) {
  .os-sliver-lessoncard {
    background-color: #151515;
    position: relative;
    width: 288px;
    min-width: 288px;
    height: 338px;
    text-align: left;
    margin: auto;
  }
  .os-sliver-lessoncard-trailer {
    width: 100%;
    height: 162px;
    pointer-events: auto;
  }
  .os-sliver-lessoncard-trailer:hover {
    background-color: transparent;
  }
  .os-sliver-lessoncard-right {
    display: inline-block;
    width: 100%;
    height: 176px;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
  }
  .os-sliver-lessoncard-right-icontext {
    line-height: 16px;
    height: 16px;
    margin: 0 0 10px 0;
  }
  .os-sliver-lessoncard-right-title {
    margin: 0 0 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 44px;
  }
  .os-sliver-lessoncard-right-title-text {
    max-height: 44px;
  }
  .os-sliver-lessoncard-right-attribution {
    line-height: 14px;
    margin: 0 0;
  }
  .os-sliver-lessoncard-right-bottom {
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .os-sliver-lessoncard-right-bottom-sale-in-validation {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F5A623;
    width: 78px;
    margin-bottom: 0;
    right: 15px;
    bottom: 11px;
  }
  .os-sliver-lessoncard-cover {
    height: 162px;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 5px 5px 0px 0px;
  }
}
.os-sliver-userbio {
  background-color: #151515;
  padding: 75px 106px 75px 106px;
  text-align: center;
}
.os-sliver-userbio-face {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 94px;
}
.os-sliver-userbio-textwrapper {
  display: inline-block;
  vertical-align: middle;
  width: 914px;
  max-width: calc(100% - 244px);
  text-align: left;
}
.os-sliver-userbio-textwrapper-title {
  line-height: 49px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.os-sliver-userbio-textwrapper-title > strong {
  color: #616d7a;
}
.os-sliver-userbio-textwrapper-description {
  line-height: 22px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .os-sliver-userbio {
    padding: 15px;
  }
  .os-sliver-userbio-face {
    display: block;
    margin: auto;
    margin-bottom: 29px;
    width: 80px;
    height: 80px;
  }
  .os-sliver-userbio-textwrapper {
    display: block;
    width: 601px;
    margin: auto;
    max-width: unset;
  }
  .os-sliver-userbio-textwrapper-title {
    line-height: normal;
    font-size: 24px;
    height: auto;
    margin-bottom: 25px;
  }
  .os-sliver-userbio-textwrapper-description {
    line-height: normal;
    font-size: 12px;
    height: auto;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-userbio-textwrapper {
    width: 100%;
  }
}
.os-sliver-trailer > iframe {
  width: 336px;
  height: 189px;
  max-width: 100%;
  max-height: 100%;
}
.os-sliver-trailer-big {
  width: 100%;
  height: 100%;
}
.os-sliver-trailer-big .os-sliver-trailer-container {
  width: 100%;
  height: 600px;
}
.os-sliver-trailer-container {
  display: block;
  width: 336px;
  height: 189px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s;
  position: relative;
  pointer-events: none;
}
.os-sliver-trailer-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 17.5px;
  border: 2px solid #fff;
  border-radius: 4px;
  white-space: pre;
  transition: all 1s;
  pointer-events: auto;
  background-color: #fff;
}
.os-sliver-trailer-container-inner-text,
.os-sliver-trailer-container-inner-icon {
  transition: all 1s;
  text-transform: uppercase;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  color: #151515;
}
.os-sliver-trailer-container-inner-text {
  margin-right: 8px;
  margin-top: -1px;
}
.os-sliver-trailer-container-inner-iao-button {
  top: unset;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%, -20%);
  padding: 0px 6px;
}
.os-sliver-trailer-container-inner-iao-button :first-child {
  margin-top: -3px;
}
.os-sliver-trailer-container-inner-iao-button :last-child {
  margin-top: -3px;
}
.os-sliver-trailer-container:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 809px) {
  .os-sliver-trailer-big .os-sliver-trailer-container {
    width: 100vw;
    height: 56.25vw;
  }
  .os-sliver-trailer-big .os-sliver-trailer-container > iframe {
    width: 100vw;
    height: 56.25vw !important;
  }
}
.os-sliver-hiddentrailer:not([href]) {
  cursor: default;
}
.os-sliver-hiddentrailer > iframe {
  width: 100%;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
}
.os-sliver-hiddentrailer-container {
  display: block;
  width: 288px;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s;
  position: relative;
}
.os-sliver-hiddentrailer-container-hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.os-sliver-hiddentrailer-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 17.5px;
  border: 2px solid #fff;
  border-radius: 4px;
  white-space: pre;
  transition: all 1s;
  pointer-events: auto;
  background-color: #fff;
  display: none;
}
.os-sliver-hiddentrailer-container-inner-text,
.os-sliver-hiddentrailer-container-inner-icon {
  transition: all 1s;
  text-transform: uppercase;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  color: #151515;
}
.os-sliver-hiddentrailer-container-inner-text {
  margin-right: 8px;
  margin-top: -1px;
}
.os-sliver-hiddentrailer-container:hover .os-sliver-hiddentrailer-container-inner {
  display: block;
}
.os-sliver-biouserbio {
  padding: 75px 145px;
  background-color: #e6f0e8;
}
.os-sliver-biouserbio .os-a1-light {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9bcb52;
  padding: 0;
  margin-bottom: 32px;
}
.os-sliver-biouserbio-left {
  width: 150px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  vertical-align: top;
}
.os-sliver-biouserbio-left-image {
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  background-color: #ccc;
  margin-bottom: 16px;
}
.os-sliver-biouserbio-left-follower {
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616d7a;
}
.os-sliver-biouserbio-center {
  padding: 50px 75px 0;
  display: inline-block;
  width: 600px;
  vertical-align: top;
}
.os-sliver-biouserbio-center-name {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616d7a;
  margin-bottom: 15px;
}
.os-sliver-biouserbio-center-description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616d7a;
  margin-bottom: 25px;
}
.os-sliver-biouserbio-right {
  vertical-align: top;
  display: inline-block;
  padding: 50px 0 0 0;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-biouserbio {
    padding: 35px 65px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-biouserbio {
    flex-direction: column;
    text-align: center;
  }
}
.os-sliver-bioicontext {
  padding: 15px 0;
}
.os-sliver-bioicontext-icon,
.os-sliver-bioicontext-text {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: middle;
}
.os-sliver-bioicontext-icon span,
.os-sliver-bioicontext-text span {
  color: #616d7a;
}
.os-sliver-bioicontext-icon a,
.os-sliver-bioicontext-text a {
  color: #9bcb52;
}
.os-sliver-bioicontext-text {
  font-size: 12px;
}
.os-sliver-bioicontext-icon {
  font-size: 20px;
  margin-right: 10px;
}
.os-sliver-bioicontext-icon span,
.os-sliver-bioicontext-icon a {
  color: #9bcb52;
}
.os-sliver-bioVerticalContainer-title {
  font-weight: 700;
  font-size: 24px;
  color: #252b32;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.os-sliver-bioVerticalContainer-buttonnew {
  margin-bottom: 50px;
}
.os-search-header {
  position: relative;
  margin-left: 25px;
  max-width: 390px;
  width: 100%;
  display: flex;
  align-items: center;
}
.os-search-header-menu {
  margin-left: 15px;
  font-size: 20px;
  color: #616D7A;
}
.os-search-header-text {
  max-width: 500px !important;
  height: 35px !important;
  width: 100% !important;
  border: 1px solid #D8D8D8 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  padding-right: 45px !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
}
.os-search-header-icon {
  font-size: 18px;
  position: absolute;
  right: 8px;
  color: #ffffff;
  width: 35px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9BCB52;
  border-radius: 4px;
}
.os-search-header-icon:hover {
  background-color: #7ca242;
}
.os-search-header-icon:hover {
  color: #ffffff;
}
.os-search-header-icon > span {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.os-search-header-close {
  position: absolute;
  right: 57px;
  display: none;
}
.os-search-header-close > span {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.os-search-header-suggestions {
  max-height: 1000px;
  overflow-y: auto;
  border: 1px solid #efefef;
  background-color: white;
  border-radius: 4px;
  max-width: 400px;
  width: 100%;
  position: absolute;
  z-index: 30;
  top: 37px;
  padding: 10px 0;
}
.os-search-header-suggestions-search {
  color: #A3C63F !important;
}
.os-search-header-suggestions-item {
  display: flex;
  flex-direction: row;
  padding: 10px 50px 10px 15px;
  cursor: pointer;
  max-height: 60px;
  width: 100%;
}
.os-search-header-suggestions-item-image {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.os-search-header-suggestions-item-text {
  max-width: 90%;
  color: #616D7A;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.os-search-header-suggestions-item-text:hover {
  color: #A3C63F;
}
@media screen and (max-width: 1180px) {
  .os-search-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    margin-left: 0;
    z-index: 1000;
  }
  .os-search-header-text {
    max-width: unset !important;
    height: 50px !important;
    width: 100% !important;
  }
  .os-search-header-icon > span {
    height: 50px;
    line-height: 50px;
  }
  .os-search-header-close {
    display: block;
  }
  .os-search-header-suggestions {
    max-height: 75vh;
    max-width: unset;
    z-index: 10000;
    top: 52px;
  }
}
@media screen and (max-width: 809px) {
  .os-search-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    margin-left: 0;
    z-index: 1000;
  }
  .os-search-header-text {
    max-width: unset !important;
    height: 50px !important;
    width: 100% !important;
  }
  .os-search-header-icon {
    font-size: 26px;
    border-radius: 4px 0px 0px 4px;
    right: -22px;
    height: 100%;
    width: 50px;
  }
  .os-search-header-icon > span {
    height: 50px;
    line-height: 50px;
  }
  .os-search-header-close {
    display: block;
    right: 63px;
  }
  .os-search-header-suggestions {
    max-height: 75vh;
    max-width: unset;
    z-index: 10000;
    top: 52px;
  }
}
.os-sliver-custombanner {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 315px;
  padding: 35px 35px 50px 35px;
  background-size: cover;
  background-position: 50% 50%;
}
.os-sliver-custombanner-video {
  position: absolute;
  width: 100%;
  height: 315px;
  object-fit: cover;
  z-index: 0;
}
.os-sliver-custombanner-video-wrapper {
  position: absolute;
  width: 100%;
  height: 315px;
  object-fit: cover;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 0;
}
.os-sliver-custombanner-video-wrapper-aboutus {
  object-fit: cover;
  z-index: 0;
  position: relative;
}
.os-sliver-custombanner-video-gradient {
  /*background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);*/
  height: 315px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.os-sliver-custombanner-button {
  padding: 5px 15px;
  height: 45px;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  border-radius: 4px;
  margin-top: 35px;
}
.os-sliver-custombanner-wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.os-sliver-custombanner.center {
  align-items: center;
}
.os-sliver-custombanner-image {
  width: 350px;
  height: 150px;
  object-fit: contain;
  object-position: 0% 50%;
}
.os-sliver-custombanner-description {
  overflow: hidden;
  height: 44px;
  width: 596px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  white-space: pre-wrap;
}
.os-sliver-custombanner-description.center {
  text-align: center;
}
.os-sliver-custombanner-text,
.os-sliver-custombanner-accent {
  height: 44px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}
.os-sliver-custombanner-accent {
  color: #A3C63F;
  padding-left: 0.5rem;
}
.os-sliver-custombanner-mutebutton {
  position: absolute;
  bottom: 15px;
  height: 32px;
  width: 32px;
  z-index: 1;
  right: 10px;
  border-radius: 100%;
  background: #252B32;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-sliver-custombanner {
    height: 300px;
    padding: 35px 35px 35px 35px;
  }
  .os-sliver-custombanner-video {
    height: 300px;
  }
  .os-sliver-custombanner-video-gradient {
    height: 300px;
  }
  .os-sliver-custombanner-video-wrapper {
    height: 300px;
  }
  .os-sliver-custombanner-video-wrapper-aboutus {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .os-sliver-custombanner-image {
    width: 350px;
    height: 150px;
  }
  .os-sliver-custombanner-description {
    width: 596px;
    height: 44px;
  }
  .os-sliver-custombanner-text,
  .os-sliver-custombanner-accent {
    font-size: 32px;
    line-height: 44px;
  }
  .os-sliver-custombanner-mutebutton {
    position: absolute;
    bottom: 15px;
    height: 32px;
    width: 32px;
    z-index: 1;
    right: 10px;
    border-radius: 100%;
    background: #252B32;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-custombanner {
    padding: 15px 15px 25px 15px ;
    height: 260px;
  }
  .os-sliver-custombanner-button {
    margin-top: 25px;
  }
  .os-sliver-custombanner-video {
    height: 260px;
  }
  .os-sliver-custombanner-video-gradient {
    height: 260px;
  }
  .os-sliver-custombanner-video-wrapper {
    height: 260px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .os-sliver-custombanner-video-wrapper-aboutus {
    object-fit: cover;
    z-index: 0;
    max-width: 100%;
    position: relative;
  }
  .os-sliver-custombanner-image {
    width: 330px;
    height: 150px;
  }
  .os-sliver-custombanner-description {
    width: 330px;
    height: 57px;
    font-size: 14px;
    line-height: 19px;
  }
  .os-sliver-custombanner-text,
  .os-sliver-custombanner-accent {
    font-size: 16px;
    line-height: 22px;
  }
  .os-sliver-custombanner-button {
    height: 35px;
    font-size: 14px;
  }
  .os-sliver-custombanner-mutebutton {
    position: absolute;
    bottom: 15px;
    height: 32px;
    width: 32px;
    z-index: 1;
    right: 10px;
    border-radius: 100%;
    background: #252B32;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.os-sponsor-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 288px;
  border: 1px solid #929292;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}
.os-sponsor-card-button {
  height: 35px;
  position: absolute;
  bottom: 25px;
}
.os-sponsor-card-logo {
  width: 200px;
  object-fit: contain;
}
@media screen and (max-width: 1180px) {
  .os-sponsor-card {
    width: 150px;
    height: 150px;
  }
  .os-sponsor-card-logo {
    width: 125px;
  }
  .os-sponsor-card-button {
    height: 25px;
    position: absolute;
    bottom: 15px;
  }
}
.os-sponsor-list {
  padding: 75px 70px 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.os-sponsor-list-title {
  text-transform: uppercase;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 25px;
}
.os-sponsor-list-type {
  font-weight: bold;
}
.os-sponsor-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 25px;
  row-gap: 25px;
}
@media screen and (max-width: 809px) {
  .os-sponsor-list-wrapper {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(auto, auto);
  }
}
.os-sponsor-detail {
  background-color: white;
  flex: 1;
  padding: 100px 50px 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.os-sponsor-detail-logo {
  width: 350px;
  object-fit: contain;
  margin-right: 80px;
}
.os-sponsor-detail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 200px;
}
.os-sponsor-detail-info-item {
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #929299;
}
.os-sponsor-detail-info-item-icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.os-sponsor-detail-info-item-text {
  word-break: break-word;
  font-size: 12px;
  line-height: 16px;
}
.os-sponsor-detail-info-item-text.bold {
  font-weight: bold;
  color: #252B32;
}
.os-sponsor-detail-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.os-sponsor-detail-socials-item {
  color: #DADADA;
  margin-right: 20px;
}
.os-sponsor-detail-socials-item-icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 1180px) {
  .os-sponsor-detail {
    padding: 25px 25px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .os-sponsor-detail-info {
    max-width: unset;
  }
  .os-sponsor-detail-info-item {
    margin-bottom: 10px;
  }
  .os-sponsor-detail-logo {
    width: 275px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 809px) {
  .os-sponsor-detail {
    padding: 25px 25px 15px;
  }
  .os-sponsor-detail-logo {
    margin-bottom: 25px;
  }
}
.os-sponsor-item {
  width: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 288px;
  cursor: pointer;
}
.os-sponsor-item-list {
  padding: 100px 35px 150px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.os-sponsor-item-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 50px;
  row-gap: 75px;
}
.os-sponsor-item-image {
  width: 100%;
  height: 162px;
  margin-bottom: 15px;
  object-fit: cover;
  border: none;
  flex-shrink: 0;
  border: 1px solid #929292;
}
.os-sponsor-item-image-black {
  width: 100%;
  height: 162px;
  margin-bottom: 15px;
  object-fit: cover;
  border: none;
  flex-shrink: 0;
  border: 1px solid #929292;
  border-radius: 4px 4px 0px 0px;
}
.os-sponsor-item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #252B32;
  height: 55px;
  flex: 1;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.os-sponsor-item-description-black {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #252B32;
  height: 55px;
  flex: 1;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 15px 0 15px;
}
.os-sponsor-item-button {
  width: 200px;
  height: 35px;
  font-size: 16px;
  line-height: 15px;
}
.os-sponsor-item-button-black {
  width: 200px;
  height: 35px;
  font-size: 16px;
  line-height: 15px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 25px;
}
.os-sponsor-item-black {
  width: 288px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 325px;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (max-width: 1180px) {
  .os-sponsor-item-list {
    padding: 100px 0px 100px;
  }
  .os-sponsor-item-list-wrapper {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
  }
}
@media screen and (max-width: 809px) {
  .os-sponsor-item-black {
    width: 160px;
    height: 225px;
  }
  .os-sponsor-item {
    width: 160px;
    height: 195px;
  }
  .os-sponsor-item-list {
    padding: 50px 0px 100px;
  }
  .os-sponsor-item-list-wrapper {
    column-gap: 20px;
    row-gap: 50px;
  }
  .os-sponsor-item-image {
    height: 90px;
  }
  .os-sponsor-item-image-black {
    height: 90px;
  }
  .os-sponsor-item-button {
    width: 125px;
    height: 25px;
    font-size: 14px;
    line-height: 12px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .os-sponsor-item-button-black {
    width: 125px;
    height: 25px;
    font-size: 14px;
    line-height: 12px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .os-sponsor-item-description {
    font-size: 12px;
    line-height: 17px;
  }
  .os-sponsor-item-description-black {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px;
  }
}
.os-sliver-headeracademy {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #151515;
}
.os-sliver-headeracademy-trailer {
  margin: 10px;
  padding: 8px 17.5px;
  border: 2px solid #fff;
  border-radius: 4px;
  white-space: pre;
  pointer-events: auto;
  background-color: #fff;
}
.os-sliver-headeracademy-trailer-text {
  text-transform: uppercase;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  color: #151515;
}
.os-sliver-headeracademy-trailer-icon {
  text-transform: uppercase;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  color: #151515;
}
.os-sliver-headeracademy.sponsor-open {
  background-color: white;
  height: 310px;
}
.os-sliver-headeracademy.sponsor-open .os-sliver-headeracademy-player {
  width: 600px;
}
.os-sliver-headeracademy-player {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  width: 100%;
}
.os-sliver-headeracademy-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.os-sliver-headeracademy-overlay.hidden {
  display: none;
}
.os-sliver-headeracademy-overlay-caption {
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.os-sliver-headeracademy-overlay-date {
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.os-sliver-headeracademy-overlay-caption-os {
  color: white;
  font-weight: 300;
  font-size: 100px;
  line-height: 136px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-date-os {
  color: white;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-text-os {
  color: white;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-countdown-os {
  color: #FFFFFF;
  display: flex;
}
.os-sliver-headeracademy-overlay-countdown-os-number {
  font-size: 100px;
  font-weight: 800;
  line-height: 136px;
}
.os-sliver-headeracademy-overlay-countdown-os-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-top: -15px;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-countdown-os-margin {
  margin-right: 100px;
}
.os-sliver-headeracademy-overlay-caption-os-min {
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-date-os-min {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-countdown-os-min {
  color: #FFFFFF;
  display: flex;
}
.os-sliver-headeracademy-overlay-countdown-os-number-min {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
.os-sliver-headeracademy-overlay-countdown-os-text-min {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
.os-sliver-headeracademy-overlay-countdown-os-margin-min {
  margin-right: 20px;
}
.os-sliver-headeracademy-close {
  background: #FC2E2E;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0 15px;
  height: 35px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.os-sliver-headeracademy-close svg {
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.os-sliver-headeracademy-wrapperZoom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.os-sliver-headeracademy-wrapperZoom-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-sliver-headeracademy-wrapperZoom-logo {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin-bottom: 41px !important;
}
.os-sliver-headeracademy-wrapperZoom-logo svg {
  height: 100%;
  width: 100%;
}
.os-sliver-headeracademy-wrapperZoom-button {
  background-color: #2D8CFF !important;
}
.os-sliver-headeracademy-wrapperZoom-button:hover {
  transition: background 0.3s ease-in-out;
  background-color: #107cff !important;
}
@media screen and (max-width: 1180px) {
  .os-sliver-headeracademy-trailer {
    margin: 10px;
    padding: 6px 15px;
  }
  .os-sliver-headeracademy-trailer-text {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .os-sliver-headeracademy-trailer-icon {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .os-sliver-headeracademy.sponsor-open {
    height: 225px;
  }
  .os-sliver-headeracademy.sponsor-open .os-sliver-headeracademy-player {
    width: 400px;
  }
  .os-sliver-headeracademy-close {
    position: fixed;
    top: 75px;
  }
  .os-sliver-headeracademy-overlay-caption-os {
    font-size: 60px;
    line-height: 80px;
  }
  .os-sliver-headeracademy-overlay-date-os {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .os-sliver-headeracademy-overlay-text-os {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .os-sliver-headeracademy-overlay-countdown-os-number {
    font-size: 60px;
    line-height: 80px;
  }
  .os-sliver-headeracademy-overlay-countdown-os-text {
    font-size: 12px;
    line-height: 15px;
    margin-top: -5px;
    text-transform: uppercase;
  }
  .os-sliver-headeracademy-overlay-countdown-os-margin {
    margin-right: 60px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-headeracademy {
    flex-direction: column-reverse;
    align-items: center;
    height: unset;
    justify-content: flex-start;
  }
  .os-sliver-headeracademy-trailer {
    margin: 10px;
    padding: 4px 12px;
  }
  .os-sliver-headeracademy-trailer-text {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
  }
  .os-sliver-headeracademy-trailer-icon {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
  }
  .os-sliver-headeracademy.sponsor-open {
    height: unset;
  }
  .os-sliver-headeracademy.sponsor-open .os-sponsor-detail {
    width: 100%;
  }
  .os-sliver-headeracademy.sponsor-open .os-sliver-headeracademy-player {
    height: 56.25vw;
    width: 100%;
  }
  .os-sliver-headeracademy-player {
    min-height: 360px;
    width: 100%;
  }
  .os-sliver-headeracademy-player.not-live {
    height: 100%;
  }
  .os-sliver-headeracademy-overlay-caption-os {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .os-sliver-headeracademy-overlay-date-os {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .os-sliver-headeracademy-overlay-text-os {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .os-sliver-headeracademy-overlay-countdown-os-number {
    font-size: 30px;
    line-height: 30px;
  }
  .os-sliver-headeracademy-overlay-countdown-os-text {
    font-size: 8px;
    line-height: 15px;
    margin-top: 0px;
    text-transform: uppercase;
  }
  .os-sliver-headeracademy-overlay-countdown-os-margin {
    margin-right: 20px;
  }
  .os-sliver-headeracademy-wrapperZoom {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .os-sliver-headeracademy-wrapperZoom-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .os-sliver-headeracademy-wrapperZoom-logo {
    height: 150px;
    width: 150px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin-bottom: 41px !important;
  }
  .os-sliver-headeracademy-wrapperZoom-logo svg {
    height: 100%;
    width: 100%;
  }
  .os-sliver-headeracademy-wrapperZoom-button {
    background-color: #2D8CFF !important;
  }
  .os-sliver-headeracademy-wrapperZoom-button:hover {
    transition: background 0.3s ease-in-out;
    background-color: #107cff !important;
  }
}
.os-notification-card {
  height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}
.os-notification-card:hover {
  background-color: #E6F0E8;
}
.os-notification-card-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 45px;
  flex-shrink: 0;
  margin-right: 5px;
}
.os-notification-card-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #252B32;
  overflow: hidden;
}
.os-notification-card-data-text,
.os-notification-card-data-title,
.os-notification-card-data-type {
  text-align: left;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-notification-card-data-type {
  font-weight: bold;
}
.os-privacy-popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 125px;
  text-align: start;
}
.os-privacy-popup .os-privacy-popup-card {
  position: relative;
  border-radius: 10px;
  width: 600px;
  height: 100%;
  max-height: 620px;
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.os-privacy-popup .os-privacy-popup-card::before {
  position: absolute;
  top: 70px;
  right: 25px;
  left: 0;
  height: 36px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 120;
  content: '';
}
.os-privacy-popup .os-privacy-popup-card::after {
  position: absolute;
  bottom: 20px;
  right: 25px;
  left: 0;
  height: 36px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
}
.os-privacy-popup .os-privacy-popup-body {
  overflow: scroll;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
}
.os-privacy-popup .os-privacy-popup-body p {
  font-size: 14px;
  line-height: 19px;
}
.os-privacy-popup .os-privacy-popup-body h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.os-privacy-popup .os-privacy-popup-header {
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 809px) {
  .os-privacy-popup {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-privacy-popup .os-privacy-popup-card {
    width: 330px;
  }
  .os-privacy-popup .os-privacy-popup-body p {
    font-size: 12px;
    line-height: 16px;
  }
  .os-privacy-popup .os-privacy-popup-body h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
  }
}
@keyframes academyflash {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.os-sliver-academyproduct {
  width: 288px;
  height: 338px;
  background: #151515;
  border: 1px solid #616D7A;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-right: 25px;
  flex-shrink: 0;
  position: relative;
  cursor: initial;
}
.os-sliver-academyproduct.clickable {
  cursor: pointer;
}
.os-sliver-academyproduct.clickable:hover {
  background: #252B32;
}
.os-sliver-academyproduct.clickable .os-sliver-hiddentrailer {
  cursor: pointer;
}
.os-sliver-academyproduct .no-events {
  pointer-events: none;
}
.os-sliver-academyproduct-livebadge {
  animation: academyflash 2s linear 0s infinite forwards;
  color: white;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 36px;
  background: #D0021B;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-sliver-academyproduct-livebadge.hidden {
  display: none;
}
.os-sliver-academyproduct-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.os-sliver-academyproduct-overlay.hidden {
  display: none;
}
.os-sliver-academyproduct-overlay-caption {
  color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.os-sliver-academyproduct-overlay-date {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.os-sliver-academyproduct-cover {
  height: 162px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
.os-sliver-academyproduct-cover .os-sliver-hiddentrailer-container {
  height: 100%;
  width: 100%;
}
.os-sliver-academyproduct-cover .os-sliver-hiddentrailer iframe {
  width: 100%;
  height: 100%;
}
.os-sliver-academyproduct-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 10px;
}
.os-sliver-academyproduct-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: white;
  flex: 1;
  overflow: hidden;
  max-height: 86px;
  word-break: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.os-sliver-academyproduct-icons {
  margin-bottom: 10px;
}
.os-sliver-academyproduct-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.os-sliver-academyproduct-schedule {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.os-sliver-academyproduct-date {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  color: white;
}
.os-sliver-academyproduct-time {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #A3C63F;
}
.os-sliver-academyproduct-button {
  height: 35px;
  font-size: 12px;
  line-height: 16px;
}
.os-sliver-academyproduct.large {
  width: 754px;
  height: 189px;
  flex-direction: row;
}
.os-sliver-academyproduct.large .os-sliver-academyproduct-cover {
  width: 336px;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .os-sliver-academyproduct.large {
    width: 288px;
    height: 338px;
    flex-direction: column;
  }
  .os-sliver-academyproduct.large .os-sliver-academyproduct-cover {
    height: 162px;
    width: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
  }
}
.os-academy-iao-shelf {
  margin-bottom: 25px;
  position: relative;
}
.os-academy-iao-shelf-button {
  cursor: pointer;
  position: absolute;
  height: 76px;
  width: 76px;
  border-radius: 50%;
  background: #616D7A;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 194px;
  z-index: 300;
  color: white;
}
.os-academy-iao-shelf-button:hover {
  color: #A3C63F;
}
.os-academy-iao-shelf-button.prev {
  left: -33px;
}
.os-academy-iao-shelf-button.next {
  right: -33px;
}
.os-academy-iao-shelf-button.hidden {
  display: none;
}
.os-academy-iao-shelf-button svg {
  width: 50px;
  height: 50px;
}
.os-academy-iao-shelf-products {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.os-academy-iao-shelf-products::-webkit-scrollbar {
  height: 0px!important;
}
.os-academy-iao-shelf-products::after {
  content: ' ';
  white-space: pre;
}
@media screen and (max-width: 1180px) {
  .os-academy-iao-shelf-button {
    display: none;
  }
}
@keyframes rightIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.os-right-in {
  animation: rightIn 0.3s ease-in-out forwards;
}
.os-sliver-academyadv {
  width: 288px;
  height: 338px;
  background: white;
  border: 1px solid #616D7A;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-right: 25px;
  flex-shrink: 0;
  position: relative;
  cursor: initial;
}
.os-sliver-academyadv.leaving .os-sliver-academyadv-cover {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.os-sliver-academyadv.leaving .os-sliver-academyadv-title,
.os-sliver-academyadv.leaving .os-sliver-academyadv-description {
  opacity: 0;
  transform: translateX(500px);
  transition: all 0.5s ease;
}
.os-sliver-academyadv.leaving .os-sliver-academyadv-button {
  opacity: 1;
  transform: translateX(-500px);
  transition: all 0.5s ease;
}
.os-sliver-academyadv.entering .os-sliver-academyadv-cover {
  opacity: 1;
  transition: all 0.5s ease;
}
.os-sliver-academyadv.entering .os-sliver-academyadv-title,
.os-sliver-academyadv.entering .os-sliver-academyadv-description {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.os-sliver-academyadv.entering .os-sliver-academyadv-button {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.os-sliver-academyadv.hidden {
  display: none;
}
.os-sliver-academyadv.clickable {
  cursor: pointer;
}
.os-sliver-academyadv.clickable:hover {
  background: #252B32;
}
.os-sliver-academyadv.clickable .os-sliver-hiddentrailer {
  cursor: pointer;
}
.os-sliver-academyadv .no-events {
  pointer-events: none;
}
.os-sliver-academyadv-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 125px;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #616D7A;
  color: white;
  left: -77px;
  bottom: 80px;
  transform: rotate(-90deg);
}
.os-sliver-academyadv-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.os-sliver-academyadv-overlay.hidden {
  display: none;
}
.os-sliver-academyadv-overlay-caption {
  color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.os-sliver-academyadv-overlay-date {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.os-sliver-academyadv-cover {
  height: 162px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
.os-sliver-academyadv-cover .os-sliver-hiddentrailer-container {
  height: 100%;
  width: 100%;
}
.os-sliver-academyadv-cover .os-sliver-hiddentrailer iframe {
  width: 100%;
  height: 100%;
}
.os-sliver-academyadv-body {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 10px;
}
.os-sliver-academyadv-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #252B32;
  overflow: hidden;
  margin-bottom: 5px;
}
.os-sliver-academyadv-description {
  flex: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #252B32;
}
.os-sliver-academyadv-icons {
  margin-bottom: 10px;
}
.os-sliver-academyadv-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.os-sliver-academyadv-schedule {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.os-sliver-academyadv-date {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  color: white;
}
.os-sliver-academyadv-time {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #A3C63F;
}
.os-sliver-academyadv-button {
  background: #616D7A;
  font-size: 12px;
  height: 35px;
  line-height: 16px;
}
.os-sliver-academyadv-button:focus {
  background: #616D7A !important;
}
.os-sliver-academyadv-button:hover {
  background: #616D7A !important;
}
.os-sliver-academyadv.large {
  width: 754px;
  height: 189px;
  flex-direction: row;
}
.os-sliver-academyadv.large .os-sliver-academyadv-cover {
  width: 336px;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .os-sliver-academyadv.large {
    width: 288px;
    height: 338px;
    flex-direction: column;
  }
  .os-sliver-academyadv.large .os-sliver-academyadv-cover {
    height: 162px;
    width: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
  }
  .os-sliver-academyadv-badge {
    transform: rotate(0deg);
    top: -29px;
    left: 81px;
    bottom: unset;
  }
}
@keyframes rightIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.os-right-in {
  animation: rightIn 0.3s ease-in-out forwards;
}
.os-sliver-osAdv {
  border-radius: 5px;
  margin-bottom: 50px;
  background: #616D7A;
  width: 288px;
  height: 338px;
  border: 1px solid #616D7A;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.os-sliver-osAdv.leaving .os-sliver-osAdv-cover {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 0 0 5px;
}
.os-sliver-osAdv.leaving .os-sliver-osAdv-title,
.os-sliver-osAdv.leaving .os-sliver-osAdv-description {
  opacity: 0;
  transform: translateX(500px);
  transition: all 0.5s ease;
}
.os-sliver-osAdv.leaving .os-sliver-osAdv-button {
  opacity: 1;
  transform: translateX(-500px);
  transition: all 0.5s ease;
}
.os-sliver-osAdv.entering .os-sliver-osAdv-cover {
  opacity: 1;
  transition: all 0.5s ease;
  border-radius: 5px 0 0 5px;
}
.os-sliver-osAdv.entering .os-sliver-osAdv-title,
.os-sliver-osAdv.entering .os-sliver-osAdv-description {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.os-sliver-osAdv.entering .os-sliver-osAdv-button {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.os-sliver-osAdv.hidden {
  display: none;
}
.os-sliver-osAdv.clickable {
  cursor: pointer;
}
.os-sliver-osAdv.clickable:hover {
  background: #252B32;
}
.os-sliver-osAdv.clickable .os-sliver-hiddentrailer {
  cursor: pointer;
}
.os-sliver-osAdv .no-events {
  pointer-events: none;
}
.os-sliver-osAdv-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 125px;
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: white;
  left: -77px;
  bottom: 80px;
  transform: rotate(-90deg);
}
.os-sliver-osAdv-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.os-sliver-osAdv-overlay.hidden {
  display: none;
}
.os-sliver-osAdv-overlay-caption {
  color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.os-sliver-osAdv-overlay-date {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.os-sliver-osAdv-cover {
  height: 162px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 5px 0 0 5px;
}
.os-sliver-osAdv-cover .os-sliver-hiddentrailer-container {
  height: 100%;
  width: 100%;
}
.os-sliver-osAdv-cover .os-sliver-hiddentrailer iframe {
  width: 100%;
  height: 100%;
}
.os-sliver-osAdv-body {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 10px;
  background: #616D7A;
  width: 100%;
}
.os-sliver-osAdv-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 5px;
}
.os-sliver-osAdv-description {
  flex: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: start;
  word-wrap: break-word;
  width: 388px;
}
.os-sliver-osAdv-icons {
  margin-bottom: 10px;
}
.os-sliver-osAdv-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.os-sliver-osAdv-schedule {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.os-sliver-osAdv-date {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  color: white;
}
.os-sliver-osAdv-time {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #A3C63F;
}
.os-sliver-osAdv-button {
  background: #252B32;
  font-size: 12px;
  height: 35px;
  line-height: 16px;
  color: #fff;
}
.os-sliver-osAdv-button:focus {
  background: #929292 !important;
}
.os-sliver-osAdv-button:hover {
  background: #929292 !important;
}
.os-sliver-osAdv.large {
  width: 754px;
  height: 189px;
  flex-direction: row;
}
.os-sliver-osAdv.large .os-sliver-osAdv-cover {
  width: 336px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.os-sliver-form {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.os-sliver-form-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.os-sliver-form-input {
  display: flex;
}
.os-sliver-form-input .os-pebble2 {
  margin-right: 15px;
}
.os-sliver-form-input .os-pebble2 input {
  height: 45px;
  width: 175px;
}
.os-sliver-form-input .os-pebble2:last-child {
  margin-right: 0;
}
.os-sliver-form-input .os-pebble2:last-child input {
  width: 250px;
}
.os-sliver-form-input .os-pebble2-input,
.os-sliver-form-input .is-invalid-input,
.os-sliver-form-input .is-invalid-input:not(:focus) {
  background-color: #fff !important;
}
.os-sliver-form-input .os-pebble2-upper-title {
  color: white;
  font-weight: normal;
}
.os-sliver-form-privacy-submit {
  display: flex;
  justify-content: space-between;
}
.os-sliver-form-privacy-submit .os-checkboxpebble {
  margin-bottom: 0;
  align-items: center;
}
.os-sliver-form-privacy-submit .os-checkboxpebble-fake {
  height: 25px;
  width: 25px;
  background-color: transparent;
}
.os-sliver-form-privacy-submit .os-checkboxpebble-label {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.os-sliver-form-privacy-submit .os-checkboxpebble-label a {
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline;
}
.os-sliver-form-privacy-submit .os-checkboxpebble-label a:hover {
  color: #D8D8D8;
}
.os-sliver-form-privacy-submit .button-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.os-sliver-form-privacy-submit .button-form .button-send {
  background: #252B32;
  height: 35px;
  width: 100px;
  border-radius: 5px;
}
.os-sliver-form-privacy-submit .button-form .button-send:hover {
  background: #929292 !important;
}
.os-sliver-form-privacy-submit .button-form .button-annulla {
  background: transparent;
  color: #fff;
  margin-right: 15px;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
  align-self: center;
}
.os-sliver-form-privacy-submit .button-form .button-annulla:hover {
  color: #D8D8D8;
}
.os-end-banner {
  height: 189px;
  width: 754px;
  background: #616D7A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 809px) {
  .os-sliver-osAdv {
    margin-bottom: 10px;
  }
  .os-sliver-osAdv.large {
    width: 288px;
    height: 338px;
    flex-direction: column;
    margin: auto;
  }
  .os-sliver-osAdv.large .os-sliver-osAdv-cover {
    height: 162px;
    width: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
  }
  .os-sliver-osAdv-description {
    width: 268px;
  }
  .os-sliver-osAdv-badge {
    transform: rotate(0deg);
    top: -29px;
    left: 81px;
    bottom: unset;
  }
  .os-sliver-form {
    padding: 8px;
  }
  .os-sliver-form-title {
    font-size: 14px;
    text-align: start;
    width: 268px;
    height: 118px;
    text-overflow: ellipsis ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .os-sliver-form-input {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .os-sliver-form-input .os-pebble2 {
    margin-right: 4px;
  }
  .os-sliver-form-input .os-pebble2 .os-pebble2-upper {
    text-align: start;
  }
  .os-sliver-form-input .os-pebble2 input {
    width: 129px;
  }
  .os-sliver-form-input .os-pebble2 input:first-of-type {
    margin: 0 8px 0 0;
  }
  .os-sliver-form-input .os-pebble2:nth-child(2) input {
    margin-right: 0;
  }
  .os-sliver-form-input .os-pebble2:not(:last-child) {
    margin: 0 0 5px;
  }
  .os-sliver-form-privacy-submit {
    flex-direction: column;
    justify-content: space-between;
  }
  .os-sliver-form-privacy-submit .os-checkboxpebble {
    margin-bottom: 8px;
    align-items: flex-start;
  }
  .os-sliver-form-privacy-submit .os-checkboxpebble-fake {
    margin-top: 6px;
    background-color: transparent;
  }
  .os-sliver-form-privacy-submit .os-checkboxpebble-label {
    font-size: 12px;
    text-align: start;
  }
  .os-sliver-form-privacy-submit .os-checkboxpebble-label a {
    text-align: start;
  }
  .os-sliver-form-privacy-submit button {
    width: 100px;
    align-self: flex-end;
  }
  .os-sliver-form-privacy-submit button:hover {
    background: #929292;
  }
  .os-sliver-form .button-form .button-annulla {
    height: max-content;
    width: max-content;
    font-size: 12px;
  }
  .os-end-banner {
    height: 288px;
    width: 338px;
  }
}
.os-pay-popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: max-content;
  width: 100%;
  padding: 125px;
  text-align: start;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50px);
}
.os-pay-popup-text {
  color: #000;
  margin-bottom: 15px;
}
.os-pay-popup .os-pay-popup-card {
  position: relative;
  border-radius: 10px;
  width: 600px;
  height: 100%;
  max-height: 620px;
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 809px) {
  .os-pay-popup {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .os-pay-popup .os-pay-popup-card {
    width: 330px;
  }
}
.os-sliver-cardNota-action {
  display: flex;
  margin-bottom: 50px;
}
.os-sliver-cardNota-text {
  color: #E6F0E8;
  margin-top: 16px;
  width: 625px;
  overflow-wrap: anywhere;
}
@media (max-width: 414px) {
  .os-sliver-cardNota-text {
    max-width: 100%;
  }
}
.os-sliver-cardNota-popup {
  margin-top: 75%;
}
.os-sliver-cardNota-titoloVideolez {
  font-size: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  color: #A3C63F;
  margin-left: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  max-width: 282px;
  text-overflow: ellipsis;
}
.os-sliver-cardNota-divTitoloEpos {
  cursor: pointer;
}
.os-card-price-section {
  margin-top: 10px;
}
.os-card-mobile {
  height: 0;
}
.os-card-sale-in-validation {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #F5A623;
  width: 78px;
  margin-bottom: 0;
  right: 10px;
  bottom: 10px;
  position: absolute;
  text-transform: uppercase;
}
.os-card-placeholder {
  height: 162px;
  width: 288px;
  position: relative;
  overflow: visible;
  cursor: pointer;
  background-size: cover;
  border-radius: 8px;
}
.os-card-placeholder-databadge {
  flex-direction: column;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: -5px;
  right: 10px;
  height: 30px;
  width: max-content;
  background: #252B32;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #929292;
}
.os-card-placeholder-notebadge {
  flex-direction: column;
  text-transform: uppercase;
  color: white;
  padding: 3px;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: -5px;
  right: 10px;
  height: 30px;
  width: 30px;
  background: #F5A623;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 3px 3px;
}
.os-card-placeholder-livebadge {
  animation: academyflash 2s linear 0s infinite forwards;
  color: white;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 36px;
  background: #D0021B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.os-card-placeholder:hover .os-card-progress {
  height: 0px;
}
.os-card-placeholder-special {
  width: 384px;
  height: 216px;
  border-radius: 8px;
  transform: scale(1);
  border: 0 solid #A3C63F;
  position: relative;
}
.os-card-placeholder .os-card-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
}
.os-card-badge-section {
  margin-bottom: 10px;
}
.os-card-description {
  flex-grow: 1;
}
.os-card-description-text {
  line-height: 19px;
  font-size: 14px;
  text-align: start;
  width: 304px;
  max-height: 62px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
}
.os-card-icon svg {
  height: 14.67px;
  width: 14.67px;
}
.os-card-progress-background {
  height: 5px;
  background-color: #8a8787;
  width: 100%;
  position: relative;
}
.os-card-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #9BCB52;
}
.os-card-wrapper {
  display: -webkit-flex;
  flex-direction: column;
  min-height: 364px;
  width: 324px;
  position: absolute;
  top: -2000px;
  left: -2000px;
  z-index: 3;
  opacity: 0;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #A3C63F;
}
@keyframes createCard {
  from {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
.os-card-wrapper-special {
  width: 384px !important;
}
.os-card-wrapper-special > .os-card-img {
  height: 213px !important;
}
.os-card-wrapper-special > .os-card-img > .os-card-img {
  height: 213px !important;
}
.os-card-wrapper-special > .os-card-bottom {
  height: 210px !important;
}
.os-card-wrapper.show {
  opacity: 1;
  -webkit-transition: opacity 1.3s ease-in-out;
  transition: opacity 1.3s ease-in-out;
}
.os-card-wrapper .os-card-img {
  display: block;
  height: 180px;
  width: 100%;
  position: relative;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.os-card-wrapper .os-card-img a iframe {
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.os-card-wrapper .os-card-bottom {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #252B32;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.os-card-wrapper-priceButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1180px) {
  .os-card-mobile {
    height: 0;
  }
  .os-card-badge-section {
    margin-bottom: 10px;
  }
  .os-card-icon svg {
    height: 14.67px;
    width: 14.67px;
  }
}
@media screen and (max-width: 809px) {
  .os-card-wrapper {
    display: none;
  }
  .os-card-placeholder {
    height: 90px;
    width: 160px;
    position: relative;
    overflow: visible;
    cursor: pointer;
    background-size: cover;
    border-radius: 8px;
    background-repeat: no-repeat;
  }
  .os-card-placeholder-livebadge {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 13px;
    top: 5px;
    left: 5px;
    height: 25px;
  }
  .os-card-placeholder-special {
    width: 288px;
    height: 162px;
    border-radius: 8px;
    border: 0 solid #A3C63F;
  }
  .os-card-placeholder-special:hover {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border: 2px solid #A3C63F;
    transform: none;
    transition: none;
  }
  .os-card-placeholder-double {
    margin: 0;
  }
  .os-card-placeholder .os-card-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
  }
  .os-card-mobile {
    height: 387px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #A3C63F;
    background-color: #252B32;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .os-card-mobile .os-card-img {
    position: relative;
    display: block;
    height: 202.5px;
    width: 100%;
    background-size: cover;
  }
  .os-card-mobile .os-card-bottom {
    height: 183px;
    padding: 10px 10px 15px 10px;
    display: flex;
    flex-direction: column;
  }
  .os-card-mobile .os-card-bottom .os-card-badge-section {
    text-align: start;
    margin-bottom: 0;
  }
  .os-card-mobile .os-card-bottom .os-card-description {
    flex-grow: 1;
  }
  .os-card-mobile .os-card-bottom .os-card-description-text {
    height: max-content;
    max-height: 62px;
    margin: 0;
    width: 100%;
  }
  .os-card-mobile .os-card-bottom .os-card-description-autor {
    text-align: start;
  }
  .os-card-mobile .os-card-price-section {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
.borderBottomLeft {
  border-bottom-left-radius: 5px;
}
.borderBottomRight {
  border-bottom-right-radius: 5px;
}
.os-sliver2-shelf {
  margin-bottom: 40px;
}
.os-sliver2-shelf-margin-learning {
  margin-left: 50px;
}
.os-sliver2-shelf-empty {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.os-sliver2-shelf-header {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.os-sliver2-shelf-header-title {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}
.os-sliver2-shelf-header-title:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.os-sliver2-shelf-header-expiring {
  display: inline-block;
  color: #d0021b;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
}
.os-sliver2-shelf-header-expiring:hover {
  color: #fff;
}
.os-sliver2-shelf-header-esploraLink {
  color: #A3C63F;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.os-sliver2-shelf-header-esploraLink:hover {
  color: #8EAD37;
  cursor: pointer;
}
.os-sliver2-shelf.special {
  margin-bottom: 25px;
}
.os-sliver2-shelf.special.os-sliver2-shelf-header {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .os-sliver2-shelf.special {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver2-shelf {
    padding-bottom: 25px;
    margin: auto;
  }
  .os-sliver2-shelf-empty {
    text-align: center;
  }
  .os-sliver2-shelf-margin-learning {
    margin-left: 10px;
  }
  .os-sliver2-shelf-header-title {
    display: block;
    margin: 0;
    text-align: start;
  }
  .os-sliver2-shelf-header-expiring {
    display: block;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
  .os-sliver2-shelf-header-esploraLink {
    color: #A3C63F;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-left: 5px;
  }
  .os-sliver2-shelf-header-esploraLink:hover {
    color: #8EAD37;
    cursor: pointer;
  }
  .os-sliver2-shelf.special {
    margin-bottom: -3px;
  }
}
.os-sliver2-slider-wrapper {
  position: relative;
}
.os-sliver2-slider-wrapper.classic {
  height: 176px;
  overflow-y: visible;
  margin-left: -25px;
}
.os-sliver2-slider-wrapper.double {
  height: 361px;
  overflow-y: visible;
  margin-left: -25px;
}
.os-sliver2-slider-wrapper.special {
  height: 253px;
  overflow-y: visible;
  margin-top: -5px;
  margin-left: -25px;
}
.os-sliver2-slider-internal {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 7px;
  padding-left: 25px;
}
.os-sliver2-slider-internal > *:first-child {
  margin-left: 0 !important;
}
.os-sliver2-slider-internal > *:last-child {
  margin-right: 0 !important;
}
.os-sliver2-slider-internal > a.os-card-wrapper {
  margin: 0 10px 0 0 !important;
}
.os-sliver2-slider-internal > * {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.os-sliver2-slider-internal > *:last-child {
  margin: 0 !important;
}
.os-sliver2-slider-internal::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.os-sliver2-slider-internal-divWrapSlot {
  height: 162px;
  width: 288px;
  border-radius: 8px;
}
.os-sliver2-slider-internal-divWrapSlot:hover {
  transform: scale(1.08);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-color: #9BCB52;
}
.os-sliver2-slider-internal-special {
  height: 237px;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 10px;
  padding-left: 25px;
}
.os-sliver2-slider-internal-special > *:first-child {
  margin-left: 0 !important;
}
.os-sliver2-slider-internal-special > *:last-child {
  margin-right: 0 !important;
}
.os-sliver2-slider-internal-special > a.os-card-wrapper {
  margin: 0 10px 0 0 !important;
}
.os-sliver2-slider-internal-special > * {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.os-sliver2-slider-internal-special > *:last-child {
  margin: 0 !important;
}
.os-sliver2-slider-internal-special::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.os-sliver2-slider-internal-special-divWrapSlot {
  height: 216px;
  width: 384px;
  border-radius: 8px;
}
.os-sliver2-slider-internal-special-divWrapSlot:hover {
  transform: scale(1.08);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-color: #9BCB52;
}
.os-sliver2-slider-internal-double {
  height: 100%;
  align-content: space-evenly;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  padding-left: 25px;
  display: grid;
  grid-template-rows: repeat(2, 162px);
  grid-template-columns: 288px;
  grid-auto-flow: column;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: start;
}
.os-sliver2-slider-internal-double > *:first-child {
  margin-left: 0 !important;
}
.os-sliver2-slider-internal-double > *:last-child {
  margin-right: 0 !important;
}
.os-sliver2-slider-internal-double > a.os-card-wrapper {
  margin: 0 10px 0 0 !important;
}
.os-sliver2-slider-internal-double > * {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0px 0 0;
}
.os-sliver2-slider-internal-double > *:last-child {
  margin: 0 !important;
}
.os-sliver2-slider-internal-double::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.os-sliver2-slider-keephidden {
  opacity: 0 !important;
  cursor: default !important;
}
.os-sliver2-slider-bNext {
  position: absolute;
  z-index: 100;
  right: 0px;
  width: 50px;
  background-color: rgba(21, 21, 21, 0.5) !important;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-sliver2-slider-bNext svg {
  fill: white !important;
  height: 56px;
  width: 38px;
  transition: all 0.1s;
}
.os-sliver2-slider-bNext.classic {
  height: 100%;
}
.os-sliver2-slider-bNext.double {
  height: 100%;
}
.os-sliver2-slider-bNext.special {
  height: 100%;
}
.os-sliver2-slider-bPrev {
  position: absolute;
  z-index: 100;
  left: 24px;
  width: 50px;
  background-color: rgba(21, 21, 21, 0.5) !important;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-sliver2-slider-bPrev svg {
  fill: white !important;
  height: 56px;
  width: 38px;
  transition: all 0.1s;
}
.os-sliver2-slider-bPrev.classic {
  height: 100%;
}
.os-sliver2-slider-bPrev.double {
  height: 100%;
}
.os-sliver2-slider-bPrev.special {
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .os-sliver2-slider-wrapper.special {
    height: 253px;
    overflow-y: visible;
    margin-top: -5px;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver2-slider {
    margin: 0;
  }
  .os-sliver2-slider-wrapper.classic {
    height: 95px;
    overflow-y: hidden;
    margin-left: -25px;
  }
  .os-sliver2-slider-wrapper.double {
    height: 194px;
    overflow-y: hidden;
    margin-left: -25px;
  }
  .os-sliver2-slider-wrapper.special {
    height: 170px;
    overflow-y: hidden;
    margin-left: -25px;
  }
  .os-sliver2-slider-internal {
    display: inline-block;
    height: max-content;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 5px;
  }
  .os-sliver2-slider-internal-divWrapSlot {
    height: 90px;
    width: 160px;
    border-radius: 8px;
  }
  .os-sliver2-slider-internal-divWrapSlot:hover {
    transition: none !important;
    transform: none !important;
  }
  .os-sliver2-slider-internal-divWrapSlot:hover {
    transform: scale(1.08);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
    border-color: #9BCB52;
  }
  .os-sliver2-slider-internal-special {
    height: max-content;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 25px;
  }
  .os-sliver2-slider-internal-special > *:first-child {
    margin-left: 0 !important;
  }
  .os-sliver2-slider-internal-special > *:last-child {
    margin-right: 0 !important;
  }
  .os-sliver2-slider-internal-special > a.os-card-wrapper {
    margin: 0 10px 0 0 !important;
  }
  .os-sliver2-slider-internal-special > * {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin: 0 10px 0 0;
  }
  .os-sliver2-slider-internal-special > *:last-child {
    margin: 0 !important;
  }
  .os-sliver2-slider-internal-special::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .os-sliver2-slider-internal-special-divWrapSlot {
    height: 162px;
    width: 288px;
    border-radius: 8px;
  }
  .os-sliver2-slider-internal-special-divWrapSlot:hover {
    transition: none !important;
    transform: none !important;
    border: 2px solid #9BCB52;
  }
  .os-sliver2-slider-internal-double {
    height: max-content;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    padding-top: 5px;
    padding-left: 25px;
    display: grid;
    grid-template-rows: repeat(2, 89px);
    grid-template-columns: 160px;
    grid-auto-flow: column;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: start;
  }
  .os-sliver2-slider-internal-double > *:first-child {
    margin-left: 0 !important;
  }
  .os-sliver2-slider-internal-double > *:last-child {
    margin-right: 0 !important;
  }
  .os-sliver2-slider-internal-double > a.os-card-wrapper {
    margin: 0 !important;
  }
  .os-sliver2-slider-internal-double > * {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin: 0;
  }
  .os-sliver2-slider-internal-double > *:last-child {
    margin: 0 !important;
  }
  .os-sliver2-slider-internal-double::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .os-sliver2-slider-bNext,
  .os-sliver2-slider-bPrev {
    display: none;
  }
}
.os-sliver-rectBadge {
  width: max-content;
  min-width: 80px;
  height: 26px;
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: absolute;
  padding: 2px 10px 2px 10px;
  bottom: 0;
  right: 0;
  border: 3px solid #151515;
  border-radius: 2px 0px 8px 0px;
}
.os-sliver-rectBadge-orange {
  color: #252B32;
  background-color: #fff;
}
.os-sliver-rectBadge-orange::before {
  border-right: 30px solid #fff;
}
.os-sliver-rectBadge-green {
  color: #252B32;
  background-color: #A3C63F;
}
.os-sliver-rectBadge-green::before {
  border-right: 30px solid #fff;
}
.os-sliver-rectBadge-text {
  font-weight: 700;
}
.os-sliver-arrowbadgesmall {
  padding: 0 5px;
  line-height: 16px;
  height: 16px;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 80px;
  text-align: center;
}
.os-sliver-arrowbadgesmall-orange {
  color: #252B32;
  background-color: #fff;
}
.os-sliver-arrowbadgesmall-orange::before {
  border-right: 15px solid #fff;
}
.os-sliver-arrowbadgesmall-text {
  font-weight: 700;
}
.os-sliver-arrowbadgesmall::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -15px;
}
@media screen and (max-width: 809px) {
  .os-sliver-rectBadge-text {
    font-weight: 700;
  }
  .os-sliver-rectBadge-mobile {
    width: max-content;
    min-width: 37px;
    height: 24px;
    font-size: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 2px 10px 2px 10px;
    bottom: 0;
    right: 0;
    border: 3px solid #151515;
  }
}
.os-sliver-visibleTrailer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.os-sliver-visibleTrailer > .jwplayer {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.os-sliver-visibleTrailer:not([href]) {
  cursor: default;
}
.os-sliver-visibleTrailer > iframe {
  width: 100%;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
}
.os-sliver-visibleTrailer-hiddeContainer {
  cursor: pointer;
  position: absolute;
  height: 134px;
  width: 100%;
  top: 0;
  left: 0;
}
.os-sliver-visibleTrailer-container {
  display: block;
  width: 288px;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s;
  position: relative;
}
@media screen and (max-width: 809px) {
  .os-sliver-visibleTrailer {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .os-sliver-visibleTrailer:not([href]) {
    cursor: default;
  }
  .os-sliver-visibleTrailer > iframe {
    width: 100%;
    height: 100%;
  }
  .os-sliver-visibleTrailer-hiddeContainer {
    cursor: pointer;
    position: absolute;
    height: 134px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .os-sliver-visibleTrailer-container {
    display: block;
    width: 288px;
    height: 162px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s;
    position: relative;
  }
}
.os-sliver-morecard2 {
  width: 288px;
  height: 162px;
  border: 1px solid #616d7a;
  background-color: #151515;
  z-index: 1;
  scroll-snap-align: start;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.os-sliver-morecard2-text-link {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #a5cc56;
}
.os-sliver-morecard2.classic,
.os-sliver-morecard2.double {
  width: 288px;
  height: 162px;
  font-size: 17px;
}
.os-sliver-morecard2.special {
  width: 288px;
  height: 216px;
}
.os-sliver-morecard2:hover .os-sliver-morecard2-text-link {
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .os-sliver-morecard2 {
    width: 288px;
    height: 162px;
    border: 1px solid #616d7a;
    background-color: #151515;
    z-index: 1;
    scroll-snap-align: start;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .os-sliver-morecard2-text-link {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #a5cc56;
  }
  .os-sliver-morecard2.classic,
  .os-sliver-morecard2.double {
    width: 288px;
    height: 162px;
    font-size: 17px;
  }
  .os-sliver-morecard2.special {
    width: 288px;
    height: 162px;
  }
  .os-sliver-morecard2:hover .os-sliver-morecard2-text-link {
    color: #fff;
  }
}
@media screen and (max-width: 809px) {
  .os-sliver-morecard2 {
    border: 1px solid #616d7a;
    background-color: #151515;
    z-index: 1;
    scroll-snap-align: start;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .os-sliver-morecard2.classic {
    width: 160px;
    height: 90px;
  }
  .os-sliver-morecard2.double {
    width: 160px;
    height: 90px;
  }
  .os-sliver-morecard2.special {
    width: 288px;
    height: 162px;
  }
  .os-sliver-morecard2:hover .os-sliver-morecard2-text-link {
    color: #fff;
  }
  .os-sliver-morecard2-text-link {
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #a5cc56;
  }
}
.os-sliver-trailerCard {
  position: relative;
}
.os-sliver-trailerCard:not([href]) {
  cursor: default;
}
.os-sliver-trailerCard > iframe {
  max-width: 100%;
  max-height: 100%;
}
.os-sliver-trailerCard-big {
  width: 100%;
  height: 100%;
}
.os-sliver-trailerCard-big > iframe {
  width: 100%;
  height: 600px;
}
.os-sliver-trailerCard-big .os-sliver-trailer-container {
  width: 100%;
  height: 600px;
}
.os-sliver-trailerCard-container {
  display: block;
  width: 336px;
  height: 189px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 1s;
  position: relative;
  pointer-events: none;
}
.os-sliver-trailerCard-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 17.5px;
  border: 2px solid #fff;
  border-radius: 4px;
  white-space: pre;
  transition: all 1s;
  pointer-events: auto;
  background-color: #fff;
}
.os-sliver-trailerCard-container-inner-text,
.os-sliver-trailerCard-container-inner-icon {
  transition: all 1s;
  text-transform: uppercase;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  color: #151515;
}
.os-sliver-trailerCard-container-inner-text {
  margin-right: 8px;
  margin-top: -1px;
}
.os-sliver-trailerCard-container:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.os-sliver-trailerCard-mute-button {
  position: absolute;
  bottom: 10px;
  height: 32px;
  width: 32px;
  z-index: 1;
  right: 10px;
  border-radius: 100%;
  background: #252B32;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-sliver-trailerCard-mute-button.active {
  transition: background 0.3s;
  background: #9BCB52 !important;
}
@media screen and (max-width: 809px) {
  .os-sliver-trailer-big .os-sliver-trailer-container {
    width: 100vw;
    height: 56.25vw;
  }
  .os-sliver-trailer-big .os-sliver-trailer-container > iframe {
    width: 100vw;
    height: 56.25vw !important;
  }
}
.os-expobook-wrapper {
  height: 162px;
  width: 1078px;
  background: linear-gradient(90deg, #A3C63F 81.15%, rgba(163, 198, 63, 0) 90.02%), url("https://s3.eu-west-1.amazonaws.com/web.osteocom.me/img/expoBookOS/expobook_bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.os-expobook-left {
  width: 681px;
  position: absolute;
  top: 35px;
  left: 15px;
}
.os-expobook-left-text {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.os-expobook-button {
  width: 150px;
  height: 35px;
  background-color: #A3C63F;
  color: #fff;
  border: 1px solid #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-expobook-button:active {
  background-color: #fff;
  color: #A3C63F;
}
.os-expobook-button:hover {
  background-color: #fff;
  color: #A3C63F;
}
@media screen and (max-width: 1180px) {
  .os-expobook-wrapper {
    height: 162px;
    width: 708px;
    background: linear-gradient(90deg, #A3C63F 73.15%, rgba(163, 198, 63, 0) 90.02%), url("https://s3.eu-west-1.amazonaws.com/web.osteocom.me/img/expoBookOS/expobook_bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: 0 auto;
    position: relative;
  }
  .os-expobook-left {
    width: 340px;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .os-expobook-left-text {
    color: #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
  }
  .os-expobook-button {
    width: 150px;
    height: 35px;
    background-color: #A3C63F;
    color: #fff;
    border: 1px solid #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .os-expobook-button:active {
    background-color: #fff;
    color: #A3C63F;
  }
  .os-expobook-button:hover {
    background-color: #fff;
    color: #A3C63F;
  }
}
@media screen and (max-width: 809px) {
  .os-expobook-wrapper {
    height: 162px;
    width: 340px;
    background: linear-gradient(90deg, #A3C63F 40.15%, rgba(163, 198, 63, 0) 90.02%), url("https://s3.eu-west-1.amazonaws.com/web.osteocom.me/img/expoBookOS/expobook_bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: 0 auto;
    position: relative;
  }
  .os-expobook-left {
    width: 193px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .os-expobook-left-text {
    color: #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
  }
  .os-expobook-button {
    width: 150px;
    height: 35px;
    background-color: #A3C63F;
    color: #fff;
    border: 1px solid #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .os-expobook-button:active {
    background-color: #fff;
    color: #A3C63F;
  }
  .os-expobook-button:hover {
    background-color: #fff;
    color: #A3C63F;
  }
}
.os-accordions-wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.os-accordions-wrapper :not(:first) {
  margin-top: 50px;
}
.os-accordions-wrapper.padding-video {
  padding: 0;
}
.os-accordions-item {
  margin-bottom: 50px;
}
.os-accordions-deletePurchaseButton {
  line-height: 19px;
  text-decoration-line: underline;
  color: #D0021B;
}
.os-accordions-deletePurchaseButton:hover {
  color: #B80218;
}
.os-accordions-payShort {
  text-align: center;
}
.os-accordions-header {
  background-color: #616d7a;
  border-radius: 5px;
  max-height: 83px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  max-width: 754px;
}
.os-accordions-header:hover {
  background-color: #768594;
}
.os-accordions-header-video {
  background-color: #616d7a;
  border-radius: 5px;
  max-height: 83px;
  display: flex;
  align-items: center;
  max-width: 754px;
  padding: 5px 10px;
}
.os-accordions-innerHeader {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
}
.os-accordions-headerSplit {
  display: flex;
  align-items: center;
}
.os-accordions-icon {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}
.os-accordions-icon > svg {
  height: 25px;
  width: 25px;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
}
.os-accordions-icon-closed > svg {
  transform: rotate(0deg);
}
.os-accordions-title {
  max-width: 699px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  max-height: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.os-accordions-title.title-video {
  font-size: 16px;
}
.os-accordions-body {
  height: auto;
  overflow: hidden;
  max-height: 999em;
  transition: max-height 0.4s ease-in-out;
}
.os-accordions-innerBody {
  max-width: 754px;
  padding-top: 25px;
}
.os-accordions-description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 50px;
  max-width: 754px;
}
.os-accordions-closed {
  max-height: 0;
}
.os-accordions-myOrders-wrapper {
  width: 100%;
  margin: 0 auto;
}
.os-accordions-myOrders-wrapper div > div:first {
  border-top: 1px solid #616d7a;
}
.os-accordions-myOrders-header {
  background-color: #616d7a;
  border-radius: 5px;
  max-height: 83px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  max-width: 754px;
}
.os-accordions-myOrders-header:hover {
  background-color: #768594;
}
.os-accordions-myOrders-header-video {
  background-color: #616d7a;
  border-radius: 5px;
  max-height: 83px;
  display: flex;
  align-items: center;
  max-width: 754px;
  padding: 5px 10px;
}
.os-accordions-myOrders-innerHeader {
  width: 100%;
  color: #fff;
  padding: 17px 0;
  cursor: pointer;
}
.os-accordions-myOrders-headerSplit {
  display: flex;
  align-items: center;
}
.os-accordions-myOrders-headerSplit .custom-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.os-accordions-myOrders-headerSplit .custom-content .action-empty-space {
  width: 145px;
}
.os-accordions-myOrders-headerSplit .custom-content span {
  width: 100%;
}
.os-accordions-myOrders-headerSplit .custom-content span a {
  height: 30px;
}
.os-accordions-myOrders-headerSplit .custom-content .warning-status {
  color: #f5a623;
  padding-right: 5px;
}
.os-accordions-myOrders-headerSplit .bold {
  font-weight: bold;
}
.os-accordions-myOrders-icon {
  display: flex;
  align-items: center;
  margin: 0 15px 0 5px;
  height: 15px;
  width: 10px;
}
.os-accordions-myOrders-icon > svg {
  height: 25px;
  width: 25px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.os-accordions-myOrders-icon-closed > svg {
  transform: rotate(90deg);
}
.os-accordions-myOrders-title {
  max-width: 699px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  max-height: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.os-accordions-myOrders-title.title-video {
  font-size: 16px;
}
.os-accordions-myOrders-body {
  height: auto;
  overflow: hidden;
  max-height: 100em;
  transition: max-height 0.3s ease-in-out;
}
.os-accordions-myOrders-innerBody .accordion-order-info {
  color: #fff;
  background-color: #252b32;
  border-radius: 5px;
  padding: 30px;
  transform: translateY(-1px);
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}
.os-accordions-myOrders-innerBody .accordion-order-product {
  max-width: 200px;
  min-width: 200px;
  flex-grow: 1;
}
.os-accordions-myOrders-innerBody .accordion-order-product-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 15px;
}
.os-accordions-myOrders-innerBody .accordion-order-product-list {
  list-style: none;
}
.os-accordions-myOrders-innerBody .accordion-order-product-list a {
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.os-accordions-myOrders-innerBody .accordion-order-product-list a:hover {
  color: #b5db4d;
}
.os-accordions-myOrders-innerBody .accordion-order-purchase-row {
  min-width: 220px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
  margin-bottom: 5px;
}
.os-accordions-myOrders-innerBody .accordion-order-purchase-row-txt {
  color: #929292;
}
.os-accordions-myOrders-innerBody .accordion-order-purchase-row .bold {
  font-weight: bold;
}
.os-accordions-myOrders-innerBody .accordion-order-sectionSpacer {
  margin-right: 50px;
}
.os-accordions-myOrders-description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 50px;
  max-width: 754px;
}
.os-accordions-myOrders-closed {
  max-height: 0 !important;
  border-top: 1px solid #616d7a;
}
.os-accordions-myOrders-border-bottom-row {
  border-bottom: 1px solid #616d7a;
}
@media screen and (max-width: 1180px) {
  .os-accordions-wrapper {
    width: 100%;
    padding: 0;
  }
  .os-accordions-wrapper :not(:first) {
    margin-top: 50px;
  }
  .os-accordions-item {
    margin-bottom: 50px;
  }
  .os-accordions-header {
    background-color: #616d7a;
    max-height: 83px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin-left: 15px;
  }
  .os-accordions-header:hover {
    background-color: #768594;
  }
  .os-accordions-header-video {
    background-color: #616d7a;
    max-height: 83px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 15px;
    padding: 5px 10px;
  }
  .os-accordions-innerHeader {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
  .os-accordions-headerSplit {
    display: flex;
    align-items: center;
  }
  .os-accordions-icon {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
  }
  .os-accordions-icon > svg {
    height: 25px;
    width: 25px;
    transform: rotate(-180deg);
    transition: transform 0.4s ease-in-out;
  }
  .os-accordions-icon-closed > svg {
    transform: rotate(0deg);
  }
  .os-accordions-title {
    max-width: 699px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    max-height: 83px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
  }
  .os-accordions-body {
    height: auto;
    overflow: hidden;
    max-height: 999em;
    transition: max-height 0.4s ease-in-out;
    padding: 0 15px;
  }
  .os-accordions-innerBody {
    max-width: 754px;
    padding: 25px 0 0 0;
  }
  .os-accordions-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 754px;
  }
  .os-accordions-closed {
    max-height: 0;
  }
}
@media screen and (max-width: 809px) {
  .os-accordions-wrapper {
    width: 100%;
    padding: 0;
  }
  .os-accordions-item {
    margin-bottom: 50px;
  }
  .os-accordions-deletePurchaseButton {
    line-height: 16px;
    text-align: center;
    width: 48px;
    height: 32px;
    text-decoration-line: underline;
    color: #D0021B;
    margin-left: 21px;
  }
  .os-accordions-deletePurchaseButton:hover {
    color: #B80218;
  }
  .os-accordions-payShort {
    text-align: center;
  }
  .os-accordions-payShort a {
    padding: 0 9px !important;
  }
  .os-accordions-header {
    background-color: #616d7a;
    max-height: 83px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 10px;
  }
  .os-accordions-header:hover {
    background-color: #768594;
  }
  .os-accordions-header-video {
    background-color: #616d7a;
    max-height: 83px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 5px 10px;
  }
  .os-accordions-innerHeader {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
  .os-accordions-headerSplit {
    display: flex;
    align-items: center;
  }
  .os-accordions-icon {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
  }
  .os-accordions-icon > svg {
    height: 25px;
    width: 25px;
    transform: rotate(-180deg);
    transition: transform 0.4s ease-in-out;
  }
  .os-accordions-icon-closed > svg {
    transform: rotate(0deg);
  }
  .os-accordions-title {
    max-width: 699px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    max-height: 83px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
  }
  .os-accordions-title.title-video {
    font-size: 16px;
  }
  .os-accordions-body {
    height: auto;
    overflow: hidden;
    max-height: 999em;
    transition: max-height 0.4s ease-in-out;
    padding: 0 15px;
  }
  .os-accordions-innerBody {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 25px;
  }
  .os-accordions-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 754px;
  }
  .os-accordions-description .description-video {
    font-size: 16px;
  }
  .os-accordions-closed {
    max-height: 0;
  }
  .os-accordions-myOrders-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .os-accordions-myOrders-wrapper div > div:first {
    border-top: 1px solid #616d7a;
  }
  .os-accordions-myOrders-header {
    background-color: #616d7a;
    border-radius: 5px;
    max-height: 83px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    max-width: 754px;
  }
  .os-accordions-myOrders-header:hover {
    background-color: #768594;
  }
  .os-accordions-myOrders-header-video {
    background-color: #616d7a;
    border-radius: 5px;
    max-height: 83px;
    display: flex;
    align-items: center;
    max-width: 754px;
    padding: 5px 10px;
  }
  .os-accordions-myOrders-innerHeader {
    width: 100%;
    color: #fff;
    padding: 17px 0;
    cursor: pointer;
    padding-left: 5px;
  }
  .os-accordions-myOrders-headerSplit {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .os-accordions-myOrders-headerSplit .custom-content {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .os-accordions-myOrders-headerSplit .custom-content .action-empty-space {
    width: 145px;
  }
  .os-accordions-myOrders-headerSplit .custom-content span {
    width: 100%;
  }
  .os-accordions-myOrders-headerSplit .custom-content span a {
    height: 25px;
    font-size: 12px;
    padding: 0 10px;
  }
  .os-accordions-myOrders-headerSplit .custom-content .warning-status {
    color: #F5A623;
    padding-right: 5px;
  }
  .os-accordions-myOrders-headerSplit .bold {
    font-weight: bold;
  }
  .os-accordions-myOrders-icon {
    display: flex;
    align-items: center;
    margin: 0 17px 0 5px;
  }
  .os-accordions-myOrders-icon > svg {
    height: 15px;
    width: 10px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
  }
  .os-accordions-myOrders-icon-closed > svg {
    transform: rotate(90deg);
  }
  .os-accordions-myOrders-title {
    max-width: 699px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #fff;
    max-height: 83px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
  }
  .os-accordions-myOrders-title.title-video {
    font-size: 16px;
  }
  .os-accordions-myOrders-body {
    height: auto;
    overflow: hidden;
    max-height: 100em;
    transition: max-height 0.3s ease-in-out;
  }
  .os-accordions-myOrders-innerBody .accordion-order-info {
    color: #fff;
    background-color: #252b32;
    border-radius: 5px;
    padding: 30px;
    transform: translateY(-1px);
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .os-accordions-myOrders-innerBody .accordion-order-product {
    max-width: 220px;
    min-width: 200px;
    flex-grow: 1;
    order: 3;
    font-size: 12px;
  }
  .os-accordions-myOrders-innerBody .accordion-order-product-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .os-accordions-myOrders-innerBody .accordion-order-product-list {
    list-style: none;
  }
  .os-accordions-myOrders-innerBody .accordion-order-product-list a {
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .os-accordions-myOrders-innerBody .accordion-order-product-list a:hover {
    color: #b5db4d;
  }
  .os-accordions-myOrders-innerBody .accordion-order-purchase-row {
    min-width: 200px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    width: 100%;
    margin-bottom: 5px;
  }
  .os-accordions-myOrders-innerBody .accordion-order-purchase-row-txt {
    color: #929292;
  }
  .os-accordions-myOrders-innerBody .accordion-order-purchase-row .bold {
    font-weight: bold;
  }
  .os-accordions-myOrders-innerBody .accordion-order-price-info {
    margin-bottom: 25px;
  }
  .os-accordions-myOrders-innerBody .accordion-order-installments-info {
    margin-bottom: 25px;
  }
  .os-accordions-myOrders-innerBody .accordion-order-sectionSpacer {
    margin-right: 50px;
  }
  .os-accordions-myOrders-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 754px;
  }
  .os-accordions-myOrders-closed {
    max-height: 0 !important;
    border-top: 1px solid #616d7a;
  }
  .os-accordions-myOrders-border-bottom-row {
    border-bottom: 1px solid #616d7a;
  }
}
.os-dataTable-myOrders-table {
  max-width: 1116px;
  width: 100%;
  color: #fff;
  background-color: #151515;
  padding: 0;
}
.os-dataTable-myOrders-table thead tr th {
  background-color: #151515;
  color: #fff;
  padding: 0!important;
}
.os-dataTable-myOrders-table tbody tr td {
  background-color: #151515;
  color: #fff;
  padding: 0!important;
}
.os-card {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  cursor: pointer;
  margin: 50px 0 80px 0;
}
.os-card-innerWrapper {
  width: 100%;
  align-items: center;
  padding: 0 0 0 50px;
  display: flex;
}
.os-card-sx {
  height: 100%;
  max-width: 750px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.os-card-sx-logoWrapper {
  margin: 0 auto 15px auto;
}
.os-card-sx-logo {
  width: 330px;
  height: 150px;
  background-size: cover;
}
.os-card-sx-mainText {
  width: 100%;
  max-width: 750px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-align: center;
}
.os-card-sx-buttonWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.os-card-sx-button {
  height: 38px;
  width: max-content;
  min-width: 150px;
  max-width: 330px;
}
.os-card-sx-secondaryText {
  width: 100%;
  max-width: 750px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}
.os-card-dx {
  width: 100%;
  max-width: 750px;
  height: 550px;
  margin: 0 auto;
}
.os-card-dx .os-sliver-slideshow {
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .os-card {
    height: 325px;
  }
  .os-card-sx-logoWrapper {
    margin-bottom: 15px;
  }
  .os-card-sx-logo {
    height: 100px;
    width: 220px;
  }
  .os-card-sx-mainText {
    width: 100%;
    max-width: 330px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .os-card-sx-buttonWrapper {
    margin-bottom: 15px;
  }
  .os-card-sx-secondaryText {
    max-width: 330px;
    font-size: 12px;
    line-height: 16px;
  }
  .os-card-dx {
    width: 375px;
    height: 325px;
  }
}
@media screen and (max-width: 809px) {
  .os-card {
    margin: 25px 0 40px 0;
    height: 360px;
  }
  .os-card-innerWrapper {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .os-card-sx {
    padding: 0;
    align-items: center;
  }
  .os-card-sx-buttonWrapper {
    justify-content: center;
  }
  .os-card-dx {
    display: none;
  }
}
.os-fadeCarousel {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.os-fadeCarousel img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: scale 1s;
}
.os-fadeCarousel .scale {
  scale: 1.1;
}
.os-cart-template {
  padding: 50px 50px 50px 50px;
  display: grid;
  column-gap: 100px;
  row-gap: 50px;
  grid-template-columns: 545px 346px;
  grid-template-rows: 50px auto;
  justify-content: center;
}
.os-cart-template > .os-sliver-videobuybadge {
  margin: unset;
}
.os-cart-template.empty {
  display: flex;
}
.os-cart-suggested {
  background-color: #616D7A;
}
.os-cart-suggested-newTitle {
  font-size: 32px;
  padding: 15px 0;
}
.os-cart-suggested-title {
  color: white;
  font-size: 32px;
  padding: 28px 50px;
  font-weight: bold;
  margin: 0px -50px 50px -50px;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #252b32;
}
.os-cart-title {
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}
.os-cart-title.empty {
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 100px;
}
.os-cart-total {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  grid-row-start: 2;
  grid-column-start: 2;
  text-align: center;
  width: 346px;
}
.os-cart-price {
  grid-row-start: 2;
  grid-column-start: 2;
}
.os-cart-price > .os-sliver-videobuybadge {
  margin: unset;
}
.os-cart-prod {
  grid-row-start: 2;
  grid-column-start: 1;
  display: grid;
  row-gap: 30px;
  grid-template-rows: auto;
}
.os-cart-prod-suggested {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.os-cart-button {
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.os-cart-button-type-card {
  width: 80px;
  height: 45px;
  font-size: 8px;
  flex-direction: column;
}
.os-cart-button-type-card > span > #icona {
  width: 24px;
  height: 24px;
}
.os-cart-button-type-card > #testo {
  display: none;
}
.os-cart-button-type-card > #testoCorto {
  display: block;
}
.os-cart-button-type-lesson {
  width: 200px;
  height: 35px;
  font-size: 12px;
}
.os-cart-button-type-lesson > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.os-cart-button-type-lesson > #testo {
  display: block;
}
.os-cart-button-type-lesson > #testoCorto {
  display: none;
}
.os-cart-button-type-search {
  width: 200px;
  height: 35px;
  font-size: 12px;
}
.os-cart-button-type-search > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.os-cart-button-type-search > #testo {
  display: block;
}
.os-cart-button-type-search > #testoCorto {
  display: none;
}
.os-cart-button-type-badge {
  width: 268px;
  height: 45px;
  font-size: 14px;
}
.os-cart-button-type-badge > span > #icona {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.os-cart-button-type-badge > #testo {
  display: block;
}
.os-cart-button-type-badge > #testoCorto {
  display: none;
}
.os-cart-button-type-badge-mobile {
  width: 105px;
  height: 70px;
  font-size: 10px;
  flex-direction: column;
}
.os-cart-button-type-badge-mobile > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.os-cart-button-type-badge-mobile > #testo {
  display: block;
}
.os-cart-button-type-badge-mobile > #testoCorto {
  display: none;
}
.os-cart-button-type-cardMobile {
  width: 90px;
  height: 55px;
  font-size: 10px;
  flex-direction: column;
}
.os-cart-button-type-cardMobile > span > #icona {
  width: 28px;
  height: 28px;
}
.os-cart-button-type-cardMobile > #testo {
  display: none;
}
.os-cart-button-type-cardMobile > #testoCorto {
  display: block;
}
.os-cart-button-add {
  background-color: #9BCB52;
}
.os-cart-button-add:hover {
  background-color: #7ca242;
}
.os-cart-button-adding {
  background-color: #9BCB52;
  opacity: 0.75;
}
.os-cart-button-added {
  background-color: #787878;
}
.os-cart-button-added:hover {
  background-color: #606060;
}
.os-cart-button-pay {
  background-color: #F5A623;
}
.os-cart-button-pay:hover {
  background-color: #c4851c;
}
.os-cart-button-aquista-subito {
  background-color: #E55F1C;
}
.os-cart-button-aquista-subito span:first-of-type {
  margin-top: 0px;
}
.os-cart-button-aquista-subito span:nth-child(2) {
  margin-top: 3px;
}
.os-cart-button-aquista-subito:hover {
  background-color: #b74c16;
}
.os-cart-delete {
  color: #cd0218;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: auto !important;
  width: auto !important;
  text-transform: unset !important;
  font-weight: normal !important;
}
.os-cart-delete > span > #icona {
  display: none;
}
.os-cart-delete > #testo {
  display: block !important;
}
.os-cart-delete:hover {
  color: #a40213;
}
@media screen and (max-width: 1180px) {
  .os-cart-template {
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .os-cart-price {
    margin-bottom: 0px;
  }
  .os-cart-price > .os-sliver-videobuybadge {
    background-color: #151515;
    margin: 0px -20px;
    width: unset;
    padding: 35px 25px 0px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .os-cart-price > .os-sliver-videobuybadge > .os-a1-main {
    max-width: 360px;
  }
  .os-cart-total {
    display: none;
  }
  .os-cart-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  .os-cart-suggested {
    margin-top: 50px;
  }
  .os-cart-suggested-newTitle {
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
  }
  .os-cart-suggested > .os-cart-suggested-template > .os-sliver-shelf > .os-sliver-shelf-header > .os-sliver-shelf-header-title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .os-cart-template {
    padding: 0px 10px 0px 10px;
  }
  .os-cart-price > .os-sliver-videobuybadge {
    padding: 25px 25px 0px 25px;
  }
  .os-cart-title {
    font-size: 16px;
  }
  .os-cart-suggested {
    margin-top: 50px;
  }
  .os-cart-suggested > .os-cart-suggested-template > .os-sliver-shelf > .os-sliver-shelf-header > .os-sliver-shelf-header-title {
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
  }
  .os-cart-price > .os-sliver-videobuybadge {
    margin: 0px -10px;
  }
  .os-cart-button-type-search {
    width: 30px;
    height: 30px;
  }
  .os-cart-button-type-search > #testo {
    display: none;
  }
  .os-cart-button-type-search > #testoCorto {
    display: none;
  }
  .os-cart-button-type-search > span > #icona {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .os-cart-button-type-lesson {
    width: 80px;
    height: 45px;
    font-size: 10px;
    flex-direction: column;
    line-height: 1;
  }
  .os-cart-button-type-lesson > span > #icona {
    margin-right: 0;
  }
  .os-cart-button-type-lesson > #testo {
    display: none;
  }
  .os-cart-button-type-lesson > #testoCorto {
    display: block;
  }
}
input[type='radio'] {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid darkgray;
  background: white;
  border-radius: 50%;
  outline: none;
}
input[type='radio']:disabled {
  padding: 0;
}
input[type='radio']:hover {
  box-shadow: 0 0 5px 0px #9bcb53 inset;
}
input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
input[type='radio']:checked:before {
  background: #9bcb53;
}
.os-registrazioneCO-label-invalid {
  color: #929292 !important;
}
.card-element {
  padding: 13px 6px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #efefef;
}
.os-checkboxpebble-dark-fake {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 2em;
  height: 2em;
  border: 1px solid #D8D8D8;
  background: transparent;
  transition: box-shadow 0.2s, border-color 0.2s ease-in-out;
  margin-right: 10px;
}
.os-checkboxpebble-dark-fake.is-invalid-input {
  background-color: transparent !important;
  border-color: red !important;
}
.os-checkboxpebble-dark-fake.os-is-disabled {
  background-color: #e6e6e6;
}
.os-checkboxpebble-dark-fake:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #9bcb53;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
input:focus + .os-checkboxpebble-dark-fake {
  border-color: #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}
.os-checkboxpebble-dark-fake input:disabled {
  background-color: #e6e6e6;
}
input:checked + .os-checkboxpebble-dark-fake:after {
  opacity: 1;
}
.os-checkboxpebble-dark-label {
  color: white;
  padding-top: 2px;
  flex-basis: calc(100% - 40px);
  white-space: pre-line;
}
.os-express-empty {
  padding: 100px 0;
}
.os-express-complete {
  padding: 100px 0;
}
.os-express-template {
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.os-express-flexFisc {
  display: flex;
  justify-content: space-between;
}
.os-express-flexFisc-medium {
  width: 226px;
}
.os-express-flexFisc-large {
  width: 325px;
}
.os-express-flexFisc-small {
  width: 125px;
}
.os-express-flexFisc-max {
  width: 100%;
  max-width: 100%;
}
.os-express-2column {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: center;
}
.os-express-single-column {
  width: 100%;
  max-width: 527px;
}
.os-express-pebble {
  padding: 25px;
  background-color: #252B32;
  color: white;
}
.os-express-mobileResume {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  color: white;
  background-color: #A3C63F;
  align-items: center;
}
.os-express-mobileResume:hover {
  background-color: #8EAD37;
}
.os-express-suggested {
  background-color: #616D7A;
}
.os-express-suggested-newTitle {
  font-size: 32px;
  padding: 15px 0;
}
.os-express-suggested-title {
  color: white;
  font-size: 32px;
  padding: 28px 50px;
  font-weight: bold;
  margin: 0px -50px 50px -50px;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #252b32;
}
.os-express-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.os-express-total {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  grid-row-start: 2;
  grid-column-start: 2;
  text-align: center;
  width: 346px;
}
.os-express-price {
  grid-row-start: 2;
  grid-column-start: 2;
}
.os-express-price > .os-sliver-videobuybadge {
  margin: unset;
}
.os-express-prod {
  grid-row-start: 2;
  grid-column-start: 1;
  display: grid;
  row-gap: 30px;
  grid-template-rows: auto;
}
.os-express-prod-suggested {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.os-express-button {
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.os-express-button-type-card {
  width: 80px;
  height: 45px;
  font-size: 10px;
  flex-direction: column;
}
.os-express-button-type-card > span > #icona {
  width: 24px;
  height: 24px;
}
.os-express-button-type-card > #testo {
  display: none;
}
.os-express-button-type-card > #testoCorto {
  display: block;
}
.os-express-button-type-lesson {
  width: 200px;
  height: 35px;
  font-size: 12px;
}
.os-express-button-type-lesson > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.os-express-button-type-lesson > #testo {
  display: block;
}
.os-express-button-type-lesson > #testoCorto {
  display: none;
}
.os-express-button-type-search {
  width: 200px;
  height: 35px;
  font-size: 12px;
}
.os-express-button-type-search > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.os-express-button-type-search > #testo {
  display: block;
}
.os-express-button-type-search > #testoCorto {
  display: none;
}
.os-express-button-type-badge {
  width: 268px;
  height: 45px;
  font-size: 14px;
}
.os-express-button-type-badge > span > #icona {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.os-express-button-type-badge > #testo {
  display: block;
}
.os-express-button-type-badge > #testoCorto {
  display: none;
}
.os-express-button-type-badge-mobile {
  width: 105px;
  height: 70px;
  font-size: 10px;
  flex-direction: column;
}
.os-express-button-type-badge-mobile > span > #icona {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.os-express-button-type-badge-mobile > #testo {
  display: block;
}
.os-express-button-type-badge-mobile > #testoCorto {
  display: none;
}
.os-express-button-type-cardMobile {
  width: 90px;
  height: 55px;
  font-size: 10px;
  flex-direction: column;
}
.os-express-button-type-cardMobile > span > #icona {
  width: 28px;
  height: 28px;
}
.os-express-button-type-cardMobile > #testo {
  display: none;
}
.os-express-button-type-cardMobile > #testoCorto {
  display: block;
}
.os-express-button-add {
  background-color: #9BCB52;
}
.os-express-button-add:hover {
  background-color: #7ca242;
}
.os-express-button-adding {
  background-color: #9BCB52;
  opacity: 0.75;
}
.os-express-button-added {
  background-color: #787878;
}
.os-express-button-added:hover {
  background-color: #606060;
}
.os-express-button-pay {
  background-color: #F5A623;
}
.os-express-button-pay:hover {
  background-color: #c4851c;
}
.os-express-button-aquista-subito {
  background-color: #E55F1C;
}
.os-express-button-aquista-subito span:first-of-type {
  margin-top: 0px;
}
.os-express-button-aquista-subito span:nth-child(2) {
  margin-top: 3px;
}
.os-express-button-aquista-subito:hover {
  background-color: #b74c16;
}
.os-express-delete {
  color: #cd0218;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: auto !important;
  width: auto !important;
  text-transform: unset !important;
  font-weight: normal !important;
}
.os-express-delete > span > #icona {
  display: none;
}
.os-express-delete > #testo {
  display: block !important;
}
.os-express-delete:hover {
  color: #a40213;
}
@media screen and (max-width: 1180px) {
  .os-express-complete {
    padding: 50px 15px;
  }
  .os-express-empty {
    padding: 50px 15px;
  }
  .os-express-2column {
    flex-direction: column-reverse;
  }
  .os-express-template {
    flex-direction: unset;
    padding: 0px;
  }
  .os-express-title {
    margin-bottom: 35px;
  }
  .os-cart-template {
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .os-cart-suggested {
    margin-top: 50px;
  }
  .os-cart-suggested > .os-cart-suggested-template > .os-sliver-shelf > .os-sliver-shelf-header > .os-sliver-shelf-header-title {
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .os-express-flexFisc {
    flex-direction: column;
  }
  .os-express-flexFisc-medium {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px !important;
  }
  .os-express-flexFisc-large {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px !important;
  }
  .os-express-flexFisc-small {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px !important;
  }
  .os-express-flexFisc-max {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px !important;
  }
  .os-express-pebble {
    padding: 25px 15px;
  }
  .os-express-template {
    flex-direction: unset;
    padding: 0px;
  }
}
.os-learning {
  position: relative;
}
.os-learning-withmargin {
  margin-right: 107px;
  margin-left: 107px;
}
.os-learning-text {
  font-size: 32px;
  line-height: 44px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.os-learning-text2 {
  font-size: 24px;
  line-height: 33px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.os-learning-textHQ {
  font-size: 32px;
  line-height: 44px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.os-learning-text2HQ {
  font-size: 24px;
  line-height: 33px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.os-learning-library {
  color: white;
}
.os-learning-library-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
.os-learning-library-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.os-learning-library-ondemand {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  padding: 25px 0px 50px 50px;
}
.os-learning-library-live {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 0px 50px 50px;
}
.os-learning-library-ondemand-div {
  background-color: #252B32;
  z-index: 1;
  margin-top: 75px;
  padding-bottom: 35px;
}
.os-learning-card-mobile-container {
  display: none;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-learning::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    background-color: #151515;
    opacity: 0;
    height: 100%;
  }
  .os-learning::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    background-color: #151515;
    opacity: 0;
    height: 100%;
  }
  .os-learning-withmargin {
    margin-right: 50px;
    margin-left: 50px;
  }
  .os-learning-library-title {
    font-size: 24px;
    line-height: 33px;
  }
  .os-learning-library-text {
    font-size: 14px;
    line-height: 19px;
  }
  .os-learning-library-ondemand {
    font-size: 24px;
    padding: 25px 0px 50px 50px;
  }
  .os-learning-library-live {
    font-size: 24px;
    padding: 0px 0px 50px 50px;
  }
  .os-learning-card-mobile-container {
    display: none;
  }
}
@media screen and (max-width: 809px) {
  .os-learning-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .os-learning-text2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .os-learning-textHQ {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .os-learning-text2HQ {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .os-learning::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    background-color: #151515;
    opacity: 0;
    height: 100%;
  }
  .os-learning::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    background-color: #151515;
    opacity: 0;
    height: 100%;
  }
  .os-learning-withmargin {
    margin-right: 10px;
    margin-left: 10px;
  }
  .os-learning-library-title {
    font-size: 16px;
    line-height: 22px;
  }
  .os-learning-library-text {
    font-size: 12px;
    line-height: 16px;
  }
  .os-learning-library-ondemand {
    font-size: 16px;
    padding: 25px 0px 25px 10px;
  }
  .os-learning-library-live {
    font-size: 16px;
    padding: 0px 0px 25px 10px;
    margin-top: 30px;
  }
  .os-learning-library-ondemand-div {
    margin-top: 25px;
  }
  .os-learning-card-mobile-container {
    display: block;
    height: 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    position: fixed;
    transition: height 0.3s ease-in-out;
  }
  .os-learning-card-mobile-container-show {
    height: 364px;
    border-top: 2px solid #A3C63F;
    transition: height 0.3s ease-in-out;
    bottom: 0;
    left: 0;
  }
}
.os-search-withmargin {
  padding: 0 20px;
  margin: auto;
  max-width: 1565px;
}
.os-search-withmargin-empty {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
.os-search-moreresult {
  color: #a5cc56;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 37px auto 0;
  font-weight: 500;
}
.os-search-moreresult:hover {
  color: #fff;
}
.os-search-title {
  padding: 50px 20px 50px 20px;
}
.os-search-title-text,
.os-search-title-icon {
  display: inline-block;
  font-size: 32px;
  line-height: 43px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
.os-search-title-text {
  margin-right: 35px;
}
.os-search-title-icon {
  margin-right: 15px;
  font-size: 25px;
  vertical-align: top;
  color: #a5cc56;
}
.os-search-title-icon:hover {
  color: #fff;
  cursor: pointer;
}
.os-search-title-icon.selected {
  color: #fff;
}
.os-search-result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 50px;
  row-gap: 30px;
}
.os-search-card {
  display: grid;
  grid-template-columns: 208px auto;
  min-width: 500px;
  height: 117px;
  position: relative;
}
.os-search-card-haschildren::before,
.os-search-card-haschildren:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #151515;
  border: 1px solid #616d7a;
  top: -5px;
  right: -5px;
  z-index: -1;
}
.os-search-card-haschildren:after {
  top: -10px;
  right: -10px;
  z-index: -2;
}
.os-search-card-img {
  width: 208px;
  height: 117px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #ccc;
}
.os-search-card-img-arrowbadge {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.os-search-card-data {
  border-width: 1px 1px 1px 0;
  border-color: #616d7a;
  background-color: #151515;
  border-style: solid;
  display: grid;
  grid-template-rows: 20px 32px 18px 36px;
  row-gap: 2px;
  width: 100%;
  padding: 0px 15px;
  align-items: center;
}
.os-search-card-data:hover {
  background-color: #252b32;
  border-color: #252b32;
}
.os-search-card-data-icon {
  grid-row-start: 1;
}
.os-search-card-data-icon > .os-sliver-icontext > .os-sliver-icontext-icon {
  font-size: 14px;
  line-height: 14px;
}
.os-search-card-data-title {
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  grid-row-start: 2;
  max-width: 285px;
}
.os-search-card-data-attribution {
  grid-row-start: 3;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.os-search-card-data-attribution > .os-sliver-attribution {
  height: unset;
}
.os-search-card-data-price {
  grid-row-start: 4;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
}
.os-search-card-data-price > .os-sliver-pricetag {
  height: unset;
}
.os-search-card-data-price > .os-sliver-pricetag > .os-sliver-pricetag-prezzo {
  height: unset;
  line-height: unset;
  font-size: 16px;
}
.os-search-card-data-price > .os-sliver-pricetag > .os-sliver-pricetag-barrato {
  height: unset;
  line-height: unset;
  font-size: 10px;
}
.os-search-card-data-price > .os-sliver-expiringtime > span {
  font-size: 10px;
}
@media screen and (max-width: 1180px) {
  .os-search-result {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 809px) {
  .os-search-icon-hide {
    display: none;
  }
  .os-search-result {
    grid-template-columns: 1fr;
  }
  .os-search-withmargin {
    padding: 0px 10px;
  }
  .os-search-title {
    padding: 0px 10px 25px 10px;
  }
  .os-search-card {
    grid-template-columns: 176px auto;
    min-width: 340px;
    height: 99px;
  }
  .os-search-card-img {
    width: 176px;
    height: 99px;
  }
  .os-search-card-data {
    padding: 0px 5px;
    row-gap: 0px;
    grid-template-rows: 20px 24px 18px 35px;
    height: 99px;
  }
  .os-search-card-data-title {
    height: 24px;
    font-size: 10px;
    line-height: 12px;
  }
  .os-search-card-data-icon > .os-sliver-icontext > .os-sliver-icontext-icon {
    font-size: 10px;
    line-height: 10px;
  }
}
.os-singlevideo .jw-time-thumb {
  background-size: cover !important;
}
.os-singlevideo-column1 {
  display: flex;
  grid-column: 1;
  flex-direction: column;
}
.os-singlevideo-column2 {
  display: flex;
  grid-column: 2;
  flex-direction: column;
}
.os-singlevideo-column2-mobile {
  display: none;
}
.os-singlevideo-sponsors {
  width: 100%;
  padding: 25px;
  background-color: #ffffff;
}
.os-singlevideo-withpadding {
  width: 100%;
  background-color: #151515;
  margin: auto;
}
.os-singlevideo-withpadding .os-sliver-authorfooter {
  margin-bottom: 100px;
}
.os-singlevideo-title {
  line-height: 45px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}
.os-singlevideo-iao-internalPadding {
  padding: 50px 146px 150px 70px;
}
.os-singlevideo-iao-middlewrapper {
  display: grid;
  margin: 50px 0;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 100px auto;
}
.os-singlevideo-iao-middlewrapper-left-icons {
  max-width: 600px;
  grid-row-start: 1;
  grid-column-start: 1;
}
.os-singlevideo-iao-middlewrapper-right {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
}
.os-singlevideo-iao-description {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.os-singlevideo-iao-description-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.4rem;
  font-weight: 700;
}
.os-singlevideo-iao-description-description {
  font-size: 16px;
  color: #fff;
}
.os-singlevideo-iao-description-description > p {
  margin-bottom: 1.4rem;
}
.os-singlevideo-meta {
  margin-top: 35px;
}
.os-singlevideo-middlewrapper {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 2fr 1fr;
  column-gap: 50px;
  min-height: 300px;
}
.os-singlevideo-middlewrapper-left-icons {
  grid-row-start: 2;
  grid-column-start: 2;
  margin-bottom: 50px;
}
.os-singlevideo-middlewrapper-right {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
}
.os-singlevideo-description {
  margin-bottom: 75px;
  grid-row-start: 2;
  grid-column-start: 1;
}
.os-singlevideo-description-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.4rem;
  font-weight: 700;
}
.os-singlevideo-description-description {
  font-size: 16px;
  color: #fff;
}
.os-singlevideo-description-description > p {
  margin-bottom: 1.4rem;
}
.os-singlevideo-channelpresentation {
  color: #fff;
  margin: 0 0 25px 0;
  line-height: 43px;
  font-size: 32px;
  font-weight: bold;
}
.os-singlevideo-channelcardarea {
  margin-bottom: 0;
}
.os-singlevideo-channelplaylistarea {
  margin-bottom: 75px;
  margin-top: 25px;
}
.os-singlevideo-authortitle {
  height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.os-singlevideo-container {
  float: left;
  clear: both;
}
div.jw-slider-time.jw-background-color.jw-reset.jw-slider-horizontal.jw-reset div.jw-slider-container.jw-reset {
  overflow: visible;
}
div.jw-slider-time.jw-background-color.jw-reset.jw-slider-horizontal.jw-reset div.jw-slider-container.jw-reset div.jw-cue.jw-reset {
  background-color: #F5A623;
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 15px;
}
@media (max-width: 414px) {
  div.jw-slider-time.jw-background-color.jw-reset.jw-slider-horizontal.jw-reset div.jw-slider-container.jw-reset div.jw-cue.jw-reset {
    display: none;
  }
}
.jw-time-tip .jw-text,
.jw-controlbar .jw-tooltip .jw-text,
.jw-settings-menu .jw-tooltip .jw-text {
  font-size: 16px !important;
  width: max-content !important;
  max-width: 400px !important;
  overflow-wrap: anywhere;
  text-align: left;
  line-height: 1.23 !important;
}
#divNote,
#divInfoVideo {
  display: inline-block;
}
.os-shaa-container {
  height: 675px;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.os-shaa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .os-shaa-container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .os-shaa-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .os-singlevideo-description {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .os-singlevideo-description-description {
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
  }
  .os-singlevideo-title {
    font-size: 36px;
    line-height: 45px;
  }
  .os-singlevideo-middlewrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin: 30px 0;
  }
  .os-singlevideo-middlewrapper-left-icons {
    margin-top: 0px;
    grid-row-start: 3;
    grid-column-start: 1;
    margin-bottom: 25px;
  }
  .os-singlevideo-middlewrapper-right {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .os-singlevideo-middlewrapper .os-sliver-authorbadge {
    text-align: left;
    margin-bottom: 20px;
  }
  .os-singlevideo-column1 {
    display: flex;
    grid-column: 1;
    flex-direction: column;
  }
  .os-singlevideo-column2 {
    display: none;
  }
  .os-singlevideo-column2-mobile {
    display: flex;
    grid-column: 1;
    flex-direction: column;
  }
  .os-singlevideo-iao-internalPadding {
    padding: 50px 30px 100px 30px;
  }
  .os-singlevideo-iao-middlewrapper {
    margin: 50px 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .os-singlevideo-iao-middlewrapper-left-icons {
    max-width: 600px;
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .os-singlevideo-iao-middlewrapper-right {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 1;
  }
  .os-singlevideo-iao-description {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .os-singlevideo-iao-description-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.4rem;
    font-weight: 700;
  }
  .os-singlevideo-iao-description-description {
    font-size: 16px;
    color: #fff;
  }
  .os-singlevideo-iao-description-description > p {
    margin-bottom: 1.4rem;
  }
  .os-singlevideo-viewContainer {
    margin-top: 62px;
  }
}
@media screen and (max-width: 809px) {
  .os-shaa-container {
    height: 415px;
    width: 100%;
    position: relative;
  }
  .os-shaa-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .os-singlevideo-title {
    font-size: 32px;
    line-height: 40px;
  }
  .os-singlevideo-iao-internalPadding {
    padding: 25px 15px 100px 15px;
  }
  .os-singlevideo-iao-middlewrapper {
    margin: 25px 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 100px auto;
  }
  .os-singlevideo-iao-middlewrapper-left-icons {
    max-width: 600px;
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: center;
    margin-top: 50px;
  }
  .os-singlevideo-iao-middlewrapper-left-icons > .os-sliver-icontextlarge {
    margin-bottom: 0;
  }
  .os-singlevideo-iao-middlewrapper-right {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 1;
  }
  .os-singlevideo-iao-description {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .os-singlevideo-channelpresentation {
    line-height: 30px;
    font-size: 24px;
  }
  .os-singlevideo-meta {
    margin: 30px 0 0 0;
  }
  .os-singlevideo-middlewrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin: 30px 0;
  }
  .os-singlevideo-middlewrapper-left .os-sliver-authorbadge {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .os-singlevideo-middlewrapper-left-icons {
    margin-top: 0px;
    grid-row-start: 3;
    grid-column-start: 1;
  }
  .os-singlevideo-middlewrapper-right {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .os-singlevideo-channelcardarea {
    text-align: center;
  }
  .os-singlevideo-channelcardarea .os-sliver-channelcard {
    display: inline-block;
    text-align: left;
  }
  .os-singlevideo-middlewrapper .os-sliver-authorbadge {
    text-align: left;
    margin-bottom: 20px;
  }
  .os-singlevideo .os-sliver-headervideo #player-1 {
    overflow: unset !important;
  }
  .os-singlevideo .os-sliver-headervideo #player-1_vast {
    height: 78px;
    bottom: -82px;
    width: 100%;
    margin-bottom: 5px;
  }
  .os-singlevideo .os-sliver-headervideo #player-1_vast .jw-vast-nonlinear-close-button {
    bottom: 20px;
    left: 375px;
  }
  .os-singlevideo .jwplayer .jw-plugin-vast.jw-plugin {
    top: unset;
  }
}
/*Pezza su video*/
.jwplayer.jw-stretch-uniform .jw-media video {
  object-fit: contain !important;
}
/*
vecchio codice per cambiare l'icona del bottone play, rimpiazzato da codice in typescript
.vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\e909" !important;
    font-family: 'icomoon' !important;
    font-size: 56px !important;
    line-height: 64px !important;
    transition: all 1s;
}
*/
.vjs-big-play-button .vjs-icon-placeholder:hover:before {
  color: #151515;
}
.vjs-big-play-centered .vjs-big-play-button {
  font-size: 56px !important;
  line-height: 64px !important;
  border: none !important;
  background-color: transparent !important;
}
@media screen and (max-width: 640px) {
  .os-shaa-container {
    height: 300px;
    width: 100%;
    position: relative;
  }
  .os-shaa-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.os-channel-title {
  margin: auto;
  max-width: 1150px;
  margin-bottom: 15px;
}
.os-channel-subTitle {
  width: 754px;
  max-height: 99px;
  color: #9BCB52;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.os-channel-column1 {
  display: flex;
  grid-column: 1;
  flex-direction: column;
}
.os-channel-column2 {
  display: flex;
  grid-column: 2;
  flex-direction: column;
}
.os-channel-column2-mobile {
  display: none;
}
.os-channel-dollarSymbol {
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  color: #252b32;
}
.os-channel-withpadding-inner {
  width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 346px;
  grid-column-gap: 50px;
  padding: 50px 0px 0px 0px;
}
.os-channel-withpadding-innerBio {
  width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 346px;
  grid-column-gap: 50px;
}
.os-channel-withpadding-black {
  width: 100%;
  padding: 50px 20px 25px 20px;
  background-color: #151515;
}
.os-channel-withpadding-grey {
  width: 100%;
  padding: 50px 10px;
  background-color: #252b32;
}
.os-channel-withpadding-grey-first {
  width: 100%;
  padding: 35px 10px;
  background-color: #252b32;
}
.os-channel-withpadding-grey-first .os-sliver-d1-main {
  background-color: #616d7a;
}
.os-channel-withpadding-grey-first .os-sliver-d1-main span {
  color: #fff;
}
.os-channel-innerBanner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 75px 0 0 108px;
}
.os-channel-icons {
  margin-bottom: 30px;
}
.os-channel .os-sliver-authorbadge {
  margin-bottom: 50px;
}
.os-channel-meta {
  margin-top: 160px;
}
.os-channel-description {
  margin-bottom: 25px;
}
.os-channel-description-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.4rem;
  font-weight: 700;
  max-width: 754px;
}
.os-channel-description-description {
  font-size: 16px;
  color: #fff;
}
.os-channel-description-description > p {
  margin-bottom: 1.4rem;
}
.os-channel-channelpresentation {
  color: #fff;
  margin: 0 0 25px 0;
  line-height: 22px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.os-channel-channelcardarea {
  margin-bottom: 50px;
}
.os-channel-channelplaylistarea {
  margin-bottom: 25px;
}
.os-channel-authortitle {
  height: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.os-channel-lessonlistarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.os-channel-lessonlistarea:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .os-channel-title {
    margin-bottom: 15px;
  }
  .os-channel-subTitle {
    width: 100%;
    max-height: 99px;
    color: #9BCB52;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32.68px;
    margin-bottom: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .os-channel-column1 {
    display: flex;
    grid-column: 1;
    flex-direction: column;
  }
  .os-channel-column2 {
    display: none;
  }
  .os-channel-column2-mobile {
    display: flex;
    grid-column: 1;
    flex-direction: column;
  }
  .os-channel-innerBanner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 50px 15px;
  }
  .os-channel-withpadding-inner {
    transition: all 0.75s;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    padding: 50px 20px 20px 20px;
  }
  .os-channel-withpadding-innerBio {
    transition: all 0.75s;
    width: 100%;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
  .os-channel-withpadding-black {
    text-align: center;
    padding: 50px 5px;
  }
  .os-channel-icons {
    margin-bottom: 10px;
  }
  .os-channel-description {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .os-channel-channelpresentation {
    margin: 0 auto 25px auto;
  }
  .os-channel-lessonlistarea {
    align-items: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 809px) {
  .os-channel-title {
    margin-bottom: 15px;
  }
  .os-channel-subTitle {
    width: 100%;
    max-height: 95px;
    color: #9BCB52;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19.07px;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .os-channel-column1 {
    display: flex;
    grid-column: 1;
    flex-direction: column;
  }
  .os-channel-column2 {
    display: none;
  }
  .os-channel-column2-mobile {
    display: flex;
    grid-column: 1;
    flex-direction: column;
    align-items: center;
  }
  .os-channel-innerBanner {
    width: 100%;
    max-width: 1366px;
    margin: 50px auto 0 auto;
    padding: 50px 15px;
  }
  .os-channel-withpadding-inner {
    transition: all 0.75s;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    padding: 25px 0px 15px 0px;
  }
  .os-channel-withpadding-innerBio {
    transition: all 0.75s;
    width: 100%;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
  .os-channel-withpadding-black {
    text-align: center;
    padding: 50px 5px;
  }
  .os-channel-meta {
    margin-top: 10px !important;
  }
  .os-channel-icons {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .os-channel-description {
    max-width: 100%;
  }
}
.os-library-lang-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: white;
  margin-top: 50px;
  margin-bottom: 10px;
}
.os-library-lang-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.os-library-lang-text > a:not(:last-child)::after {
  color: white;
  content: ', ';
}
.os-library-slider {
  width: 100%;
  position: relative;
}
.os-library-title {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
}
.os-library-channel {
  padding: 25px 37.5px 0 37.5px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.os-library-channel-empty {
  color: #fff;
  font-size: 16px;
}
.os-library-channel > * {
  margin: 0 12.5px 30px 12.5px;
}
.os-library-withmargin {
  padding: 25px 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.os-library-withmargin-empty {
  color: #fff;
  font-size: 16px;
}
.os-library-withmargin > * {
  margin: 0 12.5px 30px 12.5px;
}
.os-library-guest-infoWrap {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 108px;
  padding-right: 108px;
  padding-top: 75px;
  padding-bottom: 100px;
}
.os-library-guest-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-right: 82px;
  color: #dadada;
}
.os-library-guest-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.os-library-guest-title {
  font-size: 48px;
  font-weight: bold;
  color: white;
  line-height: 49px;
  margin-bottom: 9px;
}
.os-library-guest-text {
  font-size: 16px;
  color: white;
  line-height: 22px;
}
@media screen and (max-width: 1180px) {
  .os-library-title {
    padding: 25px 37.5px 0 37.5px;
    margin: auto;
  }
  .os-library-channel {
    padding: 25px 25px 0 25px;
    margin: auto;
  }
  .os-library-withmargin {
    padding: 25px 37.5px 0 37.5px;
  }
  .os-library-guest-infoWrap {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .os-library-guest-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 57px;
  }
  .os-library-guest-title {
    margin-bottom: 25px;
    font-size: 36px!important;
    line-height: 40px;
  }
}
@media screen and (max-width: 809px) {
  .os-library-lang-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .os-library-lang-text {
    font-size: 12px;
  }
  .os-library-channel {
    justify-content: center;
    padding: 25px 0 0 0;
  }
  .os-library-channel > * {
    margin: 0 7.5px 15px 7.5px;
  }
  .os-library-withmargin {
    width: 100%;
  }
  .os-library-withmargin-empty {
    text-align: center;
  }
  .os-library-withmargin > * {
    margin-bottom: 30px;
  }
  .os-library-guest-infoWrap {
    padding-top: 57px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .os-library-guest-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-right: 0px;
    margin-bottom: 57px;
  }
  .os-library-guest-title {
    font-size: 32px!important;
    line-height: 36px;
  }
}
.os-hq2-videoplayer {
  width: 100%;
  max-width: 320px;
  height: 168.75px;
  border-radius: 12px;
  overflow: hidden;
}
.os-hq2-producttable td {
  max-width: 450px;
}
.os-hq2-banner-sortable {
  list-style: none;
}
.os-hq2-banner-blur {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 11.22%, rgba(0, 0, 0, 0.3) 100%);
}
.os-hq2-banner-structure {
  width: 400px;
  height: 225px;
  border: 1px solid #D8D8D8;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
}
.os-hq2-banner-text {
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-size: 16px;
  width: 75%;
  color: white;
}
.os-hq2-banner-placeholder {
  width: 400px;
  height: 225px;
  border: 2px dashed #D8D8D8;
  margin-bottom: 20px;
}
.os-hq2-banner-info {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  color: white;
  width: 100%;
}
.os-hq2-banner-drag {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-flex;
  color: #252b32;
  background-color: #F9F9F9;
  padding: 2px;
}
.os-hq2-banner-delete {
  position: absolute;
  top: 5px;
  right: 55px;
  display: inline-flex;
  color: #252b32;
  background-color: #F9F9F9;
  padding: 2px;
}
.os-hq2-banner-pen {
  position: absolute;
  top: 5px;
  right: 30px;
  display: inline-flex;
  color: #252b32;
  background-color: #F9F9F9;
  padding: 2px;
}
.tooltip {
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 5px;
  left: 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltiporiginal {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.prodottoInScaffale {
  width: 160px;
  height: 180px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid black;
  margin: 3px;
  line-height: 1;
  outline: 1px solid black;
  font-size: 0.8em;
}
.divUploadImg {
  min-height: 162px;
  min-width: 288px;
  border: 1px solid #f79d9d;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinLoop {
  animation: spin 3s linear infinite;
  width: 13px;
  height: 13px;
}
.overlayTable {
  background: #a9a9a92b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.spinLoopBilling {
  width: 20% !important;
  height: 20% !important;
  z-index: 10000000000000000 !important;
  fill: #9bcb52 !important;
}
.overlayBilling {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .spinLoopBilling {
    width: 20% !important;
    height: 20% !important;
    z-index: 10000000000000000 !important;
    fill: #9bcb52 !important;
  }
  .overlayBilling {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
  }
}
@media screen and (max-width: 809px) {
  .spinLoopBilling {
    width: 20% !important;
    height: 20% !important;
    z-index: 10000000000000000 !important;
    fill: #9bcb52 !important;
  }
  .overlayBilling {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
  }
}
.os-pay button.os-b1-main {
  width: 100%;
}
.os-pay > button.os-b1-light {
  padding-left: 0;
}
.os-pay-couponpebblewrapper > div {
  display: inline-block;
  width: 65%;
  padding-right: 10px;
}
.os-pay-couponpebblewrapper > button.os-b1-main {
  width: 33%;
  background-color: #0084b4 !important;
}
.os-pay-printpair {
  display: flex;
}
.os-pay-printpair span {
  display: block;
  flex: 2;
}
.os-pay-printpair span:last-child {
  flex: 1;
  text-align: right;
}
.os-pay-printpair.bold span {
  font-weight: 700;
}
.os-pay-printpair.green span {
  color: #9bcb52;
  margin-bottom: 25px;
}
.os-pay-printpair.blue span {
  color: #0084b4;
  margin-bottom: 25px;
}
.os-pay-printpair.margin {
  margin-bottom: 15px;
}
.os-pay-back {
  font-weight: 500;
  text-decoration: underline;
}
.bio2-contatti {
  margin-bottom: 8px;
  overflow: hidden;
  word-break: break-word;
}
.bio2-contatti > #testo {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.bio2-contatti > #icon {
  vertical-align: middle;
  font-size: 18px;
}
.bio2-contatti a > #icon {
  vertical-align: middle;
  font-size: 18px;
}
.bio2-contatti-social {
  display: flex;
  font-size: 30px;
}
.bio2-followers {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.bio2-followers-button {
  margin-bottom: 10px;
  margin-top: 30px;
  width: 150px;
}
.bio2-followers-button-grey {
  background-color: #616d7a;
}
.bio2-followers-button-grey:hover {
  background-color: #4a545e !important;
}
.bio2-descrizione {
  overflow: hidden;
  max-height: 145px;
  word-break: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: pre-line;
}
.bio2-nome {
  overflow: hidden;
  word-break: break-word;
  height: 105px;
  margin-bottom: 20px;
}
.bio2-upload {
  position: absolute;
  width: 100%;
  height: 500px;
  text-align: center;
  background-color: #d8d8d8ee;
  padding: 25px;
}
.bio2-upload-hover {
  background-color: #929292ee;
}
.bio2-upload-container {
  border: 5px dashed white;
  padding: 25px;
  height: 100%;
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px minmax(0px, 65px) minmax(0px, 65px) 25px 25px 45px;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  grid-template-areas: "foto foto" "testo testo" "caricamento caricamento" "selezione selezione" "errore errore" "ok cancella";
}
.bio2-upload-container-foto {
  grid-area: foto;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  justify-self: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bio2-upload-container-testo {
  grid-area: testo;
  justify-self: center;
  color: #252b32;
}
.bio2-upload-container-caricamento {
  grid-area: caricamento;
  justify-self: center;
  color: #252b32;
  font-size: 24px;
  font-weight: bold;
}
.bio2-upload-container-selezione {
  grid-area: selezione;
  justify-self: center;
  text-decoration: underline;
  font-size: 16px;
  padding: 0px;
  font-weight: normal;
  line-height: unset;
  color: #f5a623;
}
.bio2-upload-container-selezione:hover,
.bio2-upload-container-selezione:focus {
  color: #db8c0a !important;
}
.bio2-upload-container-errore {
  grid-area: errore;
  justify-self: center;
  font-size: 16px;
  color: #d0021b;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 80%;
  white-space: nowrap;
}
.bio2-upload-container-ok {
  grid-area: ok;
  width: 250px;
  justify-self: end;
}
.bio2-upload-container-cancella {
  grid-area: cancella;
  width: 250px;
  justify-self: start;
}
.bio2-header-container {
  display: grid;
  grid-template-columns: 150px 1fr minmax(auto, 375px);
  grid-template-rows: minmax(350px, auto);
  grid-column-gap: 100px;
  padding: 75px 145px;
  color: #616d7a;
  grid-template-areas: "left center right";
  background-color: #e6f0e8;
}
.bio2-header-container-left {
  grid-area: left;
  text-align: center;
}
.bio2-header-container-center {
  padding-top: 10px;
  grid-area: center;
}
.bio2-header-container-right {
  padding-top: 65px;
  grid-area: right;
}
.bio2-header-container-img {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  display: block;
}
.bio2-header-container-icon {
  font-size: 25px;
  color: #9bcb52;
  margin-right: 10px;
}
.bio2-body-container {
  padding: 50px 145px;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 375px);
  grid-column-gap: 100px;
  grid-template-areas: "esperienze casi";
}
.bio2-body-container-esperienze {
  grid-area: esperienze;
}
.bio2-body-container-casi {
  grid-area: casi;
}
.bio2-body-vuoto {
  font-size: 16px;
  color: #252b32;
}
.bio2-esperienze {
  list-style: none;
  display: grid;
  grid-template-columns: 50px minmax(min-content, 500px) 75px;
  grid-template-rows: 22px minmax(66px, auto) 22px 1px;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  margin-bottom: 50px;
  grid-template-areas: "icona titolo modifica" "icona descrizione ordinamento" "icona altro ." ". separatore separatore";
}
.bio2-esperienze-icona {
  grid-area: icona;
}
.bio2-esperienze-icona > #icon {
  font-size: 50px;
}
.bio2-esperienze-titolo {
  grid-area: titolo;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-word;
  color: #252b32;
}
.bio2-esperienze-modifica {
  grid-area: modifica;
  justify-self: end;
}
.bio2-esperienze-descrizione {
  grid-area: descrizione;
  font-size: 16px;
  word-break: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 75px;
  color: #252b32;
  white-space: pre-line;
}
.bio2-esperienze-ordinamento {
  grid-area: ordinamento;
  justify-self: end;
}
.bio2-esperienze-ordinamento-handle {
  cursor: grab;
  color: #9BCB52;
  font-size: 20px;
}
.bio2-esperienze-altro {
  grid-area: altro;
  text-align: left;
}
.bio2-esperienze-separatore {
  grid-area: separatore;
  border-top: 1px solid #d8d8d8;
}
.bio2-casi {
  display: grid;
  grid-template-columns: 128px minmax(auto, 80px) minmax(auto, 80px) 16px;
  grid-template-rows: 43px 17px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 15px 10px;
  grid-template-areas: "foto titolo titolo titolo" "foto visualizzazioni anni condivisione";
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
}
.bio2-casi:hover {
  background-color: #d8d8d8;
}
.bio2-casi-foto {
  grid-area: foto;
  width: 128px;
  height: 72px;
}
.bio2-casi-titolo {
  grid-area: titolo;
  font-size: 14px;
  font-weight: bold;
  word-break: break-word;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding-top: 5px;
  color: #252b32;
}
.bio2-casi-visualizzazioni {
  grid-area: visualizzazioni;
  font-size: 12px;
  align-self: center;
  padding-bottom: 2px;
  color: #252b32;
  display: inline-flex;
}
.bio2-casi-visualizzazioni > #icon {
  font-size: 18px;
}
.bio2-casi-anni {
  grid-area: anni;
  font-size: 12px;
  align-self: center;
  padding-bottom: 2px;
  color: #252b32;
  display: inline-flex;
}
.bio2-casi-anni > #icon {
  font-size: 18px;
}
.bio2-casi-condivisione {
  grid-area: condivisione;
  font-size: 18px;
  align-self: center;
  padding-bottom: 2px;
  display: inline-flex;
}
.bio2-modifica-button {
  padding: 0px;
}
.bio2-modifica-button span:first-of-type {
  font-size: 16px;
  vertical-align: middle;
}
.bio2-modifica-button span:last-of-type {
  font-size: 12px;
  vertical-align: middle;
}
.bio2-sezioni {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 35px;
  color: #252b32;
}
.bio2-sezioni-button {
  margin-bottom: 50px;
  width: 250px;
}
@media screen and (max-width: 1180px) {
  .bio2-contatti {
    margin-bottom: 0px;
  }
  .bio2-contatti > #icon {
    display: none;
  }
  .bio2-contatti a > #icon {
    display: none;
  }
  .bio2-contatti-social {
    margin-top: 25px;
    font-size: 35px;
    justify-content: center;
    margin-right: -10px;
  }
  .bio2-sezioni {
    text-align: center;
  }
  .bio2-sezioni-button {
    display: flex;
    margin: 0px auto 50px auto;
    text-align: center;
  }
  .bio2-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
  }
  .bio2-header-container-center {
    text-align: center;
  }
  .bio2-header-container-right {
    text-align: center;
  }
  .bio2-body-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "esperienze" "casi";
    align-items: center;
    padding: 50px 10px;
  }
  .bio2-esperienze {
    grid-template-columns: 35px 1fr 20px;
    grid-template-rows: 22px minmax(66px, auto) 22px 1px;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-areas: "icona titolo modifica" "icona descrizione ordinamento" "icona altro ." "separatore separatore separatore";
  }
  .bio2-esperienze-icona > #icon {
    font-size: 35px;
  }
  .bio2-casi {
    grid-template-columns: 128px 1fr 1fr 16px;
  }
  .bio2-upload {
    height: 95%;
    padding: 50px;
    background-color: #d8d8d8;
  }
  .bio2-upload-container {
    border: none;
    padding: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 150px 45px 1fr 1fr 45px 45px;
    grid-row-gap: 25px;
    grid-template-areas: "foto" "selezione" "caricamento" "errore" "ok" "cancella";
  }
  .bio2-upload-container-testo {
    display: none;
  }
  .bio2-upload-container-errore {
    white-space: unset;
  }
  .bio2-upload-container-selezione {
    text-decoration: none;
    padding: 0.9em 1.6em;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 250px;
    font-weight: normal;
    line-height: unset;
    background-color: #f5a623;
    color: white;
    height: 45px;
    border-radius: 4px;
    box-shadow: "none";
    font-weight: bold;
  }
  .bio2-upload-container-selezione:hover,
  .bio2-upload-container-selezione:focus {
    background-color: #db8c0a !important;
    color: white !important;
  }
  .bio2-upload-container-ok {
    width: 250px;
    justify-self: center;
  }
  .bio2-upload-container-cancella {
    width: 250px;
    justify-self: center;
  }
}
@media screen and (max-width: 1350px) {
  .bio2-header-container {
    padding: 75px 20px;
  }
  .bio2-body-container {
    padding: 50px 20px;
  }
}
.category-banner {
  height: 200px;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.category-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin: 0px 0px 0px 70px;
  display: block;
  align-self: center;
  max-height: 140px;
  max-width: 768px;
  overflow: hidden;
}
.category-description {
  color: #ffffff;
  font-size: 16px;
  margin: 50px 0px;
  padding: 0px 70px;
}
.category-description-wrapper {
  max-width: 768px;
  word-break: break-word;
}
.category-sottocategoria {
  margin-top: 75px;
}
.category-sottocategoria-title {
  font-size: 24px;
  color: #ffffff;
  padding: 0px 70px;
  font-weight: bold;
}
.category-sottocategoria-container {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  margin-top: 15px;
}
.category-sottocategoria-button {
  color: #616d7a;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.category-sottocategoria-button > span {
  font-size: 56px;
  position: relative;
  top: -2px;
}
.category-sottocategoria-button-hide {
  opacity: 0;
  cursor: default;
}
.category-sottocategoria-button:hover {
  background-color: #0084B4;
}
.category-sottocategoria-button-right {
  justify-self: start;
  right: 25px;
}
.category-sottocategoria-button-left {
  justify-self: end;
  right: -25px;
}
.category-product-container {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fill, 288px);
  padding: 0px 70px 100px 70px;
  margin-top: 50px;
}
.category-hs {
  display: grid;
  grid-column: 2;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-template-rows: 45px 45px;
  grid-auto-flow: column;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.category-hs::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.category-hs-item {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  border-radius: 4px;
  font-size: 16px;
  color: #252b32;
  width: 300px;
}
.category-hs-item:hover {
  color: #9BCB52;
}
.category-hs-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: inherit;
  text-align: center;
  padding: 0px 15px;
  font-weight: normal;
}
.skeleton-loader {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2a2a2a 25%, #1a1a1a 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 8px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media screen and (max-width: 1180px) {
  .category-title {
    font-size: 36px;
    max-width: 100%;
    margin: 0px 30px;
    max-height: 100px;
  }
  .category-description {
    padding: 0px 30px;
  }
  .category-product-container {
    padding: 0px 5px 150px 5px;
  }
  .category-sottocategoria-title {
    padding: 0px 30px;
  }
  .category-sottocategoria-container {
    grid-template-columns: 30px 1fr;
  }
  .category-sottocategoria-button {
    display: none;
  }
  .category-hs {
    scroll-snap-type: x mandatory;
  }
  .category-hs-item {
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 809px) {
  .category-title {
    font-size: 29px;
    max-width: 100%;
    margin: 0px 0px 0px 15px;
    max-height: 80px;
  }
  .category-product-container {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fill, 160px);
    justify-content: center;
  }
  .category-product-container.expo {
    padding-bottom: 100px;
  }
  .category-product.expo {
    padding-bottom: 0px;
  }
  .category-description {
    padding: 0px 15px;
  }
  .category-banner {
    height: 150px;
  }
  .category-banner-sticky {
    height: 80px;
  }
  .category-product {
    padding: 0px 5px 150px 5px;
    justify-content: center;
  }
  .category-sottocategoria-title {
    padding: 0px 15px;
  }
  .category-sottocategoria-container {
    grid-template-columns: 15px 1fr;
  }
}
@media screen and (max-width: 364px) {
  .category-product {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-product-container {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    padding-left: 0px;
    padding-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .category-product-container .os-card-placeholder {
    margin: auto;
  }
}
.fiscdata-dati-bloccati {
  max-width: 460px;
  width: 100%;
  outline: none;
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  color: #ffffff;
  font-size: 0.875rem;
  box-shadow: none;
  margin: 0;
  padding: 0 0.5rem;
  display: block;
  line-height: 2.4375rem;
}
.fiscdata-dati-bloccati-label {
  font-size: 0.895rem;
  font-weight: 700;
}
.fiscdata-span {
  font-weight: normal;
  font-size: 14px;
}
.fiscdata-zipcode {
  display: flex;
}
.fiscdata-zipcode > div.os-pebble2 {
  flex: 2;
}
.fiscdata-zipcode > div.os-pebble2:first-child {
  flex: 3;
}
@media screen and (max-width: 809px) {
  .fiscdata-zipcode {
    display: block;
  }
}
.os-home-sezione1-colonna {
  display: grid;
  padding: 50px 0px;
  max-width: 1078px;
  margin: auto;
}
.os-home-sezione1-logo {
  width: 200px;
}
.os-home-sezione1-login {
  width: 150px;
}
.os-home-sezione1-sfondo {
  background-image: linear-gradient(124.3deg, rgba(0, 0, 0, 0.065) 0%, rgba(0, 0, 0, 0.65) 89.11%), radial-gradient(50.77% 160.61% at 50% 50%, rgba(0, 0, 0, 0.065) 0%, rgba(0, 0, 0, 0.65) 89.11%), url(/res/home2/sfondo-osteocom.png);
  background-size: cover;
  border-bottom: 8px solid #222;
}
.os-home-sezione1-header {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: auto;
  padding: 50px;
  align-items: center;
}
.os-home-sezione1-testo-principale {
  font-size: 48px;
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
}
.os-home-sezione1-registra {
  width: 200px;
  height: 50px;
  margin-top: 50px;
  font-size: 16px;
  justify-self: center;
}
.os-home-sezione1-testo-secondario {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
}
.os-home-sezione2-colonna {
  padding: 75px 0px;
  display: flex;
  justify-content: space-between;
  max-width: 1078px;
  margin: auto;
}
.os-home-sezione2-sfondo {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.75) 100%), #151515;
  border-bottom: 8px solid #222;
}
.os-home-sezione2-sinistra {
  max-width: 525px;
  text-align: left;
}
.os-home-sezione2-destra {
  max-width: 525px;
  text-align: right;
}
.os-home-sezione2-testo-principale {
  font-size: 48px;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.os-home-sezione2-registra {
  width: 200px;
  height: 50px;
  margin-top: 25px;
  font-size: 16px;
}
.os-home-sezione2-testo-secondario {
  font-size: 24px;
  text-align: left;
  margin-top: 25px;
  color: white;
  margin-bottom: 0;
}
.os-home-sezione2-video {
  position: relative;
  margin-left: 12px;
  margin-top: 15px;
  width: 400px;
}
.os-home-sezione2-mac {
  width: 423px;
  height: 350px;
  background-repeat: no-repeat;
}
.os-home-sezione3 {
  /*	&-colonna {
			padding: 75px 0px;
			display: flex;
			justify-content: space-between;
			max-width: 1078px;
			margin: auto;
		} */
}
.os-home-sezione3-riga {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1078px;
  margin: auto;
}
.os-home-sezione3-colonna {
  display: flex;
  max-width: 1078px;
  margin: auto;
  padding: 75px 0px;
  justify-content: space-between;
}
.os-home-sezione3-sfondo {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.75) 100%), #151515;
  border-bottom: 8px solid #222;
}
.os-home-sezione3-destra {
  max-width: 380px;
  text-align: right;
}
.os-home-sezione3-centro {
  max-width: 300px;
  text-align: center;
  padding-bottom: 60px;
}
.os-home-sezione3-testo-principale {
  font-size: 48px;
  text-align: right;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.os-home-sezione3-registra {
  width: 200px;
  height: 50px;
  margin-top: 25px;
  font-size: 16px;
}
.os-home-sezione3-testo-secondario {
  font-size: 24px;
  text-align: right;
  margin-top: 25px;
  color: white;
  margin-bottom: 0;
}
.os-home-sezione3-video {
  position: relative;
  margin-left: 156px;
  margin-top: 15px;
  width: 340px;
}
.os-home-sezione3-img {
  width: 610px;
  height: 300px;
  background-repeat: no-repeat;
}
.os-home-sezione3-img-top {
  width: 610px;
  height: 300px;
  background-repeat: no-repeat;
  position: relative;
  top: -71%;
}
.os-home-sezione4-colonna {
  padding: 75px 0px;
  display: flex;
  justify-content: space-between;
  max-width: 1078px;
  margin: auto;
}
.os-home-sezione4-sfondo {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.8) 100%), url(/res/home2/sfondo-vantaggi.webp) no-repeat center center;
  background-size: cover;
  border-bottom: 8px solid #222;
}
.os-home-sezione4-sinistra {
  max-width: 500px;
  text-align: left;
}
.os-home-sezione4-testo-principale {
  font-size: 48px;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.os-home-sezione4-registra {
  width: 200px;
  height: 50px;
  margin-top: 25px;
  font-size: 16px;
}
.os-home-sezione4-testo-secondario {
  font-size: 24px;
  text-align: left;
  margin-top: 25px;
  color: white;
  margin-bottom: 0;
}
.os-home-recensioni-box {
  width: 350px;
  min-height: 350px;
  background-color: #252B32;
  opacity: 0.9;
  padding: 0px 15px;
}
.os-home-recensioni-box-container {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.os-home-recensioni-box-active {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  opacity: 0.9;
  height: auto;
  overflow: unset;
}
.os-home-recensioni-text {
  font-size: 16px;
  color: white;
  margin-top: -15px;
}
.os-home-recensioni-nome {
  font-size: 16px;
  color: white;
  margin-top: 15px;
  margin-bottom: 30px;
}
.os-home-recensioni-apice {
  font-family: Times;
  font-size: 48px;
  color: #787878;
  font-weight: bold;
  margin-top: -45px;
}
.os-home-recensioni-profilo {
  background-color: white;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  position: relative;
  top: -50px;
}
.os-home-recensioni-slickdot {
  height: 10px;
  width: 10px;
  background: #787878;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s linear;
}
.os-home-recensioni-slickdot:hover {
  background-color: white;
}
.os-home-recensioni-slickdot-container {
  display: flex;
  justify-content: space-between;
  width: 40px;
  margin: auto;
  padding: 15px 0;
}
.os-home-recensioni-slickdot-active {
  background-color: white;
}
.os-home-sezione5-colonna {
  padding: 75px 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  max-width: 1078px;
  margin: auto;
}
.os-home-sezione5-sfondo {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.75) 100%), #151515;
}
.os-home-sezione5-testo-principale {
  font-size: 48px;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-self: center;
  margin-bottom: 25px;
}
.os-home-sezione5-domanda-chiusa {
  min-height: 50px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #252B32;
  color: white;
  align-items: center;
  padding: 0px 30px 0px 15px;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: left;
}
.os-home-sezione5-domanda-chiusa:hover {
  background-color: #252B32;
}
.os-home-sezione5-domanda-aperta {
  height: 100%;
  max-width: 1000px;
  width: 100%;
  display: flex;
  background-color: #252B32;
  color: white;
  align-items: center;
  padding: 10px 30px 10px 15px;
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.1, 1);
  overflow: hidden;
  opacity: 1;
  text-align: left;
}
.os-home-sezione5-domanda-nascosta {
  max-height: 0;
  padding: 0px 30px 00px 15px;
  margin: 0;
  opacity: 0;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-home-sezione1-colonna {
    padding: 50px 30px;
  }
  .os-home-sezione1-header {
    padding: 50px 30px;
  }
  .os-home-sezione1-testo-principale {
    font-size: 36px;
  }
  .os-home-sezione1-testo-secondario {
    margin-bottom: 25px;
  }
  .os-home-sezione2-colonna {
    padding: 50px 30px 75px 30px;
    flex-direction: column;
    align-items: center;
  }
  .os-home-sezione2-sinistra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione2-testo-principale {
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione2-registra {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .os-home-sezione2-testo-secondario {
    text-align: center;
  }
  .os-home-sezione3-colonna {
    padding: 50px 30px 75px 30px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .os-home-sezione3-destra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione3-testo-principale {
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione3-registra {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .os-home-sezione3-testo-secondario {
    text-align: center;
  }
  .os-home-sezione4-colonna {
    padding: 50px 30px 75px 30px;
    flex-direction: column;
    align-items: center;
  }
  .os-home-sezione4-sinistra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione4-testo-principale {
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione4-registra {
    margin-top: 35px;
    margin-bottom: 85px;
  }
  .os-home-sezione4-testo-secondario {
    text-align: center;
  }
  .os-home-sezione5-colonna {
    padding: 50px 30px 75px 30px;
  }
}
@media screen and (max-width: 809px) {
  .os-home-sezione1-colonna {
    padding: 25px 20px;
  }
  .os-home-sezione1-logo {
    width: 145px;
  }
  .os-home-sezione1-header {
    padding: 25px 20px;
  }
  .os-home-sezione1-login {
    width: 110px;
    height: 35px;
  }
  .os-home-sezione1-registra {
    margin-top: 35px;
    font-size: 16px;
  }
  .os-home-sezione1-testo-principale {
    font-size: 24px;
  }
  .os-home-sezione1-testo-secondario {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 0 50px;
  }
  .os-home-sezione2-colonna {
    padding: 35px 15px;
    flex-direction: column;
    align-items: center;
  }
  .os-home-sezione2-sinistra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione2-testo-principale {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione2-registra {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .os-home-sezione2-testo-secondario {
    font-size: 16px;
    text-align: center;
  }
  .os-home-sezione2-mac {
    width: 320px;
    height: 300px;
    background-size: contain;
  }
  .os-home-sezione2-video {
    width: 93%;
    max-width: 400px;
  }
  .os-home-sezione3-colonna {
    padding: 35px 15px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .os-home-sezione3-destra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione3-testo-principale {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione3-registra {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .os-home-sezione3-testo-secondario {
    font-size: 16px;
    text-align: center;
  }
  .os-home-sezione3-video {
    position: relative;
    margin-left: 80px;
    margin-top: 5px;
    width: 170px;
  }
  .os-home-sezione3-img {
    width: 305px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .os-home-sezione3-img-top {
    width: 305px;
    height: 150px;
    background-repeat: no-repeat;
    position: relative;
    top: -71%;
    background-size: contain;
  }
  .os-home-sezione4-colonna {
    padding: 35px 15px;
    flex-direction: column;
    align-items: center;
  }
  .os-home-sezione4-sinistra {
    max-width: unset;
    text-align: center;
  }
  .os-home-sezione4-testo-principale {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .os-home-sezione4-registra {
    margin-top: 35px;
    margin-bottom: 85px;
  }
  .os-home-sezione4-testo-secondario {
    font-size: 16px;
    text-align: center;
  }
  .os-home-recensioni-box {
    max-width: 350px;
    min-height: 350px;
    width: 100%;
    height: unset;
  }
  .os-home-recensioni-text {
    font-size: 14px;
  }
  .os-home-recensioni-nome {
    font-size: 14px;
  }
  .os-home-sezione5-colonna {
    padding: 35px 15px;
  }
  .os-home-sezione5-testo-principale {
    font-size: 24px;
  }
  .os-home-sezione5-domanda-chiusa {
    padding: 0px 30px 0px 15px;
    font-size: 16px;
  }
  .os-home-sezione5-domanda-aperta {
    font-size: 16px;
  }
}
.os-landingPage-scroller {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
}
.os-landingPage-button {
  color: #252B32;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  position: relative;
  align-self: center;
  background-color: white;
  transition: all 0.5s;
  opacity: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.os-landingPage-button > span {
  font-size: 56px;
  position: relative;
  top: -2px;
}
.os-landingPage-button-hide {
  opacity: 0;
  cursor: default;
}
.os-landingPage-button:hover {
  background-color: #9BCB52;
}
.os-landingPage-button-right {
  justify-self: start;
  right: 25px;
}
.os-landingPage-button-left {
  justify-self: end;
  right: -25px;
}
.os-landingPage-sezione1-video {
  vertical-align: middle;
  align-content: center;
  display: inline-block;
  overflow: hidden;
  height: 75vh;
  object-fit: cover;
  width: 100%;
}
.os-landingPage-sezione1-callout {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: auto;
  border-bottom: 8px solid #222;
}
.os-landingPage-sezione1-content {
  padding: 35px 0px;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.os-landingPage-sezione1-testoPrincipale {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 20px;
}
.os-landingPage-sezione1-testoSecondario {
  font-size: 24px;
  font-weight: normal;
}
.os-landingPage-sezione1-testoSecondario_2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 50px 0;
}
.os-landingPage-sezione1-registra {
  width: 210px;
  height: 50px;
  font-size: 16px;
  align-self: center;
}
.os-landingPage-sezione2-rettangolo {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: start;
  max-width: 1000px;
  background: #1d1d1b;
  max-height: 230px;
}
.os-landingPage-sezione2-image {
  width: 409px;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.os-landingPage-sezione2-testoPrincipale {
  font-size: 24px;
  color: white;
  margin: 0;
  padding: 0 20px;
}
.os-landingPage-sezione2-registra {
  width: 210px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  justify-self: center;
}
.os-landingPage-sezione2-destra {
  max-width: 591px;
  text-align: left;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.os-landingPage-sezione2-centro {
  text-align: center;
  align-items: center;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 591px;
}
.os-landingPage-sezione2-sfondo {
  background-image: linear-gradient(124.3deg, rgba(0, 0, 0, 0.065) 0%, rgba(0, 0, 0, 0.65) 89.11%), radial-gradient(50.77% 160.61% at 50% 50%, rgba(0, 0, 0, 0.065) 0%, rgba(0, 0, 0, 0.65) 89.11%), url(/res/home2/sfondo-osteocom.png);
  background-size: cover;
  border-bottom: 8px solid #222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 25px;
}
.os-landingPage-sezione2-Img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.os-landingPage-sezione2-video {
  position: relative;
  width: 400px;
}
.os-landingPage-sezione3-sfondo {
  background: #252B32;
  border-bottom: 8px solid #222;
  padding: 35px 0 50px 0;
}
.os-landingPage-sezione3-riga {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1078px;
  margin: 50px auto 0 auto;
}
.os-landingPage-sezione3-colonna {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1078px;
  margin: auto;
}
.os-landingPage-sezione3-centro {
  text-align: center;
  max-width: 200px;
}
.os-landingPage-sezione3-icon {
  cursor: initial;
}
.os-landingPage-sezione3-icon > #icona {
  width: 91.5px;
  height: 91.5px;
  color: #929292;
  margin-bottom: 10px;
}
.os-landingPage-sezione3-testoPrincipale {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 0 20px;
}
.os-landingPage-sezione3-testoSecondario {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: white;
}
.os-landingPage-sezione4-sfondo {
  background: black;
  border-bottom: 8px solid #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 75px;
  padding-top: 75px;
}
.os-landingPage-sezione4-card {
  background-color: #151515;
}
.os-landingPage-sezione4-card:hover {
  background-color: #252b32;
}
.os-landingPage-sezione4-card-img {
  width: 288px;
  height: 168px;
  background-size: cover;
}
.os-landingPage-sezione4-card-containerTesto {
  padding: 25px 10px;
}
.os-landingPage-sezione4-card-testoSecondario {
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
  color: white;
}
.os-landingPage-sezione4-card-titolo {
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 0;
}
.os-landingPage-sezione4-card-di {
  font-size: 10px;
  color: white;
  margin-right: 4px;
}
.os-landingPage-sezione4-card-autore {
  font-size: 10px;
  color: #9BCB52;
  font-weight: bold;
}
.os-landingPage-sezione4-colonna {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1370px;
  margin: 0 auto 0px auto;
}
.os-landingPage-sezione4-hs {
  display: grid;
  grid-column: 2;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, 288px);
  grid-template-rows: 316px;
  grid-auto-flow: column;
  overflow-x: auto;
}
.os-landingPage-sezione3_revisited {
  text-align: center;
  justify-content: center;
  height: 829px;
  background-color: black;
}
.os-landingPage-sezione3_revisited a {
  margin-top: 25px;
}
.os-landingPage-sezione3_revisited-sfondo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 604px;
}
.os-landingPage-sezione3_revisited-testoPrincipale {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 0 20px;
  padding-top: 25px;
}
.os-landingPage-sezione3_revisited-testoSecondario {
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
  color: white;
  padding-bottom: 25px;
}
.os-landingPage-sezione5-riga {
  margin: 25px auto 0 auto;
  display: grid;
  column-gap: 25px;
  row-gap: 25px;
  grid-template-columns: 300px 300px 300px 300px;
}
.os-landingPage-sezione5-testoPrincipale {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0 20px;
}
.os-landingPage-sezione5-colonna {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 35px 0 75px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.os-landingPage-sezione5-category {
  width: 300px;
  height: 75px;
  font-size: 16px;
  justify-self: center;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.os-landingPage-sezione5-category:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.os-landingPage-sezione5_new {
  text-align: center;
  justify-content: center;
  height: 600px;
}
.os-landingPage-sezione5_new-testoPrincipale {
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 0 20px;
}
.os-landingPage-sezione5_new-secondario {
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
  color: white;
}
.os-landingPage-sezione5_new-sfondo {
  background: #9a9595;
  text-align: center;
  padding: 35px 0 35px 0;
}
.os-landingPage-sezione6-sfondo {
  background: #151515;
  border-bottom: 8px solid #222;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.os-landingPage-sezione6-riga {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1370px;
}
.os-landingPage-sezione6-rettangolo {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: start;
  max-width: 1000px;
  height: 311px;
  background: black;
  opacity: 0.85;
  padding-right: 30px;
}
.os-landingPage-sezione6-icon {
  font-size: 7em;
}
.os-landingPage-sezione6-testoPrincipale {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 35px;
}
.os-landingPage-sezione6-testoSecondario {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-weight: bold;
  padding-right: 15px;
}
.os-landingPage-sezione6-recensioni-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
}
.os-landingPage-sezione6-recensioni-profilo {
  background-color: white;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.os-landingPage-sezione6-recensioni-box {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  opacity: 0.9;
  height: auto;
  padding-top: 85px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #252B32;
  position: relative;
  top: -50px;
}
.os-landingPage-sezione6-recensioni-apice {
  font-family: Times;
  font-size: 48px;
  color: #787878;
  font-weight: bold;
  margin-top: -10px;
}
.os-landingPage-sezione6-recensioni-text {
  font-size: 16px;
  color: white;
  margin-top: -15px;
}
.os-landingPage-sezione6-recensioni-nome {
  font-size: 16px;
  color: white;
  margin-top: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.os-landingPage-sezione6-hs {
  display: grid;
  grid-column: 2;
  grid-gap: 50px;
  grid-template-columns: repeat(auto-fill, 320px);
  grid-auto-flow: column;
  overflow-x: auto;
}
.os-landingPage-player-buttons {
  height: 128px;
  left: 50%;
  margin: -64px 0 0 -64px;
  position: absolute;
  bottom: 330px;
  width: 128px;
  z-index: 1;
}
@media screen and (min-width: 810px) and (max-width: 1180px) {
  .os-landingPage-button {
    display: none;
  }
  .os-landingPage-sezione1-callout {
    max-width: 100%;
  }
  .os-landingPage-sezione1-video {
    height: 700px;
  }
  .os-landingPage-sezione1-testoPrincipale {
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
  }
  .os-landingPage-sezione1-testoSecondario {
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
  }
  .os-landingPage-sezione2-rettangolo {
    flex-direction: column;
    width: 409px;
    max-height: unset;
  }
  .os-landingPage-sezione2-registra {
    margin-top: 25px;
  }
  .os-landingPage-sezione2-sfondo {
    padding: 75px 25px;
  }
  .os-landingPage-sezione2-centro {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .os-landingPage-sezione2-testoPrincipale {
    font-size: 24px;
    font-weight: bold;
  }
  .os-landingPage-sezione2-image {
    width: 409px;
    height: 230px;
    background-repeat: no-repeat;
  }
  .os-landingPage-sezione2-video {
    position: relative;
    margin-left: 12px;
    margin-top: 15px;
    width: 0px;
  }
  .os-landingPage-sezione3_revisited {
    text-align: center;
    justify-content: center;
    height: 823px;
  }
  .os-landingPage-sezione3_revisited-sfondo {
    margin: 0 15px;
  }
  .os-landingPage-sezione3-sfondo {
    max-width: unset;
    padding: 35px 0 30px 0;
  }
  .os-landingPage-sezione3-colonna {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: auto;
  }
  .os-landingPage-sezione3-centro {
    padding: 0 40px 30px 20px;
  }
  .os-landingPage-sezione3-icon > #icona {
    width: 68.75px;
    height: 68.75px;
  }
  .os-landingPage-sezione3-testoPrincipale {
    font-size: 18px;
  }
  .os-landingPage-sezione3-testoSecondario {
    font-size: 14px;
    max-width: 150px;
  }
  .os-landingPage-sezione4-sfondo {
    background: black;
    border-bottom: 8px solid #222;
  }
  .os-landingPage-sezione5-riga {
    grid-template-columns: 250px 250px;
    grid-template-rows: 50px 50px;
  }
  .os-landingPage-sezione5-category {
    width: 250px;
    height: 50px;
  }
  .os-landingPage-sezione5_new-sfondo {
    margin: 0 15px;
  }
  .os-landingPage-sezione6-hs {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 809px) {
  .os-landingPage-button {
    display: none;
  }
  .os-landingPage-scroller {
    display: grid;
    grid-template-columns: 5px 1fr 5px;
  }
  .os-landingPage-sezione1-callout {
    max-width: 100%;
    background-image: linear-gradient(124.3deg, rgba(0, 0, 0, 0.067) 0%, rgba(0, 0, 0, 0.65) 89.11%);
  }
  .os-landingPage-sezione1-video {
    height: 480px;
  }
  .os-landingPage-sezione1-testoPrincipale {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
  }
  .os-landingPage-sezione1-testoSecondario {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
  }
  .os-landingPage-sezione1-testoSecondario_2 {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
  }
  .os-landingPage-sezione2-rettangolo {
    flex-direction: column;
    width: 288px;
    max-height: unset;
  }
  .os-landingPage-sezione2-testoPrincipale {
    font-size: 16px;
    font-weight: bold;
  }
  .os-landingPage-sezione2-sfondo {
    max-width: unset;
    padding: 50px;
  }
  .os-landingPage-sezione2-image {
    width: 288px;
    height: 162px;
  }
  .os-landingPage-sezione2-video {
    position: relative;
    margin-left: 12px;
    margin-top: 15px;
  }
  .os-landingPage-sezione2-registra {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .os-landingPage-sezione2-centro {
    padding: 25px 10px 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .os-landingPage-sezione3-sfondo {
    max-width: unset;
    padding: 35px 0 10px 0;
  }
  .os-landingPage-sezione3-icon > #icona {
    width: 68.75px;
    height: 68.75px;
  }
  .os-landingPage-sezione3-riga {
    max-width: 410px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .os-landingPage-sezione3-centro {
    padding: 0 20px 20px 20px;
    max-width: unset;
    height: 230px;
  }
  .os-landingPage-sezione3-testoPrincipale {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .os-landingPage-sezione3-testoSecondario {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 100px;
  }
  .os-landingPage-sezione3_revisited {
    text-align: center;
    justify-content: center;
    height: 482px;
  }
  .os-landingPage-sezione3_revisited-sfondo {
    height: 248px;
    margin: 0 15px;
  }
  .os-landingPage-sezione3_revisited-testoPrincipale {
    font-size: 18px;
  }
  .os-landingPage-sezione3_revisited-testoSecondario {
    margin: 10px 15px 0;
    font-size: 16px;
  }
  .os-landingPage-sezione4-sfondo {
    background: black;
    border-bottom: 8px solid #222;
  }
  .os-landingPage-sezione4-hs {
    grid-gap: 10px;
  }
  .os-landingPage-sezione5-riga {
    margin: 25px auto 0 auto;
    row-gap: 25px;
    grid-template-columns: 250px;
    grid-template-rows: 50px 50px 50px 50px;
  }
  .os-landingPage-sezione5-category {
    width: 250px;
    height: 50px;
  }
  .os-landingPage-sezione5_new-testoPrincipale {
    font-size: 18px;
    padding: 5px 20px;
    color: white;
    text-align: center;
    margin-top: 0;
  }
  .os-landingPage-sezione5_new-secondario {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    color: white;
  }
  .os-landingPage-sezione5_new-sfondo {
    margin: 0 15px;
    height: 534px;
  }
  .os-landingPage-sezione6-hs {
    grid-template-columns: repeat(auto-fill, 290px);
    grid-gap: 10px;
  }
  .os-landingPage-sezione6-testoPrincipale {
    font-size: 18px;
  }
  .os-landingPage-sezione6-recensioni-container {
    width: 290px;
  }
}
