* {
  box-sizing: border-box;
}
body {
    /* box model */
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    /* type */
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: #3D474D;
}
h1, h2, h3 {
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}
h1 {
    font-size: 36px;
}
h1.header-title {
    /* type */
    font-weight: 700;
    font-size: 60px;
    font-family: 'Figtree', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -1.5px;
    text-align: center;
}
h2 {
    font-size: 22px;
    color: #A0A9AD;
}
h2.sub-header {
    /* box model */
    height: 44px;

    /* type */
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #A0A9AD;
}
h3 {
  font-size: 18px;
}
a, a:visited, a:active {
  color: #00aaff;
  text-decoration: none;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  word-break: break-word;
}
strong {
  font-weight: 500;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.mt-45{
    margin-top: 45px;
}
.button,
.button:visited {
    /* box model */
    padding: 0 15px;
    margin: 0;

    /* background */
    background-color: white;

    /* type */
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;

    /* layout  */
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;

    /* other, in alphabetical order */
    cursor: pointer;
    transition: background-color 0.2s linear;
    -webkit-appearance: none;
}
.button.blue,
.button.default {
  border-color: #00aaff;
  color: white;
  background: #00aaff;
}
.button.large {
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    border-radius: 24px;
}

.button.home{
    /* box model */
    height: 72px;
    margin: 41px 0 30px;
    padding: 21px 32px 20px 30px;

    /* type */
    font-family: 'Figtree', sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: normal;

    /* other, in alphabetical order */
    border-radius: 40px;
    box-shadow: 0 10px 30px -10px rgb(0 170 255 / 80%);
}
.button.large img.right-arrow-icon {
    width: 24px;
    height: 24px;
    margin: 3px 0 -6px 16px;
    object-fit: contain;
}
.ui-wrapper {
  width: 740px;
  margin: 0 auto 60px auto;
}
.w-900 {
    width: 900px;
}
.flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ui-head {
  margin: 30px 0;
}
.ui-content {
  border-radius: 5px;
  padding: 50px;
  position: relative;
  margin: 0 auto;
  width: 640px;
}
.ui-content.medium {
  max-width: 580px;
}
.flex-content{
    border-radius: 5px;
    position: relative;
}

.not-found-error-text {
    /* box model */
    opacity: 0.05;

    /* layout  */
    position: relative;

    /* type */
    font-family: 'Figtree', sans-serif;
    font-size: 350px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 29.17px;
    color: #3e484d;
    align-items: center;
}
.text-style-1 {
    letter-spacing: 20px;
}
.ui-content.small {
  max-width: 380px;
}
.ui-content-head {
  margin-bottom: 25px;
}
.ui-centered {
  text-align: center;
}
.flex-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.w-700 {
    width: 700px;
}
.mr-auto {
    margin-right: auto;
}
.ui-content .ui-icon {
  display: block;
  height: auto;
  margin: 0 auto 25px auto;
}
.not-found-error-icon {
    position: absolute;
    top: 56px;
    left: 127px;
}
.h1-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-content p {
    /* box model */
    width: 608px;
    text-align: center;

    /* type */
    font-family: 'Figtree', sans-serif;
    line-height: 180%;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #8a9499;
}

.flex-content label{
    /* box model */
    min-width: 187px;
    height: 25px;

    /* type */
    font-family: 'Figtree', sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #00aaff;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.ui-logo {
  width: 110px;
  height: 46px;
  display: inline-block;
}

@media (max-width: 568px) {
  .mobile-hide {
    display: none !important;
  }
  body {
    background: transparent none;
  }

  .ui-head {
    text-align: center;
  }
  .ui-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 40px;
  }
  .ui-content {
    padding: 25px 0;
    width: 100% !important;
  }
  .ui-content p {
    padding: 0;
  }
}
