html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}
body.overflow-hidden {
  overflow: hidden;
}

#wpadminbar {
  position: fixed !important;
  z-index: 1499 !important;
}

a {
  text-decoration: inherit;
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

section.single {
  width: 100%;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(169.61deg, #EFF0F6 1.65%, #E3E8EF 99.48%);
}
section.single .loading {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid #aaa;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin linear 0.7s infinite;
  -moz-animation: spin linear 0.7s infinite;
  animation: spin linear 0.7s infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loaded section.single .loading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
section.single .container {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1240px) {
  section.single .container {
    padding: 0 0;
  }
}
section.single .logo {
  position: absolute;
  top: 28px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loaded section.single .logo {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  section.single .logo {
    top: 56px;
    right: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
section.single .logo span {
  display: inline-block;
  background: linear-gradient(93.75deg, #55918D 0%, #D8D8D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
section.single .content {
  margin: 0 auto;
  text-align: center;
  max-width: 404px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.loaded section.single .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  section.single .content {
    padding-top: 170px;
  }
}
section.single .content img {
  display: inline-block;
  margin-bottom: 28px;
  width: 128px;
  height: auto;
}
section.single .content .title {
  margin-bottom: 74px;
}
section.single .content .title p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: #171717;
  font-weight: 400;
  margin-top: 20px;
}
section.single .content .title p:first-of-type {
  margin-top: 0;
}
section.single .content .title p strong {
  font-weight: 500;
}
section.single .content .message {
  background: rgba(23, 23, 23, 0.8);
  box-shadow: -22.9px -8.90123px 26.7037px rgba(1, 2, 24, 0.05), 13.3518px 12.35px 26.7037px rgba(1, 2, 24, 0.16);
  border-radius: 4px;
  padding: 10px 10px 20px 10px;
}
section.single .content .message h1 {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  font-size: 12px;
  max-width: 173px;
  margin: 0 auto 6px auto;
}
@media (min-width: 768px) {
  section.single .content .message h1 {
    font-size: 15px;
    max-width: 100%;
  }
}
section.single .content .message p {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.07px;
}
section.single .content .message .browsers {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.single .content .message .browsers .browser {
  display: flex;
  align-items: center;
  margin-left: 38px;
}
section.single .content .message .browsers .browser:first-of-type {
  margin-left: 0;
}
section.single .content .message .browsers .browser .image {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.single .content .message .browsers .browser .image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
section.single .content .message .browsers .browser span {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  margin-left: 6px;
}
section.single .content .message .button {
  margin-top: 24px;
}
section.single .content .message .button a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: -3.63315px -3.63315px 10.8995px rgba(0, 0, 0, 0.02), 5.44973px 5.44973px 10.8995px rgba(1, 2, 24, 0.2);
  backdrop-filter: blur(40px);
  padding: 9px 32px 9px 8px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  position: relative;
}
section.single .content .message .button a img {
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
section.single .content .message .button a:hover {
  background: rgba(255, 255, 255, 0.2);
}

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