@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body, html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #363646;
  background-color: #FFFFFF;
  padding-top: 100px;
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

picture, figure {
  width: 100%;
  display: inline-block;
}

.container, .home .servicos-home .servicos-home__item {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container, .home .servicos-home .servicos-home__item {
    max-width: 350px;
  }
}

.content {
  width: 100%;
  display: grid;
}

.headings {
  width: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.back-button {
  width: 45px;
}
.back-button a {
  text-decoration: none;
  box-shadow: 6px 6px 73px 6px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363646;
}
.back-button a i {
  color: #bac4cd;
  transition: all 0.3s ease;
}
.back-button a:hover i {
  color: #363646;
}

.mini-matrix.button {
  background: #25D060;
  border-radius: 4px;
  border: 1px solid #21BB55;
  color: #FFF;
  display: inline-flex;
  height: 40px;
  align-items: center;
  padding: 0 14px;
  transition: all 0.3s ease;
}
.mini-matrix.button:hover {
  background-color: #21BB55;
}

.mini-matrix.button.large {
  height: 44px;
  padding: 0 16px;
  font-weight: 600;
}

.mini-matrix.button.x-large {
  height: 56px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 600;
}

.mini-matrix.input input {
  transition: background-color 0.3s ease;
}

.mini-matrix.input input:hover {
  border-width: 2px;
}

.mini-matrix.input input:focus {
  border-color: #363646 !important;
  border-width: 2px;
}

.shadow, .login .box-login, .home .box-servico, .pricing .content .pricing-list .pricing-item {
  box-shadow: 0 16px 40px -4px rgba(0, 0, 0, 0.07);
}

.faq .content {
  padding: 194px 0 172px 0;
}
.faq .content .headings {
  margin: 0 0 50px 0;
}
.faq .content .headings h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
.faq ul.accordion {
  width: 722px;
  list-style: none;
  margin: 0 auto;
}
.faq ul.accordion li a.toggle-faq {
  width: 100%;
  display: flex;
  padding: 26px 0;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.faq ul.accordion li a.toggle-faq.active svg {
  transform: rotate(180deg);
}
.faq ul.accordion li a.toggle-faq svg {
  transition: all 0.3s ease;
  width: 100%;
  max-width: 18px;
  fill: #46abde;
}
.faq ul.accordion li a.toggle-faq h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.faq ul.accordion li .inner {
  overflow: hidden;
  display: none;
}
.faq ul.accordion li .inner:after {
  content: "";
  height: 1px;
  display: block;
  margin: 40px 0 0 0;
  background-color: #d0d7de;
}
.faq ul.accordion li p.inner {
  font-size: 16px;
  line-height: 24px;
}
.faq ul.accordion li p.inner span {
  padding-right: 100px;
  display: inline-block;
}

@media (max-width: 767px) {
  .faq .content {
    padding: 100px 0;
  }
  .faq .content .headings {
    width: 272px;
    margin: 0 auto 40px auto;
  }
  .faq .content .headings h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .faq .content ul.accordion {
    width: 272px;
  }
  .faq .content ul.accordion li a.toggle-faq {
    cursor: pointer;
    align-items: flex-start;
    align-content: flex-start;
  }
  .faq .content ul.accordion li a.toggle-faq h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 50px 0 0;
  }
  .faq .content ul.accordion li a.toggle-faq svg {
    max-width: 18px;
  }
  .faq .content ul.accordion li p.inner span {
    padding-right: 0;
  }
}
.faq--new-theme ul.accordion {
  width: 808px;
  border-top: 1px solid #EDEFF2;
}
.faq--new-theme ul.accordion li {
  border-bottom: 1px solid #EDEFF2;
  transition: background-color 0.3s ease;
}
.faq--new-theme ul.accordion li:hover {
  background: #EDEFF2;
}
.faq--new-theme ul.accordion li a.toggle-faq {
  padding-left: 24px;
  padding-right: 16px;
}
.faq--new-theme ul.accordion li a.toggle-faq h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.faq--new-theme ul.accordion li p.inner:after {
  display: none;
}
.faq--new-theme ul.accordion li p.inner span {
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 39px;
  line-height: 27px;
}

@media (max-width: 767px) {
  .faq--new-theme ul.accordion {
    width: 86%;
  }
}
.pricing .content {
  padding: 0 0 100px 0;
}
.pricing .content .headings {
  margin: 0 0 46px 0;
}
.pricing .content .headings h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0 0 4px 0;
}
.pricing .content .headings p.subtitle {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.pricing .content .pricing-list {
  display: grid;
  -moz-column-gap: 28px;
       column-gap: 28px;
  grid-template-columns: 272px 272px 272px 272px;
}
.pricing .content .pricing-list .pricing-item {
  padding: 0 0 32px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FFFFFF;
}
.pricing .content .pricing-list .pricing-item .headings {
  padding: 22px 0 21px 0;
  margin: 0 0 25px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #363646;
}
.pricing .content .pricing-list .pricing-item .headings h3 {
  font-size: 20px;
  font-weight: 700;
  color: #46abde;
  text-align: center;
  margin: 0 0 30px 0;
}
.pricing .content .pricing-list .pricing-item .headings .price p {
  font-size: 48px;
  color: #fefefe;
  text-align: center;
}
.pricing .content .pricing-list .pricing-item .headings .price p small {
  font-size: 18px;
}
.pricing .content .pricing-list .pricing-item .headings .price p:last-child {
  font-size: 12px;
  font-weight: 600;
  color: #7d8c9b;
}
.pricing .content .pricing-list .pricing-item p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 0 25px;
}
.pricing .content .pricing-list .pricing-item .diferencial {
  color: #363646;
  font-size: 16px;
  font-family: "Poppins", serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .pricing .pricing__title {
    margin-top: 85px !important;
  }
  .pricing .pricing__title h2 {
    font-size: 24px !important;
  }
  .pricing .pricing__title .subtitle {
    display: none;
  }
  .pricing .pricing-list {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .pricing .pricing-list .pricing-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .pricing .pricing-list .pricing-item > p {
    display: none;
  }
  .pricing .pricing-list .pricing-item .diferencial {
    display: block;
    text-align: center;
  }
}
.product-register__hero {
  display: flex;
  max-width: 1237px;
  margin-left: auto;
  margin-right: auto;
}
.product-register__logo {
  margin-top: 32px;
  margin-bottom: 96px;
}
.product-register__title {
  font-size: 18px;
  font-weight: 800;
  color: #363646;
  line-height: 21px;
  margin-bottom: 39px;
}
.product-register__register-form {
  width: 422px;
  height: 641px;
  margin-right: 103px;
}
.product-register__register-form form {
  height: 492px;
}
.product-register__mockup {
  flex: 1;
  margin-top: 141px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-register__mockup::before {
  width: 998px;
  height: 450px;
  background: url("/static/site/images/landing-page-selpics-mackup-background.png");
  position: absolute;
  top: -150px;
  right: -316px;
  content: "";
}
.product-register__mockup-image {
  margin-left: auto;
}
.product-register__mockup-image img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-register__features {
  margin-left: 80px;
  margin-top: 36px;
  margin-right: 100px;
}
.product-register__faq {
  background: #f7f9fa;
  margin-top: 100px;
}
.product-register__footer {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-register .features {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 10px;
}
.product-register .features__item {
  display: inline-flex;
}
.product-register .features__icon {
  font-size: 16px;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .product-register__hero {
    flex-direction: column;
  }
  .product-register__logo {
    margin-top: 18px;
    margin-bottom: 38px;
  }
  .product-register__register-form {
    width: 100%;
    padding: 0 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .product-register__title {
    text-align: center;
    margin-bottom: 29px;
  }
  .product-register .box-cadastro__form {
    width: 100%;
    height: auto;
  }
  .product-register__mockup {
    margin-top: 38px;
  }
  .product-register__mockup::before {
    width: 199px;
    height: 485px;
    background: url("/static/site/images/landing-page-selpics-mackup-background-mobile.png") no-repeat;
    position: absolute;
    top: -9px;
    right: 0;
    content: "";
  }
  .product-register__mockup-image {
    position: relative;
    min-height: 275px;
    width: 100%;
  }
  .product-register__mockup-image img {
    width: 100%;
    position: absolute;
    right: 39px;
  }
  .product-register__features {
    margin-top: 44px;
  }
  .product-register .features {
    grid-template-columns: 100%;
    margin-left: 42px;
    margin-right: auto;
  }
}
.minimalist {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.minimalist__top {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.minimalist__top .back-button {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.minimalist__title {
  font-size: 24px;
  color: #363646;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .minimalist__top .back-button {
    display: none;
  }
  .minimalist__top img {
    width: 145px;
  }
  .minimalist__title {
    font-size: 18px;
  }
}
.topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  height: 100px;
  z-index: 15;
}
.topo .container, .topo .home .servicos-home .servicos-home__item, .home .servicos-home .topo .servicos-home__item {
  height: 100%;
}
.topo .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topo .content .back-button {
  top: 50%;
  left: 40px;
  width: 45px;
  position: absolute;
  transform: translateY(-50%);
}
.topo .content .back-button a {
  box-shadow: 6px 6px 73px 6px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363646;
}
.topo .content .back-button a i {
  color: #bac4cd;
  transition: all 0.3s ease;
}
.topo .content .back-button a:hover i {
  color: #363646;
}
.topo .content .logo-area a img {
  width: 232px;
  height: auto;
  display: block;
}
.topo .content .nav-burguer {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.topo .content .nav-burguer span {
  color: #bac4cd;
}
.topo .content .nav-area {
  margin-left: auto;
}
.topo .content .nav-area ul {
  list-style: none;
}
.topo .content .nav-area ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}
.topo .content .nav-area ul li a {
  padding: 6px 0;
  display: block;
}
.topo .content .nav-area ul li a:last-child {
  display: flex;
  align-items: center;
}
.topo .content .nav-area ul li a:last-child svg {
  width: 21px;
  height: 21px;
  margin-left: 8px;
  fill: #363646;
}

@media (max-width: 767px) {
  .topo {
    height: 70px;
  }
  .topo .content {
    display: flex;
    justify-content: center;
  }
  .topo .content .back-button {
    left: 15px;
  }
  .topo .content .back-button a {
    box-shadow: none;
    width: 16px;
    height: 16px;
  }
  .topo .logo-area img {
    width: 145px !important;
  }
  .topo .nav-burguer {
    display: block !important;
  }
  .topo .nav-area {
    display: none;
  }
}
.nav-mobile {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  justify-content: center;
  align-items: center;
}
.nav-mobile__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-mobile__item {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 20px;
  color: #363646;
}
.nav-mobile__close {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #000;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}

.nav-mobile.nav-mobile--active {
  display: flex;
}

.footer {
  position: relative;
}
.footer:before {
  right: 0;
  bottom: 0;
  width: 188px;
  height: 308px;
  content: "";
  z-index: 1020;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/site/images/background-footer-youfocus.png");
}
.footer .footer-top {
  background-color: #373646;
}
.footer .footer-top .content {
  padding: 48px 0;
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-height: 172px;
  grid-template-columns: 225px 140px 140px 140px;
}
.footer .footer-top .content .site-info {
  margin-top: 2px;
}
.footer .footer-top .content .site-info a {
  width: auto;
  display: inline-block;
}
.footer .footer-top .content .site-info p {
  color: #7d8c9b;
  margin: 0 0 0 40px;
}
.footer .footer-top .content .site-info .site-description {
  font-size: 12px;
  line-height: 20px;
}
.footer .footer-top .content .nav-products .headings,
.footer .footer-top .content .nav-contact .headings,
.footer .footer-top .content .nav-signup .headings {
  margin: 0 0 14px 0;
}
.footer .footer-top .content .nav-products .headings h2,
.footer .footer-top .content .nav-contact .headings h2,
.footer .footer-top .content .nav-signup .headings h2 {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer .footer-top .content .nav-products ul,
.footer .footer-top .content .nav-contact ul,
.footer .footer-top .content .nav-signup ul {
  list-style: none;
}
.footer .footer-top .content .nav-products ul li,
.footer .footer-top .content .nav-contact ul li,
.footer .footer-top .content .nav-signup ul li {
  margin: 0 0 14px 0;
  color: #FFFFFF;
}
.footer .footer-top .content .nav-products ul li:before,
.footer .footer-top .content .nav-contact ul li:before,
.footer .footer-top .content .nav-signup ul li:before {
  color: #7d8c9b;
  content: "•";
  margin-right: 8px;
  margin-left: -1px;
}
.footer .footer-top .content .nav-products ul li a,
.footer .footer-top .content .nav-contact ul li a,
.footer .footer-top .content .nav-signup ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
.footer .footer-bottom {
  background-color: #FFFFFF;
}
.footer .footer-bottom .content {
  height: 50px;
  display: flex;
  align-items: center;
}
.footer .footer-bottom .content .footer-documents {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .content .footer-documents a, .footer .footer-bottom .content .footer-documents span.separator {
  color: #7d8c9b;
}
.footer .footer-bottom .content .footer-documents a {
  font-size: 14px;
}
.footer .footer-bottom .content .footer-documents span.separator {
  margin: 0 8px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer:before {
    display: none;
  }
  .footer .content {
    max-height: none !important;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer .site-info {
    width: 180px;
    text-align: center;
    margin-bottom: 55px;
  }
  .footer .site-info .site-description {
    margin: 5px 0 0 0 !important;
  }
  .footer .nav-products:not(:last-child),
.footer .nav-contact:not(:last-child),
.footer .nav-signup:not(:last-child) {
    margin-bottom: 41px;
  }
  .footer .nav-products .headings,
.footer .nav-contact .headings,
.footer .nav-signup .headings {
    text-align: center;
  }
  .footer .nav-products ul,
.footer .nav-contact ul,
.footer .nav-signup ul {
    text-align: center;
  }
  .footer .nav-products ul li:before,
.footer .nav-contact ul li:before,
.footer .nav-signup ul li:before {
    display: none !important;
  }
  .footer .footer-bottom .content {
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-bottom .content .footer-documents {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-bottom .content .footer-documents :first-child {
    margin-bottom: 20px;
  }
  .footer .footer-bottom .content .footer-documents .separator {
    display: none;
  }
}
.home .hero {
  background: #363646 url("/static/site/images/background-banner-home.jpg") center no-repeat;
  background-size: cover;
  height: 570px;
  margin-bottom: 150px;
}
.home .hero .container, .home .hero .servicos-home .servicos-home__item, .home .servicos-home .hero .servicos-home__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home .hero__title {
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  white-space: pre-line;
  margin-bottom: 46px;
  line-height: 59px;
}
.home .hero__description {
  color: #FFF;
  font-size: 18px;
  white-space: pre-line;
  margin-bottom: 43px;
  line-height: 25px;
}
.home .hero__action-button {
  max-width: 270px;
}
.home .servicos-home {
  margin-bottom: 200px;
  position: relative;
}
.home .servicos-home:before {
  content: "";
  position: absolute;
  background: #f7f9fa;
  height: 150%;
  width: 100%;
  top: -57%;
  transform: skew(0deg, -7deg);
  z-index: -1;
}
.home .servicos-home__title {
  color: #363646;
  font-size: 40px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 95px;
}
.home .servicos-home .servicos-home__item {
  margin-bottom: 40px;
}
.home .servicos-home .servicos-home__item:last-child {
  margin-bottom: 0;
}
.home .box-servico {
  border-radius: 5px;
  height: 400px;
  background: #FFF no-repeat right;
  display: flex;
}
.home .box-servico__info {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.home .box-servico__logo img {
  display: block;
}
.home .box-servico__title {
  font-size: 24px;
  font-weight: bold;
  color: #363646;
  line-height: 29px;
  white-space: pre-line;
  margin-top: 36px;
  margin-bottom: 53px;
}
.home .box-servico__action {
  width: 143px;
}
.home .box-servico__action .material-icons {
  font-size: 18px;
}
.home .box-servico__mockup {
  margin-left: auto;
}
.home .box-servico--selpics {
  background-image: url("/static/site/images/background-box-servico-selpics.png");
}
.home .box-servico--selpics .box-servico__mockup {
  margin-top: auto;
  margin-right: 72px;
}
.home .box-servico--selpics .box-servico__mockup img {
  display: block;
}
.home .box-servico--illusion {
  background-image: url("/static/site/images/background-box-servico-illusion.png");
}
.home .box-servico--illusion .box-servico__mockup {
  margin-top: auto;
  margin-right: 112px;
  margin-bottom: 26px;
}
.home .box-servico--illusion .box-servico__mockup img {
  display: block;
}

@media (max-width: 767px) {
  .home .hero {
    height: 432px;
    background-position-x: -800px;
    margin-bottom: 100px;
  }
  .home .hero .container, .home .hero .servicos-home .servicos-home__item, .home .servicos-home .hero .servicos-home__item {
    align-items: center;
  }
  .home .hero__title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .home .hero__description {
    text-align: center;
    font-size: 16px;
    white-space: normal;
    margin-right: 28px;
    margin-left: 28px;
  }
  .home .servicos-home {
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 107px;
  }
  .home .servicos-home::before {
    display: none;
  }
  .home .servicos-home__title {
    font-size: 24px;
    margin-bottom: 43px;
  }
  .home .box-servico {
    flex-direction: column;
    align-items: center;
    height: 607px !important;
    background-position: center bottom;
  }
  .home .box-servico__info {
    align-items: center;
  }
  .home .box-servico__title {
    text-align: center;
    font-size: 18px;
    white-space: normal;
    line-height: 21px;
  }
  .home .box-servico--selpics, .home .box-servico--illusion {
    background-position-y: 281px;
  }
  .home .box-servico--selpics .box-servico__mockup, .home .box-servico--illusion .box-servico__mockup {
    margin: auto 0 0 0 !important;
  }
  .home .box-servico--selpics .box-servico__mockup img, .home .box-servico--illusion .box-servico__mockup img {
    margin: auto;
  }
  .home .box-servico--selpics {
    background-image: url("/static/site/images/selpics/shape-selpics-mobile.png");
  }
  .home .box-servico--selpics .box-servico__mockup img {
    width: 83.25%;
  }
  .home .box-servico--illusion {
    background-image: url("/static/site/images/illusion/shape-illusion-mobile.png");
  }
  .home .box-servico--illusion .box-servico__mockup {
    margin-bottom: 21px !important;
  }
  .home .box-servico--illusion .box-servico__mockup img {
    width: 82.35%;
  }
}
.login .drop-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  cursor: pointer;
}
.login::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f7f9fa !important;
  display: block;
  position: absolute;
  top: -50%;
  z-index: -1;
  transform: skew(0, -7deg);
}
.login .box-login {
  margin-top: 34px;
  background: #FFF;
  width: 500px;
  height: 435px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.login .box-login .warning {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.login .box-login__title {
  margin-bottom: 45px;
}
.login .box-login .code-sent {
  color: #363646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 164.286% */
  margin-bottom: 25px;
  margin-top: -23px;
}
.login .box-login .code-input {
  font-size: 20px;
}
.login .box-login .counter {
  width: 328px;
  height: 40px;
  border-radius: 4px;
  background: #FFFAE7;
  color: #363646;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.login .box-login__form {
  width: 412px;
}
.login .box-login__esqueceu-senha {
  margin-left: auto;
}
.login .no-account {
  margin-top: 49px;
  font-size: 14px;
  color: #7d8c9b;
}
.login .resend-code {
  margin-top: 13px;
  font-size: 14px;
  color: #7d8c9b;
  text-align: center;
  line-height: 23px;
}
.login .spam-reminder {
  margin-top: 8px;
  font-size: 14px;
  color: #7d8c9b;
}

@media (max-width: 767px) {
  .login .top-login .back-button {
    display: none;
  }
  .login .top-login img {
    width: 145px;
  }
  .login .box-login {
    width: 80%;
    background-color: transparent;
    box-shadow: none;
  }
  .login .box-login__title {
    font-size: 18px;
  }
  .login .box-login__form {
    width: 100%;
  }
}
.page-2fa {
  font-family: "Open Sans", sans-serif;
  background: #F9FAFB;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-2fa .drop-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  cursor: pointer;
}
.page-2fa .page-2fa__top {
  margin-top: 80px;
}
.page-2fa .instructions {
  text-align: center;
}
.page-2fa .instructions__title {
  margin-top: 43px;
  margin-bottom: 11px;
  color: #363646;
  font-size: 22px;
  font-weight: bolder;
}
.page-2fa .instructions__code-sent {
  color: #363646;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 164.286% */
  margin-bottom: 25px;
}
.page-2fa .code-error-warning {
  margin-bottom: 20px;
}
.page-2fa .box-login {
  background: #FFF;
  width: 532px;
  height: 297px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.page-2fa .box-login .warning {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.page-2fa .box-login .send-button {
  width: 100%;
}
.page-2fa .box-login .code-input {
  font-size: 20px;
  width: 100%;
}
.page-2fa .box-login .counter {
  width: 226px;
  height: 40px;
  border-radius: 4px;
  background: #FFF4D0;
  color: #363646;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.page-2fa .box-login__form {
  width: 452px;
}
.page-2fa .box-login__esqueceu-senha {
  margin-left: auto;
}
.page-2fa .no-account {
  margin-top: 49px;
  font-size: 14px;
  color: #7d8c9b;
}
.page-2fa .resend-code {
  margin-top: 13px;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 23px;
}
.page-2fa .spam-reminder {
  margin-top: 8px;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 767px) {
  .login .top-login .back-button {
    display: none;
  }
  .login .top-login img {
    width: 145px;
  }
  .login .box-login {
    width: 80%;
    background-color: transparent;
    box-shadow: none;
  }
  .login .box-login__title {
    font-size: 18px;
  }
  .login .box-login__form {
    width: 100%;
  }
}
.login-help {
  background: #f1f4f6;
}
.login-help .main-box {
  width: 650px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.login-help .main-box .warning {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.login-help .main-box__title {
  margin-bottom: 32px;
}
.login-help .main-box__text {
  text-align: center;
  margin-bottom: 44px;
  line-height: 26px;
}
.login-help .main-box__form {
  width: 412px;
}
.login-help .login-help__confirmation-icon {
  width: 245px;
  height: 179px;
  background: url("/static/site/images/email-sent-icon.png") center;
  margin-bottom: 47px;
}
.login-help .back-to-login {
  margin-top: 49px;
}

.password-reset {
  background: #f1f4f6;
}
.password-reset .main-box {
  width: 650px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.password-reset .main-box .warning {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.password-reset .main-box__title {
  margin-bottom: 45px;
}
.password-reset .main-box__text {
  text-align: center;
  margin-bottom: 44px;
  line-height: 26px;
}
.password-reset .main-box__form {
  width: 412px;
}
.password-reset .password-reset__confirmation {
  width: 402px;
}
.password-reset .password-reset__confirmation .main-box__title {
  margin-bottom: 26px;
}
.password-reset .password-reset__confirmation-icon {
  width: 245px;
  height: 179px;
  background: url("/static/site/images/password-recovery-icon.png") center;
  margin-bottom: 47px;
}
.password-reset .back-to-login {
  margin-top: 49px;
}

.register {
  font-family: "Open Sans", sans-serif;
  background: #F9FAFB;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.register [v-cloak] {
  display: none;
}
.register__top {
  height: 88px;
  width: 100%;
  border-bottom: 1px solid #EDEFF2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.register__title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 46px;
  margin-bottom: 46px;
  text-align: center;
}
.register__form {
  width: 391px;
}
.register__form .row {
  margin-bottom: 24px !important;
}
.register__form .mx-label {
  margin-bottom: 3px !important;
}
.register__form .mx-input {
  width: 100%;
}
.register__form .password-field .icon-link {
  padding-top: 2px;
}
.register__form .register-button {
  width: 100%;
  position: relative;
  margin-top: -7px;
}
.register__form .register-button svg {
  opacity: 0;
  position: absolute;
}
.register__form .register-button--loading span {
  display: none;
}
.register__form .register-button--loading svg {
  opacity: 1;
}
.register__form .terms {
  margin-top: -14px;
  font-size: 13px;
  text-align: center;
  line-height: 21px;
}
.register__form .terms a {
  font-weight: 600;
  color: #1C9CEA;
}
.register .register-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.register .register-footer__title {
  color: #8496AA;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.register .solutions {
  margin-top: 80px;
  margin-bottom: 100px;
}
.register .solutions__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.register .solutions__cards {
  margin-top: 40px;
  justify-content: center;
  display: flex;
  gap: 24px;
}
.register .solutions__card {
  width: 288px;
  height: 123px;
  border-radius: 4px;
  border: 1px solid #A1DFE8;
  background: #E7F7F9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.register .solutions__card--selpics {
  border: 1px solid #A4D7F7;
  background: #E7F5FD;
}
.register .solutions__card--youbox {
  border: 1px solid #A1DFE8;
  background: #E7F7F9;
}
.register .solutions__card-text {
  color: #363646;
  font-size: 14px;
  font-weight: 700;
  margin-top: 9px;
}

@media (max-width: 767px) {
  .register__title {
    font-size: 26px;
    line-height: 36px;
  }
  .register__form {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .register__form .button {
    height: 44px !important;
  }
  .register .solutions {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .register .solutions__title {
    line-height: 36px;
    font-size: 26px;
  }
  .register .solutions__cards {
    flex-direction: column;
  }
  .register .solutions__card {
    width: 100%;
  }
}
.account-termination-confirmation {
  background: #f1f4f6;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #363646;
}
.account-termination-confirmation__logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.account-termination-confirmation__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 43px;
  margin-bottom: 20px;
}
.account-termination-confirmation__text {
  text-align: center;
  line-height: 26px;
}
