h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

li {
  font-size: 18px;
  line-height: 24px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.main-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: auto;
}

.form-column {
  overflow: visible;
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.picture-column {
  left: 10px;
  right: 10px;
  min-height: 100%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.container {
  max-width: 1140px;
  padding: 0px 15px;
  background-color: transparent;
  cursor: auto;
}

.container.left {
  text-align: left;
}

.container.center {
  text-align: center;
}

.main-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #090d19;
  background-image: url('/assets/algo-signals.com/images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: transparent;
}

.intro-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #080e2f;
  background-image: url('/assets/algo-signals.com/images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.form-section {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.login-form-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  color: #0c2c52;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.login-btn {
  display: inline-block;
  width: 33%;
  height: 50px;
  max-width: 90%;
  margin: 0px 5px;
  padding: 5px 40px;
  border-radius: 6px;
  background-color: #b93a45;
  direction: ltr;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.after-form-text {
  margin-top: 20px;
  font-family: Varela, sans-serif;
  color: #615b85;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  text-shadow: 1px 0 5px #fff;
}

.still-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #0d112e;
  background-image: url('https://41fa8a.claudeassets.com/20240302023947im_/https://algo-signals.com/images/solution-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.still-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.still-subtitle {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.h1-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.warning-icon {
  display: none;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 20px 20px 5px;
  border: 0px none #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #1b4dee;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.form-box {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-cell {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-cell.form-cell-2 {
  display: block;
  width: 42%;
  max-height: 100%;
  padding-left: 3px;
}

.form-cell.form-cell-1 {
  display: block;
  width: 58%;
  max-height: none;
  padding-right: 4px;
}

.form-cell.form-cell-1 {
  display: block;
  width: 58%;
  max-height: none;
  padding-right: 4px;
}

.form-cell.form-cell-2 {
  display: block;
  width: 42%;
  max-height: 100%;
  min-width: 140px;
  padding-left: 3px;
}

.form-control {
  width: 100%;
  height: 38px;
  margin-bottom: 0px;
  border: 0px none #000;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nice-btn {
  display: inline-block;
  height: auto;
  padding: 18px 60px;
  border-radius: 6px;
  background-color: #354dcd;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nice-btn:hover {
  background-color: #168cf7;
}

.nice-btn.btn-submit {
  display: block;
  width: auto;
  height: auto;
  min-width: 290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-color: #0f49dd;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  white-space: normal;
}

.nice-btn.btn-submit:hover {
  background-color: #168cf7;
}

.nice-btn.generate-pass {
  width: 100%;
  height: 38px;
  padding: 2px 10px;
  background-color: #0d0f1f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
}

.nice-btn.generate-pass:hover {
  background-color: #0f49dd;
}

.nice-btn.login-btn {
  width: 100%;
  height: 50px;
  padding: 7px 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-transform: none;
}

.nice-btn.still-btn {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #27a9df;
  font-family: Varela, sans-serif;
  line-height: 38px;
  text-transform: capitalize;
}

.nice-btn.still-btn:hover {
  background-color: #55aa7f;
}

.nice-btn.solution-btn {
  background-color: #27a9df;
  font-size: 26px;
}

.nice-btn.solution-btn:hover {
  background-color: #354dcd;
}

.nice-btn.max-btn {
  line-height: 1.5em;
  text-transform: none;
}

.nice-btn.drive-btn {
  line-height: 1.5em;
  text-transform: none;
}

.form-container {
  display: inline-block;
  width: 380px;
  max-width: 100%;
  padding: 0px 0px 20px;
  border-radius: 6px;
  background-color: #27a9df;
}

.phone-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.header-logo {
  display: inline-block;
  width: 307px;
  text-align: left;
}

.header {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: #080e1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, hsla(0, 0%, 50.2%, 0.02)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), hsla(0, 0%, 50.2%, 0.02) 50%, hsla(0, 0%, 100%, 0.05));
  color: #4d4d4d;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prefix-cell {
  width: 30%;
  padding-right: 4px;
  padding-left: 5px;
}

.phone-cell {
  width: 70%;
  padding-right: 5px;
  padding-left: 3px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #0d1132 #ff9c00 transparent;
  background-color: #0f0f21;
  font-family: Lato, sans-serif;
}

.footer-nav {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-item {
  margin: 5px 20px 10px 0px;
  list-style-type: decimal;
}

.list-item.footer-nav-item {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer-link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Varela, sans-serif;
  color: #939ba7;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-logo-wrapper {
  width: 210px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 307px;
}

.form-pre-wrap {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: #fff;
}

.form-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 40px 30px;
  border: 1px none #000;
}

.login-form {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
}

.login-form-control {
  width: 100%;
  height: 38px;
  margin-bottom: 0px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.login-form-control.pass-control {
  height: 42px;
  padding-left: 35px;
  background-color: #eee;
  background-image: url('https://3e5647.claudeassets.com/20240302023947im_/https://algo-signals.com/images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px 22px;
  background-repeat: no-repeat;
}

.login-form-control.pass-control.form-control {
  height: 50px;
  padding-left: 48px;
  background-color: #eee;
  background-position: 15px 50%;
  font-weight: 400;
}

.login-form-control.email-control {
  height: 42px;
  padding-left: 48px;
  background-color: #eee;
  background-image: url('https://b1065f.claudeassets.com/20240302023947im_/https://algo-signals.com/images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
}

.login-form-control.email-control.form-control {
  height: 50px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #eee;
  background-image: url('https://674789.claudeassets.com/20240302023947im_/https://algo-signals.com/images/fa-user_1fa-user.png');
  background-position: 15px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 20px;
  font-weight: 400;
}

.form-group {
  margin-bottom: 12px;
}

.column-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-7 {
  padding-right: 5px;
  padding-left: 5px;
}

.intro-span {
  color: #fff;
  font-weight: 900;
}

.content-section {
  margin-bottom: 40px;
  padding-top: 40px;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.utility-page-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-4 {
  font-size: 28px;
}

.red-line {
  display: none;
  margin-bottom: 0px;
  background-color: red;
}

.container-5 {
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  text-align: left;
}

.timer-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.bold-text-3 {
  font-weight: 900;
}

.bold-text-4 {
  color: #0c2c52;
  font-size: 28px;
  line-height: 36px;
}

.login-form-subtitle {
  font-family: Varela, sans-serif;
  text-align: center;
}

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

.f-c {
  width: 100%;
  height: 38px;
  margin-bottom: 0px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.f-c.control-bordered {
  position: relative;
  left: auto;
  right: auto;
  height: 56px;
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}

.f-c.control-bordered.textarea {
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
}

.f-c.control-bordered.textarea.form-control {
  position: static;
  left: auto;
  right: auto;
  min-height: 30vh;
}

.contact-cell {
  margin-bottom: 10px;
}

.contact-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid solid none;
  border-width: 0px;
  border-color: #fff;
  background-color: #e9e9e9;
  background-image: url('https://b2d356.claudeassets.com/20240302023947im_/https://algo-signals.com/images/contact-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.form-label {
  width: 270px;
  max-width: 100%;
  padding-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.pop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.pop-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 23px;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.2;
}

.breadcrumbs {
  margin-bottom: 0px;
  text-align: left;
}

.logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.picture-img {
  height: 100%;
  background-color: #f0ead0;
  background-image: url('/assets/algo-signals.com/images/poster_index.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl {
  color: #27aae0;
}

.make-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  width: 50%;
}

.col.text-col {
  width: 53%;
}

.col.img-col {
  width: 47%;
}

.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
}

.title.solution-title {
  color: #fff;
  text-align: center;
}

.title.max-title {
  text-align: center;
}

.title.team-title {
  text-align: center;
}

.title.mission-title {
  color: #fff;
  text-align: center;
}

.make-list {
  margin-bottom: 40px;
}

.make-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.li-round {
  width: 9px;
  height: 9px;
  min-width: 9px;
  margin-top: 10px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #27a9df;
}

.li-text {
  font-family: Varela, sans-serif;
  color: #252e3c;
  font-size: 19px;
  line-height: 1.5em;
}

.solution-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #26359a;
  background-image: url('https://41fa8a.claudeassets.com/20240302023947im_/https://algo-signals.com/images/solution-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-subtitle {
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.solution-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47.5%;
  min-height: 100px;
  margin-right: 2.5%;
  margin-bottom: 40px;
}

.sol-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 145px;
  min-height: 145px;
  min-width: 145px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27a9df;
}

.sol-title {
  margin-top: 0px;
  margin-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}

.sol-text {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
}

.center-block {
  text-align: center;
}

.max-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.max-row {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.float-img-left {
  position: static;
  max-width: 500px;
  min-width: 0px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  clear: none;
}

.max-img-1 {
  margin-top: 0px;
}

.max-text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #646d7a;
  font-size: 16px;
  line-height: 1.4em;
}

.float-img-right {
  max-width: 500px;
  min-width: 0px;
  margin-left: 20px;
  float: right;
}

.max-img-2 {
  margin-top: 0px;
}

.max-row-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
}

.title.max-row-title {
  margin-bottom: 15px;
  font-size: 24px;
}

.title.team-title {
  margin-bottom: 15px;
  font-size: 24px;
}

.title.drive-title {
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col-1 {
  width: 50%;
}

.footer-text {
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.rooter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.foo-rights {
  margin-right: 20px;
  white-space: nowrap;
}

.foo-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.foo-soc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 80%;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.foo-soc-link:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.footer-disclaimer {
  font-family: Varela, sans-serif;
  color: #939ba7;
  font-size: 14px;
  line-height: 1.4;
}

.wh {
  color: #fff;
}

.team-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-row {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.team-text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #646d7a;
  font-size: 16px;
  line-height: 1.4em;
}

.team-img {
  margin-top: 0px;
}

.mission-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1b2131;
  background-image: url('https://5d51e5.claudeassets.com/20240302023947im_/https://algo-signals.com/images/mission-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-text {
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.drive-section {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

.drive-img-1 {
  margin-top: 0px;
}

.drive-img-2 {
  margin-top: 0px;
}

.drive-text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #646d7a;
  font-size: 16px;
  line-height: 1.4em;
}

.drive-row {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.drive-row.mb0 {
  margin-bottom: 0px;
}

.a-link {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #27aae0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .main-title {
    font-size: 32px;
  }

  .columns.main-columns {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-column {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .picture-column {
    left: 0px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    max-width: 738px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.main-container {
    text-align: center;
  }

  .main-section {
    margin-top: 0px;
  }

  .intro-section {
    margin-top: 0px;
  }

  .still-title {
    line-height: 44px;
  }

  .still-subtitle {
    line-height: 36px;
  }

  .form-container {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-logo {
    max-width: none;
    margin-right: 15px;
  }

  .header-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-pre-wrap {
    margin-bottom: 40px;
  }

  .form-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-5 {
    max-width: 738px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-10 {
    margin-bottom: 30px;
  }

  .picture-img {
    height: 450px;
  }

  .col.text-col {
    width: 60%;
  }

  .col.img-col {
    width: 40%;
  }

  .title {
    font-size: 28px;
  }

  .title.max-title {
    font-size: 28px;
  }

  .title.team-title {
    font-size: 28px;
  }

  .li-text {
    font-size: 18px;
    line-height: 1.3em;
  }

  .sol-ico {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .float-img-left {
    max-width: 210px;
    margin-bottom: 20px;
  }

  .float-img-right {
    max-width: 210px;
    margin-bottom: 20px;
  }

  .title.max-row-title {
    font-size: 22px;
  }

  .title.team-title {
    font-size: 22px;
  }

  .title.drive-title {
    font-size: 22px;
  }

  .footer-col-1 {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .main-title {
    font-size: 30px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.footer-container {
    text-align: left;
  }

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

  .login-form-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .login-btn {
    width: 100%;
    max-width: 100%;
  }

  .after-form-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .still-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .still-subtitle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .form-cell {
    width: 100%;
  }

  .nice-btn {
    padding: 15px 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .nice-btn.login-btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nice-btn.still-btn {
    font-size: 28px;
  }

  .header-logo {
    width: 250px;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-logo-wrapper {
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }

  .footer-logo {
    width: 210px;
  }

  .form-pre-wrap {
    margin-right: 27px;
    margin-left: 27px;
  }

  .form-block {
    padding: 20px 17px;
  }

  .login-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .login-form-control.pass-control.form-control {
    margin-bottom: 10px;
  }

  .login-form-control.email-control.form-control {
    margin-bottom: 20px;
  }

  .red-line {
    display: none;
  }

  .container-5 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .bold-text-4 {
    font-size: 26px;
    line-height: 32px;
  }

  .contact-cell.contact-cell-1 {
    margin-bottom: 0px;
  }

  .contact-form-warp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-9 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .pop-h {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-p {
    font-size: 16px;
    line-height: 20px;
  }

  .picture-img {
    height: 320px;
  }

  .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .col.text-col {
    width: 100%;
    text-align: center;
  }

  .col.img-col {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .title {
    font-size: 25px;
    text-align: center;
  }

  .title.max-title {
    font-size: 25px;
  }

  .title.team-title {
    font-size: 25px;
  }

  .make-list {
    display: inline-block;
  }

  .make-li {
    font-size: 16px;
  }

  .li-round {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-top: 7px;
  }

  .li-text {
    font-size: 16px;
    text-align: left;
  }

  .solution-subtitle {
    font-size: 16px;
  }

  .solution-items {
    margin-bottom: 20px;
  }

  .solution-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 60px;
  }

  .sol-ico {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .sol-text {
    font-size: 14px;
  }

  .max-row {
    text-align: left;
  }

  .max-text {
    font-size: 14px;
  }

  .title.max-row-title {
    font-size: 20px;
  }

  .title.team-title {
    font-size: 20px;
  }

  .title.drive-title {
    font-size: 20px;
  }

  .footer-text {
    font-size: 12px;
  }

  .rooter-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .foo-rights {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .foo-soc {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-disclaimer {
    font-size: 12px;
  }

  .make-img {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .team-row {
    text-align: left;
  }

  .team-text {
    font-size: 14px;
  }

  .mission-text {
    font-size: 16px;
  }

  .drive-text {
    font-size: 14px;
  }

  .drive-row {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 40px;
  }

  .main-title {
    font-size: 20px;
    line-height: 28px;
  }

  .form-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .picture-column {
    padding: 0px;
  }

  .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.footer-container {
    text-align: center;
  }

  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .login-form-title {
    font-size: 24px;
    line-height: 28px;
  }

  .login-btn {
    margin-top: 0px;
    font-size: 18px;
    line-height: 33px;
  }

  .after-form-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .still-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .still-title {
    font-size: 25px;
    line-height: 34px;
  }

  .still-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .h1-3 {
    font-size: 26px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .form-cell.form-cell-2 {
    width: 50%;
  }

  .form-cell.form-cell-1 {
    width: 50%;
  }

  .form-cell.form-cell-2 {
    min-width: 0px;
  }

  .nice-btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .nice-btn.btn-submit {
    min-width: 100%;
  }

  .form-container {
    max-width: 100%;
  }

  .header-logo {
    width: 190px;
    margin-right: 0px;
  }

  .header {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .footer-nav {
    margin-top: 10px;
  }

  .list-item {
    margin-top: 0px;
    font-size: 14px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-logo-wrapper {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-logo {
    width: 207px;
  }

  .form-pre-wrap {
    margin: 20px 0px;
  }

  .form-block {
    padding: 20px 15px;
  }

  .content-section {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .red-line {
    margin-bottom: 15px;
  }

  .container-5 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 0px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .pop-h {
    font-size: 28px;
  }

  .picture-img {
    height: 210px;
  }

  .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sol-ico {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .sol-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .sol-text {
    text-align: center;
  }

  .max-row {
    text-align: left;
  }

  .float-img-left {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .float-img-right {
    overflow: hidden;
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: 0px;
    margin-left: 0px;
    float: none;
    border: 1px none #000;
    text-align: center;
  }

  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col-1 {
    width: 100%;
  }

  .rooter-row {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-row {
    text-align: left;
  }

  .drive-row {
    text-align: left;
  }
}


/*
     FILE ARCHIVED ON 22:35:12 Jul 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:37:11 Sep 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.698
  exclusion.robots: 0.098
  exclusion.robots.policy: 0.082
  esindex: 0.011
  cdx.remote: 12.594
  LoadShardBlock: 89.245 (3)
  PetaboxLoader3.datanode: 139.217 (5)
  load_resource: 114.174
  PetaboxLoader3.resolve: 35.858
  loaddict: 52.662
*/