@font-face {
  font-family: "BNB";
  src: url("../fonts/medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "BNB";
  src: url("../fonts/normal.otf");
  font-weight: 400;
}
@font-face {
  font-family: "BNB";
  src: url("../fonts/light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "BNB";
  src: url("../fonts/bold.otf");
  font-weight: 600;
}
/* line 22, ../scss/style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
  font-family: 'BNB', sans-serif;
  box-sizing: border-box;
  vertical-align: baseline;
}

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

/* line 49, ../scss/style.scss */
body {
  line-height: 1;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  background: url(../img/wp.jpg) no-repeat;
  background-size: cover;
}

/* line 57, ../scss/style.scss */
ol, ul {
  list-style: none;
}

/* line 60, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 63, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 68, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 73, ../scss/style.scss */
body {
  width: 100vw;
  height: 100vh;
}
/* line 76, ../scss/style.scss */
body .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(88, 90, 107, 0.01);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 95, ../scss/style.scss */
body .wizard-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 99, ../scss/style.scss */
body .wizard-steps b {
  color: #81a0e7;
}
/* line 102, ../scss/style.scss */
body .wizard-steps > div {
  padding: 10px 20px;
  box-sizing: border-box;
}
/* line 105, ../scss/style.scss */
body .wizard-steps > div:first-child {
  border-right: 1px dashed #eaeaf0;
}
/* line 106, ../scss/style.scss */
body .wizard-steps > div:first-child h5 {
  margin-left: 20px;
}
/* line 111, ../scss/style.scss */
body .wizard-steps > div:nth-child(2) {
  border-right: 1px dashed #eaeaf0;
}
/* line 112, ../scss/style.scss */
body .wizard-steps > div:nth-child(2) h5 {
  margin-left: 10px;
}
/* line 115, ../scss/style.scss */
body .wizard-steps > div:nth-child(2) p {
  margin-left: 10px;
}
/* line 121, ../scss/style.scss */
body .wizard-steps > div:nth-child(3) h5 {
  margin-left: 23px;
}
/* line 126, ../scss/style.scss */
body .wizard-steps img {
  width: 100%;
  align-items: center;
}
/* line 130, ../scss/style.scss */
body .wizard-steps h5 {
  height: 25px;
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  background: #ccdaef;
  color: white;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -20px;
}
/* line 144, ../scss/style.scss */
body .wizard-steps p {
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 150, ../scss/style.scss */
body .install-window {
  opacity: 0;
  animation: fadeIn .5s ease forwards;
  background: #fefeff;
  animation-delay: 0.7s;
  width: 900px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 100px 100px 7rem #416aff0d;
}
/* line 161, ../scss/style.scss */
body .install-window .close-window {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 10px 15px;
  background: white;
}
/* line 167, ../scss/style.scss */
body .install-window .close-window img {
  width: 20px !important;
  margin: 0 !important;
}
/* line 172, ../scss/style.scss */
body .install-window .heading {
  padding: 30px 45px;
  width: 100%;
  background: #0d6efd;
  position: relative;
}
/* line 177, ../scss/style.scss */
body .install-window .heading img {
  width: 55px;
  margin-bottom: 20px;
}
/* line 181, ../scss/style.scss */
body .install-window .heading h3 {
  font-size: 32px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}
/* line 187, ../scss/style.scss */
body .install-window .heading p {
  font-size: 14px;
  color: white;
  line-height: 1.4;
}
/* line 192, ../scss/style.scss */
body .install-window .heading > p {
  vertical-align: top;
  font-size: 18px;
  min-width: 65px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c8cbdd;
}
/* line 200, ../scss/style.scss */
body .install-window .heading > div {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
}
/* line 208, ../scss/style.scss */
body .install-window .content {
  display: none;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 35px 0px 35px;
  width: 100%;
}
/* line 216, ../scss/style.scss */
body .install-window .content .laptops {
  width: 730px;
  margin-bottom: 15px;
}
/* line 220, ../scss/style.scss */
body .install-window .content p {
  background: #efeff7;
  padding: 15px 20px;
  border-radius: 10px;
  width: calc(100% - 20px);
  line-height: 1.5;
  font-size: 14px;
  color: #525557;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 231, ../scss/style.scss */
body .install-window .content p img {
  width: 40px;
  margin-right: 10px;
}
/* line 236, ../scss/style.scss */
body .install-window .content .center-me {
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100px;
}
/* line 245, ../scss/style.scss */
body .install-window .footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 30px 40px 30px 27px;
  border-top: 1px dashed #eaeaf0;
}
/* line 252, ../scss/style.scss */
body .install-window .footer img {
  width: 248px;
}
/* line 255, ../scss/style.scss */
body .install-window .footer a {
  background: #0d6efd;
  border-radius: 5px;
  padding: 20px 100px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  transition: all .5s ease;
  align-items: center;
}
/* line 266, ../scss/style.scss */
body .install-window .footer a img {
  width: 20px;
  line-height: 0;
  margin-right: 10px;
}
/* line 271, ../scss/style.scss */
body .install-window .footer a:hover {
  background: #0a5bd2;
  transition: all .5s ease;
}
/* line 278, ../scss/style.scss */
body b {
  font-weight: 600;
}
/* line 281, ../scss/style.scss */
body .instruction {
  width: 100%;
  background: #0d6efd;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}
/* line 290, ../scss/style.scss */
body .instruction img {
  width: 80%;
  margin-bottom: -20px;
}
/* line 294, ../scss/style.scss */
body .instruction .install-instr {
  background: #979aa5;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: -10px auto 20px auto;
  position: relative;
}
/* line 305, ../scss/style.scss */
body .instruction ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 25px auto;
}
/* line 311, ../scss/style.scss */
body .instruction ul li {
  display: flex;
  min-width: 165px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
/* line 319, ../scss/style.scss */
body .instruction ul li > p {
  background-color: #fefeff;
  width: 25px;
  height: 25px;
  color: #5299ff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 8px;
}
/* line 331, ../scss/style.scss */
body .instruction ul li > div {
  font-size: 13px;
  text-align: center;
  color: white;
  line-height: 1.4;
}
/* line 338, ../scss/style.scss */
body .instruction ul li:first-child > p {
  background-color: white;
  width: 25px;
  height: 25px;
  color: #0d6efd;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 8px;
}
/* line 350, ../scss/style.scss */
body .instruction ul li:first-child > div {
  font-size: 13px;
  text-align: center;
  color: white;
  line-height: 1.4;
}
/* line 358, ../scss/style.scss */
body .instruction ul:after {
  content: '';
  width: 77%;
  left: 10%;
  height: 1px;
  border-bottom: 2px solid #e6e6ed;
  position: absolute;
  top: 10px;
  z-index: 1;
}
/* line 370, ../scss/style.scss */
body .chrome-verified {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  background: #b0f1bc;
  color: #2a4925;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  margin-top: -21px;
  position: relative;
}
/* line 383, ../scss/style.scss */
body .chrome-verified img {
  width: 30px;
  margin: 0 !important;
  margin-right: 10px !important;
}

/* line 390, ../scss/style.scss */
.none {
  display: none;
}

/* line 394, ../scss/style.scss */
.win-content {
  background: white;
  padding: 20px 50px;
  font-size: 14px;
  color: #1f223b;
  text-align: center;
  line-height: 1.4;
}
/* line 401, ../scss/style.scss */
.win-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
