@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

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

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.25s;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #636c72;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
/*@import "scss/modal";*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-cell {
  display: table-cell !important;
}

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

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

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

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
::selection {
  background: #000000;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
  text-shadow: none;
}

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #535B62;
  font-weight: 400;
  font-family: "Graphik Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  margin: 0;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #000000;
}

p:last-child {
  margin-bottom: 0;
}

.transition {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

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

.sm-show {
  display: none;
}

@media only screen and (max-width: 575px) {
  .sm-hide {
    display: none;
  }

  .sm-show {
    display: contents;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #2F363F;
}

h1 {
  font-size: 0;
  line-height: 0;
}

h2 {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1.01px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: -0.005em;
}

h6 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.005em;
  line-height: 1.27;
}

p {
  font-size: 18px;
  color: #535B62;
  line-height: 1.7;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

small {
  font-size: 18px;
  color: #81878C;
  letter-spacing: 0;
  text-transform: unset;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  small {
    font-size: 15px;
  }
}

.btn {
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
}
.btn:focus, .btn:active, .btn:hover {
  color: white;
}
.btn:focus {
  outline: none;
}

.btn-large {
  padding: 15px 22px;
  color: #ffffff;
  background-color: #1F7AE0;
  transition: all 0.25s;
  border: 1px solid rgba(31, 122, 224, 0.5);
}
@media only screen and (max-width: 767px) {
  .btn-large {
    padding: 10px 21px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-large {
    padding: 10px;
  }
}
.btn-large:hover {
  color: #ffffff;
  background-color: #2685ef;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.btn-large:focus {
  color: #ffffff;
  background-color: #2685ef;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.btn-large:active {
  color: #ffffff;
  background-color: #2685ef;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.btn-medium {
  padding: 10px 15px;
  color: #ffffff;
  background-color: #1F7AE0;
  font-size: 13px;
  background-color: #1f7ae0;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.btn-medium:hover {
  color: #ffffff;
  background-color: #2685ef;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.btn-large-outline {
  padding: 15px 22px;
  color: #1F7AE0;
  background-color: #ffffff;
  border: 1px solid rgba(31, 122, 224, 0.5);
  transition: all 0.25s;
}
@media only screen and (max-width: 767px) {
  .btn-large-outline {
    padding: 10px 21px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-large-outline {
    padding: 10px;
  }
}
.btn-large-outline:hover {
  color: #1F7AE0;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}
.btn-large-outline:active {
  color: #1F7AE0;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}
.btn-large-outline:focus {
  color: #1F7AE0;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}

.btn-small {
  background: #FFFFFF;
  border: 1px solid rgba(189, 195, 203, 0.7);
  border-radius: 4px;
  font-size: 12px;
  color: #535B62;
  padding: 5px 12px;
  transition: all 0.25s;
}
.btn-small span {
  margin-right: 5px;
}
.btn-small:hover {
  color: #535B62;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}

/* headroom - style*/
.btn-nav_toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.btn-nav_toggle[aria-expanded=false] .top-bar,
.collapsed .top-bar {
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-nav_toggle[aria-expanded=false] .middle-bar,
.collapsed .middle-bar {
  opacity: 1;
}

.btn-nav_toggle[aria-expanded=false] .bottom-bar,
.collapsed .bottom-bar {
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.top-bar {
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10% 0;
  -ms-transform-origin: 10% 10% 0;
  transform-origin: 10% 10% 0;
}

.middle-bar {
  opacity: 0;
}

.bottom-bar {
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90% 0;
  -ms-transform-origin: 10% 90% 0;
  transform-origin: 10% 90% 0;
}

.header--fixed {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
  top: 0;
  transition: all 0.25s;
}

/* headroom - style*/
header.navbar {
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 0 1px 0 0 #DDE0E4;
}
@media only screen and (max-width: 991px) {
  header.navbar {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  header.navbar h1 {
    display: inline;
  }
}
@media only screen and (max-width: 575px) {
  header.navbar {
    padding: 12px 0;
  }
}
header.navbar .btn-nav_toggle {
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 10px 0;
  width: 24px;
  cursor: pointer;
}
header.navbar .btn-nav_toggle:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  header.navbar .btn-nav_toggle {
    display: block;
    padding: 8px 0;
    float: right;
    margin-right: 0px;
  }
  header.navbar .btn-nav_toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #2E363F;
  }
}
header.navbar nav.navbar-collapse {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header.navbar nav.navbar-collapse {
    background-color: #fff;
    text-align: center;
    max-width: 100%;
  }
}
header.navbar nav.navbar-collapse .navbar-nav {
  position: relative;
  margin-right: auto;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
header.navbar nav.navbar-collapse .navbar-nav > li {
  display: flex;
  justify-content: center;
  margin-right: 1.875rem;
}
header.navbar nav.navbar-collapse .navbar-nav > li:last-child {
  margin-right: 0;
}
header.navbar nav.navbar-collapse .navbar-nav > li > a {
  font-size: 14px;
  color: #535B62;
  padding: 0;
}
header.navbar nav.navbar-collapse .navbar-nav > li > a:hover {
  color: #2685ef;
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav > li > a:hover {
    color: black;
  }
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav > li > a {
    font-size: 18px !important;
    z-index: 1;
    position: relative;
  }
  header.navbar nav.navbar-collapse .navbar-nav > li > a:hover {
    color: #2685ef;
  }
}
header.navbar nav.navbar-collapse .navbar-nav > li > a.active {
  color: #2685ef;
}
@media only screen and (max-width: 1199px) {
  header.navbar nav.navbar-collapse .navbar-nav > li {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav > li {
    margin-right: 0 !important;
    margin-bottom: 1.75rem;
    width: 100%;
  }
  header.navbar nav.navbar-collapse .navbar-nav > li:last-child {
    margin-bottom: 0;
  }
}
header.navbar nav.navbar-collapse .navbar-nav > li ul {
  min-width: 240px;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none !important;
  -webkit-box-shadow: 0 13px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 13px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav > li ul {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
header.navbar nav.navbar-collapse .navbar-nav > li ul li {
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}
header.navbar nav.navbar-collapse .navbar-nav > li ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-nav > li ul li {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  header.navbar nav.navbar-collapse .navbar-nav > li ul li:last-child {
    margin-bottom: 0;
  }
}
header.navbar nav.navbar-collapse .navbar-nav > li ul li a {
  color: #5b616e;
  padding: 0;
}
header.navbar nav.navbar-collapse .navbar-nav > li ul li a:hover {
  background-color: transparent;
  color: black;
}
@media only screen and (max-width: 767px) {
  header.navbar nav.navbar-collapse .navbar-collapse.show .navbar-nav.animate-active.main-menu-active > li > a {
    animation-name: fadeOutRightCustom;
    animation-duration: 0.4s;
    animation-fill-mode: both;
  }
  header.navbar nav.navbar-collapse .navbar-collapse.show .navbar-nav.main-menu-active > li > a {
    animation-name: fadeInRightCustom;
    animation-duration: 0.4s;
    animation-fill-mode: both;
  }
  header.navbar nav.navbar-collapse .navbar-collapse.show .navbar-nav.animate-active li ul.sub-menu-active {
    display: table;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: fadeInLeftCustom;
  }
}
header.navbar h1 {
  margin-bottom: 0;
}
header.navbar h1 .navbar-brand {
  padding: 0;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  header.navbar h1 .navbar-brand .desktop-view {
    display: none;
  }
}
header.navbar h1 .navbar-brand .mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  header.navbar h1 .navbar-brand .mobile-view {
    display: block;
  }
}

header.navbar.headroom--not-top {
  padding: 10px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  background-color: #FFFFFF;
  transition: all 0.25s;
}
@media only screen and (max-width: 575px) {
  header.navbar.headroom--not-top {
    padding: 7px 0;
  }
}

.login-button {
  display: flex;
  flex: none;
}
@media only screen and (max-width: 991px) {
  .login-button {
    position: absolute;
    right: 50px;
    top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggleable-sm > .container {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-toggleable-sm > .container {
    width: 100%;
  }
}

header.navbar.header--top {
  padding: 10px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  background-color: #FFFFFF;
  transition: all 0.25s;
}
@media only screen and (max-width: 991px) {
  header.navbar.header--top {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 575px) {
  header.navbar.header--top {
    padding: 7px 0;
  }
}

footer ul {
  padding: 0;
  margin: 0;
  display: flex;
}
footer ul li {
  list-style: none;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  footer ul {
    display: none;
  }
}
footer .footer-wrapper {
  width: 100%;
  padding: 30px 0px;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
}
footer .footer-nav-primary {
  max-width: 358px;
}
@media only screen and (max-width: 991px) {
  footer .footer-nav-primary {
    margin-bottom: 2rem;
  }
}
footer .footer-nav-primary .footer-social-icons {
  align-items: center;
  margin-top: 18px;
}
footer .footer-nav-primary .footer-social-icons a {
  margin-right: 15px;
}
footer .footer-nav-primary .footer-social-icons a figure {
  display: flex;
  align-items: center;
  margin: 0px;
}
footer .footer-nav-primary p {
  font-size: 13px;
  color: #535B62;
  line-height: 23px;
}
footer .footer-nav-secondary {
  max-width: 570px;
  width: 100%;
  flex-wrap: wrap;
}
footer .footer-nav-secondary ul {
  display: block;
}
@media only screen and (max-width: 991px) {
  footer .footer-nav-secondary ul {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-nav-secondary ul li {
    margin-left: 0;
  }
}
footer .footer-nav-secondary ul li a {
  font-size: 13px;
  color: #535B62;
  letter-spacing: 0;
  line-height: 25px;
  transition: all 0.25s;
}
footer .footer-nav-secondary ul li a:hover {
  color: #000;
}
footer .copy-rights {
  background: #FFFFFF;
  box-shadow: 0 -1px 0 0 rgba(221, 224, 228, 0.44);
  padding: 25px 0;
}
footer .copy-rights p {
  font-size: 13px;
  color: #81878C;
}
footer .copy-rights p a {
  font-weight: 500;
  color: #81878C;
  transition: all 0.25s;
}
footer .copy-rights p a:hover {
  color: #000;
}

@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Bold-Web.eot");
  src: url("../fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("../fonts/../fonts/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Semibold-Web.eot");
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-RegularItalic-Web.eot");
  src: url("../fonts/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-RegularItalic-Web.woff2") format("woff2"), url("../fonts/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Light-Web.eot");
  src: url("../fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff2") format("woff2"), url("../fonts/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
a {
  display: inline-block;
}

main {
  padding-top: 45px;
}
main .hero {
  background-size: inherit;
  position: relative;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media only screen and (max-width: 1199px) {
  main .hero {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  main .hero {
    overflow-y: visible;
  }
}
main .hero .fence-section {
  position: absolute;
  bottom: 0px;
  height: 70px;
  width: 100%;
  background: url(../images/fetch.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  main .hero .fence-section {
    background-size: 15%;
  }
}
@media only screen and (max-width: 767px) {
  main .hero .fence-section {
    background-size: 15%;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .fence-section {
    display: none;
  }
}
main .hero .custom-container {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
main .hero .custom-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 2000px;
}
@media only screen and (max-width: 575px) {
  main .hero .custom-container img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1380px;
    object-position: 270px 20%;
  }
}
main .hero .hero-wrapper {
  position: relative;
  background-image: linear-gradient(-36deg, #D6F0FC 0%, #FBFEFF 65%);
  padding-top: 6.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  main .hero .hero-wrapper {
    padding-top: 30px;
  }
}
main .hero .hero-wrapper .city-images {
  position: absolute;
  right: 10%;
  bottom: 0px;
}
@media only screen and (max-width: 1699px) {
  main .hero .hero-wrapper .city-images {
    right: -5%;
  }
}
@media only screen and (max-width: 1199px) {
  main .hero .hero-wrapper .city-images {
    right: -20%;
  }
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper .city-images {
    position: static;
  }
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper .city-images {
    position: relative;
    right: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
main .hero .hero-wrapper .city-images figure {
  margin: 0px;
  max-width: 850px;
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper .city-images figure {
    max-width: 100%;
    margin: 0 auto;
  }
}
main .hero .hero-wrapper .city-images figure img {
  margin-bottom: -1px;
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper .city-images figure img {
    max-width: 100%;
  }
}
main .hero .hero-wrapper .invest {
  max-width: 480px;
  margin: 0 auto;
  margin-left: 0px;
  text-align: left;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  main .hero .hero-wrapper .invest {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .hero-wrapper .invest {
    padding: 0 15px 15px;
  }
}
main .hero .hero-wrapper .invest p {
  margin-bottom: 0px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  main .hero .hero-wrapper .invest p {
    font-size: 16px;
  }
}
main .hero .hero-wrapper .invest h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
main .hero .hero-wrapper .invest .listof-investers {
  padding-top: 15px;
  padding-bottom: 20px;
}
main .hero .hero-wrapper .invest .listof-investers .investers {
  max-width: 46px;
}
main .hero .hero-wrapper .invest .listof-investers .investers img {
  width: 100%;
}
main .hero .hero-wrapper .invest .listof-investers .investers img ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
main .hero .hero-wrapper .invest .listof-investers .investers img ::-webkit-scrollbar-thumb {
  background: #FF0000;
}
main .hero .hero-wrapper .invest .listof-investers .investers:hover {
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  main .hero .hero-wrapper .invest .listof-investers .nav-item img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .hero-wrapper .invest .listof-investers .nav-item img {
    max-width: 35px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .hero-wrapper .btn-large-grp {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .hero-wrapper .btn-large-grp .btn {
    display: flex;
  }
}
main .hero .btn-large {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  main .hero .btn-large {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  main .hero .btn-large {
    font-size: 12px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 420px) {
  main .hero .btn-large-outline {
    font-size: 12px;
  }
}
main .hero.affordable-housing {
  background-size: inherit;
  position: relative;
  background: linear-gradient(90deg, #FBFEFF 28%, #A6E6F5 62%, #D3F3FA 97%);
  background-repeat: repeat-x;
  background-position: bottom;
}
main .hero.brand-value {
  background-image: linear-gradient(-36deg, #D6F0FC 0%, #FBFEFF 65%);
  max-width: 2000px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  main .hero.brand-value .custom-container img {
    max-width: 1880px;
    object-position: 1280px 20%;
  }
}
@media only screen and (max-width: 420px) {
  main .hero.brand-value .custom-container img {
    max-width: 1600px;
    object-position: 1150px 20%;
  }
}
main .hero.brand-value .hero-wrapper {
  overflow: visible;
  background-image: none;
}
@media only screen and (max-width: 991px) {
  main .hero.brand-value .hero-wrapper {
    overflow: hidden;
  }
}
main .hero.brand-value .hero-wrapper .city-images {
  right: 0px;
}
@media only screen and (max-width: 1199px) {
  main .hero.brand-value .hero-wrapper .city-images figure {
    max-width: 700px;
  }
}
main .hero.brand-value .hero-wrapper .city-images figure img {
  margin-bottom: -160px;
}
@media only screen and (max-width: 991px) {
  main .hero.brand-value .hero-wrapper .city-images figure img {
    max-width: 100%;
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 767px) {
  main .hero.brand-value .hero-wrapper .city-images figure img {
    margin-bottom: -40px;
  }
}
main .hero.brand-value .hero-cards .couple-image {
  max-width: 380px;
  position: relative;
  right: -20%;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  main .hero.brand-value .hero-cards .couple-image {
    max-width: 320px;
    right: 0%;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.brand-value .hero-cards .couple-image {
    max-width: 300px;
    z-index: 9;
    right: -40px;
  }
}
@media only screen and (max-width: 420px) {
  main .hero.brand-value .hero-cards .couple-image {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  main .hero.brand-value .brandvalue-card-section .singlecard a {
    left: -270px;
    top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.brand-value .brandvalue-card-section .singlecard a {
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.brand-value .brandvalue-card-section .singlecard a {
    background-image: none;
    top: 70%;
    padding: 15px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    width: 95%;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
main .hero.electric-mobility {
  max-width: 2000px;
  background-image: linear-gradient(-36deg, #D6F0FC 0%, #FBFEFF 65%);
  margin: 0 auto;
}
main .hero.electric-mobility .hero-cards {
  margin-top: -40px;
}
main .hero.electric-mobility .hero-cards .couple-image {
  max-width: 380px;
  position: relative;
  right: -20%;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  main .hero.electric-mobility .hero-cards .couple-image {
    max-width: 400px;
    right: 0%;
  }
}
@media only screen and (max-width: 991px) {
  main .hero.electric-mobility .hero-cards .couple-image {
    max-width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.electric-mobility .hero-cards .couple-image {
    max-width: 60%;
    right: -20%;
  }
}
main .hero.electric-mobility .hero-wrapper .city-images {
  right: 8%;
}
@media only screen and (max-width: 1199px) {
  main .hero.electric-mobility .hero-wrapper .city-images {
    right: -20%;
  }
}
main .hero.electric-mobility .hero-wrapper .city-images figure {
  max-width: 750px;
}
main .hero.electric-mobility .hero-wrapper .city-images figure img {
  margin-bottom: -25px;
}
main .hero.electric-mobility .electric-mobility-card-section .singlecard {
  position: relative;
  right: 8%;
}
@media only screen and (max-width: 767px) {
  main .hero.electric-mobility .electric-mobility-card-section .singlecard {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  main .hero.electric-mobility .electric-mobility-card-section .singlecard a {
    left: -280px;
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.electric-mobility .electric-mobility-card-section .singlecard a {
    left: -110px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero.electric-mobility .electric-mobility-card-section .singlecard a {
    background-image: none;
    top: 70%;
    padding: 15px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    width: 95%;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
main .hero .custom-container {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
main .hero .custom-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 2000px;
}
@media only screen and (max-width: 991px) {
  main .hero .custom-container img {
    max-width: 1880px;
    object-position: 340px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero .custom-container img {
    max-width: 1380px;
    object-position: 270px 20%;
  }
}
@media only screen and (max-width: 991px) {
  main .hero-card-section.brandvalue-card-section {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 767px) {
  main .hero-card-section.brandvalue-card-section {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 991px) {
  main .hero-card-section {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section {
    margin-top: -60px;
  }
}
main .hero-card-section .hero-cards {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
}
@media only screen and (max-width: 991px) {
  main .hero-card-section .hero-cards {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  main .hero-card-section .hero-cards .couple-image {
    max-width: 80%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .couple-image {
    max-width: 60%;
  }
}
main .hero-card-section .hero-cards .couple-image img {
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 991px) {
  main .hero-card-section .hero-cards .couple-image img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .couple-image img {
    max-width: 270px;
  }
}
main .hero-card-section .hero-cards .couple-image .tooltip-icon {
  position: absolute;
  left: 88px;
  top: 140px;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  main .hero-card-section .hero-cards .couple-image .tooltip-icon {
    left: 50px;
    top: 195px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .couple-image .tooltip-icon {
    display: none;
  }
}
main .hero-card-section .hero-cards .singlecard {
  position: relative;
  right: 10%;
}
@media only screen and (max-width: 991px) {
  main .hero-card-section .hero-cards .singlecard {
    right: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard {
    text-align: center;
    width: 100%;
    top: -15px;
  }
}
main .hero-card-section .hero-cards .singlecard a {
  max-width: 285px;
  padding: 35px 38px;
  position: absolute;
  left: -190px;
  top: 40px;
  transition: all 0.25s;
  background-image: url(../images/card-bg.svg);
  cursor: pointer;
  z-index: 99;
  text-align: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  main .hero-card-section .hero-cards .singlecard a {
    left: -80px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard a {
    background-image: none;
    top: 70%;
    padding: 15px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    width: 95%;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
main .hero-card-section .hero-cards .singlecard a .mbl-flex-wrapper figure img {
  width: 80px;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard a .mbl-flex-wrapper figure {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard a .mbl-flex-wrapper {
    display: flex;
  }
}
main .hero-card-section .hero-cards .singlecard a h5 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  main .hero-card-section .hero-cards .singlecard a p {
    font-size: 12px;
  }
  main .hero-card-section .hero-cards .singlecard a h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard a p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  main .hero-card-section .hero-cards .singlecard a h5 {
    font-size: 16px;
  }
  main .hero-card-section .hero-cards .singlecard a img {
    width: 70px;
  }
}
main .hero-card-section .hero-cards .singlecard a .growth-rate {
  margin-top: 0px;
  margin-bottom: 10px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard a .growth-rate {
    padding-left: 95px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
}
main .hero-card-section .hero-cards .singlecard a .growth-rate .g-rate {
  margin-right: 20px;
}
main .hero-card-section .hero-cards .singlecard a .growth-rate .btn-small {
  background-color: #1F7AE0;
  color: #fff;
  border: 1px solid transparent;
  opacity: 0;
  padding: 7px 12px;
}
@media only screen and (max-width: 991px) {
  main .hero-card-section .hero-cards .singlecard a .growth-rate .btn-small {
    opacity: 1;
  }
}
main .hero-card-section .hero-cards .singlecard a .growth-rate small {
  font-size: 11px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
main .hero-card-section .hero-cards .singlecard a .growth-rate p {
  color: #19AF55;
  letter-spacing: 0.42px;
  font-weight: 500;
  margin-bottom: 0;
}
main .hero-card-section .hero-cards .singlecard a:hover .btn-small {
  opacity: 1;
  transition: opacity 0.25s;
}
main .hero-card-section .hero-cards .singlecard p {
  font-size: 14px;
  margin-bottom: 15px;
  padding-right: 10px;
}
main .hero-card-section .hero-cards .singlecard h5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  main .hero-card-section .hero-cards .singlecard h5 {
    margin-bottom: 0px;
  }
}
main .smallcase-better {
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
}
main .smallcase-better .intro-wrapper {
  padding-top: 8rem;
  align-items: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .intro-wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .intro-wrapper {
    padding-top: 15rem;
  }
}
main .smallcase-better .meet-us h2 {
  max-width: 500px;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .meet-us h2 {
    margin-bottom: 18px;
    margin-top: 10px;
  }
}
main .smallcase-better .meet-us p {
  max-width: 480px;
}
main .smallcase-better .hero-img figure {
  text-align: center;
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .hero-img figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}
main .smallcase-better .hero-img figure img {
  max-width: 100%;
  height: auto;
}
main .smallcase-better .app-box {
  max-width: 480px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDE0E4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .app-box {
    padding: 10px;
    margin-top: 15px;
  }
}
main .smallcase-better .app-box figure {
  margin-bottom: 0px;
  margin-right: 10px;
}
main .smallcase-better .app-box figure img {
  border-radius: 4px;
}
main .smallcase-better .app-box .app-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}
main .smallcase-better .app-box .app-content h5 {
  font-weight: 500;
  font-size: 18px;
  color: #2F363F;
  line-height: 1.2;
  margin: 0px;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .app-box .app-content h5 {
    font-size: 16px;
  }
}
main .smallcase-better .app-box .app-content p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #81878C;
}
main .smallcase-better .app-box .app-content p img {
  margin-right: 5px;
}
@media only screen and (max-width: 420px) {
  main .smallcase-better .app-box .app-content p {
    font-size: 10px;
  }
}
main .smallcase-better .app-box:hover {
  transform: translateY(-1px);
  border-color: transparent;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #FFFFFF;
}
main .smallcase-better .btn-large {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  main .smallcase-better .btn-large {
    margin-right: 10px;
  }
}
main .smallcase-better .benefits figure {
  margin: 0;
}
main .smallcase-better .benefits .carousel-container {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .benefits .carousel-container {
    margin-top: 0px;
  }
}
main .smallcase-better .benefits .carousel-container small {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .benefits .carousel-container small {
    text-align: center;
  }
}
main .smallcase-better .benefits .video-caption {
  bottom: 0;
  margin: 20px 0;
}
main .smallcase-better .benefits .video-caption .acc-row {
  padding: 15px 15px;
  cursor: pointer;
  max-width: 500px;
}
main .smallcase-better .benefits .video-caption .acc-row figure {
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .benefits .video-caption .acc-row {
    padding: 15px 0px;
  }
}
main .smallcase-better .benefits .slide {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main .smallcase-better .benefits .slide {
    display: block;
  }
}
main .smallcase-better .benefits .slide .carousel-inner {
  margin-top: -100px;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .benefits .slide .carousel-inner {
    margin-top: 0;
  }
}
main .smallcase-better .benefits li {
  padding: 22px 24px;
  transition: all 0.25s;
  cursor: pointer;
  width: 480px !important;
  position: relative;
}
main .smallcase-better .benefits li .progress {
  content: " ";
  display: inline-block;
  background: #8CBFF9;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
}
main .smallcase-better .benefits li#benifits-invest .progress {
  animation: progressbar 14.5s linear;
}
main .smallcase-better .benefits li.active {
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px;
  position: relative;
  max-height: 150px;
}
main .smallcase-better .benefits li.active.border-invest {
  border: 1px solid #1F7AE0;
}
main .smallcase-better .benefits li.active.border-sip {
  border: 1px solid #2cc49e;
}
main .smallcase-better .benefits li.active.border-track {
  border: 1px solid #9F7AFF;
}
main .smallcase-better .benefits li.active.border-create {
  border: 1px solid #f6d465;
}
main .smallcase-better .benefits li.active:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #F1F2F4;
  border-radius: 3px;
}
main .smallcase-better .benefits li.active .text-wrap p {
  opacity: 1;
}
main .smallcase-better .benefits li.active .progress {
  z-index: 9;
}
main .smallcase-better .benefits li.active .progress#benefits-invest {
  animation: progressbar 15.5s linear;
  background: #2185e3;
}
main .smallcase-better .benefits li.active .progress#benefits-sip {
  animation: progressbar 19s linear;
  background: #2cc49e;
}
main .smallcase-better .benefits li.active .progress#benefits-track {
  animation: progressbar 19s linear;
  background: #9F7AFF;
}
main .smallcase-better .benefits li.active .progress#benefits-create {
  animation: progressbar 21s linear;
  background: #f6d465;
}
main .smallcase-better .benefits li.active hr {
  width: 77%;
}
main .smallcase-better .benefits li .text-wrap h4 {
  line-height: 1.35;
  margin-bottom: 0;
  font-size: 1.125rem;
}
main .smallcase-better .benefits li .text-wrap p {
  font-size: 16px;
  margin-top: 8px;
  opacity: 0;
}
main .smallcase-better .benefits li figure {
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .d-none {
    display: block !important;
  }
}
main .smallcase-better .carousel-cell {
  width: 400px;
  margin-right: 25px;
  padding: 35px 32px;
  counter-increment: carousel-cell;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.09), 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  min-height: 320px;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .carousel-cell {
    width: 94%;
    margin: 0 10px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .carousel-cell {
    min-height: initial;
  }
}
main .smallcase-better .carousel-indicators {
  position: static;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .carousel-indicators {
    display: none;
  }
}
main .smallcase-better .carousel-indicators .active {
  background-color: #fff;
  margin-top: -3px;
}
main .smallcase-better .carousel-indicators li {
  width: 100%;
  height: auto;
  text-indent: inherit;
  max-width: unset;
  background-color: unset;
  max-height: 70px;
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(129, 135, 140, 0.2);
  border: 1px solid transparent;
  overflow: hidden;
}
main .smallcase-better .carousel-indicators li:hover {
  box-shadow: 0 1px 0 0 rgba(129, 135, 140, 0.7);
}
main .smallcase-better .carousel-indicators li.d-shadow {
  box-shadow: none;
}
main .smallcase-better .carousel-item {
  justify-content: center;
}
main .smallcase-better .carousel-item .mobile-progress {
  position: absolute;
  left: 12%;
  z-index: 9999;
  width: 0%;
  bottom: 0px;
  margin: 0px;
  opacity: 0;
  z-index: 9;
  height: 2px;
  border-radius: 0px 5px 5px 0px;
}
main .smallcase-better .carousel-item .mobile-progress#benefits-invest-mobile {
  animation: mobileprogressbar 15.5s linear;
  background: #2185e3;
}
main .smallcase-better .carousel-item .mobile-progress#benefits-sip-mobile {
  animation: mobileprogressbar 19s linear;
  background: #2cc49e;
}
main .smallcase-better .carousel-item .mobile-progress#benefits-track-mobile {
  animation: mobileprogressbar 19s linear;
  background: #9F7AFF;
}
main .smallcase-better .carousel-item .mobile-progress#benefits-create-mobile {
  animation: mobileprogressbar 21s linear;
  background: #f6d465;
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .carousel-item .mobile-progress {
    opacity: 1;
  }
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .carousel-item .mobile-progress {
    left: 11.75%;
  }
}
@media only screen and (max-width: 991px) {
  main .smallcase-better .carousel-item {
    flex-wrap: wrap;
  }
}
main .smallcase-better .carousel-item figure {
  position: relative;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .carousel-item figure img {
    max-width: 280px !important;
  }
}
main .smallcase-better .carousel-item figure.active .mobile-progress {
  width: 76%;
}
main .smallcase-better .carousel-item .demo-video {
  position: absolute;
  top: 12.15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
  height: 88.05%;
}
main .smallcase-better .carousel-item .video-slide {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  main .smallcase-better .carousel-item .video-slide img {
    width: 100%;
  }
}

@keyframes progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes mobileprogressbar {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.types {
  padding: 8rem 0;
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
  background: #F7F8FA;
}
@media only screen and (max-width: 991px) {
  .types {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .types {
    padding: 2.5rem 0;
  }
}
.types figure {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 575px) {
  .types figure {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.types figure img {
  width: 100%;
  height: 100%;
}
.types h5 {
  font-size: 16px;
  line-height: 1.375;
}
.types p {
  font-size: 14px;
  line-height: 1.57;
}
.types .types-grid {
  margin: 20px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .types .types-grid {
    justify-content: center !important;
  }
}
.types .type {
  max-width: 256px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 24px;
  height: 272px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .types .type {
    max-width: 224px;
    padding: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .types .type {
    margin: 12px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .types .type {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }
  .types .type:last-child {
    margin-bottom: 5px;
  }
}
.types .type:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.types .type-center {
  max-width: 544px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 24px;
}
@media only screen and (max-width: 1199px) {
  .types .type-center {
    padding: 16px;
    max-width: 475px;
  }
}
@media only screen and (max-width: 575px) {
  .types .type-center {
    max-width: 100%;
    flex-direction: column-reverse;
  }
}
.types .type-center:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.types .type-center p {
  max-width: 273px;
}
@media only screen and (max-width: 575px) {
  .types .type-center p {
    max-width: 100%;
  }
}
.types .type-center figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .types .type-center figure {
    margin-bottom: 1rem;
  }
}

.what-is-smallcase {
  padding-top: 8rem;
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .what-is-smallcase {
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .wis-wrapper {
    flex-wrap: wrap;
  }
}
.what-is-smallcase .wis-wrapper .title {
  max-width: 480px;
}
@media only screen and (max-width: 1199px) {
  .what-is-smallcase .wis-wrapper .title {
    max-width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .wis-wrapper .title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.what-is-smallcase .wis-wrapper .points {
  max-width: 532px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .what-is-smallcase .wis-wrapper .points {
    max-width: 470px;
  }
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .wis-wrapper .points {
    max-width: 100%;
    width: 100%;
  }
}
.what-is-smallcase .wis-wrapper .point {
  max-width: 530px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .what-is-smallcase .wis-wrapper .point {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.what-is-smallcase .wis-wrapper .point .point-title {
  padding: 20px 0;
}
.what-is-smallcase .wis-wrapper .point p {
  font-size: 16px;
}
.what-is-smallcase .wis-wrapper .point h5 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 575px) {
  .what-is-smallcase .wis-wrapper .point h5 {
    font-size: 20px;
  }
}
.what-is-smallcase .wis-wrapper .point figure {
  max-width: 195px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .what-is-smallcase .wis-wrapper .point figure {
    margin: 0;
    padding-top: 1rem;
  }
}
.what-is-smallcase .wis-wrapper .point:last-child {
  margin-bottom: 0;
}
.what-is-smallcase .wis-wrapper .point:last-child figure img {
  margin-left: -8px;
}
.what-is-smallcase .what-cards {
  margin-top: 8rem;
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .what-cards {
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .what-is-smallcase .what-cards {
    margin-top: 1rem;
  }
}
.what-is-smallcase .what-cards .card {
  max-width: 545px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 3rem 3.125rem;
  height: 318px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .what-is-smallcase .what-cards .card {
    height: auto;
    padding: 30px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .what-cards .card {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .what-is-smallcase .what-cards .card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .what-is-smallcase .what-cards .card {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.what-is-smallcase .what-cards .card:last-child {
  margin-bottom: 0;
}
.what-is-smallcase .what-cards .card h5 {
  max-width: 350px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.32;
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .what-cards .card h5 {
    font-size: 20px;
    max-width: 250px;
  }
}
.what-is-smallcase .what-cards .card small {
  font-size: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .what-is-smallcase .what-cards .card small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .what-is-smallcase .what-cards .card small {
    font-size: 14px;
  }
}
.what-is-smallcase .what-cards .card span {
  font-size: 14px;
  color: #1F7AE0;
  font-weight: 500;
  position: relative;
}
.what-is-smallcase .what-cards .card span:after {
  content: "→";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.what-is-smallcase .what-cards .card span:hover:after {
  right: -25px;
}
.what-is-smallcase .what-cards .blue-card {
  background: url(../images/blue-bg.svg);
  background-size: cover;
  background-position: center;
}
.what-is-smallcase .what-cards .yellow-card {
  background: url(../images/yellow-bg.svg);
  background-size: cover;
  background-position: center;
}

.why-smallcase-v2 {
  padding-top: 8rem;
  padding-bottom: 5.75rem;
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
}
@media only screen and (max-width: 991px) {
  .why-smallcase-v2 {
    padding: 4rem 0;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .why-smallcase-v2 {
    padding: 2.5rem 0;
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .why-smallcase-v2 .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.why-smallcase-v2 .title {
  max-width: 430px;
}
.why-smallcase-v2 .title h3 {
  letter-spacing: -0.7px;
  line-height: 1.07;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .why-smallcase-v2 .title h3 {
    position: absolute;
    top: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .why-smallcase-v2 .title h3 {
    position: absolute;
    top: -25%;
  }
}
@media only screen and (max-width: 575px) {
  .why-smallcase-v2 .title h3 {
    top: -80px;
  }
}
.why-smallcase-v2 .title p {
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.why-smallcase-v2 .title a {
  font-size: 14px;
  color: #1F7AE0;
  font-weight: 500;
  position: relative;
}
.why-smallcase-v2 .title a:after {
  content: "→";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  transition: all 0.25s;
}
.why-smallcase-v2 .title a:hover:after {
  right: -25px;
}
.why-smallcase-v2 .analyst {
  max-width: 394px;
}
@media only screen and (max-width: 767px) {
  .why-smallcase-v2 .analyst {
    max-width: 100%;
  }
}
.why-smallcase-v2 .analyst .picture-analysis {
  background: url(../images/tricolor-bg.svg) no-repeat;
  width: 394px;
  display: flex;
  padding-top: 7rem;
  padding-bottom: 5.5rem;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .why-smallcase-v2 .analyst .picture-analysis {
    background: unset;
    padding: 0;
    display: block;
    width: unset;
  }
}
.why-smallcase-v2 .analyst figure {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .why-smallcase-v2 .analyst figure {
    margin-bottom: 1.75rem;
  }
  .why-smallcase-v2 .analyst figure img {
    margin-left: -5px;
  }
}

.testimonials-v2 {
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
  background: #F7F8FA;
  padding-top: 7rem;
  padding-bottom: 14rem;
  position: relative;
}
.testimonials-v2 .centered-header {
  padding: 0 15px;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 {
    padding: 4rem 0;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 {
    padding: 2.5rem 0;
    padding-bottom: 0px;
  }
}
.testimonials-v2 .testimonial-tweets::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.testimonials-v2 .testimonial-tweets .tweets-row {
  align-items: flex-end;
  margin-bottom: 20px;
}
.testimonials-v2 .testimonial-tweets .tweets-row.reverse {
  align-items: flex-start;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .testimonials-v2 .testimonial-tweets .tweets-row.reverse {
    padding-bottom: 2rem;
  }
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet {
  min-width: 270px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E9ECF5;
  border-radius: 4px;
  margin-right: 8px;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-head .profile figure {
  margin-right: 7px;
  max-width: 32px;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-head .profile figure img {
  width: 100%;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-head .twitter-icon {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-head h6 {
  font-size: 14px;
  color: #1D2022;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-head h6 span {
  font-size: 12px;
  color: #6A7881;
  display: block;
  font-weight: 400;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body p {
  font-size: 14px;
  color: #1D2022;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body p span {
  color: #1F7AE0;
  cursor: pointer;
  position: relative;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body p span.emoji:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/clap.svg) no-repeat;
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: 0px;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body small {
  font-size: 12px;
  color: #6A7881;
  letter-spacing: 0.1px;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body small span {
  display: block;
  margin-top: 5px;
}
.testimonials-v2 .testimonial-tweets .tweets-row .tweet .tweet-body small span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/heart.svg) no-repeat;
  margin-bottom: -3px;
  margin-right: 3px;
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .container {
    width: 100%;
    padding: 0 !important;
  }
}
.testimonials-v2 .cta-float .centered-header {
  max-width: 900px;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .centered-header {
    text-align: center;
  }
}
.testimonials-v2 .cta-float .media-icons {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .testimonials-v2 .cta-float .media-icons {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-v2 .cta-float .media-icons figure {
    margin: 10px 0px;
    width: 33.3%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .media-icons figure {
    width: 40%;
    margin: 10px;
  }
}
.testimonials-v2 .cta-float .media-icons figure .channel-3 {
  width: 47.69px;
}
.testimonials-v2 .cta-float .media-icons figure .channel-5 {
  width: 70px;
}
.testimonials-v2 .cta-float .media-icons figure .channel-4 {
  width: 148px;
}
.testimonials-v2 .cta-float .media-icons figure .channel-2 {
  width: 190px;
}
.testimonials-v2 .cta-float .media-icons figure .channel-1 {
  width: 170px;
}
.testimonials-v2 .cta-float .media-icons figure .channel-6 {
  width: 102px;
}
@media only screen and (max-width: 767px) {
  .testimonials-v2 .cta-float .media-icons figure img {
    max-width: 100%;
  }
}
.testimonials-v2 .cta-float .cta-float-card {
  background: #1F7AE0;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card {
    position: static;
    border-radius: 0px;
    transform: none;
  }
}
.testimonials-v2 .cta-float .cta-float-card figure {
  margin-bottom: 0;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card figure {
    display: none;
  }
}
.testimonials-v2 .cta-float .cta-float-card figure:last-child img {
  max-width: 200px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content {
  max-width: 560px;
  margin: 0 auto;
  padding: 4.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content {
    padding: 2rem 15px;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content h4 {
  font-size: 2.125rem;
  color: #FFFFFF;
  letter-spacing: -0.86px;
  line-height: 1.11;
  max-width: 408px;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content h4 {
    font-size: 1.875rem;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content p {
  font-size: 18px;
  color: #C5DDF4;
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content p {
    font-size: 16px;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards {
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards {
    justify-content: space-around !important;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-1 {
  max-width: 126px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-2 {
  width: 98px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-3 {
  width: 126px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-4 {
  width: 114px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-5 {
  width: 120px;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank {
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank {
    display: block;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  max-width: 176px;
  width: 100%;
  height: 73px;
  text-align: center;
  margin-bottom: 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card {
    max-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card {
    max-width: 135px;
    height: 55px;
    margin: 5px 0;
  }
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card img {
    width: 75%;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card:hover {
  transform: translateY(-1px);
  border-color: transparent;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card small {
  font-size: 12px;
  color: #535B62;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card small {
    font-size: 10px;
  }
}
.testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card small span {
  font-size: 13px;
  color: #2D82E4;
  text-align: center;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 575px) {
  .testimonials-v2 .cta-float .cta-float-card .cta-content .bank-cards .bank-card small span {
    font-size: 11px;
  }
}

.centered-header {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .centered-header {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .centered-header {
    text-align: left;
  }
}
.centered-header p {
  max-width: 570px;
  margin: 0 auto;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .centered-header p {
    font-size: 16px;
  }
}

.faq {
  box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
  padding-top: 16rem;
  padding-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
  .faq {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .faq {
    padding: 2.5rem 0;
  }
}
.faq .questions {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .faq .questions {
    padding-top: 10px;
  }
}
.faq h3 {
  text-align: center;
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 991px) {
  .faq h3 {
    margin: 0rem;
    font-size: 1.875rem;
  }
}
.faq h2 {
  font-size: 14px;
  color: #535B62;
  display: flex;
  cursor: pointer;
  transition: all 0.25s;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.4;
  align-items: baseline;
  margin-bottom: 0px;
}
.faq h2:before {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.25s;
}
.faq p {
  font-size: 13px;
  font-weight: 400;
  color: #81878C;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  transition: all 0.25s ease;
  padding-left: 16px;
}
.faq ul {
  list-style: none;
  perspective: 900;
  padding: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .faq ul {
    padding: 10px 0px;
  }
}
.faq ul li {
  position: relative;
  margin-bottom: 10px;
}
.faq ul li:nth-of-type(1) {
  font-size: 16px;
  color: #2F363F;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 0px;
}
.faq ul li:last-of-type {
  padding-bottom: 0;
}
.faq ul li input[type=radio] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0px;
}
.faq ul li input[type=radio]:checked ~ h2:before {
  transform: rotateZ(90deg);
}
.faq ul li input[type=radio]:checked ~ p {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  height: auto;
  transition: all 0.25s ease;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  color: #81878C;
}

@keyframes scroll {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(calc(-100px * 5));
  }
}
.scroll .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scroll .slider {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.scroll .slider::before, .scroll .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 20px;
  z-index: 2;
}
.scroll .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.scroll .slider::before {
  left: 0;
  top: 0;
}
.scroll .slider .slide-track {
  animation: scroll 24s linear infinite;
}
.scroll .slider .slide-track:hover {
  animation-play-state: paused;
}
@media only screen and (max-width: 767px) {
  .scroll .slider .slide-track {
    animation: none;
  }
}

html body {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 85%;
  }
}

/*# sourceMappingURL=main.css.map */
