nav .navigation-dropdown.hide {
  display: none;
}
nav .navigation-points-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  font-family: 'Montserrat-Medium';
  transition: 0.2s;
}
nav .navigation-points-container.hide {
  display: none;
}
nav .navigation-points-container div {
  color: #004d99;
  user-select: none;
}
nav .navigation-points-container .about,
nav .navigation-points-container .d-joint-simulator,
nav .navigation-points-container .documents,
nav .navigation-points-container .other-langs {
  color: #004d99;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  line-height: 30px;
  border: 2px solid transparent;
}
nav .navigation-points-container .about.active div,
nav .navigation-points-container .d-joint-simulator.active div,
nav .navigation-points-container .documents.active div,
nav .navigation-points-container .other-langs.active div {
  border-bottom: 2px solid #004d99;
  width: fit-content;
}
nav .navigation-points-container .about div,
nav .navigation-points-container .d-joint-simulator div,
nav .navigation-points-container .documents div,
nav .navigation-points-container .other-langs div {
  border: 2px solid transparent;
}
nav .navigation-points-container .about:hover div,
nav .navigation-points-container .d-joint-simulator:hover div,
nav .navigation-points-container .documents:hover div {
  border-bottom: 2px solid #004d99;
  width: fit-content;
}
nav .navigation-points-container .hover-area {
  position: absolute;
  width: 222px;
  height: 42px;
  right: 50px;
}
nav .navigation-points-container .langs-list {
  position: absolute;
  top: 80px;
  right: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 300px;
  height: auto;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px #c1c1c1;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
nav .navigation-points-container .langs-list a {
  margin: 3px 0 3px 0;
  padding: 12px;
  color: #004d99;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  line-height: 30px;
}
nav .navigation-dropdown {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .content-3d-joint-simulator nav {
    transition: top 1s;
    top: 0px !important;
  }
  nav .navigation-dropdown {
    display: none;
  }
  nav .navigation-points-container {
    flex-direction: row;
    margin-right: 50px;
  }
  nav .navigation-points-container .about,
  nav .navigation-points-container .d-joint-simulator,
  nav .navigation-points-container .documents,
  nav .navigation-points-container .other-langs {
    padding: 10px 0px 10px 0px;
  }
  nav .navigation-points-container div,
  nav .navigation-points-container a {
    margin-right: 23px;
    display: flex;
  }
  nav .navigation-points-container .other-langs-mobile {
    display: none;
  }
  nav .navigation-points-container .other-langs {
    cursor: pointer;
  }
  nav .navigation-points-container .other-langs:hover .langs-list {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  nav .navigation-points-container .other-langs .languages-arrow {
    width: 12px;
    align-items: center;
  }
  nav .navigation-points-container .other-langs div {
    margin-right: 8px;
    align-items: center;
  }
  nav .navigation-points-container .other-langs .hover-area {
    position: absolute;
    width: 222px;
    height: 42px;
    right: 50px;
  }
  nav .navigation-points-container .langs-list {
    position: absolute;
    top: 77px;
    right: 40px;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 300px;
    height: auto;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px 0px 16px 0px #c1c1c1;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
  }
  nav .navigation-points-container .langs-list:hover {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  nav .navigation-points-container .langs-list.open {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  nav .navigation-points-container .langs-list a {
    margin: 3px 0 3px 0;
    padding: 12px;
  }
  nav .navigation-points-container .langs-list a:hover {
    background: #f5faff;
  }
}
@media only screen and (max-width: 1023px) {
  .content-3d-joint-simulator nav {
    position: fixed !important;
    transition: top 0.5s;
    top: -96px !important;
  }
  .content-3d-joint-simulator nav.visible {
    top: 0 !important;
  }
  nav .wall {
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.212);
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  nav .wall.open {
    opacity: 1;
    pointer-events: all;
  }
  nav .navigation-dropdown {
    display: block;
    filter: invert(29%) sepia(88%) saturate(335%) hue-rotate(180deg) brightness(124%) contrast(101%);
    height: 30px;
    width: 30px;
    margin: 6px 30px 6px 0;
    transition: 0.5s;
  }
  nav .navigation-dropdown.open {
    transform: rotate(-90deg);
  }
  nav .navigation-points-container {
    position: absolute;
    justify-content: flex-start;
    width: 180px;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    right: -180px;
    top: 0;
    flex-direction: column;
    transition: 0.5s;
    padding-top: 70px;
    font-family: 'Montserrat-Medium';
  }
  nav .navigation-points-container.open {
    width: fit-content;
    right: 0;
  }
  nav .navigation-points-container .about,
  nav .navigation-points-container .d-joint-simulator,
  nav .navigation-points-container .documents,
  nav .navigation-points-container .other-langs-mobile {
    margin-top: 50px;
    padding: 10px 15px 10px 15px;
  }
  nav .navigation-points-container .other-langs {
    display: none;
  }
  nav .navigation-points-container .other-langs-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  nav .navigation-points-container .langs-list-mobile {
    margin-top: 30px !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    align-items: center;
  }
  nav .navigation-points-container .langs-list-mobile.open {
    opacity: 1;
    pointer-events: all;
  }
  nav .navigation-points-container .langs-list-mobile a {
    margin-top: 15px;
    color: #004d99;
  }
}
@media only screen and (max-width: 767px) {
  nav .wall {
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.212);
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  nav .wall.open {
    opacity: 1;
    pointer-events: all;
  }
  nav .navigation-dropdown {
    display: block;
    filter: invert(29%) sepia(88%) saturate(335%) hue-rotate(180deg) brightness(124%) contrast(101%);
    height: 30px;
    width: 30px;
    margin: 6px 30px 6px 0;
    transition: 0.5s;
  }
  nav .navigation-dropdown.open {
    transform: rotate(-90deg);
  }
  nav .navigation-points-container {
    position: absolute;
    width: 180px;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    right: -180px;
    top: 0;
    flex-direction: column;
    transition: 0.5s;
    padding-top: 70px;
    font-family: 'Montserrat-Medium';
    justify-content: flex-start;
  }
  nav .navigation-points-container.open {
    width: fit-content;
    right: 0;
  }
  nav .navigation-points-container .about,
  nav .navigation-points-container .d-joint-simulator,
  nav .navigation-points-container .documents,
  nav .navigation-points-container .other-langs-mobile {
    margin-top: 50px;
    padding: 10px 15px 10px 15px;
  }
  nav .navigation-points-container .other-langs {
    display: none;
  }
  nav .navigation-points-container .other-langs-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  nav .navigation-points-container .other-langs-mobile .langs-list-mobile {
    margin-top: 30px !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    align-items: center;
  }
  nav .navigation-points-container .other-langs-mobile .langs-list-mobile.open {
    opacity: 1;
    pointer-events: all;
  }
  nav .navigation-points-container .other-langs-mobile .langs-list-mobile a {
    margin-top: 15px;
    color: #004d99;
  }
}
html:lang(fr-ca) .navigation-points-container .d-joint-simulator,
html:lang(en-ca) .navigation-points-container .d-joint-simulator {
  order: 0;
}
html:lang(fr-ca) .navigation-points-container .about,
html:lang(en-ca) .navigation-points-container .about {
  order: 1;
}
html:lang(fr-ca) .navigation-points-container .documents,
html:lang(en-ca) .navigation-points-container .documents {
  order: 2;
}
html:lang(fr-ca) .navigation-points-container .other-langs,
html:lang(en-ca) .navigation-points-container .other-langs {
  order: 3;
}
html:lang(fr-ca) .navigation-points-container .other-langs-mobile,
html:lang(en-ca) .navigation-points-container .other-langs-mobile {
  order: 4;
}
nav {
  z-index: 1;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 96px;
}
nav .logos {
  display: flex;
  flex-direction: row;
  max-width: 30%;
  align-items: center;
  margin-left: 60px;
}
nav .logos img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  nav {
    height: 48px;
  }
  nav .logos {
    max-width: 50%;
    margin-left: 20px;
  }
  nav .logos img {
    max-height: 40px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  nav .logos {
    margin-left: 30px;
  }
  nav .logos img {
    max-height: 60px;
    width: auto;
  }
}
footer {
  font-family: 'Montserrat-Medium';
  text-align: center;
  background: #fff;
}
footer .footer-container {
  padding: 30px 75px 30px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer-container .points-main {
  font-family: 'Montserrat-Bold' !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  transition: 0.2s;
  font-size: 16px;
}
footer .footer-container .points-main a {
  margin: 10px 15px 10px 15px;
  cursor: pointer;
  color: #28578f;
  line-height: 30px;
  border: 2px solid transparent;
}
footer .footer-container .points-main a:hover,
footer .footer-container .points-main a.active {
  border-bottom: 2px solid #28578f;
}
footer .footer-container .points {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  transition: 0.2s;
  font-size: 16px;
}
footer .footer-container .points :empty {
  display: none;
}
footer .footer-container .points a {
  margin: 10px 15px 10px 15px;
  cursor: pointer;
  color: #384044;
  line-height: 30px;
  border: 2px solid transparent;
}
footer .footer-container .points a:hover,
footer .footer-container .points a.active {
  border-bottom: 2px solid #384044;
}
footer .footer-container .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0 30px 0;
}
footer .footer-container .logos .two-logos-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
footer .footer-container .logos img {
  max-width: 200px;
  height: auto;
}
footer .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2c333a;
  font-size: 14px;
}
footer .text-container .text2 {
  margin-bottom: 32px;
}
footer .text-container small {
  margin-bottom: 70px;
}
@media only screen and (max-width: 460px) {
  footer .footer-container {
    padding: 30px 25px 30px 25px !important;
  }
  footer .logos {
    flex-direction: column;
  }
  footer .logos .two-logos-container {
    flex-direction: column;
  }
  footer .logos .two-logos-container .line {
    display: none;
  }
  footer .logos .two-logos-container .previcox-logo {
    margin-top: 30px;
  }
  footer .logos .two-logos-container .unbranded-logo {
    margin-top: 30px;
    margin-right: 0;
  }
  footer .logos .bi-logo {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 461px) {
  footer .logos {
    flex-direction: row;
  }
  footer .logos .two-logos-container {
    flex-direction: row;
  }
  footer .logos .two-logos-container .metacam-logo,
  footer .logos .two-logos-container .line {
    padding-right: 20px;
  }
  footer .logos .two-logos-container .unbranded-logo {
    margin-top: 30px;
    margin-right: 0;
  }
  footer .logos .bi-logo {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  footer .logos {
    flex-direction: row;
  }
  footer .logos .two-logos-container {
    flex-direction: row;
  }
  footer .logos .two-logos-container .metacam-logo,
  footer .logos .two-logos-container .line {
    padding-right: 20px;
  }
  footer .logos .two-logos-container .previcox-logo {
    padding-right: 35px;
  }
  footer .logos .two-logos-container .unbranded-logo {
    margin-top: 0;
    margin-right: 25px;
  }
  footer .logos .bi-logo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .logos {
    flex-direction: row;
  }
  footer .logos .two-logos-container {
    flex-direction: row;
  }
  footer .logos .two-logos-container .metacam-logo,
  footer .logos .two-logos-container .line {
    padding-right: 40px;
  }
  footer .logos .two-logos-container .previcox-logo {
    padding-right: 70px;
  }
  footer .logos .two-logos-container .unbranded-logo {
    margin-top: 0;
    margin-right: 25px;
  }
  footer .logos .bi-logo {
    margin-top: 0;
  }
}
@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat-Medium"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat-Bold"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
html {
  margin: 0 !important;
  padding: 0 !important;
}
html body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
html body a {
  text-decoration: none;
}
html body.no-scroll {
  overflow: hidden;
}
html body #app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body #app .container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 100vh;
}
html body #app .container main {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3,
  p,
  .p-block {
    font-size: 16px;
  }
  small {
    font-size: 8px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 28px;
  }
  h3,
  p,
  .p-block {
    font-size: 18px;
  }
  small {
    font-size: 10px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 32px;
  }
  h3,
  p,
  .p-block {
    font-size: 20px;
  }
  small {
    font-size: 12px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}
#country-selection {
  font-family: 'Montserrat-Medium';
}
#country-selection header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#country-selection header .header-img {
  width: 100%;
}
#country-selection header .header-content {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 36%;
  height: 84%;
  top: 6%;
}
#country-selection header .header-content .header-text1 {
  color: #cba3d8;
}
#country-selection header .header-content .header-h1 {
  font-family: 'Montserrat-Bold' !important;
  color: #fff;
  text-align: center;
  font-size: 3vw !important;
  display: block;
}
#country-selection header .header-content .header-h1.hide {
  display: none;
}
#country-selection header .header-content .header-h1.no-ip {
  font-size: 2vw !important;
}
#country-selection header .header-content .header-button {
  font-family: 'Montserrat-Bold';
  background: #a4d65e;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 25px;
  color: #0e4e96;
  cursor: pointer;
  text-align: center;
}
#country-selection .chose-country-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#country-selection .chose-country-container .header-button-content {
  font-family: 'Montserrat-Bold';
  background: #a4d65e;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 25px;
  color: #0e4e96;
  cursor: pointer;
}
#country-selection .chose-country-container .header {
  color: #28578f;
  text-align: center;
  border-bottom: 2px solid #d6ebff;
  padding: 0 30px 30px 30px;
  max-width: 60%;
}
#country-selection .chose-country-container .countries-list {
  width: 50%;
  display: flex;
}
#country-selection .chose-country-container div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  justify-content: center;
}
#country-selection .chose-country-container div .country {
  color: #004d99;
  padding: 22px 10px;
  min-width: fit-content;
  width: 25%;
  text-align: center;
}
#country-selection .chose-country-container div .country:hover {
  background: #f5faff;
}
@media only screen and (max-width: 767px) {
  #country-selection header .header-content .header-text1 {
    font-size: 1.8vw;
  }
  #country-selection header .header-content .header-button {
    display: none;
  }
  #country-selection .chose-country-container {
    padding-top: 40px;
    min-height: 260px;
  }
  #country-selection .chose-country-container .header-button-content {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  #country-selection .chose-country-container .countries-list {
    font-size: 12px;
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  #country-selection header .header-content .header-text1 {
    font-size: 12px;
  }
  #country-selection header .header-content .header-button {
    display: none;
  }
  #country-selection .chose-country-container {
    min-height: 360px;
  }
  #country-selection .chose-country-container .header-button-content {
    font-size: 14px;
    display: block;
    margin-top: 50px;
    margin-bottom: 18px;
  }
  #country-selection .chose-country-container .countries-list {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #country-selection header .header-content .header-text1 {
    font-size: 14px;
  }
  #country-selection header .header-content .header-button {
    font-size: 16px;
    display: block;
  }
  #country-selection .chose-country-container {
    min-height: 490px;
  }
  #country-selection .chose-country-container .header-button-content {
    display: none;
  }
  #country-selection .chose-country-container .countries-list {
    font-size: 16px;
  }
}
#about {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about header .header-img {
  width: 100%;
}
#about header .header-img.mobile {
  display: block;
}
#about header .header-img.desktop {
  display: none;
}
#about header .header-content {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-height: none;
  width: 80%;
}
#about header .header-content .header-text1 {
  color: #cba3d8;
  margin-top: 10px;
}
#about header .header-content .header-text2 {
  font-family: 'Montserrat-Bold' !important;
  color: #fff;
  margin: 20px 0 40px 0;
  text-align: left;
  width: 100%;
  font-size: 4vw !important;
}
#about header .header-content .header-text3 {
  font-family: 'Montserrat-Bold' !important;
  color: #a4d65e;
  margin-bottom: 35px;
  text-align: left;
  width: 80%;
  font-size: 1.3vw !important;
}
#about header .header-content .buttons {
  display: flex;
  flex-wrap: wrap;
}
#about header .header-content .buttons .header-button1,
#about header .header-content .buttons .header-button2 {
  width: fit-content;
  padding: 15px 24px;
  border-radius: 25px;
  cursor: pointer;
}
#about header .header-content .buttons .header-button1 {
  margin-right: 12px;
  margin-bottom: 12px;
  color: #0e4e96;
  background: #a4d65e;
}
#about header .header-content .buttons .header-button2 {
  margin-bottom: 12px;
  color: #0e4e96;
  background: #fff;
  border: 2px solid #a4d65e;
}
#about .content {
  padding-top: 30px;
  width: 75%;
  line-height: 32px;
}
#about .content .buttons.sm-screen .header-button1,
#about .content .buttons.sm-screen .header-button2 {
  width: fit-content;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
}
#about .content .buttons.sm-screen .header-button1 {
  margin-right: 12px;
  margin-bottom: 12px;
  color: #0e4e96;
  background: #a4d65e;
}
#about .content .buttons.sm-screen .header-button2 {
  margin-bottom: 12px;
  color: #0e4e96;
  background: #fff;
  border: 2px solid #a4d65e;
}
#about .content .dog_owner {
  max-width: 100%;
}
#about .content .bi_cmi_logo {
  max-width: 100%;
}
#about .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#about .content h3,
#about .content p {
  color: #2c333a;
}
#about .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#about .content .normal-text {
  padding: 14px 0;
}
#about .content .list {
  padding: 5px 0 5px 14px !important;
}
@media only screen and (max-width: 400px) {
  #about header .header-img.desktop {
    display: none;
  }
  #about header .header-img.mobile {
    display: block;
  }
  #about header .header-content {
    position: absolute;
    left: 5%;
    top: 0;
    width: 53%;
    height: 96%;
    justify-content: center;
  }
  #about header .header-content .buttons {
    font-size: 12px;
    display: none;
  }
  #about header .header-content .header-text1 {
    font-size: 12px;
  }
  #about header .header-content .header-text3 {
    display: none;
  }
  #about header .header-content .header-button1,
  #about header .header-content .header-button2 {
    font-size: 12px;
  }
  #about .content {
    width: 85%;
  }
  #about .content .sm-screen {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  #about .content .list1-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list1-container .list1-content {
    max-width: unset;
  }
  #about .content .list1-container .joints_simulator_img {
    max-width: 100%;
    height: auto;
  }
  #about .content .list2-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list2-container .list2-content {
    max-width: unset;
  }
  #about .content .list2-container .two_dogs_examples {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 401px) {
  #about header .header-img.desktop {
    display: none;
  }
  #about header .header-img.mobile {
    display: block;
  }
  #about header .header-content {
    position: absolute;
    left: 5%;
    top: 0;
    width: 53%;
    height: 96%;
    justify-content: center;
  }
  #about header .header-content .buttons {
    font-size: 14px;
  }
  #about header .header-content .header-text1 {
    font-size: 12px;
  }
  #about header .header-content .header-text3 {
    display: none;
  }
  #about header .header-content .header-button1,
  #about header .header-content .header-button2 {
    font-size: 12px;
  }
  #about .content {
    width: 65%;
  }
  #about .content .sm-screen {
    display: none;
  }
  #about .content .list1-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list1-container .list1-content {
    max-width: unset;
  }
  #about .content .list1-container .joints_simulator_img {
    max-width: 100%;
    height: auto;
  }
  #about .content .list2-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list2-container .list2-content {
    max-width: unset;
  }
  #about .content .list2-container .two_dogs_examples {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #about header .header-img.desktop {
    display: block;
  }
  #about header .header-img.mobile {
    display: none;
  }
  #about header .header-content {
    position: absolute;
    top: 0;
    left: 5%;
    width: 52%;
    height: 80%;
    justify-content: center;
  }
  #about header .header-content .buttons {
    font-size: 16px;
  }
  #about header .header-content .header-text1 {
    font-size: 12px;
  }
  #about header .header-content .header-text3 {
    display: none;
  }
  #about header .header-content .header-button1,
  #about header .header-content .header-button2 {
    font-size: 14px;
  }
  #about .content {
    width: 65%;
  }
  #about .content .sm-screen {
    display: none;
  }
  #about .content .list1-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list1-container .list1-content {
    max-width: unset;
  }
  #about .content .list1-container .joints_simulator_img {
    max-width: 100%;
    height: auto;
  }
  #about .content .list2-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about .content .list2-container .list2-content {
    max-width: unset;
  }
  #about .content .list2-container .two_dogs_examples {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #about header .header-img.desktop {
    display: block;
  }
  #about header .header-img.mobile {
    display: none;
  }
  #about header .header-content {
    position: absolute;
    top: 0;
    left: 5%;
    width: 52%;
    height: 80%;
    justify-content: center;
  }
  #about header .header-content .header-text1 {
    font-size: 14px;
  }
  #about header .header-content .header-text3 {
    display: block;
  }
  #about header .header-content .header-button1,
  #about header .header-content .header-button2 {
    font-size: 16px;
  }
  #about .content {
    width: 65%;
  }
  #about .content .sm-screen {
    display: none;
  }
  #about .content .list1-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  #about .content .list1-container .list1-content {
    max-width: 48%;
  }
  #about .content .list1-container .joints_simulator_img {
    max-width: 50%;
    height: auto;
  }
  #about .content .list2-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  #about .content .list2-container .list2-content {
    max-width: 48%;
  }
  #about .content .list2-container .two_dogs_examples {
    max-width: 50%;
    height: auto;
  }
}
#d-joint-simulator {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#d-joint-simulator iframe {
  border: 0 none;
}
#d-joint-simulator .unity-wrapper {
  width: 100vw;
  max-height: 75vh;
}
#d-joint-simulator .header-img {
  width: 100%;
}
#d-joint-simulator header {
  height: auto;
}
#d-joint-simulator header .header-content {
  display: flex;
  height: auto;
  flex-direction: column;
  width: 80%;
  padding: 0 0 0 70px;
}
#d-joint-simulator header .header-content h2 {
  font-family: 'Montserrat-Bold' !important;
  color: #28578f;
  margin-bottom: 35px;
}
#d-joint-simulator header .header-content p {
  color: #384044;
  margin-bottom: 35px;
  max-width: 75%;
}
#d-joint-simulator header .header-content .buttons {
  display: flex;
}
#d-joint-simulator header .header-content .buttons .header-button1,
#d-joint-simulator header .header-content .buttons .header-button2 {
  width: fit-content;
  padding: 15px 24px;
  border-radius: 25px;
  cursor: pointer;
}
#d-joint-simulator header .header-content .buttons .header-button1 {
  margin-right: 12px;
  color: #0e4e96;
  background: #a4d65e;
}
#d-joint-simulator header .header-content .buttons .header-button2 {
  color: #0e4e96;
  border: 2px solid #a4d65e;
  background: #fff;
}
@media only screen and (max-width: 400px) {
  #d-joint-simulator .unity-wrapper {
    height: 500px;
  }
  #d-joint-simulator header .header-button1,
  #d-joint-simulator header .header-button2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 401px) {
  #d-joint-simulator .unity-wrapper {
    height: 500px;
  }
  #d-joint-simulator header .header-button1,
  #d-joint-simulator header .header-button2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #d-joint-simulator .unity-wrapper {
    height: 500px;
  }
  #d-joint-simulator header .header-button1,
  #d-joint-simulator header .header-button2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #d-joint-simulator .unity-wrapper {
    height: 75vh;
  }
  #d-joint-simulator header .buttons .header-button1,
  #d-joint-simulator header .buttons .header-button2 {
    font-size: 16px;
  }
  #d-joint-simulator header .header-content {
    padding-top: 70px;
  }
}
#documents {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#documents header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#documents header .header-img {
  width: 100%;
}
#documents header .header-content {
  position: absolute;
  display: flex;
  height: auto;
  left: 5%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  width: 50%;
  top: 0;
  height: 87.5%;
}
#documents header .header-content .header-text1 {
  color: #cba3d8;
  font-size: 14px;
  margin-bottom: 20px;
}
#documents header .header-content h1 {
  font-family: 'Montserrat-Bold' !important;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin: 20px 0 40px 0;
  font-size: 3vw !important;
}
#documents header .header-content h1.no-uppercase {
  text-transform: none;
}
#documents header .header-content .header-text2 {
  color: #a4d65e;
  margin-bottom: 35px;
  max-width: 100%;
}
#documents header .header-content .buttons .header-button1,
#documents header .header-content .buttons .header-button2 {
  width: fit-content;
  border-radius: 25px;
  cursor: pointer;
}
#documents header .header-content .buttons .header-button1 {
  margin-right: 12px;
  color: #0e4e96;
  background: #a4d65e;
}
#documents header .header-content .buttons .header-button2 {
  color: #a4d65e;
  border: 1px solid #a4d65e;
}
#documents .documents-container {
  width: 85%;
  line-height: 32px;
}
#documents .documents-container .sm-screen .header-button1,
#documents .documents-container .sm-screen .header-button2 {
  width: fit-content;
  border-radius: 25px;
  cursor: pointer;
  padding: 15px 15px;
}
#documents .documents-container .sm-screen .header-button1 {
  margin-right: 12px;
  color: #0e4e96;
  background: #a4d65e;
}
#documents .documents-container .sm-screen .header-button2 {
  color: #a4d65e;
  border: 1px solid #a4d65e;
}
#documents .documents-container .header-text2-content {
  color: #000;
}
#documents .documents-container h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding-top: 30px;
}
#documents .documents-container .documents-list {
  padding-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#documents .documents-container .documents-list .pdf-card {
  box-shadow: 0px 0px 12px 0px #c1c1c1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 3% 3% 0 0;
}
#documents .documents-container .documents-list .pdf-card .pdf-thumbnail {
  height: 180px;
  overflow: hidden;
}
#documents .documents-container .documents-list .pdf-card .pdf-thumbnail img {
  width: 100%;
}
#documents .documents-container .documents-list .pdf-card .pdf-description {
  flex: 1;
  padding: 0 22px 16px 22px;
}
#documents .documents-container .documents-list .pdf-card .pdf-description .header {
  color: #8d54a2;
  font-size: 14px;
}
#documents .documents-container .documents-list .pdf-card .pdf-description .text {
  color: #546372;
  font-size: 22px;
}
#documents .documents-container .documents-list .pdf-card .download-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f5faff;
  padding: 18px 20px;
  text-decoration: none;
  color: #2c333a;
}
#documents .documents-container .documents-list .pdf-card .download-button:active {
  color: #2c333a;
}
#documents .documents-container .documents-list .pdf-card .download-button img {
  padding-right: 14px;
}
@media only screen and (max-width: 400px) {
  #documents header .header-img.desktop {
    display: none;
  }
  #documents header .header-img.mobile {
    display: block;
  }
  #documents header .header-content {
    padding: 0;
  }
  #documents header .header-content .buttons {
    display: none;
  }
  #documents header .header-content .buttons .header-button1,
  #documents header .header-content .buttons .header-button2 {
    font-size: 14px;
    padding: 15px 15px;
  }
  #documents header .header-content .header-text2 {
    display: none;
  }
  #documents header .header-content .header-text1 {
    font-size: 12px;
  }
  #documents .documents-container .sm-screen {
    display: flex;
    margin-top: 30px;
  }
  #documents .documents-container .sm-screen a {
    font-size: 12px;
    padding: 15px 15px;
  }
  #documents .documents-container .header-text2-content {
    display: block;
  }
  #documents .documents-container p {
    width: 100%;
  }
  #documents .documents-container .documents-list .pdf-card {
    width: 290px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .header {
    font-size: 12px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 401px) {
  #documents header .header-img.desktop {
    display: none;
  }
  #documents header .header-img.mobile {
    display: block;
  }
  #documents header .header-content {
    padding: 0;
  }
  #documents header .header-content .buttons {
    display: flex;
  }
  #documents header .header-content .header-button1,
  #documents header .header-content .header-button2 {
    font-size: 14px;
    padding: 15px 15px;
  }
  #documents header .header-content .header-text2 {
    display: none;
  }
  #documents header .header-content .header-text1 {
    font-size: 12px;
  }
  #documents .documents-container .sm-screen {
    display: none;
  }
  #documents .documents-container .header-text2-content {
    display: block;
  }
  #documents .documents-container p {
    width: 100%;
  }
  #documents .documents-container .documents-list .pdf-card {
    width: 290px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .header {
    font-size: 12px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #documents header .header-img.desktop {
    display: block;
  }
  #documents header .header-img.mobile {
    display: none;
  }
  #documents header .header-content {
    padding: 0;
  }
  #documents header .header-content .buttons {
    display: flex;
  }
  #documents header .header-content .buttons .header-button1,
  #documents header .header-content .buttons .header-button2 {
    font-size: 14px;
    padding: 15px 24px;
  }
  #documents header .header-content .header-text2 {
    display: none;
  }
  #documents header .header-content .header-text1 {
    font-size: 12px;
  }
  #documents .documents-container .sm-screen {
    display: none;
  }
  #documents .documents-container .header-text2-content {
    display: block;
  }
  #documents .documents-container p {
    width: 100%;
  }
  #documents .documents-container .documents-list .pdf-card {
    width: 290px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .header {
    font-size: 12px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #documents header .header-img.desktop {
    display: block;
  }
  #documents header .header-img.mobile {
    display: none;
  }
  #documents header .header-content .buttons {
    display: flex;
  }
  #documents header .header-content .buttons .header-button1,
  #documents header .header-content .buttons .header-button2 {
    font-size: 16px;
    padding: 15px 24px;
  }
  #documents header .header-content .header-text2 {
    display: block;
  }
  #documents header .header-content .header-text1 {
    font-size: 14px;
  }
  #documents .documents-container .sm-screen {
    display: none;
  }
  #documents .documents-container .header-text2-content {
    display: none;
  }
  #documents .documents-container p {
    width: 70%;
  }
  #documents .documents-container .documents-list .pdf-card {
    width: 350px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .header {
    font-size: 14px;
  }
  #documents .documents-container .documents-list .pdf-card .pdf-description .text {
    font-size: 22px;
  }
}
#cookie-policy {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cookie-policy .content {
  width: 65%;
  line-height: 32px;
}
#cookie-policy .content .text-center {
  text-align: center;
  line-height: 1;
}
#cookie-policy .content a {
  color: #28578f;
}
#cookie-policy .content h1,
#cookie-policy .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#cookie-policy .content h3,
#cookie-policy .content p {
  color: #2c333a;
}
#cookie-policy .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#cookie-policy .content .normal-text {
  padding: 14px 0;
}
#cookie-policy .content .list {
  padding: 5px 0 5px 14px !important;
}
#cookie-policy .content b {
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
@media only screen and (max-width: 767px) {
  #cookie-policy .content {
    width: 75%;
  }
}
#data-protection {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#data-protection .content {
  width: 65%;
  line-height: 32px;
}
#data-protection .content .text-center {
  text-align: center;
  line-height: 1;
}
#data-protection .content a {
  color: #28578f;
}
#data-protection .content h1,
#data-protection .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#data-protection .content h3,
#data-protection .content p {
  color: #2c333a;
}
#data-protection .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#data-protection .content .normal-text {
  padding: 14px 0;
}
#data-protection .content .list {
  padding: 5px 0 5px 14px !important;
}
@media only screen and (max-width: 767px) {
  #data-protection .content {
    width: 75%;
  }
}
#terms-and-conditions {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#terms-and-conditions .content {
  width: 65%;
  line-height: 32px;
}
#terms-and-conditions .content .text-center {
  text-align: center;
}
#terms-and-conditions .content a {
  color: #28578f;
}
#terms-and-conditions .content h1,
#terms-and-conditions .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#terms-and-conditions .content h3,
#terms-and-conditions .content p {
  color: #2c333a;
}
#terms-and-conditions .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#terms-and-conditions .content .normal-text {
  padding: 14px 0;
}
#terms-and-conditions .content .list {
  padding: 5px 0 5px 14px !important;
}
@media only screen and (max-width: 767px) {
  #terms-and-conditions .content {
    width: 75%;
  }
}
#imprint {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#imprint .content {
  width: 65%;
  line-height: 32px;
}
#imprint .content .text-center {
  text-align: center;
}
#imprint .content a {
  color: #28578f;
}
#imprint .content h1,
#imprint .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#imprint .content h3,
#imprint .content p {
  color: #2c333a;
}
#imprint .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#imprint .content .normal-text {
  padding: 14px 0;
}
#imprint .content .list {
  padding: 5px 0 5px 14px !important;
}
@media only screen and (max-width: 767px) {
  #imprint .content {
    width: 75%;
  }
}
#contact {
  font-family: 'Montserrat-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .content {
  width: 65%;
  line-height: 32px;
}
#contact .content .text-center {
  text-align: center;
}
#contact .content a {
  color: #28578f;
}
#contact .content h1,
#contact .content h2 {
  color: #28578f;
  padding: 50px 0 15px 0;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
#contact .content h3,
#contact .content .p-block {
  color: #2c333a;
}
#contact .content h3 {
  font-weight: bold;
  font-family: 'Montserrat-bold';
  padding: 20px 0 0 0;
}
#contact .content .normal-text {
  padding: 14px 0;
}
#contact .content .list {
  padding: 5px 0 5px 14px !important;
}
@media only screen and (max-width: 767px) {
  #contact .content {
    width: 75%;
  }
}
