

/* html,
body {
  width: 100%;
  height: 100vh;
  margin: 0px;
  background: #fff;
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
} */


section {
    float: left;
    width: 100%;
    display:block
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c1c1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.style_body {
  width: 100%;
  height: 100vh;
  margin: 0px;
  background: #fff;
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
}

.container_center {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display:block;
}

a {
  cursor:pointer !important;
  text-decoration: none !important;
}

.a-red {
  color: #c90000 !important;
  cursor:pointer !important;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out;
}

.a-red:hover {
  color: #ff0707 !important;
  transition: color 0.2s ease-in-out;
}

.table th {
    border-top: none
}

.overlay_white {
  background-color:#fff;
  opacity:0.7;
  transition: 0.5s ease-in-out;
}

.overlay_white:hover {
  background-color:#fff;
  opacity:0.4;
  transition: 0.5s ease-in-out;
}

.h-600 {
  height:600px;
}

.h-500 {
  height:500px;
}

.h-450 {
  height:450px;
}

.h-400 {
  height:400px;
}

.h-350 {
  height:350px;
}

.h-300 {
  height:300px;
}

.h-200 {
  height:200px;
}

.h-150 {
  height:150px;
}

.h100 {
  height:100px;
}

.h-50 {
  height:50px;
}

.h-40 {
  height:40px;
}

.h-30 {
  height:30px;
}

.section {
  padding: 70px 0
}

.fade_in {
  opacity: 0;
}

.bg_rounded {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 50px
}

.bg_rounded_r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  transform-origin: top right;
  border-radius: 0 0 50px 50px
}

.bg_rounded_l {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  transform-origin: top left;
  border-radius: 0 0 50px 50px
}

.bg_rounded_title {
  margin: 0;
  padding: 100px 0;
  text-align: center;
}

.bg_gradient1 { /* Blue */
  background-image: linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -ms-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -moz-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
  background-image: -webkit-linear-gradient(30deg, #006ede 0%, #01ddff 100%);
}

.bg_gradient2 { /* Green */
  background-image: linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -ms-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -moz-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
  background-image: -webkit-linear-gradient(30deg, #046c7a 0%, #14e9cc 100%);
}

.bg_gradient3 { /* Dark Grey */
  background-image: linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -ms-linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -moz-linear-gradient(0deg, #293440 0%, #48586c 100%);
  background-image: -webkit-linear-gradient(0deg, #293440 0%, #48586c 100%);
}

.bg_gradient4 { /* Grey */
  background-image: linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -ms-linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -moz-linear-gradient(30deg, #405569 0%, #5c748a 100%);
  background-image: -webkit-linear-gradient(30deg, #405569 0%, #5c748a 100%);
}

.bg_gradient5 { /* Blue-Green */
  background-image: linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -ms-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -moz-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
  background-image: -webkit-linear-gradient(30deg, #006ede 0%, #14e9cc 100%);
}

.bg_gradient6 { /* Purple */
  background-image: linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -ms-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -moz-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
  background-image: -webkit-linear-gradient(30deg, #910c9d 0%, #d9509e 100%);
}

.bg_gradient7 { /* Light grey */
  background-image: linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -ms-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -moz-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
  background-image: -webkit-linear-gradient(30deg, #81a5c7 0%, #cddce9 100%);
}

.bg_gradient8 { /* Water */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 18%, rgba(52,218,255,1) 39%, rgba(86,216,255,1) 46%, rgba(56,165,228,1) 74%, rgba(8,75,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#084b9e",GradientType=1);
}

.bg_gradient9 { /* Rainbow */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 14%, rgba(78,195,230,1) 23%, rgba(34,218,224,1) 34%, rgba(40,228,190,1) 42%, rgba(112,228,91,1) 53%, rgba(221,213,0,1) 65%, rgba(215,186,81,1) 75%, rgba(224,101,165,1) 87%, rgba(158,8,113,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#9e0871",GradientType=1);
}

.bg_gradient10 { /* Lime */
  background: rgb(19,88,228);
  background: -moz-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  background: linear-gradient(90deg, rgba(19,88,228,1) 0%, rgba(31,172,254,1) 26%, rgba(78,195,230,1) 40%, rgba(34,218,224,1) 53%, rgba(40,228,190,1) 68%, rgba(112,228,91,1) 81%, rgba(251,255,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1358e4",endColorstr="#fbff00",GradientType=1);
}

.bg_gradient11 { /* Red-Yellow */
  background: rgb(213,5,98);
  background: -moz-linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  background: linear-gradient(90deg, rgba(213,5,98,1) 0%, rgba(255,194,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d50562",endColorstr="#ffc200",GradientType=1);
}
/* -- COVER ------------------------------------------------------------------*/

.page-header {
    height: 95vh;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.page-header,
.page-header .page-header-image {
    background-position: 50%;
    background-size: cover
}

.page-header .page-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px
}

.page-header .carousel .carousel-indicators {
    bottom: 60px
}

.page-header .title,
.page-header>.container_center {
    color: #fff
}

.page-header.header-small {
    height: 65vh;
    min-height: 65vh
}

.page-header .iframe-container iframe {
    width: 100%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.header-filter {
    position: relative
}

.header-filter:after,
.header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: ""
}

.header-filter:before {
    /*background: rgba(0, 0, 0, .2)*/
}

.header-filter .container_center {
    z-index: 2;
    position: relative
}

/* Home index hero: niente strato pseudo sopra la foto (si vede il vero sfondo) */
.page-header.page-header--index-hero:before,
.page-header.page-header--index-hero:after {
    display: none !important;
}

.cover_blur {
  transform: scale(1.05);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
}

.carousel_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.img_overlay_2 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_4 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_6 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay_8 {
  background-size:cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
  width:100%;
  height: 100%;
  object-fit: cover;
}

.cover_title {
  padding-bottom:12px;
  font-size: 2.5rem;
  font-weight: 600;
}

.cover_subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 300
}

.cover_title .title_border {
  border-bottom: 2px solid #fff;
  padding-bottom:16px;
}

/* Home cover: rotating tagline — vertical slide; verbs right-aligned inside the slot (no glass box) */
.index-tagline-marquee {
  vertical-align: middle;
}

.index-tagline-marquee__viewport {
  display: block;
  overflow: hidden;
  height: 1.35em;
  line-height: 1.35;
  width: max-content;
}

.index-tagline-marquee__track {
  display: flex;
  flex-direction: column;
  height: 200%;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.index-tagline-marquee__track.is-next {
  transform: translateY(-50%);
}

.index-tagline-marquee__track.index-tagline-marquee__track--reduced {
  transition: none;
}

.index-tagline-marquee__line {
  flex: 0 0 50%;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}

/* Gradiente sul verbo ruotante (font/size/weight ereditati da .cover_title come il suffisso) */
.cover_title .index-tagline-marquee__line {
  color: #eafcff;
  background-image: linear-gradient(
    118deg,
    #47a8e0 0%,
    #9cf2fb 60%,
    #06d1dd 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.55px rgba(0, 35, 70, 0.38);
  paint-order: stroke fill;
  mix-blend-mode: screen;
  filter: drop-shadow(0 1px 10px rgba(0, 110, 222, 0.22));
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .cover_title .index-tagline-marquee__line {
    background: none;
    -webkit-text-fill-color: unset;
    color: #eafcff;
    mix-blend-mode: normal;
    filter: none;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.85),
      0 0 14px rgba(6, 209, 221, 0.45);
  }
}

@media (prefers-contrast: more) {
  .cover_title .index-tagline-marquee__line {
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    mix-blend-mode: normal !important;
    filter: none !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 1px 2px rgba(0, 0, 0, 0.9) !important;
  }
}

.index-tagline-marquee__suffix {
  white-space: normal;
}

@media (prefers-reduced-motion: reduce) {
  .index-tagline-marquee__track {
    transition: none;
  }
}

.cover_subtitle .subtitle_border {
  border-top: 2px solid #fff;
  padding-top:12px;
}

/* --/ COVER -----------------------------------------------------------------*/


/* -- INTRO ------------------------------------------------------------------*/

.main {
  background: #fff;
  position: relative;
  z-index: 3;
}

.main-raised {
  margin: -60px 80px 0;
  border-radius: 2em;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .05), 0 6px 30px 5px rgba(0, 0, 0, .1), 0 8px 10px -5px rgba(0, 0, 0, .1)
}

.main_title {
  font-size: 2.5em;
  font-weight: 200
}

.main_subtitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300
}

.main_text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300
}

/* --/ INTRO -----------------------------------------------------------------*/


/* -- FOOTER -----------------------------------------------------------------*/

.footer_cols {
  max-width: 80%;
  margin: 1em auto
}

.footer_col {
  margin-bottom: 2em
}

.footer_col .col_title {
  color: #a2adb5;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 1.25em;
}

.footer_col .col_item {
  color: #fff;
  display: block;
  margin-bottom: 1em
}

/* --/ FOOTER ----------------------------------------------------------------*/


/* -- OTHER ------------------------------------------------------------------*/

.btn_white_rounded {
  border-radius: 50px;
  color: #61707d;
  text-align: center;
  font-size: 1.25rem;
  padding: .75rem 2rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
}

.btn_white_rounded:hover {
  color: #47a8e0;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
}

.btn_darkblue_rounded {
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  padding: .75rem 2rem;
  background-color: #135da8;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .2);
}

.btn_darkblue_rounded:hover {
  color: #fff;
  background-color: #247dd6;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0, .4);
}

/* --/ OTHER -----------------------------------------------------------------*/


/* -- MEDIA QUERIES ----------------------------------------------------------*/

/* Very Very Small devices */
@media (max-width: 767.98px) {

  .cover_title {
    padding-bottom:12px;
    font-size: 1rem;
    font-weight: 300;
  }

  .cover_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .cover_title .title_border {
    border-bottom: none;
    padding-bottom:16px;
  }

  .cover_subtitle .subtitle_border {
    border-top: none;
    padding-top:12px;
  }

}

/* Partner program landing */
.partner-program-hero-badge {
  letter-spacing: 0.06em;
}

/* Elenco partner: logo in box cardbox (radius2em + shadow1_top) — contenuto sempre dentro il riquadro */
.partner-program-page .partner-program-directory-logo-wrap {
  width: 100px;
  min-width: 100px;
  height: 100px;
  max-height: 100px;
  padding: 0.35rem;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.partner-program-page .partner-program-directory-logo-img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: none !important;
  background-color: transparent;
  display: block;
  margin: 0;
  vertical-align: middle;
}

/* Masonry directory partner (come experts): colonne responsive */
.partner-program-partners-page .partner-program-partners-grid-item.w-33 {
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .partner-program-partners-page .partner-program-partners-grid-item.w-33 {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .partner-program-partners-page .partner-program-partners-grid-item.w-33 {
    width: 100% !important;
    max-width: 380px;
  }
}

/* Card impilate con avatar/badge sopra (Partner tiers, Referral steps, altre landing): riusabile ovunque */
.partner-program-page .landing-stacked-card {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

@media (min-width: 992px) {
  .partner-program-page .landing-stacked-card--level-1 {
    min-height: 300px;
  }

  .partner-program-page .landing-stacked-card--level-2 {
    min-height: 330px;
  }

  .partner-program-page .landing-stacked-card--level-3 {
    min-height: 360px;
  }
}

/* Numero step nelle card impilate (referral ecc.): niente inline style in Blade */
.partner-program-page .landing-stacked-card-step-num {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

/* Motion utilities (landing; reusable on other pages) */
@keyframes motion-fade-up-kf {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.motion-fade-up {
  animation: motion-fade-up-kf 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-fade-up-delay-1 {
  animation-delay: 0.1s;
}

.motion-fade-up-delay-2 {
  animation-delay: 0.2s;
}

.motion-fade-up-delay-3 {
  animation-delay: 0.32s;
}

.motion-reveal-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.motion-reveal-scroll--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.motion-stagger-1 {
  transition-delay: 0.05s;
}

.motion-stagger-2 {
  transition-delay: 0.12s;
}

.motion-stagger-3 {
  transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .motion-fade-up,
  .motion-fade-up-delay-1,
  .motion-fade-up-delay-2,
  .motion-fade-up-delay-3 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .motion-reveal-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

/* Features mega menu: backdrop blur (desktop), Stripe-style row arrow */
@media (min-width: 992px) {
  .features-mega-backdrop {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    z-index: 1025;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .features-mega-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  body.features-mega-open .navbar.fixed-top {
    z-index: 1030;
  }

  .navbar .mega-dropdown.show > .dropdown-menu.mega-menu {
    z-index: 3060;
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .features-mega-item__arrow {
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    font-size: 0.9rem;
  }

  .features-mega-item:hover .features-mega-item__arrow,
  .features-mega-item:focus .features-mega-item__arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .navbar .dropdown-menu.mega-menu .features-mega-item:hover .features-mega-item__title,
  .navbar .dropdown-menu.mega-menu .features-mega-item:focus .features-mega-item__title {
    color: #2196f3 !important;
  }
}

@media (max-width: 991.98px) {
  .features-mega-backdrop {
    display: none !important;
  }

  /* Mega menu in hamburger: allow vertical scroll when the list is long */
  .navbar-collapse .dropdown-menu.mega-menu {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  body.no_scroll {
    overflow: hidden;
  }

  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cover_title {
    padding-bottom:12px;
    font-size: 2rem;
    font-weight: 300;
  }

  .cover_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
  }

  .cover_title .title_border {
    border-bottom: none;
    padding-bottom:16px;
  }

  .cover_subtitle .subtitle_border {
    border-top: none;
    padding-top:12px;
  }

  .main_title {
    font-size: 1.5rem;
    font-weight: 300
  }

  .main_subtitle {
    font-size: 1.2rem;
  }

  .footer_cols {
    max-width: 80%;
    margin: 1em auto;
    text-align: center;
  }

}


/* --/ MEDIA QUERIES ---------------------------------------------------------*/
