:root {
  --grigio-scuro: #292929;
  --white: white;
  --nero: #000;
  --viola2: #ff0f98;
  --blu: #010d49;
  --viola: #550fff;
  --black: black;
  --rosino: #cb068447;
}

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 5%;
  display: flex;
}

.section.home {
  background-image: linear-gradient(#f50481, #140594);
  height: 100vh;
}

.section.struttura {
  background-image: none;
  padding-left: 10%;
  padding-right: 10%;
}

.button {
  color: var(--grigio-scuro);
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  min-width: 180px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.image {
  position: relative;
  top: -5%;
}

.div-block {
  width: 100%;
}

.text-block {
  color: var(--white);
  font-family: "Overpass 1", sans-serif;
  font-size: 18px;
  display: none;
}

.text-block._1, .text-block._2 {
  opacity: 0;
  font-family: Overpass, sans-serif;
  font-weight: 800;
  display: block;
}

.navigation-bar {
  background-color: #fff;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/COPERTINA-scura-1.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-subheading {
  color: #ff0f98;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Overpass, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-2:hover {
  background-color: #2e9dff;
}

.button-2.w--current {
  background-color: #2e80b6;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  display: none;
}

.blocco-2 {
  text-align: center;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -52px;
  padding: 80px 10px;
  position: relative;
}

.blocco-2._2 {
  background-image: none;
  background-size: auto;
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blocco-2._3 {
  background-image: linear-gradient(#020b45, #020b45);
  background-position: 0 0;
  margin-top: -30px;
  margin-bottom: -16px;
  padding-top: 60px;
  padding-bottom: 214px;
}

.blocco-2._4 {
  background-image: none;
  background-size: auto;
  margin-top: 40px;
  margin-bottom: 51px;
  padding-top: 20px;
  padding-bottom: 42px;
}

.section-title-group {
  border-radius: 0;
  margin-top: 9px;
  margin-bottom: 21px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #010101;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--nero);
  text-transform: uppercase;
  font-family: Overpass, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.titolo1 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.section-heading.centered.titolo2 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 27px;
}

.section-heading.centered.titolo3 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.section-subheading.center {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.nero {
  color: #000;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.grid-image {
  background-color: #d90685;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 40%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 4px #1a0395;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-3.accent {
  background-color: #192024;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-3:hover {
  background-color: #2e9dff;
}

.button-3.w--current {
  background-color: #2e80b6;
}

.button-3.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-3.tab:hover, .button-3.tab.w--current {
  background-color: #2e80b6;
}

.section-4 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.info-icon {
  float: left;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Overpass, sans-serif;
  font-size: 16px;
}

.bold-text-2 {
  font-weight: 800;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  background-color: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.column {
  background-image: url('../images/top-view-woman-working-spa-1.jpg');
  background-position: 60% 40%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 400px;
  padding-left: 10px;
}

.column.x {
  height: 450px;
}

.column-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.column-2.c {
  height: 450px;
}

.hero-split {
  aspect-ratio: auto;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  left: -50px;
}

.hero-split._1 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  color: #c90486;
  text-align: left;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 0;
  padding-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.margin-bottom-24px {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: var(--nero);
  margin-bottom: 0;
  margin-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.margin-bottom-24px.testo-nero {
  color: #000;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  overflow: visible;
}

.bold-text-3 {
  text-align: left;
  -webkit-text-stroke-color: #000;
}

.bold-text-3.nero {
  color: var(--viola2);
}

.heading-2, .heading-3, .heading-4 {
  color: #c90486;
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.button-4 {
  float: none;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #d90685;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px #fff;
  min-width: 0;
  margin-top: 25px;
  padding-top: 9px;
  font-family: Plus Jakarta Sans, sans-serif;
  position: static;
  overflow: visible;
}

.navbar-brand-2 {
  cursor: auto;
}

.list-item {
  padding: 15px 5px;
}

.list-item.cal {
  background-color: #d2121d;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  z-index: 50;
  float: none;
  clear: none;
  text-align: left;
  cursor: default;
  object-fit: fill;
  display: inline-block;
  position: static;
  inset: auto auto 0% 0%;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-fix {
  z-index: 5;
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px 2px #0003;
}

.nav-link-2 {
  color: #000;
  letter-spacing: .5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link-2:hover {
  color: #d2121d;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  font-size: 15px;
}

.nav-link-2.w--current:hover {
  color: #2563ff;
}

.nav-link-2.call {
  color: #fff;
  background-color: #d2121d;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s linear;
}

.nav-link-2.call:hover {
  color: #000;
  background-color: #d2121d;
}

.nav-link-2.call:active {
  background-color: #0d233e;
}

.navbar-wrapper-2 {
  letter-spacing: .5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  float: none;
  clear: both;
  max-width: 50vh;
  position: static;
  inset: auto 0% 0% auto;
}

.container-2 {
  margin-top: -24px;
  margin-bottom: -179px;
  padding-bottom: 0;
}

.container-3 {
  margin-top: 12px;
  margin-bottom: -55px;
}

.columns-2 {
  margin-top: 9px;
  margin-bottom: 0;
}

.chi-siamo {
  background-color: #f5f7fa;
  background-image: url('../images/1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 0 #e4ebf3;
  justify-content: flex-end;
  align-items: flex-end;
  height: 650px;
  padding: 100px 30px 0;
  display: flex;
  position: relative;
}

.container-4 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2 {
  box-shadow: none;
  background-color: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  margin-top: 19px;
  padding: 23px 40px 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-5 {
  color: #c90486;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.margin-bottom-24px-2 {
  color: #000;
  margin-bottom: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.heading-8 {
  color: #bad9de;
  text-align: center;
  text-shadow: 0 0 #0003;
  flex: 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
}

.heading-8.osteo1 {
  color: #ac9ec8;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-weight: 600;
  display: none;
}

.hero-wrapper-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-6 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.prima-psicologia {
  background-color: #f5f7fa;
  background-image: url('../images/Header-pagina-psicologia-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.prima-psicologia.osteo1 {
  background-image: url('../images/sfondo-uose2.png');
  background-position: 30% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 0 118px;
  position: static;
}

.button-primary-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  background-color: #66b8d2;
  border: 1px #fff;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 10px;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.button-primary-center:hover {
  color: #fff;
  background-color: #1e3b43;
}

.button-primary-center:active {
  background-color: #66b8d2;
}

.button-primary-center.osteo2 {
  background-color: #ac9ec8;
  display: none;
}

.margin-bottom-24px-8 {
  color: #1e3b43;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.margin-bottom-24px-8._2 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.container-14 {
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-14.m {
  width: 1300px;
  max-width: 1300px;
}

.features {
  background-color: #fff;
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features._1 {
  background-color: #f5f7fa;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 300px;
  max-width: none;
  height: 320px;
  margin-top: 17px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-9 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading-9.dx {
  background-color: #d5cdd8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.heading-9.dx.w {
  background-color: var(--viola2);
}

.heading-9.dx.q {
  background-color: var(--viola2);
  color: #fff;
  font-weight: 700;
}

.hero-wrapper-6 {
  border-bottom: 1px #d5cdd8;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 34px;
  padding-bottom: 60px;
  display: flex;
}

.hero-wrapper-6.ps {
  justify-content: space-around;
  width: 1300px;
  max-width: 1300px;
}

.bold-text-11 {
  outline-offset: 0px;
  outline: 0 #1e3b43;
  font-weight: 700;
  line-height: 5px;
}

.button-5 {
  color: #1e3b43;
  text-align: center;
  background-color: #d5cdd8;
  border-radius: 0 0 30px 30px;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  display: block;
}

.button-5.q {
  background-color: var(--blu);
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.button-5.w {
  background-color: var(--viola);
  color: #fff;
  text-transform: uppercase;
}

.button-5.w._8 {
  background-color: var(--blu);
}

.div-block-10 {
  border-radius: 30px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.prenota {
  background-color: #f5f7fa;
}

.heading-10 {
  text-align: center;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-weight: 600;
}

.heading-11 {
  color: var(--white);
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-weight: 500;
  display: none;
}

.uose-srl-via-nazario-sauro-18-25128-brescia-p-iva-04188550984-alessio-uose-eu {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.logo-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.content-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 169px;
  height: 58px;
  text-decoration: none;
  display: flex;
}

.content-15 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 59px;
  display: flex;
}

.column-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 186px;
  height: 172px;
  text-decoration: none;
  display: flex;
}

.uose-srl-via-nazario-sauro-18-25128-brescia-p-iva-04188550984-alessio-uose-eu-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.logo-wrapper-7 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 301px;
  height: 126px;
  text-decoration: none;
  display: flex;
}

.link {
  text-decoration: none;
}

.text-26 {
  color: #445196;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 161px;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  border: 0 solid #112179;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1090px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 169px;
  height: 29px;
  text-decoration: none;
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  background-color: #ff0083;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-6:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.link-block-4 {
  text-decoration: none;
}

.text-25 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.columns-5 {
  grid-column-gap: 97px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1076px;
  height: 257px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  grid-row-gap: 40px;
  background-image: url('../images/Footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 400px;
  min-height: 400px;
  padding: 64px 24px 0;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 301px;
  height: 203px;
  text-decoration: none;
  display: flex;
}

.logo-7 {
  justify-content: flex-start;
  align-items: center;
  width: 189px;
  height: 47px;
  text-decoration: none;
  display: flex;
}

.column-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 142px;
  height: 27px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-columns {
  grid-column-gap: 81px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 685px;
  height: 203px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.uose-srl-via-nazario-sauro-18-25128-brescia-p-iva-04188550984-alessio-uose-eu-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.logo-wrapper-6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 301px;
  height: 53px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.1639px;
  height: 20.1639px;
  text-decoration: none;
  display: flex;
}

.testimonial-image-left {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.png');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 82%;
  display: block;
  overflow: visible;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  color: #fff;
  text-align: center;
  align-self: auto;
  width: 600px;
  padding-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.testimonial-text-four {
  color: #fff;
  text-align: center;
  align-self: flex-start;
  margin-top: 19px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-bottom: 17px;
  padding-left: 163px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.code-embed, .code-embed-2 {
  display: none;
}

.bold-text-12 {
  font-weight: 800;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-7:hover {
  background-color: #2e9dff;
}

.button-7.w--current {
  background-color: #2e80b6;
}

.code-embed-3 {
  padding-top: 29px;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.container-8 {
  background-image: linear-gradient(90deg, #36622b 18%, #def6e5 84%);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 281px;
  padding-left: 140px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.column-10 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 328px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.scarica {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding: 0 40px;
  text-decoration: none;
  display: flex;
}

.scarica._2 {
  display: none;
}

.button-8 {
  grid-column-gap: 8px;
  background-color: #ff0083;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-8:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.button-8.w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.button-8.w.w--current {
  background-color: #000b48;
}

.button-8.w.o {
  background-color: var(--blu);
  margin-top: -20px;
  font-family: Overpass, sans-serif;
}

.button-9 {
  grid-column-gap: 8px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.image-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
  display: flex;
  overflow: visible;
}

.button-10 {
  grid-column-gap: 8px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 51px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-39 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.button-11 {
  grid-column-gap: 8px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.actions-7 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 278px;
  height: 57px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.scarica-m {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 514px;
  padding-top: 64px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: none;
}

.image-wrapper-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 303px;
  display: flex;
}

.button-12 {
  grid-column-gap: 8px;
  background-color: #ff0083;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-12:hover {
  background-image: linear-gradient(#0000004d, #0000004d);
}

.button-12.w, .button-12.w.w--current {
  background-color: #000b48;
}

.image-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 298px;
  display: flex;
}

.button-13 {
  grid-column-gap: 8px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 40px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.column-22 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 300px;
  height: 260px;
  text-decoration: none;
  display: flex;
}

.column-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 138px;
  display: flex;
}

.container-16 {
  background-image: linear-gradient(90deg, #ff0083 0%, #300493 62%);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 326px;
  height: 429px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 301px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.div-block-12 {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-size: 300px 200px;
  background-attachment: scroll;
}

.image-9 {
  z-index: auto;
  margin-top: 24px;
  display: block;
  position: absolute;
  inset: 0 26px -6px 40%;
}

.header {
  grid-row-gap: 80px;
  background-color: #0003;
  background-image: url('../images/sfondo-uose2.png');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 30vh;
  max-height: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container-2 {
  grid-row-gap: 40px;
  object-fit: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  max-width: none;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: static;
}

.code-embed-4, .code-embed-5 {
  display: block;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    background-color: #3b99d9;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    max-width: 728px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-13, .container-14 {
    max-width: 728px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .content-11, .content-15, .footer-links {
    align-items: center;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .column-11 {
    align-items: center;
  }

  .container-15 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .container-8, .container-16 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .button-3.tab {
    font-size: 12px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .chi-siamo, .prima-psicologia, .features, .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-12 {
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  .text-block._1, .text-block._2 {
    text-align: center;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    margin-top: 0;
  }

  .button-2 {
    margin-bottom: 25px;
  }

  .hollow-button.all-caps {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .blocco-2._4 {
    margin-top: -10px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .button-3 {
    margin-bottom: 25px;
  }

  .bold-text-2 {
    max-width: 0;
    height: 40px;
    font-size: 40px;
  }

  .container {
    max-width: none;
  }

  .column {
    background-position: 35% 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .column-2 {
    background-position: 97% 3%;
    background-size: 60px;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: -20px;
  }

  .column-2.c {
    margin-bottom: 100px;
  }

  .hero-split {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split._1 {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }

  .heading {
    margin: 0 0 25px 25px;
    line-height: 30px;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: -65px;
  }

  .list-item.cal {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    border-radius: 150px;
  }

  .nav-menu-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .nav-menu-2 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px 1px #0003;
  }

  .nav-link-2.call {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #0d233e;
  }

  .icon:active {
    color: #fff;
  }

  .chi-siamo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    max-width: none;
    margin-bottom: -37px;
  }

  .hero-wrapper-2 {
    border-radius: 10px;
    max-width: none;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px-2 {
    margin-top: 3px;
    margin-bottom: 0;
    padding-top: 1px;
  }

  .container-5 {
    margin-top: -58px;
  }

  .heading-8.osteo1 {
    color: #e9b7d9;
    line-height: 46px;
  }

  .hero-wrapper-5 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .container-13 {
    max-width: none;
  }

  .prima-psicologia.osteo1 {
    background-image: url('../images/sfondo-uose2.png');
    background-position: 50%;
    max-width: 700px;
    padding-bottom: 69px;
  }

  .button-primary-center {
    align-self: center;
    margin-top: 40px;
  }

  .container-14 {
    max-width: none;
  }

  .container-14.m {
    flex-flow: column;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: -25px;
    margin-bottom: 0;
    display: flex;
  }

  .features._1 {
    justify-content: center;
    width: auto;
    max-width: 1440px;
    height: auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-6 {
    height: 230px;
    margin-bottom: 88px;
  }

  .hero-wrapper-6.ps {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-bottom: 60px;
  }

  .button-5.q {
    margin-top: 80px;
  }

  .div-block-10.xy {
    align-self: center;
    padding-bottom: 0;
  }

  .heading-11 {
    text-align: center;
  }

  .logo-8 {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    display: block;
  }

  .column-14, .column-12 {
    height: auto;
  }

  .logo-wrapper-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 0;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
  }

  .columns-5 {
    height: auto;
  }

  .footer-2 {
    height: auto;
    min-height: auto;
    padding-bottom: 64px;
    display: flex;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-image-left {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .container-15 {
    max-width: none;
  }

  .testimonial-left {
    width: auto;
  }

  .testimonial-image-four {
    width: 60%;
    margin-top: 51px;
    margin-bottom: -50px;
    margin-left: 59px;
    padding-bottom: 0;
  }

  .testimonial-right {
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px;
  }

  .testimonial-text-four {
    text-align: center;
    align-self: auto;
    width: 500px;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 54px;
    padding-left: 14px;
    line-height: 27px;
  }

  .bold-text-12 {
    max-width: 0;
    height: 40px;
    font-size: 40px;
  }

  .button-7 {
    margin-bottom: 25px;
  }

  .scarica {
    display: none;
  }

  .button-8.w {
    margin-top: 20px;
  }

  .text-39 {
    font-family: Overpass, sans-serif;
    font-size: 30px;
  }

  .button-11 {
    height: auto;
    padding: 0;
  }

  .actions-7 {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .scarica-m {
    height: 600px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .scarica-m._2 {
    display: none;
  }

  .button-12.w {
    background-color: var(--viola);
    margin-top: 20px;
  }

  .image-8 {
    overflow: visible;
  }

  .button-13 {
    height: auto;
    padding: 0;
  }

  .column-23 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .container-16 {
    background-image: linear-gradient(33deg, #36622b, #def6e5 96%);
    height: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-9 {
    float: none;
    clear: none;
    width: 310px;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: absolute;
    inset: 0% 18% auto auto;
  }

  .header {
    background-image: url('../images/sfondo-uose2.png');
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .small-container-2 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
  }

  .code-embed-4 {
    display: none;
  }
}


@font-face {
  font-family: 'Overpass 1';
  src: url('../fonts/Overpass-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Variablefont Wght';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}