@import url(https://fonts.cdnfonts.com/css/switzer);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Signika:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Switzer, sans-serif;
}
h3.section-title {
  color: #e6e6e6;
  font-family: Roboto Mono, monospace;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.4;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.ui-button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  color: #111;
  font-size: 12px;
  padding: 5px 11px;
}
.ui-button.size-large {
  border-radius: 4px;
  border-width: 2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 22px;
}
.ui-button.secondary {
  background-color: #0000;
  color: #fff;
}
.operator-wrapper {
  display: inline-block;
  height: auto;
  line-height: 1.125em;
  vertical-align: text-bottom;
}
.operator-content {
  background-color: #755060;
  border-radius: 2px;
  color: #e6e6e6;
  display: inline;
  font-size: 0.2em;
  font-weight: 600;
  padding: 0 0.2em;
  text-transform: uppercase;
}
.home-header {
  background: radial-gradient(
      108% 108% at 44.55% -59.74%,
      #1111b5 0,
      #1111b500 100%
    ),
    radial-gradient(54% 166% at 0 50%, #1111b5 0, #1111b500 100%),
    radial-gradient(70% 110% at 100% 100%, #1111b5 0, #1111b500 100%), #232325;
  color: #fff;
  min-height: 90vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home-header {
    min-height: 0;
    padding-bottom: 48px;
  }
}
.home-header:before {
  background-image: url(/static/media/illustration.4014af63a09310a7e346.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home-header:before {
    background-size: 100%;
  }
}
.home-header .ui-kit-section {
  min-height: 0;
}
@media screen and (max-width: 1024px) {
  .home-header .ui-kit-section {
    padding: 48px 12px;
  }
}
.home-header .container {
  padding-left: 12px;
  padding-right: 12px;
}
.home-header__content {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: initial;
  bottom: 120px;
  margin-top: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home-header__content {
    bottom: 0;
    margin-top: 165px;
    position: relative;
  }
}
.home-header__logo {
  display: inline-block;
  left: 100px;
  top: 100px;
}
.home-header__actions .operator-wrapper {
  line-height: 50px;
}
.home-header__actions .operator-content {
  font-size: 14px;
  padding: 1px 4px;
}
.home-header__menu .nav-item .section-title {
  opacity: 1;
}
.home-header__menu-mobile {
  background-color: #2828ffcc;
  display: block;
  padding-left: 0;
  position: absolute;
  right: -12px;
  top: 50px;
  width: 100vw;
}
.home-header__menu-mobile .nav-item a {
  padding: 10px;
  text-align: center;
}
.home-header .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .home-header .nowrap {
    white-space: normal;
  }
}
.home-header__title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 0.8;
  white-space: nowrap;
  color: white;
}
@media screen and (max-width: 1024px) {
  .home-header__title {
    font-size: 36px;
    line-height: 48px;
    white-space: inherit;
  }
}
.home-header__title .operator-content {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 1px 4px;
}
.home-header__title h1 {
  font-weight: 100;
}
.home-header__description {
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}
.home-header__nav .menu-trigger {
  color: #e6e6e6;
  font-size: 14px;
  text-align: right;
}
.section-title.st {
  margin-bottom: 24px;
}
p {
  font-family: Switzer, sans-serif;
}
li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
}
li a {
  text-decoration: none;
}
.nav-wrapper {
  padding: 70px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .nav-wrapper {
    padding: 48px 12px;
  }
}
.nav-wrapper nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.ui-kit-section {
  color: #fff;
  min-height: 100vh;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .handheld-only {
    display: none !important;
  }
}
.services_page {
  background-color: #1c1c1e;
  display: block;
  max-width: 100%;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .services_page {
    height: 100%;
    padding: 48px 12px;
  }
}
.services_page .services-page__corner-illustration,
.services_page__corner-illustration {
  position: absolute;
  right: 0;
  top: 0;
}
.services_page__title {
  border-top: 1px solid hsla(240, 1%, 58%, 0.267);
  margin-bottom: 64px;
  padding-top: 15px;
}
.services_page__title__div {
  color: #929295cc;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  opacity: 40%;
}
.services_page p {
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .services_page p {
    font-size: 20px;
    line-height: 28px;
  }
}
.services_page h2 {
  color: #e6e6e6;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .services_page h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.services_page .container__leftside {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .services_page .container__leftside {
    position: static;
  }
}
.services_page .container__leftside__box {
  border-top: 1px solid hsla(240, 1%, 58%, 0.267);
  width: 100%;
}
.services_page .container__leftside__box__title {
  color: #929295cc;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  opacity: 40%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.services_page .container__leftside__box ul {
  color: #e6e6e6;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}
.services_page .container__leftside__box li {
  font-weight: 400;
  line-height: 24px;
  list-style: disc;
  padding-bottom: 3px;
  padding-top: 3px;
}
.services_page .container__rightside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  justify-content: space-between;
}
.services_page .container__rightside__box {
  background-color: #232325;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .services_page .container__rightside__box {
    height: 100%;
    padding: 24px;
  }
}
.services_page .container__rightside__box__photo {
  height: auto;
  margin-bottom: 24px;
  width: 64px;
}
.services_page .container__rightside__box__photo img {
  height: auto;
  width: auto;
}
.services_page .container__rightside__box__upper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .services_page .container__rightside__box__upper {
    height: 100%;
  }
}
.services_page .container__rightside__box__upper h4 {
  color: #e6e6e6;
  font-family: Switzer;
}
@media screen and (max-width: 1024px) {
  .services_page .container__rightside__box__upper h4 {
    margin-top: 24px;
  }
}
.services_page .container__rightside__box__upper p {
  color: #929295;
  font-family: Switzer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.services_page .container__rightside__box__lower {
  border-top: 1px solid #e6e6e61a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
}
.services_page .container__rightside__box__lower__title {
  color: #929295cc;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  opacity: 40%;
}
.services_page .container__rightside__box__lower ul {
  margin: 0;
  padding-left: 25px;
  padding-top: 5px;
}
.services_page .container__rightside__box__lower ul li {
  list-style: disc;
}
.services_page .container__rightside__box__lower li {
  color: #e6e6e6;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
}
@media screen and (max-width: 1024px) {
  .services_page .container__rightside__box__lower {
    height: 100%;
    padding-top: 24px;
  }
}
.why-us {
  background: radial-gradient(
      108% 108% at 44.55% -59.74%,
      #1111b5 0,
      #1111b500 100%
    ),
    radial-gradient(54% 166% at 0 50%, #1111b5 0, #1111b500 100%),
    radial-gradient(70% 110% at 100% 100%, #1111b5 0, #1111b500 100%), #232325;
  color: #fff;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.why-us:after,
.why-us:before {
  background-image: url(/static/media/top-right.cbd476b07d0a4ac66922.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .why-us:after,
  .why-us:before {
    background-image: none;
    background-size: contain;
  }
}
.why-us:after {
  background-image: url(/static/media/top-left.531958dccdba2af5a1b7.svg);
  background-position: 0 0;
  left: 0;
  right: auto;
}
.why-us .container {
  position: relative;
  z-index: 2;
}
.why-us .section-title,
.why-us__title {
  text-align: center;
}
.why-us__title {
  font-family: Switzer, sans-serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 64px;
  margin: 24px auto;
  max-width: 700px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.why-us .description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 auto 4rem;
  max-width: 600px;
  opacity: 0.9;
  text-align: center;
}
.why-us .features-grid {
  grid-gap: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  margin-top: 3rem;
}
.why-us .feature {
  border-top: 1px solid #e6e6e61a;
  margin: 0 24px 24px;
  padding: 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .why-us .feature {
    margin: 24px 0;
  }
}
.why-us .feature.desktop-only {
  border-top: none;
}
.why-us .feature h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.why-us .feature p {
  color: #e6e6e6;
  font-family: Roboto Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .why-us .feature {
    padding: 16px 0 0;
  }
}
.why-us .feature-number {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .why-us {
    padding: 48px 12px;
  }
  .why-us .why-us__title {
    font-size: 32px;
    line-height: 40px;
  }
  .why-us .description {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
  .why-us .features-grid {
    grid-template-columns: 1fr;
  }
}
.why-us__purple-box {
  align-items: center;
  background: #5a0099;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  max-width: 100%;
  padding: 64px;
  position: relative;
  text-align: center;
  width: 1440px;
}
@media screen and (max-width: 1024px) {
  .why-us__purple-box {
    gap: 24px;
    margin-top: 24px;
    padding: 40px;
  }
}
.why-us__purple-box h3.section-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 1;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.why-us__purple-box-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .why-us__purple-box-content {
    gap: 24px;
  }
}
.why-us__purple-box-content h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 48px;
  margin-top: -26px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media screen and (max-width: 1024px) {
  .why-us__purple-box-content h2 {
    font-size: 32px;
  }
}
.why-us__purple-box:after,
.why-us__purple-box:before {
  background-image: url(/static/media/purple-top-left.531958dccdba2af5a1b7.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.why-us__purple-box:after {
  background-image: url(/static/media/purple-bottom-right.b296ee6fe1142119aa33.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
.relz1 {
  position: relative;
  z-index: 1;
}
.free-quote {
  background-color: #1c1c1e;
  color: #fff;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.free-quote__topcorner-illustration {
  left: 0;
  max-width: 70%;
  position: absolute;
  top: 0;
}
.free-quote__bottomcorner-illustration {
  bottom: 0;
  max-width: 70%;
  position: absolute;
  right: 0;
}
.free-quote .container {
  margin: 0 auto;
  position: relative;
}
.free-quote .title {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .free-quote .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.free-quote .description {
  color: #e6e6e6;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: auto auto 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .free-quote .description {
    font-size: 20px;
    line-height: 28px;
  }
}
.free-quote .image {
  height: 64px;
  margin: auto auto 48px;
  width: 64px;
}
.free-quote .announcement {
  background-color: #ff8c1929;
  border-radius: 4px;
  color: #ff8c19;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: auto auto 50px;
  padding: 4px 8px;
  text-align: center;
}
.free-quote .forms {
  background-color: #232325;
  border-radius: 4px;
  color: #e6e6e6;
  font-family: Roboto Mono;
  line-height: 20px;
  margin: auto;
  max-width: auto;
  overflow: hidden;
  padding: 48px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .free-quote .forms {
    margin: 0 12px;
    padding: 24px;
  }
}
.free-quote .forms .first-two {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .free-quote .forms .first-two {
    flex-direction: column;
    gap: 0;
    row-gap: 16px;
  }
}
.free-quote .forms .form-label {
  font-family: Roboto Mono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.free-quote .forms .form-box {
  background-color: #1c1c1e;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto;
  padding: 16px;
  position: relative;
  width: 100%;
}
.free-quote .forms .form-box .form-control {
  background-color: #1c1c1e;
  border: 0;
  color: #444;
  font-family: Switzer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}
.free-quote .forms .form-box .form-control:focus {
  border: none;
  box-shadow: none;
}
.free-quote .forms #secondbox {
  margin-bottom: 16px;
  width: auto;
}
.free-quote .forms #thirdbox {
  width: auto;
}
.free-quote .forms #thirdbox #text-area {
  background-color: #1c1c1e;
  border: none;
  color: #444;
  font-family: Switzer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-height: 200px;
  min-height: 50px;
  padding: 0;
}
.free-quote .forms button {
  background-color: 230, 230, 230, 1;
  border: 0;
  border-radius: 4px;
  color: #1c1c1e;
  font-family: Switzer;
  font-size: 24px;
  font-weight: 600;
  height: 56px;
  margin-top: 48px;
  padding: 12px 24px;
  width: 100%;
}
.free-quote .forms ::placeholder {
  color: #444;
  opacity: 1;
}
.faq {
  background: radial-gradient(
      108% 108% at 44.55% -59.74%,
      #1111b5 0,
      #1111b500 100%
    ),
    radial-gradient(54% 166% at 0 50%, #1111b5 0, #1111b500 100%),
    radial-gradient(70% 110% at 100% 100%, #1111b5 0, #1111b500 100%), #232325;
  color: #e6e6e6;
  min-height: 85vh;
  position: relative;
}
.faq:before {
  background-image: url(/static/media/illustration.42031b2908a75f694951.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .faq:before {
    display: none;
  }
}
.faq .container {
  padding-left: 12px;
  padding-right: 12px;
}
.faq .section-title {
  letter-spacing: -0.02em;
  padding-top: 120px;
}
.faq__intro {
  padding-top: 10px;
}
.faq__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}
.faq__description,
.faq__title {
  letter-spacing: -0.02em;
  padding-top: 24px;
  white-space: pre-wrap;
}
.faq__description {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .faq__description {
    font-size: 20px;
  }
  .faq .faq__intro {
    padding-left: 24px;
    padding-right: 24px;
  }
  .faq .section-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 48px;
  }
  .faq .faq__title {
    font-size: 36px;
    line-height: 42px;
    padding-top: 24px;
    white-space: normal;
  }
  .faq .faq__description {
    font-size: 20px;
    line-height: 28px;
    padding-top: 24px;
  }
}
.faq__list {
  padding-top: 120px;
}
.faq__list .faq__item {
  background: #0000;
  border-radius: 0;
  border-top: 1px solid #92929533;
  padding: 12px;
  transition: border-color 0.3s ease-in-out;
}
.faq__list .faq__item--active {
  background: #0000;
}
@media screen and (max-width: 1024px) {
  .faq__list .faq__item {
    padding-left: 0;
    padding-right: 0;
  }
  .faq__list {
    padding-left: 24px;
    padding-top: 48px;
  }
}
.faq__question {
  align-items: center;
  background: none;
  border: none;
  color: #e6e6e6;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: -0.02em;
  line-height: 32px;
  padding: 10px;
  text-align: left;
  transition: color 0.3s ease-in-out;
  width: 100%;
}
.faq__question:focus {
  outline: none;
}
@media screen and (max-width: 1024px) {
  .faq__question {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 0;
    padding-right: 12px;
  }
}
.faq__question-index {
  color: #929295;
  font-family: Roboto Mono, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 16px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1024px) {
  .faq__question-index {
    display: block;
  }
}
.faq__question-text {
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .faq__question-text {
    font-size: 20px;
    font-weight: 400;
  }
}
.faq__question-symbol {
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .faq__question-symbol {
    align-self: baseline;
  }
}
.faq__answer {
  color: #929295;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.faq__answer--visible {
  max-height: 200px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .faq__answer--visible {
    padding-left: 0;
    padding-right: 12px;
  }
}
.faq__answer--hidden {
  max-height: 0;
  padding: 0 10px;
}
.footer {
  background-color: #1c1c1e;
  overflow: hidden;
  padding: 120px 0;
}
.footer,
.footer .container {
  position: relative;
}
.footer .container__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .container__top__left {
  color: #929295;
}
.footer .container__top__left,
.footer .container__top__right {
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.footer .container__top__right {
  color: #e6e6e6;
  display: flex;
  gap: 16px;
}
.footer .container__image {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
