@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9194a1;
}

.button__action {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  background-color: #fa5757;
  border: 1px solid transparent;
  cursor: pointer;
}
.button__action:hover {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #fa5757;
  border: 1px solid #fa5757;
  background-color: #ffffff;
}
.button__main {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  background-color: #5368df;
  border: 1px solid transparent;
  cursor: pointer;
}
.button__main:hover {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #5368df;
  border: 1px solid #5368df;
  background-color: #ffffff;
}
.button__second {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #252b46;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  cursor: pointer;
}
.button__second:hover {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
  color: #252b46;
  border: 1px solid #252b46;
  background-color: #ffffff;
}

.attribution {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.attribution__text {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #ffffff;
}
.attribution a {
  color: #fa5757;
  text-decoration: none;
}
.attribution a:hover {
  text-decoration: underline;
}

.bg-darkblue {
  background-color: #252b46;
}

.bg-softblue {
  background-color: #5368df;
  color: #ffffff;
}

.input-message {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-right: 8px;
}
.input__group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
}
.input__group > input {
  width: 100%;
  border: 1px solid transparent;
  outline: transparent;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 8px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #9194a1;
  border-radius: 4px;
}
.input__group > input::placeholder {
  color: #9194a1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.input__group > input:focus {
  border: 1px solid #252b46;
  outline: #252b46;
}
.input__group-error {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-color: #fa5757;
  flex-direction: column;
  border-radius: 4px;
}
.input__group-error > input {
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 8px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #9194a1;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #fa5757;
  outline: #fa5757;
  background-image: url("/Assets/images/icon-error.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 12px;
}
.input__group-error > input::placeholder {
  color: #9194a1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.input__group-error > input:focus {
  border: 1px solid #fa5757;
  outline: #fa5757;
  background-image: url("/Assets/images/icon-error.svg");
}
.input__group-great {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-color: #9adac1;
  flex-direction: column;
  border-radius: 4px;
}
.input__group-great::placeholder {
  color: #9adac1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.input__group-great:focus {
  border: 1px solid #fa5757;
  outline: #9adac1;
  background-image: url("/Assets/images/icon-error.svg");
}

.dropdown {
  cursor: pointer;
}

.navbar {
  padding-top: 0;
  padding-left: 128px;
  padding-bottom: 0;
  padding-right: 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .navbar {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar__logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.navbar__list {
  list-style: none;
  display: inherit;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .navbar__list {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    justify-content: center;
    align-items: center;
  }
}
.navbar__list__item {
  padding-top: 0;
  padding-left: 16px;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #252b46;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .navbar__list__item {
    width: 100%;
    color: #ffffff;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 8px;
    padding-right: 0;
  }
  .navbar__list__item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.navbar__list__item:hover {
  color: #fa5757;
}
.navbar__list__item > button {
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .navbar__expand {
    position: fixed;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: rgba(37, 43, 70, 0.8);
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
.navbar__expand__logo {
  width: 100%;
}
.navbar.social {
  list-style: none;
  display: none;
  justify-content: center;
  align-items: center;
}
.navbar .item {
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 128px;
  padding-bottom: 0;
  padding-right: 128px;
}
@media only screen and (max-width: 1024px) {
  .hero {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 16px;
    padding-bottom: 0;
    padding-right: 16px;
  }
}
.hero__image {
  width: 100%;
  height: auto;
}
.hero__image > img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .hero__description {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero__description__title {
  color: #252b46;
  font-size: 39.6px;
  font-weight: 500;
  line-height: 59.4px;
}
.hero__description__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.hero__description__buttons {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .hero__description__buttons {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.features {
  flex-direction: column;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-left: 128px;
  padding-bottom: 96px;
  padding-right: 128px;
}
@media only screen and (max-width: 1024px) {
  .features {
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }
}
.features__span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 5px;
}
.features__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 40.5px;
  color: #252b46;
}
.features__title-white {
  font-size: 27px;
  font-weight: 500;
  line-height: 40.5px;
  color: #ffffff;
  text-align: center;
}
.features__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .features__description {
    width: 100%;
  }
}
.features__tab {
  width: 100%;
}
.features__tab__navtab {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-bottom: 2px solid #f7f7f7;
  width: 50%;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .features__tab__navtab {
    width: 100%;
    flex-direction: column;
    margin: 0;
    border-top: 2px solid #f7f7f7;
    border-bottom: none;
  }
}
.features__tab__navtab__item {
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .features__tab__navtab__item {
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 16px;
    padding-right: 0;
    width: 100%;
    border-to: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    text-align: center;
  }
}
.features__tab__navtab__item:hover {
  color: #fa5757;
}
.features__tab__navtab__item.active {
  color: #252b46;
  border-bottom: 3px solid #fa5757;
}
.features__tab__section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .features__tab__section {
    flex-direction: row;
  }
}
.features__tab__section__item {
  display: none;
  padding-top: 64px;
  padding-left: 0;
  padding-bottom: 64px;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .features__tab__section__item {
    flex-direction: column;
  }
}
.features__tab__section__item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features__tab__section__item__description {
  padding-top: 0;
  padding-left: 64px;
  padding-bottom: 0;
  padding-right: 64px;
}
@media only screen and (max-width: 1024px) {
  .features__tab__section__item__description {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.features__tab__section__item__description__title {
  font-size: 27px;
  font-weight: 500;
  line-height: 40.5px;
  color: #252b46;
}
.features__tab__section__item__description__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.features__tab__section__item__description > button {
  display: none;
}
.features__tab__section__item__illustration {
  width: 100%;
  height: auto;
}
.features__tab__section__item__illustration > img {
  width: 100%;
  height: auto;
}
.features__download {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .features__download {
    flex-direction: column;
  }
}
.features__download__item {
  flex-direction: column;
  margin: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  -webkit-box-shadow: 0px 5px 5px rgba(83, 104, 223, 0.12);
  -moz-box-shadow: 0px 5px 5px rgba(83, 104, 223, 0.12);
  box-shadow: 0px 5px 5px rgba(83, 104, 223, 0.12);
}
.features__download__item__body {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
}
.features__download__item__bodytitle {
  color: #252b46;
  font-size: 21.6px;
  font-weight: 500;
  line-height: 32.4px;
}
.features__download__item__bodytext {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}
.features__download__footer {
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 0;
  padding-right: 16px;
  background-image: url("../images/bg-dots.svg");
  background-repeat: no-repeat;
}
.features__accordion {
  width: 50%;
}
.features__accordion__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #9194a1;
  cursor: pointer;
}
.features__accordion__item.open:after {
  content: url("../images/icon-arrow-up.svg");
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 16px;
}
.features__accordion__item:first-child {
  border-top: 1px solid #9194a1;
}
.features__accordion__item:after {
  content: url("../images/icon-arrow.svg");
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 16px;
}
.features__accordion__itemtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #252b46;
}
.features__accordion__itemtitle:hover {
  color: #fa5757;
}
@media only screen and (max-width: 1024px) {
  .features__accordion {
    flex-direction: row;
    width: 100%;
  }
}
.features__collapse {
  display: none;
}
.features__collapse.open {
  width: 100%;
  color: rgba(37, 43, 70, 0.7);
  display: block;
}
.features__collapse__item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.features__form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: 40%;
}
.features__form > button {
  width: 30%;
  margin-top: 0;
}
.features__form > button:hover {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .features__form > button {
    width: 100%;
    margin: 0;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .features__form {
    width: 100%;
    flex-direction: column;
  }
}
.features > button {
  margin-top: 64px;
}
.features > button:hover {
  margin-top: 64px;
}

.footer {
  background-color: #252b46;
  padding-top: 0;
  padding-left: 128px;
  padding-bottom: 0;
  padding-right: 128px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
  }
}
.footer .navbar {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer .navbar {
    flex-direction: column;
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
    display: inherit;
    justify-content: center;
    align-items: center;
  }
}
.footer .navbar__list {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.footer .navbar__list__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.footer .navbar__list__item:hover {
  color: #fa5757;
}
.footer .navbar__social {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .footer .navbar__social {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.footer .navbar__social__item {
  padding-top: 0;
  padding-left: 16px;
  padding-bottom: 0;
  padding-right: 16px;
  cursor: pointer;
}
.footer .navbar__social__item:hover {
  color: #fa5757;
}

/*# sourceMappingURL=style.css.map */
