@font-face {
  font-family: "ublox-reg";
  src: url("../fonts/ublox_rg.ttf") format("truetype"), url("../fonts/ublox_rg.woff") format("woff"), url("../fonts/ublox_rg.woff2") format("woff2");
}
@font-face {
  font-family: "ublox-light";
  src: url("../fonts/ublox_lt.ttf") format("truetype"), url("../fonts/ublox_lt.woff") format("woff"), url("../fonts/ublox_lt.woff2") format("woff2");
}
@font-face {
  font-family: "ublox-bold";
  src: url("../fonts/ublox_bd.ttf") format("truetype"), url("../fonts/ublox_bd.woff") format("woff"), url("../fonts/ublox_bd.woff2") format("woff2");
}
body {
  margin: 0;
  background: #1386b2;
}
* {
  box-sizing: border-box;
}

.container {
  max-width: 1500px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 950px) {
  .container {
    background: #1386b2;
  }
}
@media only screen and (min-width: 1100px) {
  .container {
    background: #1386b2;
  }
}
.container .image-form {
  flex-basis: auto;
  background: #1386b2;
  position: relative;
  align-items: center;
  padding-top: 4rem;
}
@media only screen and (min-width: 950px) {
  .container .image-form {
    display: flex;
  }
}
.container .image-form .logo {
  height: 20px;
  width: auto;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 1rem 2rem;
}
@media only screen and (min-width: 950px) {
  .container .image-form .logo {
    height: 50px;
  }
}
.container .image-form .image {
  height: auto;
  background: #1386b2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 950px) {
  .container .image-form .image {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.container .image-form .image .image-wrapper {
  position: relative;
}
@media only screen and (min-width: 950px) {
  .container .image-form .image .image-wrapper {
    height: 90%;
    width: 100%;
  }
}
.container .image-form .image .image-wrapper img {
  width: 85%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.container .image-form .image .image-wrapper svg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotate(345deg);
}
.container .image-form .image .image-wrapper svg text {
  font-size: 4px;
  fill: black;
}
.container .image-form .form {
  height: auto;
  background: #1386b2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media only screen and (min-width: 450px) {
  .container .image-form .form {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 950px) {
  .container .image-form .form {
    height: auto;
    width: 50%;
  }
}
.container .image-form .form .form-wrapper {
  width: 100%;
  background-color: white;
  border-radius: 2%;
  padding: 1rem;
}
@media only screen and (min-width: 950px) {
  .container .image-form .form .form-wrapper {
    height: 75%;
    width: 70%;
    padding: 2rem;
  }
}
.container .image-form .form .form-wrapper p {
  font-size: 1.2rem;
  font-family: "ublox-bold";
  margin: 0 0 1rem 0;
}
.container .image-form .form .form-wrapper .hbspt-form form label {
  font-family: "ublox-reg";
  font-size: 12px;
}
.container .image-form .form .form-wrapper .hbspt-form form input,
.container .image-form .form .form-wrapper .hbspt-form form select {
  width: 100%;
  border: 1px solid grey;
  border-radius: 2px;
  background: #f5f8fa;
  margin-bottom: 0.5rem;
  height: 30px;
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container {
  height: auto !important;
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container ul {
  list-style: none;
  padding-inline-start: 0px;
  margin: 1rem 0 0 0;
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container ul li label {
  display: flex;
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container ul li label input {
  height: 45px;
  width: 45px;
}
@media only screen and (min-width: 950px) {
  .container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container ul li label input {
    height: 10px;
    width: 10px;
  }
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container ul li label p {
  font-size: 10px;
  font-family: "ublox-light";
}
.container .image-form .form .form-wrapper .hbspt-form form .legal-consent-container a {
  font-size: 12px;
}
.container .image-form .form .form-wrapper .hbspt-form form .hs-submit input {
  background-color: #ff6e59;
  width: fit-content;
  padding: 0.5rem 1rem;
  border: none;
  color: white;
}
.container .highlights {
  background: #1386b2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 450px) {
  .container .highlights {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 950px) {
  .container .highlights {
    flex-direction: row;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
  }
}
.container .highlights p {
  font-family: "ublox-bold";
  color: white;
}
@media only screen and (min-width: 950px) {
  .container .highlights p {
    flex-basis: 25%;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  .container .highlights p {
    font-size: 16px;
  }
}
.container .highlights ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 950px) {
  .container .highlights ul {
    flex-basis: 75%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.container .highlights ul li {
  display: flex;
  width: 50%;
  align-items: center;
}
@media only screen and (min-width: 950px) {
  .container .highlights ul li {
    width: 33%;
  }
}
.container .highlights ul li img {
  height: auto;
  width: 50px;
  margin-right: 1rem;
  border: 2px solid white;
  border-radius: 50%;
  height: 30px;
  width: auto;
  padding: 0.4rem;
}
@media only screen and (min-width: 950px) {
  .container .highlights ul li img {
    height: 50px;
  }
}
.container .highlights ul li p {
  flex-grow: 1;
}
@media only screen and (min-width: 950px) {
  .container .highlights ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  .container .highlights ul li p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 950px) {
  .container .highlights {
    height: 150px;
  }
}

.footer {
  background: rgb(0, 0, 0);
  flex-basis: 100px;
  display: flex;
  align-items: center;
}
.footer p {
  color: white;
  font-family: "ublox-bold";
  padding: 1rem;
  margin: 0 0 0 1rem;
}