@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/* controls */
.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: #e3e3e3;
  padding-left: 56px;
  padding-right: 56px;
  border-radius: 70px;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .button {
    font-size: 16px;
    height: 48px;
    padding-left: 41px;
    padding-right: 41px;
  }
}
.button.primary {
  background: #2e4ab0;
}
.button.primary:hover {
  background: #5576e9;
}

/* blocks */
.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nav .logo-wrap .logo {
  width: 92px;
  height: 52px;
}
@media (max-width: 980px) {
  .nav .logo-wrap .logo {
    width: 50px;
    height: 29px;
  }
}
.nav .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .nav .menu.desktop {
    display: none;
  }
}
.nav .menu.mobile {
  display: none;
}
@media (max-width: 980px) {
  .nav .menu.mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
}
.nav .menu > .menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  margin-left: 23px;
}
.nav .menu > .menu-item .menu-item-icon {
  margin-right: 8px;
}
.nav .menu > .menu-item > span, .nav .menu > .menu-item > .menu-item-icon {
  opacity: 0.5;
}
.nav .menu > .menu-item:hover > span, .nav .menu > .menu-item:hover > .menu-item-icon {
  opacity: 1;
}
.nav .menu > .menu-item.menu-products {
  position: relative;
}
.nav .menu > .menu-item.menu-products .menu-popover {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  display: none;
  position: absolute;
  top: 70%;
  right: 0;
  z-index: 5;
  width: 300px;
  background: #222227;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.nav .menu > .menu-item.menu-products:hover .menu-popover {
  display: flex;
}

.hero {
  padding: 54px;
}
@media (max-width: 980px) {
  .hero {
    padding: 24px 16px;
  }
}
.hero .hero-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 660px;
}
@media (max-width: 980px) {
  .hero .hero-wrap {
    height: 575px;
    padding-top: 352px;
    margin-bottom: 41px;
  }
}
.hero .hero-wrap .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 780px;
}
.hero .hero-wrap .hero-content .hero-text {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  .hero .hero-wrap .hero-content .hero-text {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.meet-products {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}
@media (max-width: 980px) {
  .meet-products {
    margin-bottom: 40px;
  }
}
.meet-products .products-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 830px;
}
@media (max-width: 980px) {
  .meet-products .products-content {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.meet-products .products-content .products-title {
  color: #646464;
  font-size: 48px;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .meet-products .products-content .products-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.meet-products .products-content .products-title .tipz-products {
  color: #e3e3e3;
  font-weight: 700;
}
.meet-products .products-content .products-text {
  font-size: 21px;
}
@media (max-width: 980px) {
  .meet-products .products-content .products-text {
    font-size: 16px;
  }
}

.tipz-me .section-content {
  padding-left: 500px;
  background-image: url(../img/tipz.me.svg);
  background-position: 5% center;
  height: 520px;
  padding-top: 90px;
}
@media (max-width: 980px) {
  .tipz-me .section-content {
    height: auto;
    padding-top: 400px;
    padding-left: 0;
    background-image: url(../img/tipz.me.mobile.svg);
    background-position: 0% -34px;
  }
}
.tipz-me .section-title {
  margin-left: -50px;
}
@media (max-width: 980px) {
  .tipz-me .section-title {
    margin-left: 0;
  }
}
.tipz-me .section-title-emphazis {
  color: #5576e9;
}
.tipz-me .section-text {
  width: 470px;
}
@media (max-width: 980px) {
  .tipz-me .section-text {
    width: auto;
  }
}
.tipz-me .section-btn img {
  width: 173px;
  margin-left: 6px;
}

.product-section.tipz-menu {
  margin-top: 200px;
}
@media (max-width: 980px) {
  .product-section.tipz-menu {
    margin-top: 142px;
  }
}
.product-section.tipz-menu .section-content {
  background-image: url(../img/tipz.menu.png);
  background-size: 542px 490px;
  background-position: right center;
  height: 490px;
  padding-top: 70px;
}
@media (max-width: 980px) {
  .product-section.tipz-menu .section-content {
    background-image: url(../img/tipz.menu.mobile.png);
    background-size: 300px 380px;
    background-position: right top;
    height: auto;
    padding-top: 375px;
  }
}
.product-section.tipz-menu .section-title {
  font-size: 88px;
}
@media (max-width: 980px) {
  .product-section.tipz-menu .section-title {
    margin-bottom: 15px;
  }
}
.product-section.tipz-menu .section-title-emphazis {
  color: #fc822e;
}
.product-section.tipz-menu .section-text {
  width: 470px;
}
@media (max-width: 980px) {
  .product-section.tipz-menu .section-text {
    width: auto;
  }
}
.product-section.tipz-menu .section-btn img {
  width: 222px;
}

.product-section.tipz-analytics {
  margin-top: 200px;
}
@media (max-width: 980px) {
  .product-section.tipz-analytics {
    margin-top: 60px;
  }
}
.product-section.tipz-analytics .section-content {
  padding-left: 500px;
  background-image: url(../img/tipz.analytics.svg);
  background-position: 5% center;
  height: 520px;
  padding-top: 20px;
}
@media (max-width: 980px) {
  .product-section.tipz-analytics .section-content {
    background-image: url(../img/tipz.analytics.mobile.svg);
    padding-left: 0;
    background-size: 300px 380px;
    background-position: left top;
    height: auto;
    padding-top: 400px;
  }
}
.product-section.tipz-analytics .section-title {
  margin-left: -50px;
  font-size: 88px;
}
@media (max-width: 980px) {
  .product-section.tipz-analytics .section-title {
    margin-left: 0;
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 7px;
  }
}
.product-section.tipz-analytics .section-title-emphazis {
  color: #2ba646;
}
.product-section.tipz-analytics .section-text {
  width: 470px;
}
@media (max-width: 980px) {
  .product-section.tipz-analytics .section-text {
    width: auto;
  }
}
.product-section.tipz-analytics .section-btn img {
  width: 208px;
}

.product-section.tipz-hh {
  margin-top: 200px;
}
@media (max-width: 980px) {
  .product-section.tipz-hh {
    margin-top: 96px;
  }
}
.product-section.tipz-hh .section-content {
  background-image: url(../img/tipz.hh.svg);
  background-size: 542px 490px;
  background-position: right center;
  height: 490px;
  padding-top: 40px;
}
@media (max-width: 980px) {
  .product-section.tipz-hh .section-content {
    background-image: url(../img/tipz.hh.mobile.svg);
    background-size: 286px 381px;
    background-position: right top;
    height: auto;
    padding-top: 400px;
  }
}
@media (max-width: 980px) {
  .product-section.tipz-hh .section-title {
    margin-left: 0;
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 7px;
  }
}
.product-section.tipz-hh .section-title-emphazis {
  color: #f64041;
}
.product-section.tipz-hh .section-text {
  font-size: 21px;
  width: 500px;
}
@media (max-width: 980px) {
  .product-section.tipz-hh .section-text {
    font-size: 18px;
    width: auto;
  }
}
.product-section.tipz-hh .section-btn {
  margin-top: 25px;
}
.product-section.tipz-hh .section-btn img {
  width: 125px;
}

.product-section.tipz-app {
  margin-top: 200px;
}
@media (max-width: 980px) {
  .product-section.tipz-app {
    margin-top: 50px;
  }
}
.product-section.tipz-app .section-content {
  padding-left: 500px;
  background-image: url(../img/tipz.app.svg);
  background-position: 5% center;
  height: 520px;
  padding-top: 70px;
}
@media (max-width: 980px) {
  .product-section.tipz-app .section-content {
    background-image: url(../img/tipz.app.mobile.png);
    padding-left: 0;
    background-position: left top;
    background-size: 280px 395px;
    height: auto;
    padding-top: 410px;
  }
}
.product-section.tipz-app .section-title-emphazis {
  color: #5b9dff;
}
@media (max-width: 980px) {
  .product-section.tipz-app .section-title {
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 7px;
  }
}
.product-section.tipz-app .section-text {
  width: 470px;
}
@media (max-width: 980px) {
  .product-section.tipz-app .section-text {
    width: auto;
  }
}
.product-section.tipz-app .section-btn img {
  width: 125px;
}

.mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #19191c;
  padding: 100px;
}
@media (max-width: 980px) {
  .mission {
    padding: 0;
    padding-top: 85px;
    padding-bottom: 68px;
    overflow: hidden;
    width: 100vw;
  }
}
.mission .gallery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 50px;
}
.mission .gallery .gallery-image {
  width: 263px;
  height: 432px;
}
@media (max-width: 980px) {
  .mission .gallery .gallery-image {
    width: 160px;
    height: 263px;
  }
}
.mission .gallery .gallery-image:not(:last-child) {
  margin-right: 22px;
}
.mission .mission-title {
  width: 830px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .mission .mission-title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    margin-bottom: 11px;
  }
}
.mission .mission-text {
  width: 830px;
  font-size: 24px;
}
@media (max-width: 980px) {
  .mission .mission-text {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 100px;
}
@media (max-width: 980px) {
  .feedback {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.feedback .feedback-title {
  width: 840px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .feedback .feedback-title {
    width: 100%;
    font-size: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 15px;
  }
}
.feedback .feedback-subtitle {
  width: 840px;
  font-size: 24px;
  margin-bottom: 45px;
}
@media (max-width: 980px) {
  .feedback .feedback-subtitle {
    width: 100%;
    padding-left: 24px;
    padding-right: 10px;
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.feedback .fb-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 840px;
}
@media (max-width: 980px) {
  .feedback .fb-form {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.feedback .fb-form .fb-input {
  font-family: Prompt;
  height: 78px;
  border: 1px solid #353539;
  padding-left: 24px;
  background-color: transparent;
  border-radius: 39px;
  font-size: 34px;
  margin-bottom: 10px;
  color: white;
  outline: 0;
}
@media (max-width: 980px) {
  .feedback .fb-form .fb-input {
    height: 55px;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
.feedback .fb-form .fb-input:focus {
  border-color: #5576e9;
}
.feedback .fb-form .fb-input::placeholder {
  color: #5a5a5a;
}
.feedback .fb-form .fb-textarea {
  font-family: Prompt;
  border: 1px solid #353539;
  padding-left: 24px;
  background-color: transparent;
  border-radius: 39px;
  font-size: 34px;
  margin-bottom: 32px;
  min-height: 196px;
  resize: none;
  color: white;
  outline: 0;
}
@media (max-width: 980px) {
  .feedback .fb-form .fb-textarea {
    font-size: 20px;
    padding-left: 30px;
    padding-top: 8px;
    margin-bottom: 17px;
  }
}
.feedback .fb-form .fb-textarea:focus {
  border-color: #5576e9;
}
.feedback .fb-form .fb-textarea::placeholder {
  color: #5a5a5a;
}
.feedback .fb-form .form-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.feedback .fb-form .form-footer .button {
  width: 177px;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 57px;
  background-color: #19191c;
}
@media (max-width: 980px) {
  .footer {
    padding: 0;
    padding-top: 63px;
    padding-bottom: 47px;
    padding-left: 27px;
    padding-right: 27px;
  }
}
.footer .footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 830px;
}
@media (max-width: 980px) {
  .footer .footer-wrap {
    width: 100%;
  }
}
.footer .tipz-in5-logo {
  width: 255px;
  height: 90px;
  margin-bottom: 23px;
}
@media (max-width: 980px) {
  .footer .tipz-in5-logo {
    margin-bottom: 25px;
  }
}
.footer .incubated {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .footer .incubated {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.footer .in5 {
  text-decoration: underline;
}
.footer .email {
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .footer .email {
    margin-bottom: 30px;
  }
}
.footer .credentials {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .footer .credentials {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.footer .cards {
  width: 463px;
  height: 50px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .footer .cards {
    width: 309px;
    height: 31px;
    margin-bottom: 36px;
  }
}
.footer .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .footer .links {
    margin-bottom: 25px;
  }
}
.footer .links .footer-link {
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .footer .links .footer-link {
    font-size: 14px;
  }
}
.footer .copy {
  color: #757575;
}
@media (max-width: 980px) {
  .footer .copy {
    font-size: 14px;
  }
}

.menu-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #1f1f23;
  display: none;
}
.menu-screen.visible {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.menu-screen .menu-nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  padding-top: 24px;
}
.menu-screen .menu-nav .logo {
  width: 50px;
  height: 29px;
}
.menu-screen .menu-nav .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.menu-screen .menu-nav .menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.menu-screen .menu-nav .menu-item:not(.menu-item-close) .menu-item-icon {
  margin-right: 9px;
}
.menu-screen .menu-nav .menu-item-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-left: 22px;
}
.menu-screen .menu-title {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
  margin-top: 12px;
}

.menu-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 14px;
  margin-top: 7px;
}
.menu-list .menu-item {
  padding: 11px;
  border-radius: 4px;
}
.menu-list .menu-item .menu-item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #cbcbcb;
}
.menu-list .menu-item .menu-item-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #626262;
}
.menu-list .menu-item.active, .menu-list .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.policy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 54px;
  background-color: #1f1f23;
}
@media (max-width: 980px) {
  .policy {
    padding: 24px 16px;
  }
}
@media (max-width: 980px) {
  .policy {
    padding-bottom: 68px;
    overflow: hidden;
    width: 100vw;
  }
}
.policy .policy-title {
  align-self: center;
  width: 830px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 80px;
}
@media (max-width: 980px) {
  .policy .policy-title {
    width: 100%;
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    margin-bottom: 11px;
  }
}
.policy .policy-text {
  align-self: center;
  width: 830px;
  font-size: 21px;
}
@media (max-width: 980px) {
  .policy .policy-text {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }
}

html,
body {
  background-color: #1f1f23;
  color: #e3e3e3;
  font-family: Prompt, sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/section-1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50%;
}
@media (max-width: 980px) {
  body {
    background-image: url(../img/section-1-mobile.png);
    background-position: right 75px;
    background-size: 94%;
  }
}
body.modal-visible {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #e3e3e3;
}

.section-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1080px;
  background-repeat: no-repeat;
}

.product-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-section .section-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 980px) {
  .product-section .section-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-section .section-title {
  font-weight: 700;
  font-size: 128px;
  line-height: 194px;
  color: #c9c9c9;
}
@media (max-width: 980px) {
  .product-section .section-title {
    font-size: 58px;
    line-height: 150%;
  }
}
.product-section .section-text {
  font-size: 24px;
}
@media (max-width: 980px) {
  .product-section .section-text {
    font-size: 18px;
  }
}
.product-section .section-btn {
  margin-top: 46px;
}
@media (max-width: 980px) {
  .product-section .section-btn {
    margin-top: 28px;
  }
}

b {
  font-weight: 700;
}

.make-it-easier {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  margin-bottom: 110px;
}
.make-it-easier img {
  width: 548px;
  height: 75px;
}
@media (max-width: 980px) {
  .make-it-easier {
    margin-top: 105px;
    margin-bottom: 121px;
  }
  .make-it-easier img {
    width: 285px;
    height: 39px;
  }
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-image: url(../mobile-menu.png);
  background-size: cover;
  height: 718px;
  opacity: 0.6;
  z-index: 100;
  pointer-events: none;
}