body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

.head {
  min-height: 500px;
  padding: 190px 40px 120px;
  position: relative;
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 40px;
  text-align: left;
}

header img {
  max-width: 150px !important;
}

header ul {
  margin: 0 0 0 12px;
}

header li:not(:last-child) {
  margin: 0 23px 0 0 !important;
}

header a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
}

header .btn.btn-primary {
  background: rgba(255,255,255,0.2);
  border: none;
  border-radius: 30px;
  box-shadow: none !important;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 500;
}

header .btn.btn-primary i {
  margin-left: 8px;
}

h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 400;
  margin: 12px 0 0;
  cursor: default;
}

.head p {
  font-size: 17px !important;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin: 12px 0 0;
  cursor: default;
}

.why {
  padding: 80px 40px;
  font-size: 17px;
}

h2 {
  font-size: 26px;
}

.why p {
  margin: 0;
}

.why p:not(:last-child) {
  margin: 0 0 14px;
}

.why i {
  margin-right: 8px;
}

.why i.check {
  color: #2acb8e;
}

.why i.cross {
  color: #dc4c43;
}

.light-bg {
  background-color: #f9f9f9;
}

.dark-bg {
  background-color: #2a2045;
}

.partnerships img {
  max-width: 160px;
  max-height: 34px;
  /*height: 28px;*/
}

.partnerships h2 {
  font-size: 34px;
}

a {
  color: #635bff;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #5b52f9;
}

/* footer */

footer {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
}

.footer {
  padding: 45px 14px 58px;
}

.footer .img-fluid {
  max-width: 145px;
  margin: 0 0 2px;
}

.footer h6 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 4px;
}

.footer li {
  font-size: 15px;
}

.footer li a {
  color: #4d4f5c !important;
  font-weight: 400;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer li a:hover {
  color: #5041de !important;
}

/* do not remove */

.hide {
  visibility: hidden !important;
  position: fixed !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

