/*
	@FONTS      Font inclusions
	@GENERAL    General use classes
	@BASIC      Basic colors, fonts and backgrounds
	@ANIMATE    Animations
	@BUTTONS    Buttons
	@FORMS      Forms
	@LAYOUTFIX  Global Layout Fix
	@HEADER     Site Header
	@NAV        Main navigation
	@MAIN       Site inner
	@SIDE       Sidebar
	@FOOTER     Footer
	@HOME     	Homepage
	@TEMP       Work in progress

	Palette:
		White: #fff
		Black: #000
*/
/* @GENERAL */
.clear {
  clear: both;
}
.hidden, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* @BASIC */
html {
  font-size: 10px;
  background-color: #0B2126;
  height: auto !important;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0B2126;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-weight: normal;
}
h2 {
  font-size: 2.5rem;
}
.entry-content h3, .entry-content h4 {
  font-weight: normal;
}
:focus {
  outline: none;
}
hr, hr.wp-block-separator {
  max-width: 100%;
  border-color: #707070;
}
@media screen and (min-width: 1075px) {
  h2 {
    font-size: 4rem;
  }
}
.line-height-1 {
  line-height: 1em;
}
.line-height-1-2 {
  line-height: 1.2em;
}
.wp-block-group.padding--zero > .wp-block-group__inner-container {
  padding: 0 !important;
}
/* @BUTTONS */
button, input[type="button"], input[type="reset"], input[type="submit"], input.button, input.btn, a.button, a.btn, .site-container .wp-block-button .wp-block-button__link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 34px;
  line-height: 1;
  background-color: #E84E0F;
  border-radius: 30px;
  box-shadow: none;
  text-decoration: none;
}
button.ghost-button, input[type="button"].ghost-button, input[type="reset"].ghost-button, input[type="submit"].ghost-button, input.button.ghost-button, input.btn.ghost-button, a.button.ghost-button, a.btn.ghost-button, .site-container .wp-block-button .wp-block-button__link.ghost-button {
  background-color: transparent;
  border: 1px solid #fff;
}
button.ghost-button:hover, input[type="button"].ghost-button:hover, input[type="reset"].ghost-button:hover, input[type="submit"].ghost-button:hover, input.button.ghost-button:hover, input.btn.ghost-button:hover, a.button.ghost-button:hover, a.btn.ghost-button:hover, .site-container .wp-block-button .wp-block-button__link.ghost-button:hover {
  border-color: #E84E0F;
  color: #E84E0F;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], input.button:hover, input.btn:hover, .button:hover, .btn:hover, .site-container .wp-block-button .wp-block-button__link:hover {
  background-color: #0B2126;
  box-shadow: none;
  text-decoration: none;
}
/* @FORMS */
.wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
span.wpcf7-list-item {
  margin-left: 0;
}
input[type="text"], input[type="search"], input[type="email"] {
  background: #0B2126;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 16px 38px;
  margin-bottom: 18px;
}
input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder {
  color: #fff;
}
/* Colors */
.has-totalblack-color {
  color: #000 !important;
}
.has-black-color {
  color: #464646 !important;
}
.has-white-color {
  color: #fff !important;
}
.has-green-color {
  color: #0e686a;
}
.has-blackhover-color {
  color: #0B2126 !important;
}
.has-blue-color {
  color: #0e686a !important;
}
.has-kaptain-color {
  color: #05A0C7 !important;
}
.has-medooza-color {
  color: #9FA098 !important;
}
.has-fluctus-color {
  color: #92006E !important;
}
.has-gaia-color {
  color: #CCCB00 !important;
}
.has-orange-color {
  color: #E84E0F !important;
}
.has-ottaniodark-color {
  color: #153440 !important;
}
.has-otaniolight-color {
  color: #b8c2c5 !important;
}
.has-urania-color {
  color: #e55641 !important;
}
.has-aiandhpc-color {
  color: #94B138 !important;
}
/* Background colors */
.has-totalblack-background-color {
  background-color: #000 !important;
}
.has-black-background-color {
  background-color: #464646 !important;
}
.has-white-background-color {
  background-color: #fff !important;
}
.has-green-background-color {
  background-color: #0e686a;
}
.has-blackhover-background-color {
  background-color: #0B2126 !important;
}
.has-blue-background-color {
  background-color: #0e686a !important;
}
.has-kaptain-background-color {
  background-color: #05A0C7 !important;
}
.has-medooza-background-color {
  background-color: #9FA098 !important;
}
.has-fluctus-background-color {
  background-color: #92006E !important;
}
.has-gaia-background-color {
  background-color: #CCCB00 !important;
}
.has-orange-background-color {
  background-color: #E84E0F !important;
}
.has-ottaniodark-background-color {
  background-color: #153440 !important;
}
.has-otaniolight-background-color {
  background-color: #b8c2c5 !important;
}
.has-urania-background-color {
  background-color: #e55641 !important;
}
.has-aiandhpc-background-color {
  background-color: #94B138 !important;
}
hr.has-totalblack-background-color {
  border-color: #000 !important;
}
hr.has-black-background-color {
  border-color: #464646 !important;
}
hr.has-white-background-color {
  border-color: #fff !important;
}
hr.has-green-background-color {
  border-color-color: #0e686a;
}
hr.has-blackhover-background-color {
  border-color: #0B2126 !important;
}
hr.has-blue-background-color {
  border-color: #0e686a !important;
}
hr.has-kaptain-background-color {
  border-color: #05A0C7 !important;
}
hr.has-medooza-background-color {
  border-color: #9FA098 !important;
}
hr.has-fluctus-background-color {
  border-color: #92006E !important;
}
hr.has-gaia-background-color {
  border-color: #CCCB00 !important;
}
hr.has-orange-background-color {
  border-color: #E84E0F !important;
}
hr.has-ottaniodark-background-color {
  border-color: #153440 !important;
}
hr.has-otaniolight-background-color {
  border-color: #b8c2c5 !important;
}
hr.has-urania-background-color {
  border-color: #e55641 !important;
}
hr.has-aiandhpc-background-color {
  border-color: #94B138 !important;
}
/* Margins */
.margin-top--none {
  margin-top: 0 !important;
}
/* Horizontal line in text */
.horizontal-line {
  display: block;
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid currentColor;
  line-height: 0.1em;
}
.horizontal-line strong {
  background: #eceff0;
  padding: 0 20px 0 0;
}
/* Custom Buttons Margins */
@media screen and (min-width: 640px) {
  .wp-block-buttons .wp-block-button.margin-left--l {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .wp-block-buttons .wp-block-button.margin-right--l {
    margin-right: 30px !important;
  }
}
html.sr .load-hidden, html.sr .flip, html.sr .fadein, html.sr .fadein500, html.sr .fadein1000, html.sr .fadeinpage {
  visibility: hidden;
}
.margin-bottom--zero {
  margin-bottom: 0 !important;
}
.margin-bottom--xxs {
  margin-bottom: 5px !important;
}
.margin-bottom--xs {
  margin-bottom: 10px !important;
}
.margin-bottom--s {
  margin-bottom: 35px !important;
}
.margin-bottom--l {
  margin-bottom: 45px !important;
}
.margin-bottom--xl {
  margin-bottom: 60px !important;
}
.margin-bottom--xxl {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1074px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1075px) {
  .hide-on-desktop {
    display: none !important;
  }
  .site-inner {
    max-width: 1074px;
    padding-left: 0;
    padding-right: 0;
  }
  .content {
    width: 100%;
  }
  .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    margin-bottom: 0;
  }
}
.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  left: 100%;
}
.revealer .revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0B2126;
}
.revealer .revealer__layer:nth-child(2) {
  background-color: #0e686a;
}
.revealer .revealer__layer:nth-child(3) {
  background-color: #0B2126;
}
.istransition .revealer {
  display: block;
}
.istransition .revealer .revealer__layer {
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
.istransition .revealer .revealer__layer:nth-child(2) {
  animation-name: anim-effect-3-2;
}
.istransition .revealer .revealer__layer:nth-child(3) {
  animation-name: anim-effect-3-3;
}
@keyframes anim-effect-3-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    transform: translate3d(-100%, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes anim-effect-3-2 {
  0%, 12.5% {
    transform: translate3d(0, 0, 0);
  }
  37.5%, 62.5% {
    transform: translate3d(-100%, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  87.5%, 100% {
    transform: translate3d(-200%, 0, 0);
  }
}
@keyframes anim-effect-3-3 {
  0%, 25% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  75%, 100% {
    transform: translate3d(-200%, 0, 0);
  }
}
@media screen and (max-width: 959px) {
  .site-container .has-larger-font-size {
    font-size: 2.2rem;
  }
  .site-container .has-large-font-size {
    font-size: 1.6rem;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.font-weight-normal {
  font-weight: normal;
}
.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  transition: background 0.3s cubic-bezier(0, 0.19, 0, 0.35), box-shadow 0.3s cubic-bezier(0, 0.19, 0, 0.35), margin 0.5s cubic-bezier(0, 0.19, 0, 0.35);
  box-shadow: 0 0 0 transparent;
  z-index: 999;
}
.site-header > .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.site-header > .wrap::before, .site-header > .wrap::after {
  display: none;
}
.site-header > .wrap .title-area {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
  float: none;
}
.site-header > .wrap .widget_nav_menu, .site-header > .wrap .header-widget-area {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
  justify-self: end;
}
.site-header > .wrap .widget_nav_menu .wpml-ls-legacy-list-horizontal, .site-header > .wrap .header-widget-area .wpml-ls-legacy-list-horizontal {
  padding: 7px 0;
}
.site-header > .wrap .widget_nav_menu .widget_icl_lang_sel_widget, .site-header > .wrap .header-widget-area .widget_icl_lang_sel_widget {
  margin-bottom: 0;
}
.site-header > .wrap .widget_nav_menu .menu-item, .site-header > .wrap .widget_nav_menu .wpml-ls-item, .site-header > .wrap .header-widget-area .menu-item, .site-header > .wrap .header-widget-area .wpml-ls-item {
  display: inline-block;
  line-height: 18px;
  padding: 0 4px;
  border-right: 1px solid #fff;
  margin-bottom: 0;
}
.site-header > .wrap .widget_nav_menu .menu-item:last-child, .site-header > .wrap .widget_nav_menu .wpml-ls-item:last-child, .site-header > .wrap .header-widget-area .menu-item:last-child, .site-header > .wrap .header-widget-area .wpml-ls-item:last-child {
  border-right: none;
}
.site-header > .wrap .widget_nav_menu .menu-item a, .site-header > .wrap .widget_nav_menu .wpml-ls-item a, .site-header > .wrap .header-widget-area .menu-item a, .site-header > .wrap .header-widget-area .wpml-ls-item a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 4px;
}
.site-header > .wrap .widget_nav_menu .menu-item a:hover, .site-header > .wrap .widget_nav_menu .wpml-ls-item a:hover, .site-header > .wrap .header-widget-area .menu-item a:hover, .site-header > .wrap .header-widget-area .wpml-ls-item a:hover {
  border-bottom: 1px solid #0e686a;
}
.site-header > .wrap .widget_nav_menu .menu-item.wpml-ls-current-language a, .site-header > .wrap .widget_nav_menu .wpml-ls-item.wpml-ls-current-language a, .site-header > .wrap .header-widget-area .menu-item.wpml-ls-current-language a, .site-header > .wrap .header-widget-area .wpml-ls-item.wpml-ls-current-language a {
  border-bottom: 1px solid #0e686a;
}
.site-header > .wrap #genesis-mobile-nav-primary {
  float: none;
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
  justify-self: end;
  align-self: end;
  margin: 0;
}
.site-header > .wrap #genesis-mobile-nav-primary::before {
  color: #fff;
  display: block;
  font-size: 2.6rem;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
}
.site-header > .wrap .nav-primary {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  padding-top: 0;
  background: #000;
  box-shadow: 16px 0 0 0 #000, -16px 0 0 0 #000;
}
.site-header > .wrap .nav-primary .genesis-nav-menu {
  display: flex;
  flex-direction: column;
}
.site-header > .wrap .nav-primary .menu-item a, .site-header > .wrap .nav-primary .astm-search-menu a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.site-header > .wrap .nav-primary .menu-item.menu-item-has-children .sub-menu-toggle, .site-header > .wrap .nav-primary .astm-search-menu.menu-item-has-children .sub-menu-toggle {
  padding-right: 0;
  color: #fff;
}
.site-header > .wrap .nav-primary .astm-search-menu {
  max-width: 100%;
}
.site-header > .wrap .nav-primary .astm-search-menu a {
  margin-bottom: 8px;
}
.site-header > .wrap .nav-primary .sub-menu a {
  background-color: transparent;
  text-transform: none;
}
.site-header > .wrap .nav-primary .astm-search-menu {
  display: inline-block;
  order: -1;
  margin-top: 12px;
  margin-bottom: 12px;
}
.site-header > .wrap .nav-primary .astm-search-menu a {
  padding: 0;
  text-indent: -9999px;
  color: transparent;
  min-width: 17px;
  background: url("bs-images/search-icon.svg") no-repeat right !important;
  background-size: contain !important;
}
.site-header > .wrap .nav-primary .astm-search-menu .search-form {
  max-width: 100%;
  transform: translateY(6px);
}
.site-header > .wrap .nav-primary .astm-search-menu .search-form .search-form-input {
  padding: 2px 6px;
  margin-bottom: 0;
}
.site-header > .wrap .nav-primary .astm-search-menu .search-form .search-form-input::placeholder {
  display: none;
  color: transparent;
}
.site-header > .wrap .nav-primary .astm-search-menu .search-form .search-form-submit {
  padding: 8px 16px;
  margin-top: 0;
}
.site-header > .wrap .nav-primary .astm-search-menu.sliding.open .search-form {
  position: static;
}
.fixed-header .site-header {
  background-color: #000;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}
.hide-fixed-header .site-header {
  margin-top: -90px;
}
.wp-custom-logo .site-container .title-area {
  max-width: 60px;
  padding: 12px 0;
}
@media screen and (min-width: 1075px) {
  .wp-custom-logo .site-container .title-area {
    max-width: 350px;
    padding: 0;
  }
  .site-header > .wrap {
    max-width: 1074px;
    margin: auto;
    grid-template-columns: 1fr 11fr;
  }
  .site-header > .wrap .title-area {
    position: relative;
    z-index: 10;
    margin-top: 0;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 1;
    text-align: center;
    transition: margin 0.3s cubic-bezier(0, 0.19, 0, 0.35), max-width 0.2s cubic-bezier(0, 0.19, 0, 0.35);
  }
  .site-header > .wrap .header-widget-area {
    min-height: 48px;
  }
  .site-header > .wrap .widget_nav_menu {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-bottom: 0;
  }
  .site-header > .wrap .widget_nav_menu .menu-item {
    margin-bottom: 26px;
  }
  .site-header > .wrap .nav-primary {
    background: transparent;
    box-shadow: none;
    text-align: right;
  }
  .site-header > .wrap .nav-primary .genesis-nav-menu {
    display: block;
  }
  .site-header > .wrap .nav-primary .menu-item {
    z-index: 1;
  }
  .site-header > .wrap .nav-primary .menu-item a {
    font-size: 1.6rem;
    padding: 6px 22px;
    border-bottom: 2px solid transparent;
  }
  .site-header > .wrap .nav-primary .menu-item a:hover {
    border-bottom: 2px solid #E84E0F;
  }
  .site-header > .wrap .nav-primary .menu-item.current-menu-item > a, .site-header > .wrap .nav-primary .menu-item.current-menu-parent > a {
    border-bottom: 2px solid #E84E0F;
  }
  .site-header > .wrap .nav-primary .menu-item.menu-item-has-children > a {
    padding-right: 30px;
    background-image: url("bs-images/menu-down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu {
    text-align: left;
    border-top: none;
    padding-top: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item a {
    border: none;
    color: #0B2126;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.9);
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item a:hover {
    color: #E84E0F;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item:first-child:last-child a {
    border-radius: 16px;
    padding-bottom: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item:first-child a {
    border-radius: 16px 16px 0 0;
    padding-top: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item:last-child a {
    border-radius: 0 0 16px 16px;
    padding-bottom: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu-toggle {
    display: block;
    visibility: visible;
    transform: rotate(-90deg);
    color: #E84E0F;
    padding: 12px 10px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu {
    padding-top: 8px;
    padding-left: 4px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu .menu-item {
    border-radius: 0;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu .menu-item:first-child:last-child a {
    border-radius: 16px;
    padding-bottom: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu .menu-item:first-child a {
    border-radius: 16px 16px 0 0;
    padding-top: 16px;
  }
  .site-header > .wrap .nav-primary .menu-item > .sub-menu .menu-item > .sub-menu .menu-item:last-child a {
    border-radius: 0 0 16px 16px;
    padding-bottom: 16px;
  }
  .site-header > .wrap .nav-primary .astm-search-menu {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
  }
  .site-header > .wrap .nav-primary .astm-search-menu .search-form {
    max-width: 110px;
  }
  .site-header > .wrap .nav-primary .astm-search-menu .search-form input {
    padding: 3px 16px 3px 6px;
    background-color: #fff;
    color: #0B2126;
    border: #fff;
    background-image: url("bs-images/search-lens-icon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
  }
  .site-header > .wrap .nav-primary .astm-search-menu .search-form input[type="submit"] {
    display: none;
  }
  .site-header > .wrap .nav-primary .astm-search-menu.sliding.open .search-form {
    position: absolute;
  }
  .fixed-header .site-header .title-area {
    margin-top: -50%;
    max-width: 58px;
    padding: 12px 0;
  }
}
.footer-widgets {
  background: #153440;
  color: #fff;
  position: relative;
}
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets > .wrap .widgettitle {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer-widgets > .wrap a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets > .wrap a:hover, .footer-widgets > .wrap a:focus {
  color: #E84E0F;
  text-decoration: underline;
}
.footer-widgets > .wrap .footer-widgets-1 {
  position: relative;
}
.footer-widgets > .wrap .footer-widgets-1 img {
  max-width: 65px !important;
}
.footer-widgets > .wrap .footer-widgets-1 a[href*="mailto"] {
  background: #E84E0F;
  border-radius: 16px;
  padding: 8px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  margin: 4px 0;
  display: inline-block;
  font-weight: 600;
}
.footer-widgets > .wrap .footer-widgets-1 a[href*="mailto"]:hover {
  background-color: #0B2126;
}
.footer-widgets > .wrap .footer-widgets-1 .simple-social-icons ul li {
  margin-bottom: 0 !important;
}
.footer-widgets > .wrap .footer-widgets-5 .button {
  padding-inline: 16px;
}
.footer-widgets > .wrap .footer-widgets-5 img {
  width: 100%;
}
@media screen and (min-width: 1075px) {
  .footer-widgets > .wrap .footer-widgets-5 #nav_menu-5 {
    padding-top: 24px;
    text-align: right;
  }
}
.footer-widgets .menu .menu-item {
  margin-bottom: 0;
}
.site-footer {
  background: #153440;
  color: #fff;
  font-size: 1.2rem;
  padding: 1em;
  border-top: none;
}
.site-footer a:hover {
  color: #fff;
}
@media screen and (min-width: 1075px) {
  .footer-widgets > .wrap {
    max-width: 1074px;
    margin: auto;
    display: flex;
    align-items: stretch;
    display: grid;
    /*grid-template-columns: 3fr 1fr 1fr 1fr 1.5fr;*/
    grid-template-columns: 2.2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
  }
  .footer-widgets > .wrap::before, .footer-widgets > .wrap::after {
    display: none;
  }
  .footer-widgets > .wrap .footer-widget-area {
    padding: 0;
    float: none;
    width: auto;
  }
}
#siteauthor a {
  text-indent: -9999px;
  background: url("bs-images/logo-blackstudio-bianco.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 96px;
  margin-left: 2px;
}
.home-first-grid figure {
  margin-bottom: 0;
}
.home-claims-container {
  background: rgba(18, 51, 64, 0.07);
  box-shadow: -200px 0 0 0 rgba(18, 51, 64, 0.07), 200px 0 0 0 rgba(18, 51, 64, 0.07);
  padding: 60px 0;
  margin-bottom: 100px;
}
.home-highlight-text-xl {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  display: inline;
  background: #E84E0F;
  padding: 2px 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 1em;
  margin-bottom: 28px;
}
.home-highlight-text-xxl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  display: inline;
  background: #E84E0F;
  padding: 2px 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 1em;
  margin-bottom: 28px;
}
h2.home-highlight-text-xxl {
  display: block;
}
.home-big-title {
  font-size: 3rem;
  color: #0B2126;
  line-height: 1.1;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.home-big-title .big-number {
  font-size: 15rem;
  font-weight: bold;
  margin-right: 30px;
}
.home-cta .wp-block-column .wp-block-group.is-style-green {
  line-height: 1.2;
  margin: 0;
}
.home-cta .wp-block-column .wp-block-group.is-style-green p {
  margin-bottom: 0;
}
.home-cta .wp-block-column .wp-block-group.is-style-green span {
  font-size: 6rem;
  display: inline;
}
@media screen and (min-width: 1075px) {
  .home-first-grid {
    margin-bottom: 50px;
  }
  .home-first-grid > .wp-block-column:first-child {
    margin-top: -165px;
    position: relative;
  }
  .home-first-grid > .wp-block-column:first-child .robottino-block {
    position: absolute;
    bottom: 0;
  }
  .home-claims-container {
    box-shadow: -1074px 0 0 0 rgba(18, 51, 64, 0.07), 1074px 0 0 0 rgba(18, 51, 64, 0.07);
  }
  .home-highlight-text-xl {
    font-size: 4rem;
  }
  .home-highlight-text-xxl {
    font-size: 4.5rem;
  }
  .home-highlight-text-xxl.faq-title {
    font-size: 3.5rem;
  }
  .home-big-title {
    font-size: 6rem;
    max-width: calc(100% / 12 * 10);
    margin-left: calc(100% / 12);
  }
  .home-big-title .big-number {
    font-size: 40rem;
    margin-right: 62px;
  }
  .home-cta {
    margin-bottom: 240px;
  }
  .home-cta .wp-block-column:last-child {
    padding-top: 156px;
  }
}
.home-cta-2022 {
  max-width: 900px;
  margin-inline: auto;
}
.home-cta-2022 .wp-block-image {
  margin-bottom: 0;
}
@media screen and (min-width: 1075px) {
  .home-cta-2022 > .wp-block-group__inner-container {
    padding-block: 40px !important;
  }
  .home-cta-2022 > .wp-block-group__inner-container > .wp-block-columns {
    margin-bottom: 0;
  }
  .home-cta-2022 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
    padding-top: 20px;
    padding-left: 80px;
    background-image: url("bs-images/home-cta-2022-baloon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
  }
}
.case-history-slider {
  background: rgba(18, 51, 64, 0.07);
  box-shadow: -200px 0 0 0 rgba(18, 51, 64, 0.07), 200px 0 0 0 rgba(18, 51, 64, 0.07);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.case-history-slider .case-history__heading {
  order: 1;
}
.case-history-slider .case_history__slides-wrapper {
  order: 3;
}
.case-history-slider .case_history__slides-nav {
  order: 2;
  position: relative;
  padding: 26px 0;
  margin-bottom: 26px;
}
.case-history-slider .robottino-block {
  order: 4;
  margin-top: 0;
}
.case-history-slide {
  margin-bottom: 26px;
  background-color: #0B2126;
  border-radius: 26px;
  padding: 26px;
  box-sizing: border-box;
}
.case-history-slide .case-slide__client-logo {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px;
  margin-bottom: 26px;
}
.case-history-slide .case-slide__client-logo .case-slide__client-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.case-history-slide .case-slide__client-logo .case-slide__client-logo-wrapper span {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.case-history-slide .case-slide__body {
  font-size: 2rem;
  color: #fff;
}
.case-history-slide .case-slide__body h3 {
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #05F2DB;
  margin-bottom: 26px;
}
.case-history-slide .case-slide__body .case_slide__challenges {
  font-size: 3rem;
}
.home .case-history-slide .case-slide__body h3:not(:first-of-type), .home .case-history-slide .case-slide__body .case_slide__solutions {
  display: none;
}
.case-history-slide .case-slide__body .button {
  background: #fff;
  color: #0B2126;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 16px;
}
.case-history-slide .case-slide__body .button:hover {
  background: #05F2DB;
}
@media screen and (min-width: 1075px) {
  .case-history__heading {
    margin-bottom: 64px;
  }
  .case-history__heading .case-history-slider__subtitle {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .case-history-slider {
    box-shadow: -1074px 0 0 0 rgba(18, 51, 64, 0.07), 1074px 0 0 0 rgba(18, 51, 64, 0.07);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto repeat(3, 84px) 290px auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-bottom: 180px;
  }
  .case-history-slider .case-history__heading {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .case-history-slider .case_history__slides-wrapper {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 7;
  }
  .case-history-slider .case_history__slides-nav {
    grid-column-start: 4;
    grid-row-start: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 126px;
    justify-self: end;
    z-index: 20;
    margin-bottom: 0;
    padding: 0;
  }
  .case-history-slider .case_history__slides-nav > div {
    position: static;
    margin: 0 18px;
  }
  .case-history-slider .robottino-block {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    z-index: 10;
  }
  .case-history-slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 84px) 290px auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-bottom: 26px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .case-history-slide .case-slide__client-logo {
    background-color: rgba(18, 51, 64, 0.07);
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 4;
    height: 290px;
    box-sizing: border-box;
  }
  .case-history-slide .case-slide__pillar {
    background-color: #9FA098;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 41px 46px;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 4;
    margin-left: calc(100% / 6);
  }
  .case-history-slide .case-slide__pillar.hpc-cluster-medooza-case-cat {
    background-color: #9FA098;
  }
  .case-history-slide .case-slide__pillar.open-source-cloud-platform-fluctus-case-cat {
    background-color: #92006E;
  }
  .case-history-slide .case-slide__pillar.applicazioni-analisi-big-data-gaia-case-cat {
    background-color: #CCCB00;
  }
  .case-history-slide .case-slide__pillar.applicazioni-analisi-big-data-urania-case-cat {
    background-color: #e55641;
  }
  .case-history-slide .case-slide__pillar.kubernets-cluster-kaptain-case-cat {
    background-color: #05A0C7;
  }
  .case-history-slide .case-slide__featured-img {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
    height: 290px;
    object-fit: cover;
    margin-bottom: 26px;
  }
  .case-history-slide .case-slide__body {
    background-color: #0B2126;
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    padding: 42px 62px;
    border-radius: 26px;
  }
  .home .case-history-slide .case-slide__body h3:not(:first-of-type), .home .case-history-slide .case-slide__body .case_slide__solutions {
    display: block;
  }
}
.partners-logo {
  overflow: hidden;
}
.partners-logo .wp-block-gallery.has-nested-images {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 !important;
}
.partners-logo .wp-block-gallery.has-nested-images .wp-block-image {
  justify-content: center;
}
.partners-logo .wp-block-gallery.has-nested-images .wp-block-image img {
  display: block;
  max-width: 200px !important;
  max-height: 160px;
}
@media screen and (min-width: 1075px) {
  .partners-logo {
    margin-bottom: 30px;
  }
  .partners-logo .wp-block-gallery.has-nested-images {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .partners-logo .wp-block-gallery.has-nested-images .wp-block-image {
    width: auto;
    flex: 0 0 auto;
  }
  .partners-logo + .wp-block-button {
    margin-bottom: 196px;
  }
}
.news-events-section {
  background-color: #FAF8F8;
  padding: 32px 0;
  box-shadow: -100px 0 0 #FAF8F8, 100px 0 0 #FAF8F8;
  margin-bottom: 0;
}
.news-events-section .home-last-news {
  margin-bottom: 92px;
}
.news-events-section h2 {
  font-size: 3rem;
  font-weight: normal;
  text-transform: uppercase;
  background: #0B2126;
  color: #fff;
  padding: 8px 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  display: inline-block;
}
.news-card {
  margin-bottom: 42px;
}
.news-card .wp-post-image {
  height: 174px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}
.news-card .news-meta {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #3097BF;
  background: #fff;
  padding: 6px 8px;
  border-radius: 16px;
  margin-bottom: 5px;
}
.news-card .news-card-title {
  margin-bottom: 5px;
  text-align: left;
}
.news-card .news-card-title a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 8px;
  border-radius: 16px;
  display: inline;
  color: #0B2126;
  text-decoration: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
}
.news-card .news-card-title a:hover {
  color: #3097BF;
}
.home-last-events h2 {
  background-color: #3097BF;
}
@media screen and (min-width: 1075px) {
  .news-events-section {
    box-shadow: -1074px 0 0 #FAF8F8, 1074px 0 0 #FAF8F8;
    padding: 132px 0 0;
  }
  .news-events-section h2 {
    margin-bottom: 46px;
  }
  .news-events-section .home-last-news {
    margin-bottom: 0;
  }
  .news-events-section .wp-block-column:last-child {
    padding-top: 140px;
  }
  .news-card {
    position: relative;
    height: 522px;
    margin-bottom: 30px;
    padding: 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
  }
  .news-card .wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.5s cubic-bezier(0, 0.19, 0, 0.35);
  }
  .news-card .news-meta {
    position: relative;
  }
  .news-card h3 {
    position: relative;
  }
  .news-card:hover .wp-post-image {
    transform: scale(1.3);
  }
  .home-last-events {
    text-align: right;
  }
}
.home-solutions-section {
  margin-bottom: 0;
  gap: 6%;
}
.home-solutions-section .wp-block-column {
  margin-bottom: 60px;
}
.home-solutions-section .wp-block-image {
  position: relative;
  padding-inline: 10px;
}
.home-solutions-section .wp-block-image.wp-block-image.home-solutions-section-medooza {
  /*&:before {
          content: "";
          background-image: url('bs-images/ice4hpc-home-logo.svg');
          background-size: contain;
          width: 76px;
          height: 83px;
          display: block;
          position: absolute;
          bottom: 7.4%;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-color: #eceff0;
        }*/
}
.home-solutions-section .wp-block-image.wp-block-image.home-solutions-section-medooza > figure {
  padding-bottom: 83px;
}
@media screen and (min-width: 1075px) {
  .home-solutions-section .wp-block-image.wp-block-image.home-solutions-section-medooza > figure {
    padding-bottom: 0;
  }
}
.home-solutions-section .wp-block-image:after {
  content: "";
  width: 1px;
  height: 20px;
  border-left: 2px dotted #E84E0F;
  display: block;
  margin-top: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 1075px) {
  .home-solutions-section .wp-block-image:after {
    height: 140px;
  }
}
@media screen and (min-width: 1075px) {
  .home-solutions-section .wp-block-column {
    margin-bottom: 0;
  }
  .home-solutions-section + .wp-block-buttons {
    background-image: url("bs-images/home-services-button-bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 112px;
    align-items: flex-end;
  }
  .home-solutions-section + .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
    transform: translateY(15%);
  }
}
@media screen and (min-width: 1075px) {
  .home-solutions-section-6-group > .wp-block-group__inner-container {
    padding-top: 55px !important;
    padding-bottom: 77px !important;
  }
}
@media screen and (min-width: 1075px) {
  .home-solutions-section-6 + .wp-block-buttons {
    background-image: url("bs-images/home-services-button-bg-6.svg");
    height: 95px;
  }
  .home-solutions-section-6 + .wp-block-buttons .wp-block-button {
    transform: translateY(45%);
  }
}
.home-solutions-section-6 .home-solutions-section-medooza-ice4hpc {
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #eceff0;
}
.home-solutions-section-6 .home-solutions-section-medooza-ice4hpc a {
  display: block;
  margin: auto;
  background-image: url("bs-images/ice4hpc-home-logo.svg");
  background-size: contain;
  width: 76px;
  height: 83px;
}
.home-hero-block {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.home-hero-block video {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: 80% center;
  position: absolute;
  z-index: 0;
}
.home-hero-block .home-hero-heading {
  padding-left: 36px;
  padding-right: 36px;
  color: #fff;
  z-index: 10;
}
.home-hero-block .home-hero-heading .home-hero-title {
  font-size: 3.5rem;
  margin-bottom: 0;
  font-weight: normal;
  display: inline;
  background: #000;
  padding: 2px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 16px;
}
.home-hero-block .home-hero-heading .home-hero-subtitle {
  font-size: 2rem;
  margin-bottom: 62px;
}
.home-hero-block .home-hero-heading .ghost-button {
  margin-top: -32px;
  margin-bottom: 62px;
}
.home-hero-block .home-hero-footer {
  display: none;
}
@media screen and (min-width: 1075px) {
  .home-hero-block {
    justify-content: center;
    position: relative;
  }
  .home-hero-block video {
    width: 100%;
    object-position: right center;
  }
  .home-hero-block .home-hero-heading {
    padding: 0;
    margin-left: calc(50vw - 1074px / 2);
    max-width: 382px;
  }
  .home-hero-block .home-hero-heading .home-hero-title {
    font-size: 4.5rem;
  }
  .home-hero-block .home-hero-heading .home-hero-subtitle {
    font-size: 2.8rem;
  }
  .home-hero-block .home-hero-footer {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    bottom: 40px;
    right: calc(50vw - 1074px / 2);
  }
  .home-hero-block .home-hero-footer .hero-social-icons {
    margin-bottom: 10px;
  }
  .home-hero-block .home-hero-footer .hero-social-icons a {
    display: inline-block;
    line-height: 1;
    margin-left: 12px;
  }
}
.hero-twentytwo-block {
  height: 660px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-inline: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.hero-twentytwo-block .hero-twentytwo-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0e686a;
}
.hero-twentytwo-block .hero-twentytwo-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-twentytwo-block .main-title-wrapper, .hero-twentytwo-block .hero-twentytwo-side {
  margin-bottom: 50px;
}
.hero-twentytwo-block h1.home-hero-title {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .hero-twentytwo-block h1.home-hero-title {
    font-size: 3.5rem;
  }
}
.hero-twentytwo-block h1.home-hero-title .home-hero-title-alt {
  display: none;
}
.hero-twentytwo-block .home-hero-image-alternative-title-description img {
  margin-bottom: 10px;
  min-width: 180px;
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 1075px) {
  .hero-twentytwo-block .home-hero-image-alternative-title-description img {
    min-width: 300px;
    max-width: 400px;
    width: 400px;
    height: auto;
    margin-bottom: 0.2em;
  }
}
.hero-twentytwo-block .home-hero-heading, .hero-twentytwo-block .home-hero-footer {
  position: relative;
  z-index: 5;
  max-width: 1074px;
  width: 100%;
  margin-inline: auto;
}
.hero-twentytwo-block .home-hero-footer {
  display: none;
}
@media screen and (min-width: 1075px) {
  .hero-twentytwo-block {
    justify-content: center;
    padding-inline: 0;
  }
  .hero-twentytwo-block .main-title-wrapper, .hero-twentytwo-block .hero-twentytwo-side {
    margin-bottom: 0;
  }
  .hero-twentytwo-block .home-hero-heading {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-gap: 30px;
    width: 100%;
    margin-top: 10em;
  }
  .hero-twentytwo-block .home-hero-heading .home-hero-title {
    font-size: 5.5rem;
  }
  .hero-twentytwo-block .home-hero-heading .home-hero-description {
    font-size: 2rem;
  }
  .hero-twentytwo-block .home-hero-footer {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
    right: calc(50vw - 1074px / 2);
  }
  .hero-twentytwo-block .home-hero-footer .hero-social-icons {
    margin-bottom: 10px;
  }
  .hero-twentytwo-block .home-hero-footer .hero-social-icons a {
    display: inline-block;
    line-height: 1;
    margin-left: 12px;
  }
}
.hero-twentytwo-block.is-logo-position--left_before_title .home-hero-heading {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 640px) {
  .hero-twentytwo-block.is-logo-position--left_before_title .home-hero-heading .main-title-wrapper {
    max-width: 70%;
  }
}
.home .hero-twentytwo-block {
  height: 100vh;
}
.home .hero-twentytwo-block .slider-container-block {
  height: 100vh;
}
.home.admin-bar .hero-twentytwo-block {
  height: calc(100vh - 32px);
}
.home.admin-bar .hero-twentytwo-block .slider-container-block {
  height: calc(100vh - 32px);
}
.wp-block-group[class*="is-style"] {
  background: #0e686a;
  color: #fff;
  transition: background 0.3s cubic-bezier(0, 0.19, 0, 0.35);
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}
.wp-block-group[class*="is-style"] .wp-block-group__inner-container {
  padding: 30px;
}
.wp-block-group[class*="is-style"] .has-larger-font-size {
  line-height: 1.2;
}
.wp-block-group[class*="is-style"] .has-larger-font-size:not(.font-weight-normal) {
  font-weight: bold;
  line-height: 1.2;
}
.wp-block-group[class*="is-style"] a {
  color: #fff;
  text-decoration: none;
}
.wp-block-group[class*="is-style"] p:last-child {
  margin-bottom: 0;
}
.wp-block-group.is-style-green {
  background: #0e686a;
  overflow: hidden;
}
.wp-block-group.is-style-green .wp-block-group__inner-container {
  transition: background 0.3s cubic-bezier(0, 0.19, 0, 0.35);
}
.wp-block-group.is-style-green > * {
  position: relative;
}
.wp-block-group.is-style-green:hover .wp-block-group__inner-container {
  background: #0B2126;
}
.wp-block-group.is-style-blue {
  background: #0e686a;
  overflow: hidden;
}
.wp-block-group.is-style-blue .wp-block-group__inner-container {
  transition: background 0.3s cubic-bezier(0, 0.19, 0, 0.35);
}
.wp-block-group.is-style-blue > * {
  position: relative;
}
.wp-block-group.is-style-blue:hover .wp-block-group__inner-container {
  background: #0B2126;
}
.wp-block-group.is-style-kaptain {
  background: #05A0C7;
}
.wp-block-group.is-style-medooza {
  background: #9FA098;
}
.wp-block-group.is-style-fluctus {
  background: #92006E;
}
.wp-block-group.is-style-gaia {
  background: #CCCB00;
}
.wp-block-group.is-style-urania {
  background: #e55641;
}
.wp-block-group.is-style-dark {
  background: #0B2126;
}
.wp-block-group.is-style-competenze {
  background: none;
  color: #464646;
  transition: background 0.3s cubic-bezier(0, 0.19, 0, 0.35);
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
}
.wp-block-group.is-style-competenze .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 80px;
  align-items: center;
}
.wp-block-group.is-style-gray-full-width {
  background-color: #eceff0;
  box-shadow: -1200px 0 0 0 #eceff0, 1200px 0 0 0 #eceff0, -250px 0 0 0 #eceff0, 250px 0 0 0 #eceff0;
  border-radius: 0;
  margin-bottom: 0;
}
.wp-block-group.is-style-gray-full-width .wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-group.is-style-gray-full-width > .wp-block-group__inner-container {
  padding-block: 60px;
  padding-inline: 0;
}
.wp-block-group.is-style-white-full-width {
  background-color: #fff;
  box-shadow: -1200px 0 0 0 #fff, 1200px 0 0 0 #fff, -300px 0 0 0 #fff, 300px 0 0 0 #fff;
  border-radius: 0;
  margin-bottom: 0;
}
.wp-block-group.is-style-white-full-width .wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-group.is-style-white-full-width > .wp-block-group__inner-container {
  padding-block: 60px;
  padding-inline: 0;
}
.wp-block-group.is-style-blue-full-width {
  background-color: #0B2126;
  box-shadow: -1200px 0 0 0 #0B2126, 1200px 0 0 0 #0B2126, -300px 0 0 0 #0B2126, 300px 0 0 0 #0B2126;
  border-radius: 0;
}
.wp-block-group.is-style-blue-full-width > .wp-block-group__inner-container {
  padding-block: 60px;
  padding-inline: 0;
}
.wp-block-group.is-style-white-full-width, .wp-block-group.is-style-gray-full-width {
  color: #464646;
}
.wp-block-group.is-style-white-full-width .is-style-two-columns, .wp-block-group.is-style-gray-full-width .is-style-two-columns {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #464646;
}
.wp-block-group.is-style-white-full-width h3, .wp-block-group.is-style-gray-full-width h3 {
  font-weight: normal;
}
.wp-block-group.is-style-two-columns > .wp-block-group__inner-container {
  padding: 0;
}
@media screen and (min-width: 1075px) {
  .wp-block-columns .wp-block-column:first-child .wp-block-group[class*="is-style"] {
    margin-left: calc(100% / 12);
  }
  .wp-block-columns .wp-block-column:last-child .wp-block-group[class*="is-style"] {
    margin-right: calc(100% / 12);
  }
  .wp-block-group.is-style-two-columns {
    columns: 2;
    column-gap: 50px;
    background: transparent;
    color: #464646;
  }
  .wp-block-group.is-style-two-columns:last-child {
    margin-bottom: 0;
  }
}
.is-style-pillar-feature img {
  width: auto;
  height: 80px;
}
.robottino-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
}
.robottino-block.aligncenter {
  justify-content: center;
}
.robottino-block.alignright {
  justify-content: flex-end;
}
.robottino-block #robottino-heart {
  stroke: #0B2126;
  transition: stroke 0.2s cubic-bezier(0, 0.19, 0, 0.35), fill 0.2s cubic-bezier(0, 0.19, 0, 0.35);
  animation-name: heart;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.19, 0, 0.35);
}
.robottino-block:hover #robottino-heart {
  stroke: red;
  fill: red;
}
.robottino-block a {
  display: block;
  color: #fff;
  background: #0B2126;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 30px;
  border-radius: 40px;
  text-decoration: none;
  max-width: 250px;
  margin-left: 56px;
  margin-bottom: 24px;
  position: relative;
  transition: border-radius 0.2s cubic-bezier(0, 0.19, 0, 0.35);
}
.robottino-block a::after {
  content: "";
  mask: url("bs-images/baloon-arrow.svg") no-repeat 50% 50%;
  -webkit-mask: url("bs-images/baloon-arrow.svg") no-repeat 50% 50%;
  display: block;
  position: absolute;
  bottom: 10px;
  left: -35px;
  width: 51px;
  height: 42px;
  background: inherit;
  transition: transform 0.1s cubic-bezier(0, 0.19, 0, 0.35);
}
.robottino-block a:hover {
  border-radius: 70px;
}
.robottino-block a:hover::after {
  transform: translateX(20px);
}
.robottino-block.is-color-kaptain a {
  background: #05A0C7;
}
.robottino-block.is-color-kaptain a::after {
  background: #05A0C7;
}
.robottino-block.is-color-medooza a {
  background: #9FA098;
}
.robottino-block.is-color-medooza a::after {
  background: #9FA098;
}
.robottino-block.is-color-fluctus a {
  background: #92006E;
}
.robottino-block.is-color-fluctus a::after {
  background: #92006E;
}
.robottino-block.is-color-gaia a {
  background: #CCCB00;
}
.robottino-block.is-color-gaia a::after {
  background: #CCCB00;
}
.robottino-block.is-color-urania a {
  background: #e55641;
}
.robottino-block.is-color-urania a::after {
  background: #e55641;
}
@media screen and (min-width: 1075px) {
  .robottino-block a {
    font-size: 2rem;
  }
}
@keyframes heart {
  0% {
    stroke-width: 0;
  }
  12% {
    stroke-width: 2px;
  }
  24% {
    stroke-width: 0;
  }
  to {
    stroke-width: 0;
  }
}
.pillar-cols-section .wp-block-columns {
  justify-content: space-between;
}
.pillar-cols-section .wp-block-columns .wp-block-column {
  flex: 0 1 45% !important;
}
.home-pillar-block {
  text-align: center;
  margin-bottom: 30px;
}
.home-pillar-block a {
  display: block;
  text-decoration: none;
}
.home-pillar-block a > img {
  max-width: 78px;
}
.home-pillar-block img {
  display: block;
  margin: auto;
}
.home-pillar-block img:first-of-type {
  margin-bottom: 8px;
}
.home-pillar-block .home-pillar-body {
  display: flex;
  align-items: center;
  height: 90px;
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 16px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.home-pillar-block .home-pillar-body img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-pillar-block .home-pillar-body span {
  padding: 0;
}
.home-pillar-block .pillar-description {
  font-size: 1.8rem;
}
@media screen and (min-width: 1075px) {
  .home-pillar-block {
    margin-bottom: 100px;
  }
  .home-pillar-block > a {
    height: 470px;
    position: relative;
  }
  .home-pillar-block > a > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 140px;
    margin-bottom: 28px;
  }
  .home-pillar-block > a .home-pillar-body {
    font-size: 2.8rem;
    position: absolute;
    bottom: 0;
    height: 390px;
    padding: 30px 16px;
    align-items: flex-end;
    transition: height 0.2s cubic-bezier(0, 0.35, 0, 0.19);
    z-index: 10;
  }
  .home-pillar-block > a .home-pillar-body span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px 16px;
  }
  .home-pillar-block > a:hover .home-pillar-body {
    height: 240px;
  }
}
.pillar-hero-block .home-hero-heading img {
  flex: 0 0 120px;
  width: 120px;
}
.pillar-hero-block .home-hero-heading .main-title-wrapper {
  margin: 26px 0;
}
@media screen and (min-width: 1075px) {
  .pillar-hero-block .home-hero-heading {
    max-width: 700px;
    display: flex;
    align-items: center;
  }
  .pillar-hero-block .home-hero-heading .main-title-wrapper {
    margin: 0 0 0 76px;
  }
  .pillar-hero-block .menu-pillar-menu-container {
    width: 94px;
    background: #0B2126;
    border-radius: 15px 0 0 15px;
    padding: 20px;
    position: fixed;
    right: 0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
  }
  .pillar-hero-block .menu-pillar-menu-container .menu {
    padding-left: 0;
    margin-bottom: 0;
  }
  .pillar-hero-block .menu-pillar-menu-container .menu .menu-item {
    list-style-type: none;
    margin-bottom: 20px;
  }
  .pillar-hero-block .menu-pillar-menu-container .menu .menu-item:last-child {
    margin-bottom: 0;
  }
  .pillar-hero-block .menu-pillar-menu-container .menu .menu-item a img {
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0, 0.35, 0, 0.19);
  }
  .pillar-hero-block .menu-pillar-menu-container .menu .menu-item a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1075px) and (max-width: 1265px) {
  .pillar-hero-block .menu-pillar-menu-container {
    display: none;
  }
}
.collapsible-block {
  margin-top: 160px;
  margin-bottom: 72px;
}
.collapsible-block h2 {
  text-align: center;
}
.collapsible-block h2 button {
  background: transparent;
  padding: 0;
}
.collapsible-block h2 button span {
  background: #0B2126;
  font-size: 4.5rem;
  text-transform: none;
  font-weight: normal;
  border-radius: 16px;
  padding: 18px 34px;
  margin-bottom: 26px;
  display: block;
  transition: background 0.2s cubic-bezier(0, 0.35, 0, 0.19);
}
.collapsible-block h2 button::after {
  content: url("bs-images/collapsible-arrows.svg");
  display: block;
  margin: 28px auto;
  opacity: 0.6;
  transition: opacity 0.2s cubic-bezier(0, 0.35, 0, 0.19);
}
.collapsible-block h2 button:hover span {
  background: #0e686a;
}
.collapsible-block h2 button:hover::after {
  opacity: 1;
}
.collapsible-block .info-tecniche {
  background: #0B2126;
  color: #fff;
  box-shadow: -200px 0 0 0 #0B2126, 200px 0 0 0 #0B2126;
  padding: 35px 0 0;
  overflow: hidden;
  height: 0;
}
.collapsible-block .info-tecniche .info-wrapper {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0, 0.35, 0, 0.19);
  columns: 2;
  column-gap: 60px;
}
.collapsible-block .info-tecniche.expanded {
  height: auto;
}
.collapsible-block .info-tecniche.expanded .info-wrapper {
  opacity: 1;
}
.collapsible-block .info-tecniche.is-color-kaptain {
  background: #05A0C7;
  box-shadow: -200px 0 0 0 #05A0C7, 200px 0 0 0 #05A0C7;
}
.collapsible-block .info-tecniche.is-color-medooza {
  background: #9FA098;
  box-shadow: -200px 0 0 0 #9FA098, 200px 0 0 0 #9FA098;
}
.collapsible-block .info-tecniche.is-color-fluctus {
  background: #92006E;
  box-shadow: -200px 0 0 0 #92006E, 200px 0 0 0 #92006E;
}
.collapsible-block .info-tecniche.is-color-gaia {
  background: #CCCB00;
  color: #464646;
  box-shadow: -200px 0 0 0 #CCCB00, 200px 0 0 0 #CCCB00;
}
.collapsible-block .info-tecniche.is-color-urania {
  background: #e55641;
  color: #464646;
  box-shadow: -200px 0 0 0 #e55641, 200px 0 0 0 #e55641;
}
@media screen and (min-width: 1075px) {
  .collapsible-block .info-tecniche {
    box-shadow: -1074px 0 0 0 #0B2126, 1074px 0 0 0 #0B2126;
  }
  .collapsible-block .info-tecniche.is-color-kaptain {
    background: #05A0C7;
    box-shadow: -1074px 0 0 0 #05A0C7, 1074px 0 0 0 #05A0C7;
  }
  .collapsible-block .info-tecniche.is-color-medooza {
    background: #9FA098;
    box-shadow: -1074px 0 0 0 #9FA098, 1074px 0 0 0 #9FA098;
  }
  .collapsible-block .info-tecniche.is-color-fluctus {
    background: #92006E;
    box-shadow: -1074px 0 0 0 #92006E, 1074px 0 0 0 #92006E;
  }
  .collapsible-block .info-tecniche.is-color-gaia {
    background: #CCCB00;
    box-shadow: -1074px 0 0 0 #CCCB00, 1074px 0 0 0 #CCCB00;
  }
  .collapsible-block .info-tecniche.is-color-urania {
    background: #e55641;
    box-shadow: -1074px 0 0 0 #e55641, 1074px 0 0 0 #e55641;
  }
}
.pillar-form-block h2 {
  font-size: 3.5rem;
}
.pillar-form-block .pillar-logo {
  text-align: right;
}
.pillar-form-block .form-feedback {
  margin: 2rem 0;
  font-style: italic;
}
@media screen and (min-width: 1075px) {
  .pillar-form-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 120px;
  }
  .pillar-form-block h2 {
    font-size: 5rem;
    line-height: 1.1;
  }
  .pillar-form-block > div:first-of-type {
    flex-basis: calc(100% / 12 * 7);
  }
  .pillar-form-block input[type="email"] {
    font-size: 3rem;
    border-radius: 30px;
    padding: 32px 42px;
  }
  .pillar-form-block .pillar-logo {
    flex-basis: calc(100% / 4);
  }
  .pillar-form-block .pillar-logo img {
    height: 168px;
  }
}
.ab-block-accordion {
  display: block;
  background: #faf8f8;
  box-shadow: -200px 0 0 0 #faf8f8, 200px 0 0 0 #faf8f8;
  margin-bottom: 25px;
}
.ab-block-accordion details .ab-accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: transparent;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0B2126;
}
.ab-block-accordion details .ab-accordion-title::after {
  content: "";
  background: url("bs-images/plus-icon.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  flex: 0 0 20px;
}
.ab-block-accordion details .ab-accordion-title:focus {
  outline: none;
  color: #0e686a;
}
.ab-block-accordion details[open] > .ab-accordion-title::after {
  background: url("bs-images/minus-icon.svg");
}
details summary::-webkit-details-marker {
  display: none;
}
.accordions-section {
  margin-bottom: 50px;
}
.accordion-title-container {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1075px) {
  .ab-block-accordion {
    box-shadow: -1070px 0 0 0 #faf8f8, 1070px 0 0 0 #faf8f8;
  }
  .ab-block-accordion details .ab-accordion-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-button.is-style-certificazione {
  width: 100%;
  margin: 0 0 32px;
}
.wp-block-button.is-style-certificazione .wp-block-button__link {
  background-color: #0e686a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 18px;
}
.wp-block-button.is-style-certificazione .wp-block-button__link:hover {
  background-color: #0B2126;
}
.wp-block-button.is-style-small .wp-block-button__link {
  padding: 4px 16px;
}
.pillar-cta-block {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (min-width: 1075px) {
  .pillar-cta-block {
    padding: 22px;
  }
}
.pillar-cta-block .pillar-cta-wrapper-1 {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 1074px) {
  .pillar-cta-block .pillar-cta-wrapper-1 {
    display: none;
  }
}
.pillar-cta-block .pillar-cta-wrapper-1 .pillar-logo {
  flex: 0 0 124px;
  margin-right: 36px;
}
.pillar-cta-block .pillar-cta-wrapper-1 .pillar-cta-pillar-title {
  flex: 0 0 216px;
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
}
.pillar-cta-block .pillar-cta-wrapper-2 {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1074px) {
  .pillar-cta-block .pillar-cta-wrapper-2 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-robot-wrapper {
  flex: 0 0 114px;
}
@media screen and (max-width: 1074px) {
  .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-robot-wrapper {
    display: none;
  }
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper {
  flex: 0 0 370px;
  position: relative;
  margin-left: 30px;
  padding: 20px;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper::before {
  content: "";
  position: absolute;
  left: -36px;
  bottom: 130px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 36px 0px 0;
  border-color: transparent currentColor transparent transparent;
}
@media screen and (max-width: 1074px) {
  .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper::before {
    display: none;
  }
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper h2 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form {
  color: #464646;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form input, .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form textarea {
  font-size: 1.2rem;
  padding: 10px 10px 6px;
  border-radius: 3px;
  background: #fff;
  border: none;
  color: #464646;
  margin-bottom: 4px;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form input::placeholder, .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form textarea::placeholder {
  color: #464646;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form input[type="submit"], .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form textarea[type="submit"] {
  padding: 16px 27px 16px 23px;
  border-radius: 50px;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form input[type="submit"]:hover, .pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form textarea[type="submit"]:hover {
  background: #464646;
  color: #fff;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form p {
  margin-bottom: 0;
}
.pillar-cta-block .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form p.form-privacy {
  line-height: 1.2;
}
.pillar-cta-block.white-text .pillar-cta-wrapper-2 .pillar-cta-form-wrapper form {
  color: #fff;
}
.wp-block-cover.page-hero-cover {
  margin-bottom: 30px;
}
.wp-block-cover.page-hero-cover .wp-block-cover__inner-container {
  max-width: 1074px;
  margin-inline: auto;
}
.wp-block-cover.page-hero-cover .wp-block-cover__inner-container :last-child {
  margin-bottom: 0;
  margin-top: 36px;
}
.wp-block-gallery.partner-gallery .blocks-gallery-item {
  aspect-ratio: 1;
}
.wp-block-gallery.partner-gallery .blocks-gallery-item figure {
  display: grid;
  place-content: center;
}
.wp-block-gallery.partner-gallery .blocks-gallery-item figure img {
  min-width: 100px;
}
.abstract-bg {
  position: relative;
}
.abstract-bg > .wp-block-group__inner-container > .wp-block-image {
  display: none;
}
@media screen and (min-width: 1075px) {
  .abstract-bg > .wp-block-group__inner-container > .wp-block-image {
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.slider-container-block {
  --swiper-theme-color: #E84E0F;
}
.slider-container-block.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.slider-container-block .swiper-pagination {
  bottom: 20px;
}
.slider-container-block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.slider-container-block .swiper-pagination-bullet-active {
  background: #E84E0F;
}
.slider-slide-block > * {
  margin-bottom: 0;
}
.cpt-carousel h2 {
  font-size: 4rem;
  margin-bottom: 0;
}
.cpt-carousel h2 + .subtitle {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.cpt-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.cpt-carousel .swiper-pagination {
  position: static;
  margin-top: 30px;
  height: 32px;
}
.cpt-carousel .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #464646;
}
.cpt-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: #464646;
  outline: 1px solid #464646;
  outline-offset: 10px;
}
.cpt-carousel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cpt-carousel__card a {
  display: block;
  position: relative;
  color: #464646;
  text-decoration: none;
}
.cpt-carousel__card a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  transition: filter 0.3s ease;
}
.cpt-carousel__card a:hover img {
  filter: brightness(1.1);
}
.cpt-carousel__card a .cpt-carousel__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-title, .cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-subtitle {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-title span, .cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-subtitle span {
  font-weight: 600;
  background: #fff;
  color: #464646;
  padding: 4px 8px;
  border-radius: 16px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
}
.cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-title {
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-title {
    font-size: 1.5rem;
  }
}
.cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-subtitle {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-subtitle {
    font-size: 1rem;
  }
}
.cpt-carousel__card a .cpt-carousel__card-body .cpt-carousel__card-subtitle span {
  color: #0e686a;
}
.marketta-section .wp-block-columns {
  max-width: 1074px;
  margin-inline: auto;
}
.marketta-section .wp-block-columns.alignfull {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1074px) {
  .marketta-section .wp-block-columns.alignfull {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.marketta-section .wp-block-column:first-child {
  padding-block: 60px;
}
.marketta-section .wp-block-image {
  margin-bottom: 0;
  /*img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}*/
}
.wp-block-group.solution-page__features-section {
  margin-bottom: 50px;
}
.wp-block-group.solution-page__features-section .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-group.solution-page__features-section .wp-block-columns .wp-block-column > .wp-block-image:first-child {
  margin-bottom: 30px;
  transform: translateX(-8px);
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  flex-grow: 0 !important;
}
@media screen and (min-width: 599px) {
  .hero-twentytwo-block .hero-twentytwo-background-mobile {
    display: none;
  }
  .hero-twentytwo-block .hero-twentytwo-background-mobile img {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hero-twentytwo-block .hero-twentytwo-background-mobile {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0e686a;
    z-index: 2;
  }
  .hero-twentytwo-block .hero-twentytwo-background-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
  }
}
@media screen and (min-width: 1074px) {
  .hero-twentytwo-block .hero-twentytwo-background-tablet {
    display: none;
  }
  .hero-twentytwo-block .hero-twentytwo-background-tablet img {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1074px) {
  .hero-twentytwo-block .hero-twentytwo-background-tablet {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0e686a;
    z-index: 2;
  }
  .hero-twentytwo-block .hero-twentytwo-background-tablet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
  }
}
.wp-block-columns.event-single-break-icon {
  margin-bottom: 80px !important;
}
.wp-block-columns.event-single-break-icon .wp-block-column:first-child {
  width: 90%;
}
.wp-block-columns.event-single-break-icon .wp-block-column:first-child p.has-aiandhpc-color {
  margin-top: 10px;
}
.wp-block-columns.event-single-break-icon .wp-block-column:last-child {
  flex-basis: inherit;
  flex-grow: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.event-single-break-icon .wp-block-column:last-child {
    text-align: left;
  }
}
.wp-block-columns.event-single-break-icon .wp-block-column:last-child figure {
  margin-bottom: 0;
}
.wp-block-columns.event-single-break-icon .wp-block-column:last-child figure img {
  width: 100px;
  height: auto;
}
.team-members-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 26px;
}
.team-members-grid-container a {
  color: inherit;
  text-decoration: none;
}
.team-members-grid-container .team-member-card {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 8px;
  position: relative;
}
.team-members-grid-container .team-member-card .team-member-preview {
  position: relative;
}
.team-members-grid-container .team-member-card .team-member-preview img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 12px;
}
.team-members-grid-container .team-member-card .team-member-preview .team-member-name {
  margin-bottom: 12px;
}
.team-members-grid-container .team-member-card .team-member-preview .team-member-role-tag {
  margin-bottom: 0;
  color: #fff;
  background: #0e686a;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 2rem;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0, 0.35, 0, 0.19);
}
.team-members-grid-container .team-member-card .team-member-overlay > img {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  object-fit: cover;
  display: none;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box {
  line-height: 1.1;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box p {
  margin-bottom: 1.5em;
  display: none;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box p:first-child {
  margin-bottom: 0;
  display: block;
  color: #0e686a;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box p:first-child img {
  display: none;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box p img {
  margin-bottom: 1em;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box .team-member-lang {
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-members-grid-container .team-member-card .team-member-overlay .team-member-box .team-member-lang img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: 2px;
}
.candidatura-container {
  background: #FAF8F8;
  box-shadow: -150px 0 0 0 #FAF8F8, 150px 0 0 0 #FAF8F8;
  padding: 56px 0;
}
.candidatura-container input:not([type="submit"]), .candidatura-container textarea {
  background: #fff;
  border-radius: 0;
  border: none;
  color: #464646;
  padding: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1074px) {
  .team-members-grid-container .team-member-card .team-member-overlay > img {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0, 0.35, 0, 0.19);
  }
  .alt-member-picture .team-members-grid-container .team-member-card .team-member-overlay > img {
    opacity: 1;
  }
}
@media screen and (min-width: 1075px) {
  .team-members-grid-container {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 40px;
    padding-bottom: 160px;
  }
  .team-members-grid-container .team-member-card {
    position: relative;
  }
  .team-members-grid-container .team-member-card .team-member-preview img {
    width: 170px;
    height: 170px;
    margin-bottom: 30px;
  }
  .team-members-grid-container .team-member-card .team-member-preview .team-member-name {
    margin-bottom: 30px;
  }
  .team-members-grid-container .team-member-card .team-member-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.2s cubic-bezier(0, 0.35, 0, 0.19);
    border-radius: 90px 90px 22px 22px;
    background: #0e686a;
    width: 100%;
  }
  .team-members-grid-container .team-member-card .team-member-overlay > img {
    display: block;
    margin: 0 auto 60px;
    position: relative;
    margin-top: 8px;
  }
  .team-members-grid-container .team-member-card .team-member-overlay .team-member-box {
    min-height: 310px;
    color: #fff;
    border-radius: 22px;
    padding: 22px;
  }
  .team-members-grid-container .team-member-card .team-member-overlay .team-member-box p {
    display: block;
    margin-bottom: 2em;
  }
  .team-members-grid-container .team-member-card .team-member-overlay .team-member-box p:first-child {
    color: inherit;
    margin-bottom: 2em;
  }
  .team-members-grid-container .team-member-card .team-member-overlay .team-member-box p:first-child img {
    display: block;
  }
  .team-members-grid-container .team-member-card .team-member-hoverable {
    position: absolute;
    top: 8px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    z-index: 99;
  }
  .team-members-grid-container .team-member-card .team-member-hoverable:hover + .team-member-preview .team-member-name {
    position: relative;
    z-index: 20;
    color: #fff;
  }
  .team-members-grid-container .team-member-card .team-member-hoverable:hover + .team-member-preview .team-member-role-tag {
    opacity: 0;
  }
  .team-members-grid-container .team-member-card .team-member-hoverable:hover + .team-member-preview + .team-member-overlay {
    opacity: 1;
    z-index: 10;
  }
  .team-members-grid-container .team-member-card .team-member-hoverable:hover + .team-member-preview::after {
    opacity: 0;
  }
  .candidatura-container {
    box-shadow: -1074px 0 0 0 #FAF8F8, 1074px 0 0 0 #FAF8F8;
  }
  .candidatura-container form {
    columns: 2;
    column-gap: 60px;
  }
  .candidatura-container form p, .candidatura-container form div {
    break-inside: avoid-column;
  }
}
div[class*="penna-"] .team-member-preview::after {
  content: "";
  background-size: contain;
  display: block;
  width: 30px;
  height: 160px;
  position: absolute;
  top: 56px;
  right: calc(50% - 76px);
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0, 0.35, 0, 0.19);
}
@media screen and (min-width: 960px) {
  div[class*="penna-"] .team-member-preview::after {
    width: 44px;
    height: 160px;
    top: 110px;
    right: -10px;
  }
}
.team-member-card.penna-gold .team-member-preview::after {
  background: url("bs-images/penna_gold.svg") no-repeat;
  background-size: contain;
}
.team-member-card.penna-silver .team-member-preview::after {
  background: url("bs-images/penna_silver.svg") no-repeat;
  background-size: contain;
}
.team-member-card.penna-bronze .team-member-preview::after {
  background: url("bs-images/penna_bronze.svg") no-repeat;
  background-size: contain;
}
.blog .site-inner, .single-post .site-inner, .post-type-archive-case .site-inner, .single-case .site-inner, .post-type-archive-eventi .site-inner, .single-eventi .site-inner, .archive.category .site-inner, .search-results .site-inner, .archive.tax-pillar .site-inner, .views-template-pagina-base .site-inner, .post-type-archive-clienti .site-inner, .post-type-archive-annunci-di-lavoro .site-inner, .single-annunci-di-lavoro .site-inner, .post-type-archive-progetto-europeo .site-inner {
  padding-top: 0;
}
.blog .entry-content, .single-post .entry-content, .post-type-archive-case .entry-content, .single-case .entry-content, .post-type-archive-eventi .entry-content, .single-eventi .entry-content, .archive.category .entry-content, .search-results .entry-content, .archive.tax-pillar .entry-content, .views-template-pagina-base .entry-content, .post-type-archive-clienti .entry-content, .post-type-archive-annunci-di-lavoro .entry-content, .single-annunci-di-lavoro .entry-content, .post-type-archive-progetto-europeo .entry-content {
  margin-bottom: 60px;
}
.blog .archive-description, .blog .entry-header:first-of-type, .single-post .archive-description, .single-post .entry-header:first-of-type, .post-type-archive-case .archive-description, .post-type-archive-case .entry-header:first-of-type, .single-case .archive-description, .single-case .entry-header:first-of-type, .post-type-archive-eventi .archive-description, .post-type-archive-eventi .entry-header:first-of-type, .single-eventi .archive-description, .single-eventi .entry-header:first-of-type, .archive.category .archive-description, .archive.category .entry-header:first-of-type, .search-results .archive-description, .search-results .entry-header:first-of-type, .archive.tax-pillar .archive-description, .archive.tax-pillar .entry-header:first-of-type, .views-template-pagina-base .archive-description, .views-template-pagina-base .entry-header:first-of-type, .post-type-archive-clienti .archive-description, .post-type-archive-clienti .entry-header:first-of-type, .post-type-archive-annunci-di-lavoro .archive-description, .post-type-archive-annunci-di-lavoro .entry-header:first-of-type, .single-annunci-di-lavoro .archive-description, .single-annunci-di-lavoro .entry-header:first-of-type, .post-type-archive-progetto-europeo .archive-description, .post-type-archive-progetto-europeo .entry-header:first-of-type {
  display: none;
}
.blog .blog-hero, .single-post .blog-hero, .post-type-archive-case .blog-hero, .single-case .blog-hero, .post-type-archive-eventi .blog-hero, .single-eventi .blog-hero, .archive.category .blog-hero, .search-results .blog-hero, .archive.tax-pillar .blog-hero, .views-template-pagina-base .blog-hero, .post-type-archive-clienti .blog-hero, .post-type-archive-annunci-di-lavoro .blog-hero, .single-annunci-di-lavoro .blog-hero, .post-type-archive-progetto-europeo .blog-hero {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.blog .blog-hero > img, .single-post .blog-hero > img, .post-type-archive-case .blog-hero > img, .single-case .blog-hero > img, .post-type-archive-eventi .blog-hero > img, .single-eventi .blog-hero > img, .archive.category .blog-hero > img, .search-results .blog-hero > img, .archive.tax-pillar .blog-hero > img, .views-template-pagina-base .blog-hero > img, .post-type-archive-clienti .blog-hero > img, .post-type-archive-annunci-di-lavoro .blog-hero > img, .single-annunci-di-lavoro .blog-hero > img, .post-type-archive-progetto-europeo .blog-hero > img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  z-index: 0;
}
.blog .blog-hero .home-hero-footer, .single-post .blog-hero .home-hero-footer, .post-type-archive-case .blog-hero .home-hero-footer, .single-case .blog-hero .home-hero-footer, .post-type-archive-eventi .blog-hero .home-hero-footer, .single-eventi .blog-hero .home-hero-footer, .archive.category .blog-hero .home-hero-footer, .search-results .blog-hero .home-hero-footer, .archive.tax-pillar .blog-hero .home-hero-footer, .views-template-pagina-base .blog-hero .home-hero-footer, .post-type-archive-clienti .blog-hero .home-hero-footer, .post-type-archive-annunci-di-lavoro .blog-hero .home-hero-footer, .single-annunci-di-lavoro .blog-hero .home-hero-footer, .post-type-archive-progetto-europeo .blog-hero .home-hero-footer {
  display: none;
}
.blog .blog-main-container, .single-post .blog-main-container, .post-type-archive-case .blog-main-container, .single-case .blog-main-container, .post-type-archive-eventi .blog-main-container, .single-eventi .blog-main-container, .archive.category .blog-main-container, .search-results .blog-main-container, .archive.tax-pillar .blog-main-container, .views-template-pagina-base .blog-main-container, .post-type-archive-clienti .blog-main-container, .post-type-archive-annunci-di-lavoro .blog-main-container, .single-annunci-di-lavoro .blog-main-container, .post-type-archive-progetto-europeo .blog-main-container {
  margin-bottom: 60px;
}
.blog .post-featured-image, .single-post .post-featured-image, .post-type-archive-case .post-featured-image, .single-case .post-featured-image, .post-type-archive-eventi .post-featured-image, .single-eventi .post-featured-image, .archive.category .post-featured-image, .search-results .post-featured-image, .archive.tax-pillar .post-featured-image, .views-template-pagina-base .post-featured-image, .post-type-archive-clienti .post-featured-image, .post-type-archive-annunci-di-lavoro .post-featured-image, .single-annunci-di-lavoro .post-featured-image, .post-type-archive-progetto-europeo .post-featured-image {
  margin-bottom: 48px;
}
.blog .news-author, .single-post .news-author, .post-type-archive-case .news-author, .single-case .news-author, .post-type-archive-eventi .news-author, .single-eventi .news-author, .archive.category .news-author, .search-results .news-author, .archive.tax-pillar .news-author, .views-template-pagina-base .news-author, .post-type-archive-clienti .news-author, .post-type-archive-annunci-di-lavoro .news-author, .single-annunci-di-lavoro .news-author, .post-type-archive-progetto-europeo .news-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.blog .news-author .news-author-avatar, .single-post .news-author .news-author-avatar, .post-type-archive-case .news-author .news-author-avatar, .single-case .news-author .news-author-avatar, .post-type-archive-eventi .news-author .news-author-avatar, .single-eventi .news-author .news-author-avatar, .archive.category .news-author .news-author-avatar, .search-results .news-author .news-author-avatar, .archive.tax-pillar .news-author .news-author-avatar, .views-template-pagina-base .news-author .news-author-avatar, .post-type-archive-clienti .news-author .news-author-avatar, .post-type-archive-annunci-di-lavoro .news-author .news-author-avatar, .single-annunci-di-lavoro .news-author .news-author-avatar, .post-type-archive-progetto-europeo .news-author .news-author-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 3px solid #000;
  border-radius: 100%;
  margin-right: 2px;
}
.blog .news-author .news-author-name, .single-post .news-author .news-author-name, .post-type-archive-case .news-author .news-author-name, .single-case .news-author .news-author-name, .post-type-archive-eventi .news-author .news-author-name, .single-eventi .news-author .news-author-name, .archive.category .news-author .news-author-name, .search-results .news-author .news-author-name, .archive.tax-pillar .news-author .news-author-name, .views-template-pagina-base .news-author .news-author-name, .post-type-archive-clienti .news-author .news-author-name, .post-type-archive-annunci-di-lavoro .news-author .news-author-name, .single-annunci-di-lavoro .news-author .news-author-name, .post-type-archive-progetto-europeo .news-author .news-author-name {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 14px;
  background: #000;
  border-radius: 16px;
  margin-bottom: 0;
}
.single-post .home-hero-block, .single-case .home-hero-block, .single-eventi .home-hero-block, .archive.category .home-hero-block, .search-results .home-hero-block, .archive.tax-pillar .home-hero-block, .views-template-pagina-base .home-hero-block, .post-type-archive-annunci-di-lavoro .home-hero-block, .single-annunci-di-lavoro .home-hero-block {
  height: 100px;
}
.single-post .home-hero-block img, .single-case .home-hero-block img, .single-eventi .home-hero-block img, .archive.category .home-hero-block img, .search-results .home-hero-block img, .archive.tax-pillar .home-hero-block img, .views-template-pagina-base .home-hero-block img, .post-type-archive-annunci-di-lavoro .home-hero-block img, .single-annunci-di-lavoro .home-hero-block img {
  width: 100%;
}
.single-post h1, .single-case h1, .single-eventi h1, .archive.category h1, .search-results h1, .archive.tax-pillar h1, .views-template-pagina-base h1, .post-type-archive-annunci-di-lavoro h1, .single-annunci-di-lavoro h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}
.single-case .entry-footer {
  display: none;
}
@media screen and (min-width: 1075px) {
  .blog .blog-hero > img, .single-post .blog-hero > img, .post-type-archive-case .blog-hero > img, .single-case .blog-hero > img, .post-type-archive-eventi .blog-hero > img, .single-eventi .blog-hero > img, .archive.category .blog-hero > img, .search-results .blog-hero > img, .archive.tax-pillar .blog-hero > img, .views-template-pagina-base .blog-hero > img, .post-type-archive-clienti .blog-hero > img, .post-type-archive-annunci-di-lavoro .blog-hero > img, .single-annunci-di-lavoro .blog-hero > img, .post-type-archive-progetto-europeo .blog-hero > img {
    width: 100%;
    object-position: center;
  }
  .blog .blog-hero .home-hero-footer, .single-post .blog-hero .home-hero-footer, .post-type-archive-case .blog-hero .home-hero-footer, .single-case .blog-hero .home-hero-footer, .post-type-archive-eventi .blog-hero .home-hero-footer, .single-eventi .blog-hero .home-hero-footer, .archive.category .blog-hero .home-hero-footer, .search-results .blog-hero .home-hero-footer, .archive.tax-pillar .blog-hero .home-hero-footer, .views-template-pagina-base .blog-hero .home-hero-footer, .post-type-archive-clienti .blog-hero .home-hero-footer, .post-type-archive-annunci-di-lavoro .blog-hero .home-hero-footer, .single-annunci-di-lavoro .blog-hero .home-hero-footer, .post-type-archive-progetto-europeo .blog-hero .home-hero-footer {
    display: block;
  }
  .blog .blog-main-container, .single-post .blog-main-container, .post-type-archive-case .blog-main-container, .single-case .blog-main-container, .post-type-archive-eventi .blog-main-container, .single-eventi .blog-main-container, .archive.category .blog-main-container, .search-results .blog-main-container, .archive.tax-pillar .blog-main-container, .views-template-pagina-base .blog-main-container, .post-type-archive-clienti .blog-main-container, .post-type-archive-annunci-di-lavoro .blog-main-container, .single-annunci-di-lavoro .blog-main-container, .post-type-archive-progetto-europeo .blog-main-container {
    display: flex;
  }
  .blog .blog-main-container .blog-sidebar, .single-post .blog-main-container .blog-sidebar, .post-type-archive-case .blog-main-container .blog-sidebar, .single-case .blog-main-container .blog-sidebar, .post-type-archive-eventi .blog-main-container .blog-sidebar, .single-eventi .blog-main-container .blog-sidebar, .archive.category .blog-main-container .blog-sidebar, .search-results .blog-main-container .blog-sidebar, .archive.tax-pillar .blog-main-container .blog-sidebar, .views-template-pagina-base .blog-main-container .blog-sidebar, .post-type-archive-clienti .blog-main-container .blog-sidebar, .post-type-archive-annunci-di-lavoro .blog-main-container .blog-sidebar, .single-annunci-di-lavoro .blog-main-container .blog-sidebar, .post-type-archive-progetto-europeo .blog-main-container .blog-sidebar {
    flex: 0 0 calc(100% / 12 * 5);
    padding-right: calc(100% / 12);
  }
  .blog .blog-main-container .blog-post-content, .single-post .blog-main-container .blog-post-content, .post-type-archive-case .blog-main-container .blog-post-content, .single-case .blog-main-container .blog-post-content, .post-type-archive-eventi .blog-main-container .blog-post-content, .single-eventi .blog-main-container .blog-post-content, .archive.category .blog-main-container .blog-post-content, .search-results .blog-main-container .blog-post-content, .archive.tax-pillar .blog-main-container .blog-post-content, .views-template-pagina-base .blog-main-container .blog-post-content, .post-type-archive-clienti .blog-main-container .blog-post-content, .post-type-archive-annunci-di-lavoro .blog-main-container .blog-post-content, .single-annunci-di-lavoro .blog-main-container .blog-post-content, .post-type-archive-progetto-europeo .blog-main-container .blog-post-content {
    flex: 0 0 calc(100% / 12 * 7);
  }
  .single-post .home-hero-block, .single-case .home-hero-block, .single-eventi .home-hero-block, .archive.category .home-hero-block, .search-results .home-hero-block, .archive.tax-pillar .home-hero-block, .views-template-pagina-base .home-hero-block, .post-type-archive-annunci-di-lavoro .home-hero-block, .single-annunci-di-lavoro .home-hero-block {
    height: 200px;
  }
  .single-post h1, .single-case h1, .single-eventi h1, .archive.category h1, .search-results h1, .archive.tax-pillar h1, .views-template-pagina-base h1, .post-type-archive-annunci-di-lavoro h1, .single-annunci-di-lavoro h1 {
    font-size: 4rem;
  }
}
.blog-grid {
  margin-bottom: 60px;
}
.categories-filter {
  margin-bottom: 30px;
}
.categories-filter .cat-item {
  margin-bottom: 8px;
  display: inline-block;
}
.categories-filter .cat-item a {
  background: #0B2126;
  padding: 4px 8px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
}
.categories-filter .cat-item a:hover {
  background: #0e686a;
}
.categories-filter .cat-item.current-cat a {
  background: #0e686a;
  pointer-events: none;
}
@media screen and (min-width: 1075px) {
  .blog-grid {
    margin-bottom: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .blog-grid .news-card:nth-child(2n) {
    transform: translateY(140px);
  }
  .categories-filter {
    text-align: center;
  }
  .categories-filter .cat-item {
    display: inline-block;
  }
}
.news-archive-wrapper .news-archive-wrapper--title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.news-archive-wrapper .news-archive-card {
  margin-bottom: 30px;
}
.news-archive-wrapper .news-archive-card .news-meta {
  margin-bottom: 0;
  color: #0e686a;
  font-size: 1.4rem;
}
.news-archive-wrapper .news-archive-card .news-meta.meta-category {
  font-weight: bold;
}
.news-archive-wrapper .news-archive-card .news-card-title {
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.news-archive-wrapper .news-archive-card .news-card-title a {
  text-decoration: none;
  color: #000;
}
.news-archive-wrapper .news-archive-card .news-card-title a:hover {
  color: #0e686a;
}
.wpv-filter-previous-link, .wpv-filter-next-link {
  display: block;
  text-indent: -9999px;
  height: 20px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("bs-images/arrow-up.svg");
  margin: 0 0 15px !important;
  opacity: 0.75;
  transition: opacity 0.2s cubic-bezier(0, 0.19, 0, 0.35);
}
.wpv-filter-previous-link:hover, .wpv-filter-next-link:hover {
  opacity: 1;
}
span.wpv-filter-previous-link, span.wpv-filter-next-link {
  opacity: 0.35;
}
span.wpv-filter-previous-link:hover, span.wpv-filter-next-link:hover {
  opacity: 0.35;
}
.wpv-filter-next-link {
  transform: rotate(180deg);
  background-position: right;
}
.single-case .case-history-slide {
  margin-bottom: 56px;
}
.single-case .hpc-cluster-medooza-case-cat .case-slide__pillar {
  background-color: #9FA098;
}
.single-case .open-source-cloud-platform-fluctus-case-cat .case-slide__pillar {
  background-color: #92006E;
}
.single-case .applicazioni-analisi-big-data-gaia-case-cat .case-slide__pillar {
  background-color: #CCCB00;
}
.single-case .applicazioni-analisi-big-data-urania-case-cat .case-slide__pillar {
  background-color: #e55641;
}
.single-case .kubernets-cluster-kaptain-case-cat .case-slide__pillar {
  background-color: #05A0C7;
}
.is-style-case-highlight {
  color: #fff;
  font-size: 2.5rem;
  display: inline;
  background: #9FA098;
  padding: 2px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 16px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1075px) {
  .is-style-case-highlight {
    font-size: 3rem;
  }
}
.search-results .search-results-list li {
  border-bottom: 1px solid #464646;
  margin-bottom: 3rem;
}
.search-results .search-results-list li h2 {
  font-size: 3rem;
}
.search-results .search-results-list li h2 a {
  color: #fff;
  font-weight: normal;
  display: inline;
  background: #000;
  padding: 2px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 16px;
  text-decoration: none;
}
.search-results .search-results-list li h2 a:hover {
  background: #0e686a;
}
@media screen and (min-width: 1075px) {
  .search-results .search-results-list li h2 {
    font-size: 5rem;
  }
}
.customers-grid-container.high-level-customers-grid {
  grid-template-columns: 1fr;
}
.customers-grid-container.mid-level-customers-grid {
  grid-template-columns: 1fr 1fr;
}
.customers-grid-container.low-level-customers-grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1075px) {
  .customers-grid-container.high-level-customers-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .customers-grid-container.mid-level-customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .customers-grid-container.low-level-customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.customers-grid-container .customer-card .customer-hoverable {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  border-radius: 22px;
}
.customers-grid-container .customer-card .customer-hoverable > a {
  display: block;
  height: 100%;
  padding-bottom: 100%;
}
.customers-grid-container .customer-card .customer-preview img {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 22px;
  object-fit: contain;
}
.customers-grid-container .customer-card .customer-preview .customer-name {
  font-weight: bold;
  font-size: 1.2em;
}
.customers-grid-container .customer-card .team-member-overlay {
  border-radius: 22px;
}
.customers-grid-container .customer-card .team-member-overlay img {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 22px;
  object-fit: contain;
}
.job-ads-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}
.job-ads__item {
  background-color: #0B2126;
  border-radius: 26px;
  padding: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.job-ads__item .job-ads__title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.job-ads__item .job-ads__title a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  padding: 6px 8px;
  border-radius: 16px;
  display: inline;
  color: #0B2126;
  text-decoration: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
}
.job-ads__item .job-ads__title a:hover, .job-ads__item .job-ads__title a:focus {
  color: #0e686a;
}
.single-annunci-di-lavoro .blog-main-container .blog-post-content {
  flex: 0 0 100%;
  margin-inline: auto;
}
.single-annunci-di-lavoro .blog-main-container .blog-post-content .job-ads-content__body {
  max-width: 626px;
  margin-inline: auto;
}
.back-to-archive-btn-wrapper {
  margin-bottom: 1em;
}
.wh-line-bg {
  display: inline;
  text-transform: uppercase;
  background: #fff;
  padding: 0.2em 0.6em;
  border-radius: 16px;
  color: #0B2126;
  text-decoration: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.8;
}
.margin-bottom--zero {
  margin-bottom: 0 !important;
}
/*
 * ITEMS-GRID
 */
@media screen and (min-width: 768px) {
  .items-grid {
    display: grid;
    grid-column-gap: 30px;
  }
}
.items-grid--3c {
  grid-template-columns: repeat(3, 1fr);
}
.items-grid .grid-item {
  margin-bottom: 90px;
}
.items-grid .grid-item:hover .item-top.img-bg-block .featured-img {
  transform: scale(1.3);
}
.items-grid .item-top {
  margin-bottom: 30px;
}
.items-grid .item-top .item-top--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.items-grid .item-top .item-top--content .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.items-grid .item-top .item-top--content .card-title a:hover {
  color: #0e686a;
}
.items-grid .item-top .item-top--content .card-meta {
  font-size: 1rem;
  font-weight: 600;
}
.items-grid .item-top .item-top--content .card-meta a {
  text-decoration: none;
}
.items-grid .item-top .item-top--content .card-meta.meta-date {
  color: #0e686a;
  margin-bottom: 0.3em;
}
.items-grid .item-top .item-top--content .card-meta.meta-category.categories-- {
  display: none;
}
.items-grid .item-bottom .card-title {
  font-size: 2.5rem;
  font-weight: 600;
}
.items-grid .item-bottom .card-excerpt {
  margin-bottom: 15px;
}
.items-grid .item-bottom .read-all.button {
  padding: 0.4em 0.8em;
  line-height: 1;
}
/*
 * IMG-BG-BLOCK
 */
.img-bg-block {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
}
.img-bg-block .featured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2.5s cubic-bezier(0, 0.19, 0, 0.35);
}
.img-bg-block .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  padding: 16px;
}
/*
 * SIDE-CONTENT
 */
@media screen and (min-width: 768px) {
  .side-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .heading-content-side {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 0px;
  }
  .heading-content-side .heading {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  .heading-content-side .content {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 4;
  }
  .heading-content-side .side {
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 6;
    grid-column-end: 6;
  }
}
/*
 * CASE STUDY SPECIFIC CSS
 */
.single-case .img-bg-block {
  margin-bottom: 60px;
}
.single-case .overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.single-case .overlay .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.single-case .overlay .card-title a:hover {
  color: #0e686a;
}
.single-case .overlay .card-meta {
  font-size: 1rem;
  font-weight: 600;
}
.single-case .overlay .card-meta a {
  text-decoration: none;
}
.single-case .case__body h3 {
  font-size: 2.1rem;
  color: #0e686a;
}
.single-case .case__body .case__challenges {
  font-size: 3.2rem;
  font-weight: 600;
}
