html.uiv3 {
  font-size: 8px;
}

body {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2857;
  background-color: #f7f7f7;
  background: #f3f2f1;
  overflow: hidden;
  user-select: none;
}

a {
  color: #5b5fc7;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus {
  text-decoration: underline;
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  border-radius: .4rem;
  padding: 1.05rem 0 1.05rem 0;
  cursor: pointer;
  border-width: .1rem;
}

.btn h3 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
}

.btn.primary {
  position: relative;
  background-color: #6264a7;
  box-shadow: rgba(0, 0, 0, .25) 0 .2rem .4rem -0.075rem;
  border-color: rgba(0, 0, 0, 0);
  transition: background-color .5s ease-in;
}

.btn.primary h3 {
  color: #fff;
  transition: color .5s ease-in;
}

.btn.secondary {
  color: #242424;
  position: relative;
  box-shadow: rgba(0, 0, 0, .1) 0px .2rem .4rem -0.075rem;
  background-color: rgba(0, 0, 0, 0);
  border: .1rem solid #e1dfdd;
  flex: 1 1 0;
  transition: color .5s ease-in;
}

.btn.secondary h3 {
  color: #252423;
  transition: background-color .5s ease-in;
}

.btn.secondary:hover {
  border-color: #c8c6c4;
  background-color: #f5f5f5;
}

.modernViewContainer {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modernLifeSimplifiedView {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 2.4rem;
  width: 42rem;
}

.modernLifeSimplifiedView .logoContainer {
  position: relative;
  width: 9.8rem;
  height: 9.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 .2rem rgba(0, 0, 0, .12), 0 .2rem .4rem rgba(0, 0, 0, .14);
  border-radius: .8rem;
  transition: opacity .2s .2s ease-in;
}

.modernLifeSimplifiedView .logoContainer .logo {
  width: 5.145rem;
  height: 5.145rem;
  align-self: center;
}

.modernLifeSimplifiedView .mainActionsContent {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  border: .05rem solid rgba(0, 0, 0, .15);
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  align-self: stretch;
  align-items: stretch;
}

.modernLifeSimplifiedView .headerContainer {
  justify-content: center;
  display: flex;
  background: #fff;
  margin-bottom: 0;
  transition: height .4s ease-in;
}

.modernLifeSimplifiedView .contentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem;
  background: #fff;
  border-radius: 1.2rem;
  color: #616161;
  text-align: center;
}

.modernLifeSimplifiedView .contentContainer .title {
  max-width: 27rem;
  color: #242424;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding-bottom: .375rem;
}

.modernLifeSimplifiedView .buttonsContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: .8rem;
  align-self: stretch;
}

.modernLifeSimplifiedView .actionsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 3.2rem 3.2rem 3.2rem;
  gap: 3.2rem;
  background: #fff;
  align-self: stretch;
  border-radius: 1.2rem;
}

.secondaryActionsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.secondaryActionsContent .secondaryAction {
  color: #242424;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.secondaryAction .img {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.secondaryAction a {
  color: #5b5fc7;
  font-weight: normal;
  outline: none;
  transition: color .5s ease-in;
}

.disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: auto;
  margin-bottom: 2.4rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
  color: #979593;
}

.disclaimer .view {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  gap: 1.2rem;
}

.disclaimer .view .disclaimerTextWithLogo {
  color: #616161;
  display: flex;
  gap: .4rem;
}

.disclaimer a {
  margin: 0;
  color: #5b5fc7;
  font-weight: normal;
  transition: color .4s ease-in;
}

.preloader {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: #f3f2f1;
}

.preloader[data-visible="true"] {
  display: flex;
}

.preloader svg {
  width: 12rem;
  height: 12rem;
  animation: zoomIn 400ms forwards;
}

@media (min-width: 600px) {
  html.uiv3 {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .disclaimer .view {
    flex-direction: row;
    gap: 1.6rem;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}