@charset 'UTF-8';
/*

Theme: Quick – Website UI Kit (FREE)
Version: 1.1.0
Product Page: https://webpixels.io/themes/quick-website-ui-kit
License: MIT
Author: Webpixels
Author URI: https://webpixels.io

---

Copyright 2020 Webpixels

*/
/*@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,600,700,800&display=swap);*/
:root {
  --blue: #008aff;
  --indigo: #6e00ff;
  --purple: #510fa8;
  --pink: #f074ad;
  --red: #f25767;
  --orange: #ffbe3d;
  --yellow: #ffc431;
  --green: #5cc9a7;
  --teal: #50b5ff;
  --cyan: #4bd6e5;
  --white: #fff;
  --gray: #718096;
  --gray-dark: #2d3748;
  --primary: #008aff;
  --secondary: #eaecf3;
  --success: #5cc9a7;
  --info: #50b5ff;
  --warning: #ffbe3d;
  --danger: #f25767;
  --light: #eaecf3;
  --dark: #171347;
  --neutral: #fff;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}

footer,
nav,
section {
  display: block;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;

  margin: 0;

  text-align: left;

  color: #718096;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  overflow: visible;

  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.66667rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

a {
  text-decoration: none;

  color: #008aff;
  background-color: transparent;
}
a:hover {
  text-decoration: none;

  color: #0061b3;
}

a:not([href]) {
  text-decoration: none;

  color: inherit;
}
a:not([href]):hover {
  text-decoration: none;

  color: inherit;
}

img {
  vertical-align: middle;

  border-style: none;
}

svg {
  overflow: hidden;

  vertical-align: middle;
}

label {
  display: inline-block;

  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;

  border-style: none;
}

textarea {
  overflow: auto;

  resize: vertical;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h4,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;

  margin-bottom: 0.66667rem;

  color: #152c5b;
}

h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;

  border: 0;
  border-top: 1px solid #e2e8f0;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;

  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1240px;
  }
}

.row {
  display: flex;

  margin-right: -15px;
  margin-left: -15px;

  flex-wrap: wrap;
}

.col-6,
.col,
.col-sm-4,
.col-sm-6,
.col-md-4,
.col-md-6,
.col-md-10,
.col-md-12,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-xl-4,
.col-xl-5 {
  position: relative;

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  max-width: 100%;

  flex-basis: 0;
  flex-grow: 1;
}

.col-6 {
  max-width: 50%;

  flex: 0 0 50%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
  }
  .col-sm-6 {
    max-width: 50%;

    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
  }
  .col-md-6 {
    max-width: 50%;

    flex: 0 0 50%;
  }
  .col-md-10 {
    max-width: 83.33333%;

    flex: 0 0 83.33333%;
  }
  .col-md-12 {
    max-width: 100%;

    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.66667%;

    flex: 0 0 16.66667%;
  }
  .col-lg-4 {
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%;

    flex: 0 0 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%;

    flex: 0 0 50%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
  }
  .col-xl-5 {
    max-width: 41.66667%;

    flex: 0 0 41.66667%;
  }
}

.form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  display: block;

  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;

  transition: all 0.2s ease;

  color: #4a5568;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4a5568;
}
.form-control:focus {
  color: #4a5568;
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  background-color: #fff;
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #a0aec0;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a0aec0;
}
.form-control:disabled {
  opacity: 1;
  background-color: #eaecf3;
}

.form-group {
  margin-bottom: 1rem;
}

.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #5cc9a7;
}

.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #f25767;
}

.btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;

  display: inline-block;

  padding: 0.75rem 1.75rem;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;

  color: #718096;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;

  color: #718096;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}

.btn-primary {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  border-color: #006ecc;
  background-color: #0075d9;
}
.btn-primary:focus {
  box-shadow: none, 0 0 0 rgba(0, 138, 255, 0.35);
}
.btn-primary:disabled {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #0068bf;
  background-color: #006ecc;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #c1c7dc;
  background-color: #cacfe0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #39ac88;
  background-color: #3cb690;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #109aff;
  background-color: #1d9fff;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #fca800;
  background-color: #ffad0a;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #ed1c31;
  background-color: #ee283c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #c1c7dc;
  background-color: #cacfe0;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #070615;
  background-color: #0a081f;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}
.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}
.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}
.btn-white:hover {
  color: #273444;
  border-color: #e6e6e6;
  background-color: #ececec;
}
.btn-white:focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-white:disabled {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(234, 236, 243, 0.35);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}
.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-sm {
  font-size: 0.875rem;
  line-height: 1.5;

  padding: 0.5rem 1.25rem;

  border-radius: 0.375rem;
}

.btn-block {
  display: block;

  width: 100%;
}

.fade {
  transition: opacity 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.input-group {
  position: relative;

  display: flex;

  width: 100%;

  flex-wrap: wrap;
  align-items: stretch;
}
.input-group > .form-control {
  position: relative;

  min-width: 0;
  margin-bottom: 0;

  flex: 1 1;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend {
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  display: flex;

  margin-bottom: 0;
  padding: 0.75rem 1.25rem;

  text-align: center;
  white-space: nowrap;

  color: #a0aec0;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  background-color: #fafbfe;

  align-items: center;
}

.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 138, 255, 0.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #99d0ff;
  background-color: #99d0ff;
  box-shadow: none;
}

.nav {
  display: flex;

  margin-bottom: 0;
  padding-left: 0;

  list-style: none;

  flex-wrap: wrap;
}

.nav-link {
  display: block;

  padding: 0.25rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;

  display: flex;

  padding: 0.75rem 1rem;

  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar .container {
  display: flex;

  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;

  display: inline-block;

  margin-right: 1rem;
  padding-top: 0.0375rem;
  padding-bottom: 0.0375rem;

  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar-brand {
    position: relative;
    right: 250px;
  }
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;

  margin-bottom: 0;
  padding-left: 0;

  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    position: relative;
    left: 250px;
  }
}

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;

  padding: 0.25rem 0.75rem;

  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;

  width: 1.5em;
  height: 1.5em;

  content: "";
  vertical-align: middle;

  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;

    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 138, 255, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 138, 255, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(31, 45, 61, 0.6);
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 45, 61, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  border: 1px solid #eaecf3;
  border-radius: 0.75rem;
  background-color: #fff;
  background-clip: border-box;
}

.card-body {
  min-height: 1px;
  padding: 1.75rem;

  color: #718096;

  flex: 1 1 auto;
}

.card-footer {
  padding: 1.25rem 1.75rem;

  border-top: 1px solid #eaecf3;
  background-color: transparent;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}

.badge {
  font-size: 80%;
  font-weight: 700;
  line-height: 1;

  display: inline-block;

  padding: 0.35rem 0.5rem;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;

  border-radius: 0.375rem;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;

  border-radius: 50rem;
}

.badge-primary {
  color: #fff;
  background-color: #008aff;
}

.badge-success {
  color: #fff;
  background-color: #5cc9a7;
}

.badge-warning {
  color: #fff;
  background-color: #ffbe3d;
}

.badge-danger {
  color: #fff;
  background-color: #f25767;
}

.close {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;

  float: right;

  opacity: 0.5;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}
.close:hover {
  text-decoration: none;

  color: rgba(255, 255, 255, 0.6);
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;

  display: none;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 0;
}

.modal-dialog {
  position: relative;

  width: auto;
  margin: 0.5rem;

  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal-content {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  border: 1px solid rgba(31, 45, 61, 0.2);
  border-radius: 0.75rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.3);
}

.modal-body {
  position: relative;

  padding: 1.5rem;

  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.3);
  }
}

.bg-primary {
  background-color: #008aff !important;
}

.bg-dark {
  background-color: #171347 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-primary {
  border-color: #008aff !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.clearfix::after {
  display: block;
  clear: both;

  content: "";
}

.d-flex {
  display: flex !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .d-sm-none {
    display: none !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
}

.position-relative {
  position: relative !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05) !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
}

.py-6 {
  padding-bottom: 4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #008aff !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #718096 !important;
}

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #1f2d3d;
  }
}

.bg-dark-dark {
  background-color: #0a081f !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-section-dark {
  background-color: #0e0b2b !important;
}

.fill-section-secondary {
  fill: #fafbfe !important;
}

.img-center {
  display: block;

  margin-right: auto;
  margin-left: auto;
}

.row-grid > [class*="col-"] + [class*="col-"] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}

.right-4 {
  right: 1.5rem !important;
}

.bottom-4 {
  bottom: 1.5rem !important;
}

.left-4 {
  left: 1.5rem !important;
}

[class*="shadow"] {
  transition: all 0.2s ease;
}
.text-underline--dashed {
  border-bottom: 1px dashed !important;
}

a.text-muted:hover {
  color: #5a677a !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.lh-130 {
  line-height: 1.3 !important;
}

.lh-180 {
  line-height: 1.8 !important;
}

.zindex-100 {
  z-index: 100 !important;
}

:root {
  --primary-dark: #006ecc;
  --primary-light: #33a1ff;
  --secondary-dark: #cacfe0;
  --secondary-light: white;
  --success-dark: #3cb690;
  --success-light: #82d6bc;
  --info-dark: #1d9fff;
  --info-light: #83cbff;
  --warning-dark: #ffad0a;
  --warning-light: #ffcf70;
  --danger-dark: #ee283c;
  --danger-light: #f68692;
  --light-dark: #cacfe0;
  --light-light: white;
  --dark-dark: #0a081f;
  --dark-light: #241e6f;
  --neutral-dark: #e6e6e6;
  --neutral-light: white;
  --white-dark: #e6e6e6;
  --white-light: white;
}

body,
html {
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

svg {
  overflow: hidden;

  vertical-align: middle;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-fluid {
    width: 100%;
  }
}

.badge {
  display: inline;

  text-transform: none;
}

.badge-lg {
  padding: 0.85em 1.375em;
}

.badge-soft-success {
  color: #5cc9a7;
  background-color: #def4ed;
}

.btn {
  position: relative;

  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn + .btn {
  margin-left: 0.5rem;
}
.btn-neutral:not(:disabled):not(.disabled):focus,
.btn-neutral:not(:disabled):not(.disabled):active {
  color: #008aff;
  border-color: #4dadff;
  background-color: transparent;
}
.btn-neutral:not(:disabled):not(.disabled).active {
  color: #008aff;
  border-color: #008aff;
  background-color: #fff;
}
.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #008aff;
  background-color: #008aff;
}
.btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(6, 125, 227, 0.5);
}
.btn-soft-secondary:not(:disabled):not(.disabled):active,
.btn-soft-secondary:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.btn-soft-secondary:not(:disabled):not(.disabled):active:focus,
.btn-soft-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #5cc9a7;
  background-color: #5cc9a7;
}
.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(84, 179, 152, 0.5);
}
.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #50b5ff;
  background-color: #50b5ff;
}
.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(74, 162, 227, 0.5);
}
.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #ffbe3d;
  background-color: #ffbe3d;
}
.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 169, 62, 0.5);
}
.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #f25767;
  background-color: #f25767;
}
.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(212, 82, 98, 0.5);
}
.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #eaecf3;
  background-color: #eaecf3;
}
.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 208, 217, 0.5);
}
.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #171347;
  background-color: #171347;
}
.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(25, 24, 71, 0.5);
}
.btn-soft-neutral:not(:disabled):not(.disabled):active,
.btn-soft-neutral:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.btn-soft-neutral:not(:disabled):not(.disabled):active:focus,
.btn-soft-neutral:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white:not(:disabled):not(.disabled).active {
  color: #273444;
  border-color: #fff;
  background-color: #fff;
}
.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white:not(:disabled):not(.disabled).active:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #293e6b;
  background-color: #2d4474;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(59, 89, 153, 0.35);
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #0b7ec4;
  background-color: #0c85d0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(29, 161, 242, 0.35);
}
.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #b7301f;
  background-color: #c23321;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(221, 75, 57, 0.35);
}
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #c81c3d;
  background-color: #d31e40;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(228, 64, 95, 0.35);
}
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #800513;
  background-color: #8c0615;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(189, 8, 28, 0.35);
}
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #961717;
  background-color: #a11918;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(205, 32, 31, 0.35);
}
.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #2a7f61;
  background-color: #2d8968;
}
.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(58, 175, 133, 0.35);
}
.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #dc1a65;
  background-color: #e51e6b;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(234, 76, 137, 0.35);
}
.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #020202;
  background-color: #090909;
}
.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(34, 34, 34, 0.35);
}
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #0376b1;
  background-color: #037fbe;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(4, 160, 240, 0.35);
}

.card {
  position: relative;

  margin-bottom: 30px;

  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

.footer {
  background-color: #F8F8FA;
}
.footer .nav-link {
  font-size: 0.875rem;
}

.footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-dark .heading {
  color: white;
}

.footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-dark .copyright a:hover {
  color: white;
}

.footer-dark {
  color: #a0aec0;
  background-color: #273444;
}
.footer-dark .heading {
  color: #eaecf3;
}

.footer-dark .nav .nav-item .nav-link:hover {
  color: #000000;
}
.footer-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

.form-control:focus:-ms-input-placeholder {
  color: #cbd5e0;
}

.form-control:focus::-ms-input-placeholder {
  color: #cbd5e0;
}

.icon i {
  font-size: 1.71429rem;
}

.icon-sm i {
  font-size: 1.14286rem;
}

.icon-shape {
  display: inline-flex;

  width: 3rem;
  height: 3rem;

  text-align: center;
  vertical-align: middle;

  border-radius: 0.375rem;

  align-items: center;
  justify-content: center;
}
.icon-shape i {
  font-size: 1.125rem;
}
.icon-shape.icon-sm {
  width: 2rem;
  height: 2rem;
}
.icon-shape.icon-sm i {
  font-size: 0.875rem;
}

.input-group-text {
  transition: all 0.2s ease;
}

.modal-content {
  border: 0;
  border-radius: 0.75rem;
}

.modal-dialog-aside {
  position: absolute;

  margin: 0;
}

.nav-link {
  font-size: 0.875rem;

  color: #fff;
}
.nav-link:hover {
  color: #e3e7fd;
}

.navbar {
  position: relative;
  z-index: 101;
}
.navbar .container {
  position: relative;

  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .navbar-expand-lg .navbar-collapse {
    background: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

h1,
h2,
h3,
.h1,
.h3 {
  font-weight: 600;
}

h4,
h5,
h6,
.h4,
.h6 {
  font-weight: 600;
}

a {
  transition: all 0.2s ease;

  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

.navbar {
  position: relative;
  z-index: 101;
}
.navbar .container {
  position: relative;

  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
  .navbar-expand-lg .navbar-collapse {
    background: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-brand img {
    height: 1.75rem;
  }
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

section {
  background-color: #fff;
}

.slice {
  position: relative;

  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slice-lg {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not(
    [class*="bg-"]
  ):not(.section-rotate)
  + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not(
    [class*="bg-"]
  ) {
  padding-top: 0;
}

.shape-container {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;

  overflow: hidden;

  width: 100%;

  transform: translateZ(0);
}
.shape-container svg {
  display: block;

  vertical-align: baseline;
  pointer-events: none;

  fill: #fff;
}

.shape-position-top {
  top: 0;

  margin-top: -1px;
}

.shape-orientation-inverse {
  transform: rotate(180deg);
}

.shape-line {
  min-height: 19px;
}

/*# sourceMappingURL=quick-website.css.map */
