@media screen and (max-width: 1920px) {
  :root {
    --little-space: 0.75rem;
    --regular-space: 1rem;
    --medium-space: 4em;
    --big-space: 8rem;
  }
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  :root {
    --little-space: 0.75rem;
    --regular-space: 1rem;
    --medium-space: 3.5em;
    --big-space: 6rem;
    --logo-width: 130px;
  }
  html, body {
    font-size: 18px;
  }
  .container.container-mini {
    max-width: 890px;
  }
  a.scroll {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  :root {}
  html, body {
    font-size: 16px;
  }
  .hide-lg {
    display: none !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .m-top-lg-m {
    margin-top: var(--medium-space) !important;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --medium-text: 2rem;
    --little-space: 0.75rem;
    --regular-space: 1rem;
    --medium-space: 2.75em;
    --big-space: 5rem;
    --logo-width: 120px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-md {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m {
    margin-top: var(--medium-space) !important;
  }
  .col-text {
    width: 100%;
    min-width: 100%;
  }
  footer .m-top-md-m {
    margin-top: var(--regular-space) !important;
  }
  .banner-hero {
    top: 100svh;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --big-text: 2.5rem;
    --little-space: 0.75rem;
    --regular-space: 1rem;
    --medium-space: 2.5em;
    --big-space: 4rem;
    --logo-width: 110px;
  }
  html, body {
    font-size: 16px;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m {
    margin-top: var(--medium-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --medium-text: 1.75rem;
  }
  html, body {
    font-size: 18px;
  }
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m, .m-top-xs-m {
    margin-top: 4rem !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-xs-m {
    margin-top: var(--regular-space) !important;
  }
	.box ul {
		font-size: 19px;
	}
}
@media screen and (max-height: 450px) {
  .banner-hero {
    display: none;
  }
}