/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
b, strong {
  font-weight: bolder;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
table {
  border-collapse: collapse;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
th {
  text-align: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button {
  border-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button, input {
  overflow: visible;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 6px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
progress {
  vertical-align: baseline;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
output {
  display: inline-block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
template {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h2, h2 {
  font-size: 2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h4, h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color:#00367d !important;
}

h4.celestin {
  color: #fff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem;
}

.num {
    font-size: 28px;
    background: #fff;
    border-radius: 40px;
    padding: 8px;
    color: #3098d8;
    font-weight: 400;
    width: 60px;
    float: left;
    margin-right: 18px;
    text-align: center;
}

.num_charlas {
    font-size: 30px;
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.texto_charlas{clear: both}

.margen-veinte-lateral{margin: 0 20px;}

.panc{font-size: 72px;
  margin: 30px;
  float: left;}

.garantias-exclusivas{border: 3px #29299e;
  padding: 40px;
  background-color: #e5e9f6;
  border-radius: 15px;
  margin-bottom: 30px;
  color: #0c1667;
  text-align: justify;}

  .garantias-exclusivas strong{font-size:18px;}

.escarbar {
    background: #afe2f6;
    width: 320px;
    border-radius: 6px;
    border: 3px dotted #204ba0;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #204ba0;
}

.escarbar ul{
  padding: 12px;
}
.escarbar li{
  padding: 8px;
}

.escarbar-red {
background: #f1e5e7;
    width: auto;
    max-width: 820px;
    border-radius: 6px;
    border: 2px dotted red;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.escarbar-red ul{
  padding: 12px;
}
.escarbar-red li{
  padding: 8px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.figure {
  display: inline-block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a > code {
  color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .container {
    max-width: 960px;
  }
  ul.menu-mobile{display: none;}
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .container {
    max-width: 1140px;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-control {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #204ba0;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #204ba0;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #204ba0;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control::placeholder {
  color: #204ba0;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .btn {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .fade {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .collapsing {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  font-size: 1rem;
  color: #fff !important;
  text-align: left;
  list-style: none;
  background-color: #00367d !important;
  background-clip: padding-box;
  width: auto !important;
}

.dropdown-menu a {
  color: #fff;
  font-weight: 400;
}

.dropdown-menu li:hover {
  background: #36b4e5 !important;
  transition: all .4s ease;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-append {
  margin-left: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range:focus {
  outline: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  /*flex-grow: 1;*/
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.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%;
}

@media (max-width: 575.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  padding-left: 15px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-title {
  margin-bottom: .75rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:only-child {
    border-radius: .25rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .progress-bar {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tooltip.show {
  opacity: .9;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover-header:empty {
  display: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.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='M5.25 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");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.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='M2.75 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");
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.float-left {
  float: left !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.float-right {
  float: right !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-sm-right {
    float: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-md-right {
    float: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-lg-right {
    float: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-xl-right {
    float: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-justify {
  text-align: justify !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-left {
  text-align: left !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-right {
  text-align: right !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.font-italic {
  font-style: italic !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-white {
  color: #fff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-primary {
  color: #007bff !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-success {
  color: #28a745 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-dark {
  color: #343a40 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-body {
  color: #212529 !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-muted {
  color: #6c757d !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  thead {
    display: table-header-group;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  body {
    min-width: 992px !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .container {
    min-width: 992px !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .navbar {
    display: none;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .badge {
    border: 1px solid #000;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-dark {
    color: inherit;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }

  /* line 6, /app/vendor/assets/stylesheets/bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* ===========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */
/* line 7, /app/app/assets/stylesheets/corporate.scss */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

/* line 12, /app/app/assets/stylesheets/corporate.scss */
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #204ba0;
  font-weight: 400;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/
/* line 32, /app/app/assets/stylesheets/corporate.scss */
#page {
  overflow: hidden;
}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/
/* line 38, /app/app/assets/stylesheets/corporate.scss */
.ind-60 {
  padding-right: 60px;
  padding-left: 60px;
}

/* line 39, /app/app/assets/stylesheets/corporate.scss */
.ind-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/* line 40, /app/app/assets/stylesheets/corporate.scss */
.ind-45 {
  padding-right: 45px;
  padding-left: 45px;
}

/* line 41, /app/app/assets/stylesheets/corporate.scss */
.ind-35 {
  padding-right: 35px;
  padding-left: 35px;
}

/* line 42, /app/app/assets/stylesheets/corporate.scss */
.ind-30 {
  padding-right: 30px;
  padding-left: 30px;
}

/* line 43, /app/app/assets/stylesheets/corporate.scss */
.ind-25 {
  padding-right: 25px;
  padding-left: 25px;
}

/* line 44, /app/app/assets/stylesheets/corporate.scss */
.ind-20 {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 45, /app/app/assets/stylesheets/corporate.scss */
.ind-15 {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 46, /app/app/assets/stylesheets/corporate.scss */
.ind-10 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 47, /app/app/assets/stylesheets/corporate.scss */
.ind-5 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 49, /app/app/assets/stylesheets/corporate.scss */
.wide-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

/* line 50, /app/app/assets/stylesheets/corporate.scss */
.wide-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* line 51, /app/app/assets/stylesheets/corporate.scss */
.wide-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* line 52, /app/app/assets/stylesheets/corporate.scss */
.wide-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

/* line 53, /app/app/assets/stylesheets/corporate.scss */
.wide-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 54, /app/app/assets/stylesheets/corporate.scss */
.wide-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* line 55, /app/app/assets/stylesheets/corporate.scss */
.wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 56, /app/app/assets/stylesheets/corporate.scss */
.wide-90 {
  padding-top: 100px;
  padding-bottom: 90px;
}

/* line 57, /app/app/assets/stylesheets/corporate.scss */
.wide-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

/* line 58, /app/app/assets/stylesheets/corporate.scss */
.wide-70 {
  padding-top: 30px;
  padding-bottom: 70px;
}

/* line 59, /app/app/assets/stylesheets/corporate.scss */
.wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

/* line 60, /app/app/assets/stylesheets/corporate.scss */
.wide-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

/* line 61, /app/app/assets/stylesheets/corporate.scss */
.wide-40 {
  padding-top: 100px;
  padding-bottom: 40px;
}

/* line 62, /app/app/assets/stylesheets/corporate.scss */
.wide-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/
/* line 68, /app/app/assets/stylesheets/corporate.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 69, /app/app/assets/stylesheets/corporate.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 70, /app/app/assets/stylesheets/corporate.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 71, /app/app/assets/stylesheets/corporate.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 72, /app/app/assets/stylesheets/corporate.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 73, /app/app/assets/stylesheets/corporate.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 74, /app/app/assets/stylesheets/corporate.scss */
.mt-45 {
  margin-top: 45px;
}

/* line 75, /app/app/assets/stylesheets/corporate.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 76, /app/app/assets/stylesheets/corporate.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 77, /app/app/assets/stylesheets/corporate.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 78, /app/app/assets/stylesheets/corporate.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 79, /app/app/assets/stylesheets/corporate.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 80, /app/app/assets/stylesheets/corporate.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 81, /app/app/assets/stylesheets/corporate.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 82, /app/app/assets/stylesheets/corporate.scss */
.mt-5 {
  margin-top: 5px;
}

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/
/* line 88, /app/app/assets/stylesheets/corporate.scss */
.mb-100 {
  margin-bottom: 100px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 89, /app/app/assets/stylesheets/corporate.scss */
.mb-90 {
  margin-bottom: 90px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 90, /app/app/assets/stylesheets/corporate.scss */
.mb-80 {
  margin-bottom: 80px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 91, /app/app/assets/stylesheets/corporate.scss */
.mb-70 {
  margin-bottom: 70px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 92, /app/app/assets/stylesheets/corporate.scss */
.mb-60 {
  margin-bottom: 60px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 93, /app/app/assets/stylesheets/corporate.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 94, /app/app/assets/stylesheets/corporate.scss */
.mb-45 {
  margin-bottom: 45px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 95, /app/app/assets/stylesheets/corporate.scss */
.mb-40 {
  margin-bottom: 40px;
      margin-left: 20px;
    margin-right: 20px; 
}

/* line 96, /app/app/assets/stylesheets/corporate.scss */
.mb-35 {
  margin-bottom: 35px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 97, /app/app/assets/stylesheets/corporate.scss */
.mb-30 {
  margin-bottom: 30px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 98, /app/app/assets/stylesheets/corporate.scss */
.mb-25 {
  margin-bottom: 25px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 99, /app/app/assets/stylesheets/corporate.scss */
.mb-20 {
  margin-bottom: 20px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 100, /app/app/assets/stylesheets/corporate.scss */
.mb-15 {
  margin-bottom: 15px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 101, /app/app/assets/stylesheets/corporate.scss */
.mb-10 {
  margin-bottom: 10px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 102, /app/app/assets/stylesheets/corporate.scss */
.mb-5 {
  margin-bottom: 5px;
      margin-left: 20px;
    margin-right: 20px;
}

/* line 103, /app/app/assets/stylesheets/corporate.scss */
.mb-0 {
  margin-bottom: 0;
      margin-left: 20px;
    margin-right: 20px; 
}

/*------------------------------------------*/
/*    Margin Left
/*------------------------------------------*/
/* line 109, /app/app/assets/stylesheets/corporate.scss */
.ml-70 {
  margin-left: 70px;
}

/* line 110, /app/app/assets/stylesheets/corporate.scss */
.ml-60 {
  margin-left: 60px;
}

/* line 111, /app/app/assets/stylesheets/corporate.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 112, /app/app/assets/stylesheets/corporate.scss */
.ml-45 {
  margin-left: 45px;
}

/* line 113, /app/app/assets/stylesheets/corporate.scss */
.ml-40 {
  margin-left: 40px;
}

/* line 114, /app/app/assets/stylesheets/corporate.scss */
.ml-35 {
  margin-left: 35px;
}

/* line 115, /app/app/assets/stylesheets/corporate.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 116, /app/app/assets/stylesheets/corporate.scss */
.ml-25 {
  margin-left: 25px;
}

/* line 117, /app/app/assets/stylesheets/corporate.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 118, /app/app/assets/stylesheets/corporate.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 119, /app/app/assets/stylesheets/corporate.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 120, /app/app/assets/stylesheets/corporate.scss */
.ml-5 {
  margin-left: 5px;
}

/*------------------------------------------*/
/*    Margin Right
/*------------------------------------------*/
/* line 126, /app/app/assets/stylesheets/corporate.scss */
.mr-70 {
  margin-right: 70px;
}

/* line 127, /app/app/assets/stylesheets/corporate.scss */
.mr-60 {
  margin-right: 60px;
}

/* line 128, /app/app/assets/stylesheets/corporate.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 129, /app/app/assets/stylesheets/corporate.scss */
.mr-45 {
  margin-right: 45px;
}

/* line 130, /app/app/assets/stylesheets/corporate.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 131, /app/app/assets/stylesheets/corporate.scss */
.mr-35 {
  margin-right: 35px;
}

/* line 132, /app/app/assets/stylesheets/corporate.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 133, /app/app/assets/stylesheets/corporate.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 134, /app/app/assets/stylesheets/corporate.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 135, /app/app/assets/stylesheets/corporate.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 136, /app/app/assets/stylesheets/corporate.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 137, /app/app/assets/stylesheets/corporate.scss */
.mr-5 {
  margin-right: 5px;
}

/*------------------------------------------*/
/*    Padding Top
/*------------------------------------------*/
/* line 143, /app/app/assets/stylesheets/corporate.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 144, /app/app/assets/stylesheets/corporate.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 145, /app/app/assets/stylesheets/corporate.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 146, /app/app/assets/stylesheets/corporate.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 147, /app/app/assets/stylesheets/corporate.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 148, /app/app/assets/stylesheets/corporate.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 149, /app/app/assets/stylesheets/corporate.scss */
.pt-45 {
  padding-top: 45px;
}

/* line 150, /app/app/assets/stylesheets/corporate.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 151, /app/app/assets/stylesheets/corporate.scss */
.pt-35 {
  padding-top: 35px;
}

/* line 152, /app/app/assets/stylesheets/corporate.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 153, /app/app/assets/stylesheets/corporate.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 154, /app/app/assets/stylesheets/corporate.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 155, /app/app/assets/stylesheets/corporate.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 156, /app/app/assets/stylesheets/corporate.scss */
.pt-10 {
  padding-top: 10px;
}

/*------------------------------------------*/
/*    Padding Bottom
/*------------------------------------------*/
/* line 162, /app/app/assets/stylesheets/corporate.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 163, /app/app/assets/stylesheets/corporate.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 164, /app/app/assets/stylesheets/corporate.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 165, /app/app/assets/stylesheets/corporate.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 166, /app/app/assets/stylesheets/corporate.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 167, /app/app/assets/stylesheets/corporate.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 168, /app/app/assets/stylesheets/corporate.scss */
.pb-45 {
  padding-bottom: 45px;
}

/* line 169, /app/app/assets/stylesheets/corporate.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 170, /app/app/assets/stylesheets/corporate.scss */
.pb-35 {
  padding-bottom: 35px;
}

/* line 171, /app/app/assets/stylesheets/corporate.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 172, /app/app/assets/stylesheets/corporate.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 173, /app/app/assets/stylesheets/corporate.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 174, /app/app/assets/stylesheets/corporate.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 175, /app/app/assets/stylesheets/corporate.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 176, /app/app/assets/stylesheets/corporate.scss */
.pb-0 {
  padding-bottom: 0;
}

/*------------------------------------------*/
/*    Padding Left
/*------------------------------------------*/
/* line 182, /app/app/assets/stylesheets/corporate.scss */
.pl-100 {
  padding-left: 100px;
}

/* line 183, /app/app/assets/stylesheets/corporate.scss */
.pl-90 {
  padding-left: 90px;
}

/* line 184, /app/app/assets/stylesheets/corporate.scss */
.pl-80 {
  padding-left: 80px;
}

/* line 185, /app/app/assets/stylesheets/corporate.scss */
.pl-70 {
  padding-left: 70px;
}

/* line 186, /app/app/assets/stylesheets/corporate.scss */
.pl-60 {
  padding-left: 60px;
}

/* line 187, /app/app/assets/stylesheets/corporate.scss */
.pl-50 {
  padding-left: 50px;
}

/* line 188, /app/app/assets/stylesheets/corporate.scss */
.pl-45 {
  padding-left: 45px;
}

/* line 189, /app/app/assets/stylesheets/corporate.scss */
.pl-40 {
  padding-left: 40px;
}

/* line 190, /app/app/assets/stylesheets/corporate.scss */
.pl-35 {
  padding-left: 35px;
}

/* line 191, /app/app/assets/stylesheets/corporate.scss */
.pl-30 {
  padding-left: 30px;
}

/* line 192, /app/app/assets/stylesheets/corporate.scss */
.pl-25 {
  padding-left: 25px;
}

/* line 193, /app/app/assets/stylesheets/corporate.scss */
.pl-20 {
  padding-left: 20px;
}

/* line 194, /app/app/assets/stylesheets/corporate.scss */
.pl-15 {
  padding-left: 15px;
}

/* line 195, /app/app/assets/stylesheets/corporate.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 196, /app/app/assets/stylesheets/corporate.scss */
.pl-5 {
  padding-left: 5px;
}

/* line 197, /app/app/assets/stylesheets/corporate.scss */
.pl-0 {
  padding-left: 0px;
}

/*------------------------------------------*/
/*    Padding Right
/*------------------------------------------*/
/* line 203, /app/app/assets/stylesheets/corporate.scss */
.pr-100 {
  padding-right: 100px;
}

/* line 204, /app/app/assets/stylesheets/corporate.scss */
.pr-90 {
  padding-right: 90px;
}

/* line 205, /app/app/assets/stylesheets/corporate.scss */
.pr-80 {
  padding-right: 80px;
}

/* line 206, /app/app/assets/stylesheets/corporate.scss */
.pr-70 {
  padding-right: 70px;
}

/* line 207, /app/app/assets/stylesheets/corporate.scss */
.pr-60 {
  padding-right: 60px;
}

/* line 208, /app/app/assets/stylesheets/corporate.scss */
.pr-50 {
  padding-right: 50px;
}

/* line 209, /app/app/assets/stylesheets/corporate.scss */
.pr-45 {
  padding-right: 45px;
}

/* line 210, /app/app/assets/stylesheets/corporate.scss */
.pr-40 {
  padding-right: 40px;
}

/* line 211, /app/app/assets/stylesheets/corporate.scss */
.pr-35 {
  padding-right: 35px;
}

/* line 212, /app/app/assets/stylesheets/corporate.scss */
.pr-30 {
  padding-right: 30px;
}

/* line 213, /app/app/assets/stylesheets/corporate.scss */
.pr-25 {
  padding-right: 25px;
}

/* line 214, /app/app/assets/stylesheets/corporate.scss */
.pr-20 {
  padding-right: 20px;
}

/* line 215, /app/app/assets/stylesheets/corporate.scss */
.pr-15 {
  padding-right: 15px;
}

/* line 216, /app/app/assets/stylesheets/corporate.scss */
.pr-10 {
  padding-right: 10px;
}

/* line 217, /app/app/assets/stylesheets/corporate.scss */
.pr-5 {
  padding-right: 5px;
}

/* line 218, /app/app/assets/stylesheets/corporate.scss */
.pr-0 {
  padding-right: 0px;
}

/*------------------------------------------*/
/*   BACKGROUND SETTINGS
/*------------------------------------------*/
/* line 224, /app/app/assets/stylesheets/corporate.scss */
.bg-scroll {
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 232, /app/app/assets/stylesheets/corporate.scss */
.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/
/*   Background Colors for Sections
/*------------------------------------------*/
/* line 243, /app/app/assets/stylesheets/corporate.scss */
.bg-white {
  background-color: #fff;
}

/* line 244, /app/app/assets/stylesheets/corporate.scss */
.bg-dark {
  background-color: #222 !important;
}

/* line 245, /app/app/assets/stylesheets/corporate.scss */
.bg-deepdark {
  background-color: #1a1a1a !important;
}

/* line 246, /app/app/assets/stylesheets/corporate.scss */
.bg-grey {
  background-color: #ede9e6;
}

/* line 247, /app/app/assets/stylesheets/corporate.scss */
.bg-lightgrey {
  background-color: #f7f8fa;
}

/* line 248, /app/app/assets/stylesheets/corporate.scss */
.bg-yellow {
  background-color: #fed841;
}

/* line 249, /app/app/assets/stylesheets/corporate.scss */
.bg-green {
  background-color: #48af4b;
}

/* line 250, /app/app/assets/stylesheets/corporate.scss */
.bg-blue {
  background-color: #3098d8;
}

/* line 251, /app/app/assets/stylesheets/corporate.scss */
.bg-coral {
  background-color: #fa5876;
}

/* line 252, /app/app/assets/stylesheets/corporate.scss */
.bg-purple {
  background-color: #8739e5;
}

/* line 253, /app/app/assets/stylesheets/corporate.scss */
.bg-blue-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c9e2+1,7db9e8+99,7db9e8+100&1+2,0+67 */
  background: -moz-radial-gradient(center, ellipse cover, #93c9e2 1%, #93c9e2 2%, rgba(132, 190, 230, 0) 67%, rgba(125, 185, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #93c9e2 1%, #93c9e2 2%, rgba(132, 190, 230, 0) 67%, rgba(125, 185, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #93c9e2 1%, #93c9e2 2%, rgba(132, 190, 230, 0) 67%, rgba(125, 185, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c9e2', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 260, /app/app/assets/stylesheets/corporate.scss */
.bg-hero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3098d8+0,0a1f2b+91 */
  background: #3098d8;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #3098d8 0%, #0a1f2b 91%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #3098d8 0%, #0a1f2b 91%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #3098d8 0%, #0a1f2b 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098d8', endColorstr='#0a1f2b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/
/* line 273, /app/app/assets/stylesheets/corporate.scss */
.b-top {
  border-top: 1px solid #ddd;
}

/* line 274, /app/app/assets/stylesheets/corporate.scss */
.b-bottom {
  border-bottom: 1px solid #ddd;
}

/* line 275, /app/app/assets/stylesheets/corporate.scss */
.b-left {
  border-left: 1px solid #ddd;
}

/* line 276, /app/app/assets/stylesheets/corporate.scss */
.b-right {
  border-right: 1px solid #ddd;
}

/* line 278, /app/app/assets/stylesheets/corporate.scss */
.grey-border .b-bottom {
  margin: 0 8%;
}

/* ==========================================================================
  02.  TYPOGRAPHY
  =========================================================================== */
/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/
/* line 292, /app/app/assets/stylesheets/corporate.scss */
h1, h2, h3, h4, h5, h6 {
  color: #00367d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

/* Header H5 */
/* line 300, /app/app/assets/stylesheets/corporate.scss */
h5.h5-xs {
  font-size: 1.1rem;
  font-weight: 700;
}

/* 18px */
/* line 301, /app/app/assets/stylesheets/corporate.scss */
h5.h5-sm {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00367d;
  line-height: 28pt;
}

/* 19px */
/* line 302, /app/app/assets/stylesheets/corporate.scss */
h5.h5-md {
  font-size: 1.25rem;
}

/* 20px */
/* line 303, /app/app/assets/stylesheets/corporate.scss */
h5.h5-lg {
  font-size: 1.375rem;
}

/* 22px */
/* line 304, /app/app/assets/stylesheets/corporate.scss */
h5.h5-xl {
  font-size: 1.5rem;
}

/* 24px */
/* Header H4 */
/* line 307, /app/app/assets/stylesheets/corporate.scss */
h4.h4-xs {
  font-size: 1.625rem;
}

/* 26px */
/* line 308, /app/app/assets/stylesheets/corporate.scss */
h4.h4-sm {
  font-size: 1.75rem;
  line-height: 32pt;
}

/* 28px */
/* line 309, /app/app/assets/stylesheets/corporate.scss */
h4.h4-md {
  font-size: 1.875rem;
}

/* 30px */
/* line 310, /app/app/assets/stylesheets/corporate.scss */
h4.h4-lg {
  font-size: 2rem;
}

/* 32px */
/* line 311, /app/app/assets/stylesheets/corporate.scss */
h4.h4-xl {
  font-size: 2.125rem;
}

/* 34px */
/* Header H3 */
/* line 314, /app/app/assets/stylesheets/corporate.scss */
h3.h3-xs {
  font-size: 2.375rem;
}

/* 38px */
/* line 315, /app/app/assets/stylesheets/corporate.scss */
h3.h3-sm {
  font-size: 2.5rem;
}

/* 40px */
/* line 316, /app/app/assets/stylesheets/corporate.scss */
h3.h3-md {
  font-size: 2.625rem;
}

/* 42px */
/* line 317, /app/app/assets/stylesheets/corporate.scss */
h3.h3-lg {
  font-size: 2.75rem;
}

/* 44px */
/* line 318, /app/app/assets/stylesheets/corporate.scss */
h3.h3-xl {
  font-size: 3rem;
}

/* 48px */
/* Header H2 */
/* line 321, /app/app/assets/stylesheets/corporate.scss */
h2.h2-xs {
  font-size: 3rem;
}

/* 52px */
/* line 322, /app/app/assets/stylesheets/corporate.scss */
h2.h2-sm {
  font-size: 3.375rem;
}

/* 54px */
/* line 323, /app/app/assets/stylesheets/corporate.scss */
h2.h2-md {
  font-size: 3.5rem;
}

/* 56px */
/* line 324, /app/app/assets/stylesheets/corporate.scss */
h2.h2-lg {
  font-size: 3.75rem;
}

/* 60px */
/* line 325, /app/app/assets/stylesheets/corporate.scss */
h2.h2-xl {
  font-size: 4rem;
}

/* 64px */
/* line 326, /app/app/assets/stylesheets/corporate.scss */
h2.h2-huge {
  font-size: 5rem;
}

/* 80px */
/*------------------------------------------*/
/*   PARAGRAPHS
/*------------------------------------------*/
/* line 332, /app/app/assets/stylesheets/corporate.scss */
p.p-sm {
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: justify;
}

/* 15.2px */
/* line 333, /app/app/assets/stylesheets/corporate.scss */
p {
  font-size: 1rem;
}

/* 16px */
/* line 334, /app/app/assets/stylesheets/corporate.scss */
p.p-md {
  font-size: 1.125rem;
}

/* 18px */
/* line 335, /app/app/assets/stylesheets/corporate.scss */
p.p-lg {
  font-size: 1.25rem;
}

/* 20px */
/* line 336, /app/app/assets/stylesheets/corporate.scss */
p.p-xl {
  font-size: 1.3175rem;
}

/* 22px */
/*------------------------------------------*/
/*   LISTS
/*------------------------------------------*/
/* line 342, /app/app/assets/stylesheets/corporate.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
/* line 352, /app/app/assets/stylesheets/corporate.scss */
a {
  color: #204ba0;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 362, /app/app/assets/stylesheets/corporate.scss */
a:hover {
  color: #666;
  text-decoration: none;
}

/* line 367, /app/app/assets/stylesheets/corporate.scss */
a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*   BUTTON SETTINGS
/*------------------------------------------*/
/* line 376, /app/app/assets/stylesheets/corporate.scss */
.btn {
  background-color: #ff3366;
  color: #fff;
  font-size: 0.8125rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.875rem 2rem;
  border: 2px solid #ff3366;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 399, /app/app/assets/stylesheets/corporate.scss */
.btn-arrow {
  position: relative;
}

/* line 403, /app/app/assets/stylesheets/corporate.scss */
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
}

/* line 414, /app/app/assets/stylesheets/corporate.scss */

/* line 420, /app/app/assets/stylesheets/corporate.scss */
.btn-arrow .svg-inline--fa {
  position: absolute;
  line-height: 1rem !important;
  right: 0;
  top: -0.5px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*   Button Size
/*------------------------------------------*/
/* line 437, /app/app/assets/stylesheets/corporate.scss */
.btn.btn-sm {
  font-size: 0.75rem;
  padding: 0.785rem 1.75rem;
}

/* line 442, /app/app/assets/stylesheets/corporate.scss */
.btn.btn-md {
  font-size: 0.9125rem;
  padding: 0.925rem 2rem;
}

/* line 447, /app/app/assets/stylesheets/corporate.scss */
.btn.btn-lg {
  font-size: 0.925rem;
  padding: 1rem 2rem;
}

/*------------------------------------------*/
/*   Button Color
/*------------------------------------------*/
/* line 456, /app/app/assets/stylesheets/corporate.scss */
.btn-arrow:hover .svg-inline--fa,
.btn-arrow:focus .svg-inline--fa {
  opacity: 1;
  right: -16px;
}

/* line 462, /app/app/assets/stylesheets/corporate.scss */
.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 468, /app/app/assets/stylesheets/corporate.scss */
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* line 474, /app/app/assets/stylesheets/corporate.scss */
.white-color .btn-white span,
.white-color .btn-yellow span {
  color: #333;
}

/* line 479, /app/app/assets/stylesheets/corporate.scss */
.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-tra-black.btn-arrow{color: #fff}
/* line 485, /app/app/assets/stylesheets/corporate.scss */
.btn-tra-black {
  color: #00367d;
  background-color: #36b4e5;
  border-color: #36b4e5;
}

/* line 491, /app/app/assets/stylesheets/corporate.scss */
.btn-yellow {
  color: #333;
  background-color: #ffc100;
  border-color: #ffc100;
}

/* line 497, /app/app/assets/stylesheets/corporate.scss */
.btn-blue {
  color: #fff;
  background-color: #3098d8;
  border-color: #3098d8;
}

/* line 503, /app/app/assets/stylesheets/corporate.scss */
.btn-orange {
  color: #fff;
  background-color: #fe700f;
  border-color: #fe700f;
}

/* line 510, /app/app/assets/stylesheets/corporate.scss */
.btn-green {
  color: #fff;
  background-color: #48af4b;
  border-color: #48af4b;
}

/* line 516, /app/app/assets/stylesheets/corporate.scss */
.btn-purple {
  color: #fff;
  background-color: #8739e5;
  border-color: #8739e5;
}

/* line 522, /app/app/assets/stylesheets/corporate.scss */
.btn-coral {
  color: #fff;
  background-color: #fa5876;
  border-color: #fa5876;
}

/*------------------------------------------*/
/*   Button Hover
/*------------------------------------------*/
/* line 532, /app/app/assets/stylesheets/corporate.scss */
.btn.tra-hover:hover,
.btn-yellow.tra-hover:hover,
.btn-blue.tra-hover:hover,
.btn-green.tra-hover:hover,
.btn-purple.tra-hover:hover,
.btn-coral.tra-hover:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* line 543, /app/app/assets/stylesheets/corporate.scss */
.white-hover:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* line 549, /app/app/assets/stylesheets/corporate.scss */
.white-hover:hover span {
  color: #333;
}

/* line 553, /app/app/assets/stylesheets/corporate.scss */
.black-hover:hover {
  color: #fff;
  background-color: #00367d;
  border-color: #00367d;
}

/* line 559, /app/app/assets/stylesheets/corporate.scss */
.btn-tra-black:hover {
  background-color: #00367d;
  border-color: #00367d;
}

/* line 564, /app/app/assets/stylesheets/corporate.scss */
.black-hover:hover span,
.btn-tra-black:hover span,
.btn-yellow.tra-hover:hover span {
  color: #fff;
}

/* line 570, /app/app/assets/stylesheets/corporate.scss */
.green-hover:hover {
  color: #fff;
  background-color: #48af4b;
  border-color: #48af4b;
}

/* line 576, /app/app/assets/stylesheets/corporate.scss */
.btn-blue:hover {
  color: #fff;
  background-color: #2a8ac5;
  border-color: #2a8ac5;
}

/* line 582, /app/app/assets/stylesheets/corporate.scss */
.btn-orange:hover {
  color: #fff;
  background-color: #e9660f;
  border-color: #e9660f;
}

/* line 588, /app/app/assets/stylesheets/corporate.scss */
.btn-green:hover {
  color: #fff;
  background-color: #469248;
  border-color: #469248;
}

/* line 594, /app/app/assets/stylesheets/corporate.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #7836c9;
  border-color: #7836c9;
}

/* line 600, /app/app/assets/stylesheets/corporate.scss */
.btn-coral:hover {
  color: #fff;
  background-color: #e04d68;
  border-color: #e04d68;
}

/*------------------------------------------*/
/*   Button Focus
/*------------------------------------------*/
/* line 610, /app/app/assets/stylesheets/corporate.scss */
.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 616, /app/app/assets/stylesheets/corporate.scss */
.btn.btn-black:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------------*/
/*   VIDEO POPUP LINK
/*------------------------------------------*/
/* line 626, /app/app/assets/stylesheets/corporate.scss */
.modal-video {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5rem;
  position: relative;
}

/* line 633, /app/app/assets/stylesheets/corporate.scss */
.modal-video a .svg-inline--fa {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-right: 5px;
  top: 7px;
  position: relative;
}

/* line 641, /app/app/assets/stylesheets/corporate.scss */
.modal-video a {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
}

/* line 648, /app/app/assets/stylesheets/corporate.scss */
.modal-video span {
  color: #999;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  position: absolute;
  top: 32px;
  left: 52px;
}

/*------------------------------------------*/
/*   VIDEO POPUP ICON
/*------------------------------------------*/
/* line 664, /app/app/assets/stylesheets/corporate.scss */
.video-preview {
  position: relative;
}

/* line 668, /app/app/assets/stylesheets/corporate.scss */
.video-btn {
  display: inline-block;
}

/* line 672, /app/app/assets/stylesheets/corporate.scss */
.video-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
/*------------------------------------------*/
/* line 683, /app/app/assets/stylesheets/corporate.scss */
.video-btn {
  width: 100px;
  height: 100px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background-color: transparent;
  color: #fff;
  line-height: 90px !important;
  border: 4px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* line 700, /app/app/assets/stylesheets/corporate.scss */
#video-1 .video-btn {
  position: relative !important;
  margin: 0 auto;
  top: 0;
  left: 0;
}

/* line 707, /app/app/assets/stylesheets/corporate.scss */
.video-btn .svg-inline--fa {
  font-size: 3rem;
  line-height: 100px !important;
  margin-left: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 718, /app/app/assets/stylesheets/corporate.scss */
.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 737, /app/app/assets/stylesheets/corporate.scss */
.video-btn:hover .svg-inline--fa {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 745, /app/app/assets/stylesheets/corporate.scss */
.video-btn:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
}

/*------------------------------------------*/
/*  Video Icon Color
/*------------------------------------------*/
/* line 757, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-white {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}

/* line 758, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-tra {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* line 759, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-purple {
  background-color: #7a59e4;
  border-color: #7a59e4;
}

/* line 760, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-green {
  background-color: #48af4b;
  border-color: #48af4b;
}

/* line 761, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-coral {
  background-color: #fa5876;
  border-color: #fa5876;
}

/* line 762, /app/app/assets/stylesheets/corporate.scss */
.video-btn.play-icon-blue {
  background-color: #389bf2;
  border-color: #389bf2;
}

/*------------------------------------------*/
/*    STORE BAGE ICONS
/*------------------------------------------*/
/* line 768, /app/app/assets/stylesheets/corporate.scss */
.stores-badge {
  margin-top: 40px;
}

/* line 772, /app/app/assets/stylesheets/corporate.scss */
a.store {
  margin-right: 12px;
}

/* line 776, /app/app/assets/stylesheets/corporate.scss */
#hero-6 a.store {
  margin-right: 0;
  margin-left: 12px;
}

/* line 781, /app/app/assets/stylesheets/corporate.scss */
.footer-stores-badge a.store {
  display: block;
  margin-right: 0;
  margin-bottom: 14px;
}

/* line 787, /app/app/assets/stylesheets/corporate.scss */
.btn:last-child,
a.store:last-child {
  margin-right: 0;
}

/* line 792, /app/app/assets/stylesheets/corporate.scss */
.stores-badge p {
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 797, /app/app/assets/stylesheets/corporate.scss */
.stores-badge span.os-version {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1;
  margin-top: 20px;
}

/*------------------------------------------*/
/*   APP DEVICES
/*------------------------------------------*/
/* line 809, /app/app/assets/stylesheets/corporate.scss */
.app-devices {
  padding: 25px 0 0 5px;
}

/*------------------------------------------*/
/*   App Devices Icons
/*------------------------------------------*/
/* line 817, /app/app/assets/stylesheets/corporate.scss */
.app-devices .svg-inline--fa {
  color: rgba(50, 50, 50, 0.3);
  font-size: 2.6rem;
  line-height: 1 !important;
  float: left;
  margin-right: 0.65rem;
}

/* line 825, /app/app/assets/stylesheets/corporate.scss */
.bg-green .app-devices .svg-inline--fa,
.bg-image .app-devices .svg-inline--fa {
  color: rgba(240, 240, 240, 0.5);
}

/* line 830, /app/app/assets/stylesheets/corporate.scss */
.app-devices .svg-inline--fa.f-tablet {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 838, /app/app/assets/stylesheets/corporate.scss */
.app-devices .svg-inline--fa.f-phone {
  margin-right: 1.25rem;
}

/* line 842, /app/app/assets/stylesheets/corporate.scss */
.app-devices-desc p {
  font-style: italic;
  line-height: 1.25;
  padding-right: 20%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Content List
/*------------------------------------------*/
/* line 853, /app/app/assets/stylesheets/corporate.scss */
ul.content-list {
  list-style: disc;
  margin-top: 15px;
  text-align: center !important;
}

/* line 859, /app/app/assets/stylesheets/corporate.scss */
ul.content-list li {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

/* line 864, /app/app/assets/stylesheets/corporate.scss */
ul.content-list li p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 869, /app/app/assets/stylesheets/corporate.scss */
ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/
/* line 877, /app/app/assets/stylesheets/corporate.scss */
.box-icon-xxs [class^="ti-"],
.box-icon-xxs [class*=" ti-"],
.box-icon-xxs [class^="icons8-"],
.box-icon-xxs [class*=" icons8-"] {
  font-size: 1.5rem;
  line-height: 2rem !important;
  margin-right: 1rem;
  vertical-align: middle;
}

/* line 887, /app/app/assets/stylesheets/corporate.scss */
.box-icon-xs [class^="ti-"],
.box-icon-xs [class*=" ti-"],
.box-icon-xs [class^="icons8-"],
.box-icon-xs [class*=" icons8-"] {
  font-size: 2.25rem;
  line-height: 1 !important;
}

/* line 895, /app/app/assets/stylesheets/corporate.scss */
.box-icon-sm [class^="ti-"],
.box-icon-sm [class*=" ti-"],
.box-icon-sm [class^="icons8-"],
.box-icon-sm [class*=" icons8-"] {
  font-size: 3.75rem;
  line-height: 1 !important;
}

/* line 903, /app/app/assets/stylesheets/corporate.scss */
.box-icon [class^="ti-"],
.box-icon [class*=" ti-"],
.box-icon [class^="icons8-"],
.box-icon [class*=" icons8-"] {
  font-size: 4rem;
  line-height: 1 !important;
}

/* line 911, /app/app/assets/stylesheets/corporate.scss */
.box-icon-md [class^="ti-"],
.box-icon-md [class*=" ti-"],
.box-icon-md [class^="icons8-"],
.box-icon-md [class*=" icons8-"] {
  font-size: 4.25rem;
  line-height: 1 !important;
}

/* line 919, /app/app/assets/stylesheets/corporate.scss */
.box-icon-lg [class^="ti-"],
.box-icon-lg [class*=" ti-"],
.box-icon-lg [class^="icons8-"],
.box-icon-lg [class*=" icons8-"] {
  font-size: 4.5rem;
  line-height: 1 !important;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/
/* line 931, /app/app/assets/stylesheets/corporate.scss */
span.section-id {
  font-size: 0.8575rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* line 942, /app/app/assets/stylesheets/corporate.scss */
.bg-dark span.section-id.grey-color {
  color: #727272;
}

/*------------------------------------------*/
/*   SECTION TITLE
/*------------------------------------------*/
/* line 950, /app/app/assets/stylesheets/corporate.scss */
.section-title {
  margin-bottom: 60px;
}

/* line 954, /app/app/assets/stylesheets/corporate.scss */
.section-title h2 {
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* line 959, /app/app/assets/stylesheets/corporate.scss */
.section-title p {
  margin-top: 15px;
}

/* line 963, /app/app/assets/stylesheets/corporate.scss */
.section-title.text-center p {
  padding: 0 15%;
}

/*------------------------------------------*/
/*   TEXT SETTING
/*------------------------------------------*/
/* line 971, /app/app/assets/stylesheets/corporate.scss */
.txt-300 {
  font-weight: 300;
}

/* line 972, /app/app/assets/stylesheets/corporate.scss */
.txt-400 {
  font-weight: 400;
}

/* line 973, /app/app/assets/stylesheets/corporate.scss */
.txt-500 {
  font-weight: 500;
}

/* line 974, /app/app/assets/stylesheets/corporate.scss */
.txt-600 {
  font-weight: 600;
}

/* line 975, /app/app/assets/stylesheets/corporate.scss */
.txt-700 {
  font-weight: 700;
}

/* line 976, /app/app/assets/stylesheets/corporate.scss */
.txt-800 {
  font-weight: 800;
}

/* line 977, /app/app/assets/stylesheets/corporate.scss */
.txt-900 {
  font-weight: 900;
}

/* line 979, /app/app/assets/stylesheets/corporate.scss */
.txt-up {
  text-transform: uppercase;
}

/*------------------------------------------*/
/*   TEXT COLOR
/*------------------------------------------*/
/* line 985, /app/app/assets/stylesheets/corporate.scss */
.white-color,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span {
  color: #fff;
}

/* line 997, /app/app/assets/stylesheets/corporate.scss */
.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color span {
  color: #204ba0;
}

/* line 1008, /app/app/assets/stylesheets/corporate.scss */
.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.white-color .lightgrey-color,
.lightgrey-color span {
  color: #858585;
}

/* line 1019, /app/app/assets/stylesheets/corporate.scss */
.green-color,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color p,
.green-color a,
.green-color li,
.green-color i,
.white-color .green-color,
.green-color span {
  color: #48af4b;
}

/* line 1032, /app/app/assets/stylesheets/corporate.scss */
.yellow-color,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color p,
.yellow-color a,
.yellow-color li,
.yellow-color i,
.white-color .yellow-color,
.yellow-color span {
  color: #fed841;
}

/* line 1045, /app/app/assets/stylesheets/corporate.scss */
.blue-color,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p,
.blue-color a,
.blue-color li,
.blue-color i,
.white-color .blue-color,
.blue-color span {
  color: #3098d8;
}

/* line 1058, /app/app/assets/stylesheets/corporate.scss */
.coral-color,
.coral-color h2,
.coral-color h3,
.coral-color h4,
.coral-color h5,
.coral-color h6,
.coral-color p,
.coral-color a,
.coral-color li,
.coral-color i,
.white-color .coral-color,
.coral-color span {
  color: #fa5876;
}

/* line 1071, /app/app/assets/stylesheets/corporate.scss */
.orange-color,
.orange-color h2,
.orange-color h3,
.orange-color h4,
.orange-color h5,
.orange-color h6,
.orange-color p,
.orange-color a,
.orange-color li,
.orange-color i,
.white-color .orange-color,
.orange-color span {
  color: #fe700f;
}

/* line 1084, /app/app/assets/stylesheets/corporate.scss */
.purple-color,
.purple-color h2,
.purple-color h3,
.purple-color h4,
.purple-color h5,
.purple-color h6,
.purple-color p,
.purple-color a,
.purple-color li,
.purple-color i,
.white-color .purple-color,
.purple-color span {
  color: #7a59e4;
}

/* ==========================================================================
  02.  HEADER & NAVIGATION
  =========================================================================== */
/*------------------------------------------*/
/*   LOGO IMAGE
/*------------------------------------------*/
/* line 1108, /app/app/assets/stylesheets/corporate.scss */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 3rem;
}

/* line 1114, /app/app/assets/stylesheets/corporate.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

/* line 1118, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .navbar-nav .nav-link, .navbar-light a:hover .navbar-nav a:hover .nav-link a:hover  {color: #204ba0;}

/* line 1122, /app/app/assets/stylesheets/corporate.scss */
.bg-light {
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

/*------------------------------------------*/
/*   NAVIGATION BAR
/*------------------------------------------*/
/* line 1131, /app/app/assets/stylesheets/corporate.scss */
.navbar {
  padding: 1.7rem 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 1140, /app/app/assets/stylesheets/corporate.scss */
.navbar.bg-tra {
  padding: 2.5rem 0;
  background-color: transparent;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/
/* line 1149, /app/app/assets/stylesheets/corporate.scss */
.nav-item {
  margin: 0 12px;
}

/* line 1153, /app/app/assets/stylesheets/corporate.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.65rem 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1164, /app/app/assets/stylesheets/corporate.scss */
.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
}

/*------------------------------------------*/
/*   DROPDOWN MENU
/*------------------------------------------*/

ul.menu-mobile{display: none;}

/* line 1173, /app/app/assets/stylesheets/corporate.scss */
.dropdown-menu {
  background-color: #fbfbfb;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

/* line 1185, /app/app/assets/stylesheets/corporate.scss */
.dropdown-item {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
}

/* line 1191, /app/app/assets/stylesheets/corporate.scss */
.dropdown-toggle::after {
  vertical-align: .275em;
}

/* line 1195, /app/app/assets/stylesheets/corporate.scss */
.dropdown-item.dropdown-toggle {
  position: relative;
}

/* line 1199, /app/app/assets/stylesheets/corporate.scss */
.dropdown-item.dropdown-toggle::after {
  vertical-align: .275em;
  position: absolute;
  right: 15px;
  top: 15px;
  border-left: 0.31em solid;
  border-top: 0.31em solid transparent;
  border-right: 0;
  border-bottom: 0.31em solid transparent;
}


/* line 1210, /app/app/assets/stylesheets/corporate.scss */
.hover-menu .collapse ul li  {
  padding: 20px;
}

.hover-menu ul li.active {
  background: #00367d;
  color: #fff !important;
}

.hover-menu ul li.active a{
  background: none;
}

.hover-menu .active a:hover {
  padding: 0 !important;
}

.hover-menu .collapse ul li:hover, .hover-menu .active a, .navbar > .show > a{
  background: #00367d;
  color: #fff;
}

.hover-menu .active a,
.hover-menu .active a:focus,
.hover-menu .active a:hover,
.hover-menu li a:hover,
.hover-menu li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
  color: #fff;
  outline: 0;
}

.ytp-title-channel, .ytp-title-text {display: none !important;}

/* line 1223, /app/app/assets/stylesheets/corporate.scss */


@media only screen and (max-width: 991px) {
  /* line 1233, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 991px) {
  /* line 1239, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul li {
    position: relative;
    padding: 16px 25px;
  }

  /* line 1240, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul li:hover > ul {
    display: block;
  }

  /* line 1241, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    display: none;
  }

  /*******/
  /* line 1243, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul li {
    position: relative;
  }

  /* line 1244, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul li:hover > ul {
    display: block;
    background: #000
  }

  /* line 1245, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    display: none;
  }

  /*******/
  /* line 1247, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul ul li {
    position: relative;
  }

  /* line 1248, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul ul li:hover ul {
    display: block;
  }

  /* line 1249, /app/app/assets/stylesheets/corporate.scss */
  .hover-menu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 180px;
    display: none;
    z-index: 1;
  }
}
/*------------------------------------------*/
/*   Navbar Social Icons
/*------------------------------------------*/
/* line 1257, /app/app/assets/stylesheets/corporate.scss */
.header-socials {
  margin-top: 4px;
  margin-left: 8px;
  display: inline-block;
  text-align: center;
}

/* line 1264, /app/app/assets/stylesheets/corporate.scss */
.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin-left: 7px;
}

/* line 1273, /app/app/assets/stylesheets/corporate.scss */
.header-socials a {
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 33px !important;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* line 1287, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .header-socials a {
  color: #444;
  border-color: #444;
}

/* line 1292, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .header-socials a:hover {
  color: #fff;
}

/* line 1296, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-facebook:hover,
.navbar.scroll .header-socials a.ico-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 1298, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-twitter:hover,
.navbar.scroll .header-socials a.ico-twitter:hover {
  background-color: #00a9ed;
  border-color: #00a9ed;
}

/* line 1300, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-behance:hover,
.navbar.scroll .header-socials a.ico-behance:hover {
  background-color: #2473f6;
  border-color: #2473f6;
}

/* line 1302, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-google-plus:hover,
.navbar.scroll .header-socials a.ico-google-plus:hover {
  background-color: #cd1111;
  border-color: #cd1111;
}

/* line 1304, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-linkedin:hover,
.navbar.scroll .header-socials a.ico-linkedin:hover {
  background-color: #015886;
  border-color: #015886;
}

/* line 1306, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-dribbble:hover,
.navbar.scroll .header-socials a.ico-dribbble:hover {
  background-color: #d92d84;
  border-color: #d92d84;
}

/* line 1308, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-instagram:hover,
.navbar.scroll .header-socials a.ico-instagram:hover {
  background-color: #beb3a8;
  border-color: #beb3a8;
}

/* line 1310, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-pinterest:hover,
.navbar.scroll .header-socials a.ico-pinterest:hover {
  background-color: #ac281a;
  border-color: #ac281a;
}

/* line 1312, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-youtube:hover,
.navbar.scroll .header-socials a.ico-youtube:hover {
  background-color: #cd1b20;
  border-color: #cd1b20;
}

/* line 1314, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-tumblr:hover,
.navbar.scroll .header-socials a.ico-tumblr:hover {
  background-color: #3a5976;
  border-color: #3a5976;
}

/* line 1316, /app/app/assets/stylesheets/corporate.scss */
.header-socials a.ico-vk:hover,
.navbar.scroll .header-socials a.ico-vk:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

/*------------------------------------------*/
/*   Navbar Button
/*------------------------------------------*/
/* line 1323, /app/app/assets/stylesheets/corporate.scss */
.navbar .btn {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.8rem 1.65rem;
  margin-left: 10px;
}

/* line 1330, /app/app/assets/stylesheets/corporate.scss */
.navbar .btn.btn-arrow .svg-inline--fa {
  top: 1px;
}

/*------------------------------------------*/
/*   Navbar Store Badge
/*------------------------------------------*/
/* line 1338, /app/app/assets/stylesheets/corporate.scss */
.header-store {
  margin-left: 5px;
}

/*------------------------------------------*/
/*   Navigation Menu Hover
/*------------------------------------------*/
/* line 1346, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .nav-link:focus,
.navbar-dark .nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* line 1352, /app/app/assets/stylesheets/corporate.scss */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ccc;
}

/* line 1357, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #757575;
}

/*------------------------------------------*/
/*   Navbar Scroll
/*------------------------------------------*/
/* line 1366, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra {
  padding: 16px 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

/* line 1372, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.black-scroll {
  background-color: #333;
}

/* line 1376, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.green-scroll {
  background-color: #48af4b;
}

/* line 1380, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.blue-scroll {
  background-color: #3098d8;
}

/* line 1384, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.coral-scroll {
  background-color: #fa5876;
}

/* line 1388, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.navbar-dark.bg-tra .nav-link {
  color: #333;
}

/* line 1392, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.black-scroll .navbar-nav .nav-link,
.navbar.scroll.bg-tra.green-scroll .navbar-nav .nav-link,
.navbar.scroll.bg-tra.blue-scroll .navbar-nav .nav-link,
.navbar.scroll.bg-tra.coral-scroll .navbar-nav .nav-link {
  color: #fff;
}

/* line 1399, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.bg-tra.black-scroll .navbar-nav .nav-link:hover,
.navbar.scroll.bg-tra.green-scroll .navbar-nav .nav-link:hover,
.navbar.scroll.bg-tra.blue-scroll .navbar-nav .nav-link:hover,
.navbar.scroll.bg-tra.coral-scroll .navbar-nav .nav-link:hover {
  color: #ccc;
}

/* line 1406, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll .header-socials a,
.navbar.scroll .btn.btn-tra-white {
  color: #222;
  border-color: #222;
}

/* line 1412, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.black-scroll .header-socials a,
.navbar.scroll.green-scroll .header-socials a,
.navbar.scroll.blue-scroll .header-socials a,
.navbar.scroll.coral-scroll .header-socials a {
  color: #fff;
  border-color: #fff;
}

/* line 1420, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll .btn.white-hover:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 1426, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.black-scroll .btn.btn-tra-black,
.navbar.scroll.green-scroll .btn.btn-tra-black,
.navbar.scroll.blue-scroll .btn.btn-tra-black {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* line 1434, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll .btn.tra-hover:hover {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

/* line 1440, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll.black-scroll .btn.tra-hover:hover,
.navbar.scroll.green-scroll .btn.tra-hover:hover,
.navbar.scroll.blue-scroll .btn.tra-hover:hover,
.navbar.scroll.coral-scroll .btn.tra-hover:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* line 1449, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll .header-socials a:hover,
.navbar.scroll .btn.white-hover:hover span,
.navbar.scroll.black-scroll .btn.tra-hover:hover span,
.navbar.scroll.green-scroll .btn.tra-hover:hover span,
.navbar.scroll.blue-scroll .btn.tra-hover:hover span,
.navbar.scroll.coral-scroll .btn.tra-hover:hover span {
  color: #fff;
}

/* line 1458, /app/app/assets/stylesheets/corporate.scss */
.navbar.scroll .btn.tra-hover:hover span {
  color: #333;
}

/*------------------------------------------*/
/*   Responsive Burger Menu
/*------------------------------------------*/
/* line 1466, /app/app/assets/stylesheets/corporate.scss */
.navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
  color: #333;
  padding: 0 8px 0 0;
  font-size: 2rem;
  border: none;
}

/* line 1474, /app/app/assets/stylesheets/corporate.scss */
.navbar-toggler:focus {
  outline: 0;
}

/*------------------------------------------*/
/*   Logo Image
/*------------------------------------------*/
/* line 1482, /app/app/assets/stylesheets/corporate.scss */
.logo-white,
.logo-black {
  display: block;
}

/* line 1487, /app/app/assets/stylesheets/corporate.scss */
.scroll.navbar-dark.bg-tra.black-scroll .logo-black,
.scroll.navbar-dark.bg-tra.green-scroll .logo-black,
.scroll.navbar-dark.bg-tra.blue-scroll .logo-black,
.scroll.navbar-dark.bg-tra.coral-scroll .logo-black,
.scroll.navbar-light.bg-tra.black-scroll .logo-black,
.scroll.navbar-light.bg-tra.green-scroll .logo-black,
.scroll.navbar-light.bg-tra.blue-scroll .logo-black,
.scroll.navbar-light.bg-tra.coral-scroll .logo-black,
.navbar-light.bg-light .logo-white,
.navbar-dark.bg-tra .logo-black,
.navbar-light.bg-tra .logo-white,
.scroll.navbar-dark.bg-tra .logo-white,
.navbar-dark.bg-dark .logo-black,
.navbar-light.bg-light .logo-white {
  display: none;
}

/* line 1504, /app/app/assets/stylesheets/corporate.scss */
.scroll.navbar-dark.bg-tra.black-scroll .logo-white,
.scroll.navbar-dark.bg-tra.green-scroll .logo-white,
.scroll.navbar-dark.bg-tra.blue-scroll .logo-white,
.scroll.navbar-dark.bg-tra.coral-scroll .logo-white,
.scroll.navbar-light.bg-tra.black-scroll .logo-white,
.scroll.navbar-light.bg-tra.green-scroll .logo-white,
.scroll.navbar-light.bg-tra.blue-scroll .logo-white,
.scroll.navbar-light.bg-tra.coral-scroll .logo-white,
.navbar-dark.bg-tra .logo-white,
.navbar-light.bg-tra .logo-black,
.scroll.navbar-dark.bg-tra .logo-black,
.navbar-dark.bg-dark .logo-white,
.navbar-light.bg-light .logo-black {
  display: block;
}

/* ==========================================================================
  03.  Banner Main
  =========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

#banner-main.hero-section .container,
#hero-6.hero-section .container,
#hero-7.hero-section .container,
#hero-10.hero-section .container,
#hero-12.hero-section .container {
  overflow: hidden;
}

.hero-2-brands {
  padding-top: 40px;
  padding-bottom: 40px;
}

#banner-main {
  background-color: #79c8e9;
  background-image: url('fondo-mercancias-peligrosas-packs-and-labels.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /*background-size: cover;*/
  padding-top: 45px;
  height: 380px;
}

#banner-main-hielo-seco {
  background-color: #79c8e9;
  background-image: url('fondo-hielo-seco.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /*background-size: cover;*/
  padding-top: 45px;
  height: 360px;
}

#banner-main-data-loggers {
  background-color: #79c8e9;
  background-image: url('fondo-data-loggers.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /*background-size: cover;*/
  padding-top: 45px;
  height: 360px;
}

#banner-main-bio-insulated {
  background-color: #79c8e9;
  background-image: url('fondo-bio-insulated.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /*background-size: cover;*/
  padding-top: 45px;
  height: 360px;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/
/* line 1558, /app/app/assets/stylesheets/corporate.scss */
#hero-1 .hero-txt {
  margin-top: 80px;
}

/* line 1562, /app/app/assets/stylesheets/corporate.scss */
#hero-6 .hero-txt {
  padding-left: 30px;
  padding-right: 60px;
}

/* line 1567, /app/app/assets/stylesheets/corporate.scss */
#hero-7 .hero-txt {
  padding-left: 60px;
  padding-right: 30px;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/
/* line 1576, /app/app/assets/stylesheets/corporate.scss */
.hero-app-logo {
  margin-bottom: 25px;
}

/* line 1580, /app/app/assets/stylesheets/corporate.scss */
#hero-12 .hero-app-logo {
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*   Hero Headers
/*------------------------------------------*/
/* line 1588, /app/app/assets/stylesheets/corporate.scss */
#hero-1 h2 {
  color: #000;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

/* line 1596, /app/app/assets/stylesheets/corporate.scss */
#hero-1 h3 {
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

/* line 1602, /app/app/assets/stylesheets/corporate.scss */
#hero-2 h2 {
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

/* line 1609, /app/app/assets/stylesheets/corporate.scss */
#banner-main h2 {
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 13px;
}

/* line 1615, /app/app/assets/stylesheets/corporate.scss */
#hero-4 h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 25px;
}

/* line 1622, /app/app/assets/stylesheets/corporate.scss */
#hero-5 h2 {
  font-size: 3.85rem;
  font-weight: 400;
  letter-spacing: -1px;
  padding: 0 3%;
  margin-bottom: 25px;
}

/* line 1630, /app/app/assets/stylesheets/corporate.scss */
#hero-6 h2 {
  font-size: 5.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

/* line 1637, /app/app/assets/stylesheets/corporate.scss */
#hero-6 h3 {
  font-weight: 300;
  letter-spacing: 0;
}

/* line 1642, /app/app/assets/stylesheets/corporate.scss */
#hero-7 h2 {
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

/* line 1647, /app/app/assets/stylesheets/corporate.scss */
#hero-8 h2 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

/* line 1653, /app/app/assets/stylesheets/corporate.scss */
#hero-9 h2 {
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

/* line 1658, /app/app/assets/stylesheets/corporate.scss */
#hero-10 h3 {
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

/* line 1663, /app/app/assets/stylesheets/corporate.scss */
#hero-11 h2 {
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

/* line 1668, /app/app/assets/stylesheets/corporate.scss */
#hero-12 h2 {
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*   Hero Paragraphs
/*------------------------------------------*/
/* line 1678, /app/app/assets/stylesheets/corporate.scss */
#hero-1 .hero-txt p {
  padding-right: 8%;
}

/* line 1682, /app/app/assets/stylesheets/corporate.scss */
#hero-2 .hero-txt p,
#hero-4 .hero-txt p,
#hero-8 .hero-txt p,
#hero-10 .hero-txt p,
#hero-11 .hero-txt p {
  padding-right: 10%;
}

/* line 1690, /app/app/assets/stylesheets/corporate.scss */
#banner-main .hero-txt p,
#hero-5 .hero-txt p,
#hero-9 .hero-txt p {
  padding: 0 5%;
  margin-bottom: 30px;
}

h3.data-logger{padding: 30px 0;
    text-align: center;
    margin-top: 40px;}

h3.insulated{padding: 30px 0;
        text-align: center;
color: #fff;
      }

/*------------------------------------------*/
/*   HERO IMAGE
/*------------------------------------------*/
/* line 1701, /app/app/assets/stylesheets/corporate.scss */
.hero-img {
  text-align: center;
}

/* line 1705, /app/app/assets/stylesheets/corporate.scss */
.hero-1-img {
  position: relative;
}

/* line 1709, /app/app/assets/stylesheets/corporate.scss */
.hero-1-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/* line 1715, /app/app/assets/stylesheets/corporate.scss */
.banner-main-img {
  text-align: center;
}

/* line 1719, /app/app/assets/stylesheets/corporate.scss */
.hero-2-img,
.hero-4-img,
.hero-11-img {
  text-align: center;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  position: relative;
}

/* line 1729, /app/app/assets/stylesheets/corporate.scss */
.hero-5-image img {
  margin-top: -310px;
}

/* line 1733, /app/app/assets/stylesheets/corporate.scss */
.hero-6-img {
  padding-left: 60px;
}

/* line 1737, /app/app/assets/stylesheets/corporate.scss */
.hero-7-img {
  padding-right: 60px;
}

/* line 1741, /app/app/assets/stylesheets/corporate.scss */
.hero-9-image img {
  margin-top: -320px;
}

/* line 1745, /app/app/assets/stylesheets/corporate.scss */
.hero-8-img {
  position: relative;
}

/* line 1749, /app/app/assets/stylesheets/corporate.scss */
.hero-8-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/*------------------------------------------*/
/*    HERO NEWSLETTER FORM
/*------------------------------------------*/
/* line 1759, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form {
  margin-top: 40px;
  margin-right: 15%;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/
/* line 1768, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .form-control {
  height: 58px;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: none;
  color: #222;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 1.4rem;
  box-shadow: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

/* line 1784, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .form-control:focus {
  border: 1px solid #eee;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/
/* line 1795, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .form-control::-moz-placeholder {
  color: #204ba0;
}

/* line 1796, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .form-control:-ms-input-placeholder {
  color: #204ba0;
}

/* line 1797, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .form-control::-webkit-input-placeholder {
  color: #204ba0;
}

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/
/* line 1803, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .btn {
  width: 100%;
  height: 58px;
  background-color: #fff;
  border: 1px solid #eee;
  border-left: none;
  color: #fa5876;
  font-size: 1.25rem !important;
  padding: 0 1.25rem;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

/* line 1818, /app/app/assets/stylesheets/corporate.scss */
.hero-section .newsletter-form .btn:hover {
  color: #444;
}

/*------------------------------------------*/
/*    HERO LINKS
/*------------------------------------------*/
/* line 1826, /app/app/assets/stylesheets/corporate.scss */
.hero-links {
  margin-top: 10px;
}

/* line 1830, /app/app/assets/stylesheets/corporate.scss */
.hero-links span {
  font-size: 1rem;
  line-height: 1;
  margin-right: 25px;
}

/* line 1836, /app/app/assets/stylesheets/corporate.scss */
.hero-links span:last-child {
  margin-right: 0;
}

/* line 1840, /app/app/assets/stylesheets/corporate.scss */
.hero-links span a {
  text-decoration: underline;
}

/* line 1844, /app/app/assets/stylesheets/corporate.scss */
.hero-links span a:hover {
  opacity: .8;
}

/* ==========================================================================
  04.  FEATURES
  =========================================================================== */
/* line 1855, /app/app/assets/stylesheets/corporate.scss */
h2.tra-digit {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 15px;
  margin-left: -8px;
}

/*------------------------------------------*/
/*   FEATURE BOX
/*------------------------------------------*/
/* line 1869, /app/app/assets/stylesheets/corporate.scss */
.fbox-1 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 1874, /app/app/assets/stylesheets/corporate.scss */
.fbox-2 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10px;
}

/* line 1880, /app/app/assets/stylesheets/corporate.scss */
.fbox-2 span {
  color: #fff;
  padding: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* line 1888, /app/app/assets/stylesheets/corporate.scss */
.fbox-2 span.bg-lightgrey {
  color: #999;
}

/* line 1892, /app/app/assets/stylesheets/corporate.scss */
.fbox-3 {
  position: relative;
  text-align: center;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; */
  padding: 40px 5px 20px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
/*  height: 280px; */
}

/* line 1909, /app/app/assets/stylesheets/corporate.scss */
.fbox-3 .box-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 1924, /app/app/assets/stylesheets/corporate.scss */
.fbox-3 span {
  color: #999;
  background-color: #eee;
  padding: 15px 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* .fbox-3:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fbox-3:hover h5 {
  color: #222;
} */
/* line 1948, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.coral-hover:hover {
  border-bottom: 1px solid #fa5876;
}

/* line 1949, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.coral-hover:hover .box-line {
  background-color: #fa5876;
  opacity: 1;
}

/* line 1950, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.coral-hover:hover > span {
  background-color: #fa5876;
  color: #fff;
}

/* line 1952, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.lightgreen-hover:hover {
  border-bottom: 1px solid #48af4b;
}

/* line 1953, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.lightgreen-hover:hover .box-line {
  background-color: #48af4b;
  opacity: 1;
}

/* line 1954, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.lightgreen-hover:hover > span {
  background-color: #48af4b;
  color: #fff;
}

/* .fbox-3.blue-hover:hover { border-bottom: 1px solid #3098d8; } */
/* line 1957, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.blue-hover .box-line {
  background-color: #3098d8;
  opacity: 1;
}

/* line 1958, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.blue-hover > span {
  background-color: #3098d8;
  color: #fff;
}

/* line 1959, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.blue-hover:hover .box-line {
  background-color: #3098d8;
  opacity: 1;
}

/* line 1960, /app/app/assets/stylesheets/corporate.scss */
.fbox-3.blue-hover:hover > span {
  background-color: #3098d8;
  color: #fff;
}

/* line 1962, /app/app/assets/stylesheets/corporate.scss */
.fbox-4,
.fbox-5,
.fbox-6,
.fbox-7 {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*   FEATURE BOX TYPOGRAPHY
/*------------------------------------------*/
/* line 1973, /app/app/assets/stylesheets/corporate.scss */
.fbox-1 h5,
.fbox-4 h5,
.fbox-6 h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1980, /app/app/assets/stylesheets/corporate.scss */
.fbox-2 h5 {
  margin-top: 45px;
  margin-bottom: 10px;
}

/* line 1985, /app/app/assets/stylesheets/corporate.scss */
.fbox-3 h5 {
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 1996, /app/app/assets/stylesheets/corporate.scss */
.fbox-5-txt {
  overflow: hidden;
  padding-left: 25px;
}

/* line 2001, /app/app/assets/stylesheets/corporate.scss */
.fbox-7 h5 {
  margin-bottom: 10px;
}

/* line 2005, /app/app/assets/stylesheets/corporate.scss */
.fbox-1 p, .fbox-2 p,
.fbox-3 p, .fbox-4 p,
.fbox-5 p, .fbox-6 p, .fbox-7 p {
  line-height: 1.5;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   FEATURE BOX ICON
/*------------------------------------------*/
/* line 2016, /app/app/assets/stylesheets/corporate.scss */
.fbox-2 span {
  font-size: 2.75rem;
  line-height: 1 !important;
}

/* line 2021, /app/app/assets/stylesheets/corporate.scss */
.fbox-5 span {
  text-align: center;
  float: left;
}

/*------------------------------------------*/
/*   FEATURES IMAGE
/*------------------------------------------*/
/* line 2030, /app/app/assets/stylesheets/corporate.scss */
.features-img {
  text-align: center;
  margin-bottom: 40px;
}

/* line 2035, /app/app/assets/stylesheets/corporate.scss */
.features-6-img {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

/* ==========================================================================
  05.  CONTENT
  =========================================================================== */
/* line 2048, /app/app/assets/stylesheets/corporate.scss */
#content-4 .container,
#content-9 .container {
  overflow: hidden;
}

/* line 2053, /app/app/assets/stylesheets/corporate.scss */
#content-4.bg-image {
  background-image: url(/content-bg-image.jpg);
}

/* line 2057, /app/app/assets/stylesheets/corporate.scss */
#content-4.bg-green,
#content-4.bg-blue {
  background-image: url(/j-map.png);
}

/* line 2062, /app/app/assets/stylesheets/corporate.scss */
#content-9 .section-title {
  margin-bottom: 40px;
}

/* line 2066, /app/app/assets/stylesheets/corporate.scss */
#content-5 .bg-inner,
#content-6 .bg-inner {
  position: relative;
  z-index: 1;
}

/* line 2072, /app/app/assets/stylesheets/corporate.scss */
#content-10 .bg-inner {
  position: relative;
  z-index: 1;
}

/* line 2077, /app/app/assets/stylesheets/corporate.scss */
#content-10 .bg-inner.bg-green,
#content-10 .bg-inner.bg-blue,
#statistic-2 {
  background-image: url(/assets/dotted-map-e521ff63a079d357d37f23f653a7f6ddc90da4bb2c37d94d26664b2fc57776d3.png);
  background-position: center bottom;
}

/* line 2084, /app/app/assets/stylesheets/corporate.scss */
.content-txt {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px;
}

/* line 2090, /app/app/assets/stylesheets/corporate.scss */
#content-8 .content-txt {
  padding-right: 60px;
  padding-left: 30px;
}

/* line 2095, /app/app/assets/stylesheets/corporate.scss */
#content-10 .content-txt {
  padding-right: 10%;
  padding-left: 10%;
}

/*------------------------------------------*/
/*   CONTENT TEXT
/*------------------------------------------*/
/* line 2104, /app/app/assets/stylesheets/corporate.scss */
.content-txt h3.h3-xl {
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

/* line 2110, /app/app/assets/stylesheets/corporate.scss */
#content-10 .content-txt h3.h3-xl {
  margin-bottom: 15px;
}

/* line 2114, /app/app/assets/stylesheets/corporate.scss */
.content-txt h5.h5-sm {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 2119, /app/app/assets/stylesheets/corporate.scss */
#content-10 .content-txt p {
  padding: 0 5%;
}

/* line 2123, /app/app/assets/stylesheets/corporate.scss */
.content-txt .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*    CONTENT BOXES
/*------------------------------------------*/
/* line 2131, /app/app/assets/stylesheets/corporate.scss */
.content-boxes {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 5% -100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* line 2144, /app/app/assets/stylesheets/corporate.scss */
.cbox-1-txt {
  overflow: hidden;
  padding-left: 25px;
}

/* line 2149, /app/app/assets/stylesheets/corporate.scss */
.cbox-1 p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 2154, /app/app/assets/stylesheets/corporate.scss */
.cbox-1 span {
  text-align: center;
  float: left;
}

/*------------------------------------------*/
/*   CONTENT TEXT TYPOGRAPHY
/*------------------------------------------*/
/* line 2163, /app/app/assets/stylesheets/corporate.scss */
#content-9 p {
  padding: 0 15%;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/
/* line 2171, /app/app/assets/stylesheets/corporate.scss */
.content-img {
  text-align: center;
  margin-bottom: 40px;
}

/* line 2176, /app/app/assets/stylesheets/corporate.scss */
.content-5-img,
.content-6-img {
  text-align: center;
  position: relative;
  z-index: 999;
}

/* line 2183, /app/app/assets/stylesheets/corporate.scss */
.content-5-img {
  margin-bottom: -80px;
}

/* line 2187, /app/app/assets/stylesheets/corporate.scss */
.content-6-img {
  margin-top: -100px;
}

/* line 2191, /app/app/assets/stylesheets/corporate.scss */
.content-7-img {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

/* line 2197, /app/app/assets/stylesheets/corporate.scss */
.content-7-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/* ===================================================================================
  06.  SCREENSHOTS
  =================================================================================== */
/*------------------------------------------*/
/*   SCREENSHOTS CAROUSEL
/*------------------------------------------*/
/* line 2214, /app/app/assets/stylesheets/corporate.scss */
.screenshots-wrap {
  position: relative;
  margin-bottom: 100px;
}

/* line 2219, /app/app/assets/stylesheets/corporate.scss */
.slick-slide {
  width: 298px;
}

/* line 2223, /app/app/assets/stylesheets/corporate.scss */
.carousel-item {
  opacity: 0.25;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/* line 2235, /app/app/assets/stylesheets/corporate.scss */
.carousel-item.slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------*/
/*   Screens Slick Carousel Dots
/*------------------------------------------*/
/* line 2246, /app/app/assets/stylesheets/corporate.scss */
.screens-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -100px;
}

/* line 2252, /app/app/assets/stylesheets/corporate.scss */
.screens-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}

/* line 2258, /app/app/assets/stylesheets/corporate.scss */
.screens-section .slick-dots li button:before,
.screens-section.bg-lightgrey .slick-dots li button:before {
  content: "";
  background: #f7f8fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* line 2273, /app/app/assets/stylesheets/corporate.scss */
.screens-section .slick-dots li button:hover:before,
.screens-section .slick-dots li.slick-active button:before {
  background: #fff;
}

/* line 2278, /app/app/assets/stylesheets/corporate.scss */
.screens-section .slick-dots li button:hover:before,
.screens-section .slick-dots li.slick-active button:before {
  background: #777;
}

/* ==========================================================================
  07.  VIDEO
  =========================================================================== */
/* line 2290, /app/app/assets/stylesheets/corporate.scss */
#video-1 {
  background-image: url(/video-1.jpg);
  padding-top: 200px;
  padding-bottom: 200px;
}

/* line 2296, /app/app/assets/stylesheets/corporate.scss */
#video-2 .bg-inner {
  position: relative;
  z-index: 1;
}

/* line 2301, /app/app/assets/stylesheets/corporate.scss */
#video-2 .section-title {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/
/* line 2309, /app/app/assets/stylesheets/corporate.scss */
#video-1 h2 {
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 25px;
}

/* line 2315, /app/app/assets/stylesheets/corporate.scss */
#video-1 p {
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/* line 2321, /app/app/assets/stylesheets/corporate.scss */
#video-2 .video-preview {
  text-align: center;
  position: relative;
  margin-bottom: -100px;
  z-index: 999;
}

/* ==========================================================================
  07. PRICING TABLES
  =========================================================================== */
/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/
/* line 2339, /app/app/assets/stylesheets/corporate.scss */
.pricing-table {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 60px 30px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2350, /app/app/assets/stylesheets/corporate.scss */
#pricing-2 .pricing-table {
  padding: 60px 35px;
}

/*------------------------------------------*/
/*    Pricing Table Price Plan
/*------------------------------------------*/
/* line 2358, /app/app/assets/stylesheets/corporate.scss */
.pricing-plan h5,
#pricing-2 .price h5 {
  color: #999;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 2366, /app/app/assets/stylesheets/corporate.scss */
.pricing-table span.price,
#pricing-2 .price span {
  font-size: 70px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* line 2375, /app/app/assets/stylesheets/corporate.scss */
.pricing-plan sup,
#pricing-2 .price sup {
  font-size: 45px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  top: -12px;
  right: 2px;
}

/* line 2385, /app/app/assets/stylesheets/corporate.scss */
.pricing-plan sup.pricing-coins {
  top: -15px;
  font-size: 45px;
  margin-left: 1px;
}

/* line 2391, /app/app/assets/stylesheets/corporate.scss */
#pricing-2 .price span.price-vat {
  display: block;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 20px;
  padding: 0 7%;
}

/* line 2402, /app/app/assets/stylesheets/corporate.scss */
p.validity {
  color: #888;
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 5px;
}

/*------------------------------------------*/
/*    Pricing Description
/*------------------------------------------*/
/* line 2413, /app/app/assets/stylesheets/corporate.scss */
.pricing-text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

/* line 2420, /app/app/assets/stylesheets/corporate.scss */
.pricing-text p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
}

/* line 2426, /app/app/assets/stylesheets/corporate.scss */
.pricing-table p span {
  color: #000;
  font-weight: 800;
}

/*------------------------------------------*/
/*    Pricing Table Body
/*------------------------------------------*/
/* line 2435, /app/app/assets/stylesheets/corporate.scss */
.pricing-table ul.features {
  padding: 10px 0 35px;
}

/* line 2439, /app/app/assets/stylesheets/corporate.scss */
.pricing-table ul.features li {
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 300;
  padding: 8px 0;
}

/* line 2446, /app/app/assets/stylesheets/corporate.scss */
.pricing-table ul.features li:last-child {
  border-bottom: none;
}

/* ==========================================================================
  08.  TESTIMONIALS
  =========================================================================== */
/*------------------------------------------*/
/*   TESTIMONIALS CAROUSEL
/*------------------------------------------*/
/* line 2461, /app/app/assets/stylesheets/corporate.scss */
.review-1 {
  opacity: 0.3;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/* line 2476, /app/app/assets/stylesheets/corporate.scss */
.review-1 .review-txt {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 45px 40px 55px;
  margin: 0 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 2486, /app/app/assets/stylesheets/corporate.scss */
.review-1.slick-current {
  opacity: 1;
}

/* line 2490, /app/app/assets/stylesheets/corporate.scss */
.review-1.slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 2496, /app/app/assets/stylesheets/corporate.scss */
.review-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 10px 40px;
  padding: 30px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 2507, /app/app/assets/stylesheets/corporate.scss */
.review-3 {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px 40px;
  padding: 30px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*    Testimonial Message Avatar
/*------------------------------------------*/
/* line 2522, /app/app/assets/stylesheets/corporate.scss */
#reviews-1 img,
#reviews-2 img,
#reviews-3 img {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: -45px auto 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 2535, /app/app/assets/stylesheets/corporate.scss */
#reviews-2 img {
  width: 80px;
  height: 80px;
  margin: 0 15px 0 0;
}

/* line 2541, /app/app/assets/stylesheets/corporate.scss */
#reviews-3 img {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}

/* line 2547, /app/app/assets/stylesheets/corporate.scss */
#reviews-2 .testimonial-avatar,
#reviews-3 .testimonial-avatar {
  display: inline-block;
  float: left;
}

/*------------------------------------------*/
/*   Testimonial Message Text
/*------------------------------------------*/
/* line 2557, /app/app/assets/stylesheets/corporate.scss */
.review-1 .review-txt h5 {
  margin-bottom: 15px;
}

/* line 2561, /app/app/assets/stylesheets/corporate.scss */
.review-1 p,
.review-2 p,
.review-3 p {
  color: #757575;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 300;
  font-style: italic;
}

/* line 2571, /app/app/assets/stylesheets/corporate.scss */
.review-2 p {
  padding: 15px 8px 0;
}

/* line 2575, /app/app/assets/stylesheets/corporate.scss */
.review-3 p {
  padding: 0 8px 3px;
}

/* line 2579, /app/app/assets/stylesheets/corporate.scss */
.review-author h5 {
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 2px;
}

/* line 2585, /app/app/assets/stylesheets/corporate.scss */
#reviews-2 .review-author h5 {
  padding-top: 20px;
}

/* line 2589, /app/app/assets/stylesheets/corporate.scss */
#reviews-3 .review-author h5 {
  font-size: 0.975rem;
  padding-top: 12px;
  margin-bottom: 0px;
}

/*------------------------------------------*/
/*   App Rating
/*------------------------------------------*/
/* line 2599, /app/app/assets/stylesheets/corporate.scss */
.app-rating .svg-inline--fa {
  color: #ffc832;
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 1px;
}

/* line 2606, /app/app/assets/stylesheets/corporate.scss */
.app-rating .svg-inline--fa:last-child {
  margin-right: 0;
}

/*------------------------------------------*/
/*   Reviews FlexSlider Navigation
/*------------------------------------------*/
/* line 2614, /app/app/assets/stylesheets/corporate.scss */
.coral-nav.owl-theme .owl-dots .owl-dot.active span,
.coral-nav.owl-theme .owl-dots .owl-dot:hover span {
  background: #fa5876;
}

/* line 2619, /app/app/assets/stylesheets/corporate.scss */
.green-nav.owl-theme .owl-dots .owl-dot.active span,
.green-nav.owl-theme .owl-dots .owl-dot:hover span {
  background: #48af4b;
}

/* line 2624, /app/app/assets/stylesheets/corporate.scss */
.blue-nav.owl-theme .owl-dots .owl-dot.active span,
.blue-nav.owl-theme .owl-dots .owl-dot:hover span {
  background: #3098d8;
}

/*------------------------------------------*/
/*   Reviews Slick Carousel Dots
/*------------------------------------------*/
/* line 2633, /app/app/assets/stylesheets/corporate.scss */
.reviews-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -30px;
}

/* line 2639, /app/app/assets/stylesheets/corporate.scss */
.reviews-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}

/* line 2645, /app/app/assets/stylesheets/corporate.scss */
.reviews-section .slick-dots li button:before {
  content: "";
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* line 2659, /app/app/assets/stylesheets/corporate.scss */
.reviews-section .slick-dots li button:hover:before {
  background: #999;
}

/* line 2663, /app/app/assets/stylesheets/corporate.scss */
.reviews-section .slick-dots li.slick-active button:before {
  background: #666;
}

/* ==========================================================================
  09.  STATISTIC
  =========================================================================== */
/* line 2674, /app/app/assets/stylesheets/corporate.scss */
.statistic-block {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid #f1f2f3;
  border-radius: 4px;
  padding: 15px;
}

/* line 2683, /app/app/assets/stylesheets/corporate.scss */
.small-statistic .statistic-block {
  text-align: left;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*    Statistic Block Number
/*------------------------------------------*/
/* line 2692, /app/app/assets/stylesheets/corporate.scss */
.statistic-block p.statistic-number {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  letter-spacing: 0,5px;
  margin-bottom: 12px;
}

/* line 2700, /app/app/assets/stylesheets/corporate.scss */
#statistic-2 .statistic-block p.statistic-number {
  margin-top: 22px;
}

/* line 2704, /app/app/assets/stylesheets/corporate.scss */
.statistic-block p {
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 2712, /app/app/assets/stylesheets/corporate.scss */
.small-statistic .statistic-block p {
  margin-top: 0;
  margin-left: 10px;
}

/* ==========================================================================
  10.  BRANDS
  =========================================================================== */
/* line 2724, /app/app/assets/stylesheets/corporate.scss */
#brands-1,
#brands-2,
#why-partner {
  padding-top: 70px;
  padding-bottom: 65px;
}

/* line 2731, /app/app/assets/stylesheets/corporate.scss */
.brands-section {
  padding: 70px 0;
}

.brands-section p {
  font-weight: 400;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*    BRANDS LOGO HOLDER
/*------------------------------------------*/
/* line 2740, /app/app/assets/stylesheets/corporate.scss */
#brands-1 .brand-logo,
#brands-2 .brand-logo,
.brands-static .brand-logo {
  margin-bottom: 30px;
}

/* line 2746, /app/app/assets/stylesheets/corporate.scss */
#brands-1 .brand-logo img,
#brands-2 .brand-logo img {
  padding: 0 15px;
}

/* ===================================================================================
  11.  MORE APPS
  =================================================================================== */
/* line 2758, /app/app/assets/stylesheets/corporate.scss */
.m-img {
  background-color: #f6f6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 60px 40px;
}

/*------------------------------------------*/
/*    MORE APPS TYPOGRAPHY
/*------------------------------------------*/
/* line 2770, /app/app/assets/stylesheets/corporate.scss */
.more-app-box h5 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  margin-top: 35px;
}

/* line 2778, /app/app/assets/stylesheets/corporate.scss */
.more-app-box span.app-cat {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

/* line 2786, /app/app/assets/stylesheets/corporate.scss */
.more-app-box a {
  color: #888;
  margin-right: 12px;
}

/* line 2791, /app/app/assets/stylesheets/corporate.scss */
.m-links a span {
  text-decoration: underline;
  margin-left: 1px;
}

/* line 2796, /app/app/assets/stylesheets/corporate.scss */
.more-app-box a:hover {
  color: #222;
}

/* ==========================================================================
  12.  PRESS
  =========================================================================== */
/*------------------------------------------*/
/*    PRESS LOGO
/*------------------------------------------*/
/* line 2811, /app/app/assets/stylesheets/corporate.scss */
.press-logo {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-color: #fff;
  padding: 70px 30px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/* line 2829, /app/app/assets/stylesheets/corporate.scss */
.press-logo img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 450ms;
  -moz-transition: transform 450ms;
  -o-transition: transform 450ms;
  transition: transform 450ms;
}

/* line 2842, /app/app/assets/stylesheets/corporate.scss */
.press-logo:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

/* line 2849, /app/app/assets/stylesheets/corporate.scss */
.press-logo:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

/*------------------------------------------*/
/*    PRESS TEXT
/*------------------------------------------*/
/* line 2861, /app/app/assets/stylesheets/corporate.scss */
.press-txt p {
  margin-bottom: 30px;
  padding: 0 10%;
}

/* ==========================================================================
  13.  FAQs
  =========================================================================== */
/* line 2873, /app/app/assets/stylesheets/corporate.scss */
#faqs-page {
  margin-top: 180px;
  margin-bottom: 80px;
}

/* line 2878, /app/app/assets/stylesheets/corporate.scss */
#faqs-left {
  padding-right: 20px;
}

/* line 2882, /app/app/assets/stylesheets/corporate.scss */
#faqs-right {
  padding-left: 20px;
}

/*------------------------------------------*/
/*    FAQs TYPOGRAPHY
/*------------------------------------------*/
/* line 2890, /app/app/assets/stylesheets/corporate.scss */
#faqs-page h4.h4-xs {
  margin-bottom: 25px;
  text-decoration: underline;
}

/* line 2895, /app/app/assets/stylesheets/corporate.scss */
.question {
  margin-bottom: 25px;
}

/* line 2899, /app/app/assets/stylesheets/corporate.scss */
.question h5 {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

/* line 2906, /app/app/assets/stylesheets/corporate.scss */
.question p {
  color: #666;
}

/* line 2910, /app/app/assets/stylesheets/corporate.scss */
.more-questions-btn {
  margin-top: 50px;
}

/* line 2914, /app/app/assets/stylesheets/corporate.scss */
.more-questions-btn h5 a {
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: underline;
}

/* ==========================================================================
  14.  DOWNLOAD
  =========================================================================== */
/* line 2927, /app/app/assets/stylesheets/corporate.scss */
#download-1 {
  padding-top: 100px;
  padding-bottom: 0;
}

/* line 2932, /app/app/assets/stylesheets/corporate.scss */
#download-1.bg-image {
  background-image: url(/download-1.png);
  background-position: center bottom;
}

/* line 2937, /app/app/assets/stylesheets/corporate.scss */
#download-2 {
  background-image: url(/assets/dotted-map-e521ff63a079d357d37f23f653a7f6ddc90da4bb2c37d94d26664b2fc57776d3.png);
}

/* line 2941, /app/app/assets/stylesheets/corporate.scss */
#download-2.bg-image {
  background-image: url(/download-2.jpg);
}

/* line 2945, /app/app/assets/stylesheets/corporate.scss */
#download-3 .bg-inner {
  background-image: url(/download-3.jpg);
  position: relative;
  z-index: 1;
}

/* line 2951, /app/app/assets/stylesheets/corporate.scss */
#download-page {
  background-image: url(/assets/dotted-map-e521ff63a079d357d37f23f653a7f6ddc90da4bb2c37d94d26664b2fc57776d3.png);
  margin-top: 200px;
  margin-bottom: 80px;
}

/*------------------------------------------*/
/*   DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/
/* line 2961, /app/app/assets/stylesheets/corporate.scss */
#download-1 h2 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

/* line 2967, /app/app/assets/stylesheets/corporate.scss */
#download-2 h2 {
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

/* line 2973, /app/app/assets/stylesheets/corporate.scss */
#download-3 h2 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

/* line 2979, /app/app/assets/stylesheets/corporate.scss */
#download-1 p,
#download-3 p {
  padding-right: 15%;
}

/* line 2984, /app/app/assets/stylesheets/corporate.scss */
#download-2 p {
  padding: 0 10%;
}

/* line 2988, /app/app/assets/stylesheets/corporate.scss */
#download-2 .stores-badge {
  margin-top: 25px;
}

/* line 2992, /app/app/assets/stylesheets/corporate.scss */
.download-page-txt h2 {
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 0 5%;
}

/* line 3000, /app/app/assets/stylesheets/corporate.scss */
.download-page-txt p.p-lg {
  font-weight: 400;
  margin-bottom: 40px;
}

/* line 3005, /app/app/assets/stylesheets/corporate.scss */
p.download-notice {
  padding: 0 15%;
}

/* line 3009, /app/app/assets/stylesheets/corporate.scss */
.download-page-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

/* line 3014, /app/app/assets/stylesheets/corporate.scss */
.download-page-txt p a:hover {
  color: #999;
}

/* line 3018, /app/app/assets/stylesheets/corporate.scss */
.download-page-icon [class^="ti-"],
.download-page-icon [class*=" ti-"] {
  color: #777;
  font-size: 10rem;
  line-height: 1 !important;
}

/*------------------------------------------*/
/*    DOWNLOAD IMAGE
/*------------------------------------------*/
/* line 3029, /app/app/assets/stylesheets/corporate.scss */
.download-1-img {
  position: relative;
}

/* line 3033, /app/app/assets/stylesheets/corporate.scss */
.download-1-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/* line 3039, /app/app/assets/stylesheets/corporate.scss */
.download-3-img {
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 999;
}

/* ==========================================================================
  15.  NEWSLETTER
  =========================================================================== */
/* line 3053, /app/app/assets/stylesheets/corporate.scss */
#newsletter-1 .section-title {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*    NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/
/* line 3061, /app/app/assets/stylesheets/corporate.scss */
.newsletter-txt p {
  color: #999;
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 3067, /app/app/assets/stylesheets/corporate.scss */
.newsletter-txt p a {
  color: #666;
  text-decoration: underline;
}

/* line 3072, /app/app/assets/stylesheets/corporate.scss */
.newsletter-txtp a:hover {
  color: #000;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/
/* line 3080, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .form-control {
  height: 62px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  color: #222;
  font-size: 1.05rem;
  font-weight: 300;
  padding: 0 1.4rem;
  box-shadow: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 3096, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .form-control:focus {
  border: 1px solid #eee;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/
/* line 3107, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .form-control::-moz-placeholder {
  color: #204ba0;
}

/* line 3108, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .form-control:-ms-input-placeholder {
  color: #204ba0;
}

/* line 3109, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .form-control::-webkit-input-placeholder {
  color: #204ba0;
}

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/
/* line 3115, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .btn {
  width: 100%;
  height: 62px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  color: #fa5876;
  font-size: 1.25rem !important;
  padding: 0 1.5rem;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 3130, /app/app/assets/stylesheets/corporate.scss */
.newsletter-section .newsletter-form .btn:hover {
  color: #444;
}

/* ==========================================================================
  16.  BLOG
  =========================================================================== */
/* line 3141, /app/app/assets/stylesheets/corporate.scss */
#blog-1 .container {
  overflow: hidden;
}

/* line 3145, /app/app/assets/stylesheets/corporate.scss */
#blog-page,
#single-blog-page {
  margin-top: 80px;
}

/*------------------------------------------*/
/*    BLOG POST
/*------------------------------------------*/
/* line 3154, /app/app/assets/stylesheets/corporate.scss */
.blog-post {
  margin-bottom: 40px;
}

/* line 3158, /app/app/assets/stylesheets/corporate.scss */
.posts-holder .blog-post,
.posts-holder .blog-post-video {
  margin-bottom: 70px;
}

/*------------------------------------------*/
/*    BLOG TYPOGRAPHY
/*------------------------------------------*/
/* line 3167, /app/app/assets/stylesheets/corporate.scss */
.blog-post h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 3172, /app/app/assets/stylesheets/corporate.scss */
.sblog-post-txt h4.h4-md {
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 3178, /app/app/assets/stylesheets/corporate.scss */
.blog-post-txt p {
  margin-bottom: 35px;
}

/* line 3182, /app/app/assets/stylesheets/corporate.scss */
.blog-post-txt span {
  font-size: 0.95rem;
  display: block;
  margin-bottom: 12px;
}

/* line 3188, /app/app/assets/stylesheets/corporate.scss */
.blog-post-meta span {
  color: #888;
  font-size: 0.95rem;
  margin-right: 30px;
}

/* line 3194, /app/app/assets/stylesheets/corporate.scss */
.blog-post a,
.blog-post-video a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

/* line 3201, /app/app/assets/stylesheets/corporate.scss */
.blog-post a:hover,
.blog-post-video a:hover {
  color: #888;
}

/*------------------------------------------*/
/*    BLOG PAGE RIGHT SIDEBAR
/*------------------------------------------*/
/* line 3210, /app/app/assets/stylesheets/corporate.scss */
#sidebar-right h5.h5-sm,
#sidebar-left h5.h5-sm {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*   Blog Search Form
/*------------------------------------------*/
/* line 3219, /app/app/assets/stylesheets/corporate.scss */
#search-field .form-control {
  background-color: #f0f0f0;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

/* line 3228, /app/app/assets/stylesheets/corporate.scss */
#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  padding: 22px 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

/* line 3242, /app/app/assets/stylesheets/corporate.scss */
#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*   Blog Categories
/*------------------------------------------*/
/* line 3252, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list > li {
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 3262, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list > li:first-child {
  padding: 0 0 10px;
}

/* line 3266, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list > li:last-child {
  padding: 10px 0 0;
  border-bottom: none;
}

/* line 3271, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list > li a,
ul.blog-category-list > li span {
  color: #555;
}

/* line 3276, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list li .svg-inline--fa {
  margin-right: 10px;
}

/* line 3280, /app/app/assets/stylesheets/corporate.scss */
ul.blog-category-list li a:hover {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------*/
/*   Popular Posts
/*------------------------------------------*/
/* line 3289, /app/app/assets/stylesheets/corporate.scss */
.popular-posts li {
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}

/* line 3294, /app/app/assets/stylesheets/corporate.scss */
.popular-posts li:first-child {
  padding: 0 0 14px;
}

/* line 3298, /app/app/assets/stylesheets/corporate.scss */
.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0;
}

/* line 3303, /app/app/assets/stylesheets/corporate.scss */
.popular-posts img {
  text-align: center;
  float: left;
}

/* line 3308, /app/app/assets/stylesheets/corporate.scss */
.post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  Popular Post Typography
--------------------------------------------*/
/* line 3317, /app/app/assets/stylesheets/corporate.scss */
.post-summary a {
  color: #555;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 3326, /app/app/assets/stylesheets/corporate.scss */
.popular-posts .post-summary a:hover {
  text-decoration: underline;
}

/* line 3330, /app/app/assets/stylesheets/corporate.scss */
.popular-posts p {
  color: #888;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Blog Page Popular Tags
/*------------------------------------------*/
/* line 3341, /app/app/assets/stylesheets/corporate.scss */
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #222;
  border: none;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/* line 3361, /app/app/assets/stylesheets/corporate.scss */
.badge a {
  color: #666 !important;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.42857;
}

/* line 3369, /app/app/assets/stylesheets/corporate.scss */
.badge:hover {
  background-color: #2c353f;
  border-color: #2c353f;
  color: #fff;
}

/* line 3375, /app/app/assets/stylesheets/corporate.scss */
.badge:hover a {
  color: #fff !important;
}

/*------------------------------------------*/
/*    BLOG PAGE PAGINATION
/*------------------------------------------*/
/* line 3383, /app/app/assets/stylesheets/corporate.scss */
.page-link {
  color: #666;
  padding: .65rem .95rem;
}

/* line 3388, /app/app/assets/stylesheets/corporate.scss */
.page-link:hover,
.page-link:focus {
  color: #444;
  background-color: #eee;
  border-color: #dee2e6;
}

/* line 3395, /app/app/assets/stylesheets/corporate.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/*------------------------------------------*/
/*    SINGLE POST SHARE ICONS
/*-----------------------------------------*/
/* line 3406, /app/app/assets/stylesheets/corporate.scss */
.share-social-icons {
  display: inline-block;
  padding-left: 0;
}

/* line 3411, /app/app/assets/stylesheets/corporate.scss */
.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

/* line 3419, /app/app/assets/stylesheets/corporate.scss */
a.share-ico {
  width: 75px;
  height: 30px;
  font-size: 16px;
  line-height: 30px !important;
  padding-left: 13px;
  margin-right: 5px;
  display: block;
  opacity: 0.75;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 3434, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

/* line 3435, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-twitter {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}

/* line 3436, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-behance {
  background-color: #00a8e7;
  border-color: #00a8e7;
  color: #fff;
}

/* line 3437, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-google-plus {
  background-color: #cd1111;
  border-color: #cd1111;
  color: #fff;
}

/* line 3438, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-linkedin {
  background-color: #015886;
  border-color: #015886;
  color: #fff;
}

/* line 3439, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-dribbble {
  background-color: #d92d84;
  border-color: #d92d84;
  color: #fff;
}

/* line 3440, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-instagram {
  background-color: #beb3a8;
  border-color: #beb3a8;
  color: #fff;
}

/* line 3441, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-pinterest {
  background-color: #ac281a;
  border-color: #ac281a;
  color: #fff;
}

/* line 3442, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-dropbox {
  background-color: #008ad2;
  border-color: #008ad2;
  color: #fff;
}

/* line 3443, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-skype {
  background-color: #00a9ed;
  border-color: #00a9ed;
  color: #fff;
}

/* line 3444, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-youtube {
  background-color: #cd1b20;
  border-color: #cd1b20;
  color: #fff;
}

/* line 3445, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-tumblr {
  background-color: #3a5976;
  border-color: #3a5976;
  color: #fff;
}

/* line 3446, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-vimeo {
  background-color: #00adee;
  border-color: #00adee;
  color: #fff;
}

/* line 3447, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-flickr {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #fff;
}

/* line 3448, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-github {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

/* line 3449, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-renren {
  background-color: #364a83;
  border-color: #364a83;
  color: #fff;
}

/* line 3450, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-vk {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

/* line 3451, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-xing {
  background-color: #015f5e;
  border-color: #015f5e;
  color: #fff;
}

/* line 3452, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-weibo {
  background-color: #be4443;
  border-color: #be4443;
  color: #fff;
}

/* line 3453, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-rss {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

/* line 3454, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-digg {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

/* line 3455, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-deviantart {
  background-color: #57675d;
  border-color: #57675d;
  color: #fff;
}

/* line 3456, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-envelope {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/* line 3457, /app/app/assets/stylesheets/corporate.scss */
a.share-ico.ico-delicious {
  background-color: #0A0A0A;
  border-color: #0A0A0A;
  color: #fff;
}

/* line 3459, /app/app/assets/stylesheets/corporate.scss */
a.share-ico:hover {
  opacity: 1;
}

/*-----------------------------------------*/
/*    RELATED POST
/*-----------------------------------------*/
/* line 3467, /app/app/assets/stylesheets/corporate.scss */
.related-post {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/*------------------------------------------*/
/*    SINGLE POST META
/*------------------------------------------*/
/* line 3480, /app/app/assets/stylesheets/corporate.scss */
.comment-meta {
  margin-bottom: 10px;
}

/* line 3484, /app/app/assets/stylesheets/corporate.scss */
.comment-meta h5 {
  line-height: 1.1;
  margin-bottom: 2px;
}

/* line 3489, /app/app/assets/stylesheets/corporate.scss */
.comment-date {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 3497, /app/app/assets/stylesheets/corporate.scss */
.btn-reply a {
  background-color: #888;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 8px;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 3509, /app/app/assets/stylesheets/corporate.scss */
.btn-reply a:hover {
  color: #fff;
  background-color: #2c353f;
}

/* line 3514, /app/app/assets/stylesheets/corporate.scss */
.comment-reply {
  margin-left: 40px;
}

/* line 3518, /app/app/assets/stylesheets/corporate.scss */
.single-post-comments hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/
/* line 3527, /app/app/assets/stylesheets/corporate.scss */
#leave-comment h5.h5-lg {
  margin-bottom: 3px;
}

/* line 3531, /app/app/assets/stylesheets/corporate.scss */
.comment-form {
  position: relative;
}

/* line 3535, /app/app/assets/stylesheets/corporate.scss */
.comment-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

/* line 3545, /app/app/assets/stylesheets/corporate.scss */
.comment-form .form-control {
  height: 52px;
  background-color: #fff;
  border: 2px solid #ccc;
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 3564, /app/app/assets/stylesheets/corporate.scss */
.comment-form .form-control:focus {
  border-color: #ff3366;
  outline: 0px none;
  box-shadow: none;
}

/* line 3570, /app/app/assets/stylesheets/corporate.scss */
.comment-form textarea {
  min-height: 200px;
}

/* line 3571, /app/app/assets/stylesheets/corporate.scss */
.comment-form textarea.form-control {
  padding: 20px;
}

/*------------------------------------------*/
/*    Forms Message
/*------------------------------------------*/
/* line 3579, /app/app/assets/stylesheets/corporate.scss */
.comment-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
}

/* line 3586, /app/app/assets/stylesheets/corporate.scss */
.comment-form-msg {
  position: absolute;
  bottom: 10px;
  left: 350px;
}

/* line 3592, /app/app/assets/stylesheets/corporate.scss */
.comment-form-msg .error,
.comment-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

/* line 3600, /app/app/assets/stylesheets/corporate.scss */
.comment-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
  17.  CONTACTS
  =========================================================================== */
/* line 3611, /app/app/assets/stylesheets/corporate.scss */
#contacts-1 {
  background-image: url(/assets/dotted-map-e521ff63a079d357d37f23f653a7f6ddc90da4bb2c37d94d26664b2fc57776d3.png);
}

/* line 3615, /app/app/assets/stylesheets/corporate.scss */
#contacts-2 .section-title {
  margin-bottom: 15px;
}

/* line 3619, /app/app/assets/stylesheets/corporate.scss */
#contacts-2 .form-holder {
  margin-right: 6%;
  margin-left: 6%;
}

/* line 3624, /app/app/assets/stylesheets/corporate.scss */
.contacts-section .form-holder {
  position: relative;
}

/*------------------------------------------*/
/*    CONTACTS TYPOGRAPHY
/*------------------------------------------*/
/* line 3632, /app/app/assets/stylesheets/corporate.scss */
.register-form p {
  color: #999;
  padding: 0 15%;
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 3639, /app/app/assets/stylesheets/corporate.scss */
.register-form p a {
  color: #666;
  text-decoration: underline;
}

/* line 3644, /app/app/assets/stylesheets/corporate.scss */
.register-form p a:hover {
  color: #000;
}

/*------------------------------------------*/
/*    Contact Form Input
/*------------------------------------------*/
/* line 3652, /app/app/assets/stylesheets/corporate.scss */
.contact-form .form-control,
.register-form .form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3668, /app/app/assets/stylesheets/corporate.scss */
.register-form .form-control {
  height: 58px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

/* line 3674, /app/app/assets/stylesheets/corporate.scss */
.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 1;
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 25px;
  box-shadow: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3690, /app/app/assets/stylesheets/corporate.scss */
.bg-lightgrey .contact-form .form-control {
  border: 1px solid #ddd;
}

/*------------------------------------------*/
/*    Contact Form Textarea
/*------------------------------------------*/
/* line 3698, /app/app/assets/stylesheets/corporate.scss */
.contact-form textarea {
  min-height: 220px;
}

/* line 3699, /app/app/assets/stylesheets/corporate.scss */
.contact-form textarea.form-control {
  padding: 20px;
}

/*------------------------------------------*/
/*    Contact Form Placeholder
/*------------------------------------------*/
/* line 3707, /app/app/assets/stylesheets/corporate.scss */
.contact-form .form-control::-moz-placeholder {
  color: #204ba0;
}

/* line 3708, /app/app/assets/stylesheets/corporate.scss */
.contact-form .form-control:-ms-input-placeholder {
  color: #204ba0;
}

/* line 3709, /app/app/assets/stylesheets/corporate.scss */
.contact-form .form-control::-webkit-input-placeholder {
  color: #204ba0;
}

/*------------------------------------------*/
/*    Contact Form Input Focus
/*------------------------------------------*/
/* line 3715, /app/app/assets/stylesheets/corporate.scss */
.register-form .form-control:focus,
.contact-form .form-control:focus,
.contact-form .custom-select:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #48af4b;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/
/* line 3727, /app/app/assets/stylesheets/corporate.scss */
.register-form .btn {
  width: 100%;
  height: 58px;
  font-weight: 600;
}

/*------------------------------------------*/
/*    Contact Form Message
/*------------------------------------------*/
/* line 3737, /app/app/assets/stylesheets/corporate.scss */
.register-form label.error,
.contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}

/* line 3746, /app/app/assets/stylesheets/corporate.scss */
.register-form-msg,
.contact-form-msg {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* line 3753, /app/app/assets/stylesheets/corporate.scss */
.register-form-msg .error,
.contact-form-msg .error,
.register-form-msg .loading,
.contact-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

/* line 3763, /app/app/assets/stylesheets/corporate.scss */
.register-form-msg .error,
.contact-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
  18. FOOTER
  ========================================================================== */
/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/
/* line 3779, /app/app/assets/stylesheets/corporate.scss */
.footer h5 {
  margin-bottom: 25px;
}

/* line 3783, /app/app/assets/stylesheets/corporate.scss */
.footer-socials-links h5 {
  letter-spacing: 0;
  margin-bottom: 13px;
}

/* line 3788, /app/app/assets/stylesheets/corporate.scss */
.footer-socials-links h5 a {
  text-decoration: underline;
}

/* line 3792, /app/app/assets/stylesheets/corporate.scss */
a.foo-facebook:hover {
  color: #3b5998;
}

/* line 3793, /app/app/assets/stylesheets/corporate.scss */
a.foo-twitter:hover {
  color: #00a9ed;
}

/* line 3794, /app/app/assets/stylesheets/corporate.scss */
a.foo-instagram:hover {
  color: #e44772;
}

/* line 3795, /app/app/assets/stylesheets/corporate.scss */
a.foo-dribbble:hover {
  color: #d92d84;
}

/* line 3796, /app/app/assets/stylesheets/corporate.scss */
a.foo-behance:hover {
  color: #2473f6;
}

/* line 3797, /app/app/assets/stylesheets/corporate.scss */
a.foo-pinterest:hover {
  color: #ac281a;
}

/* line 3798, /app/app/assets/stylesheets/corporate.scss */
a.foo-linkedin:hover {
  color: #015886;
}

/* line 3799, /app/app/assets/stylesheets/corporate.scss */
a.foo-google-plus:hover {
  color: #cd1111;
}

/* line 3800, /app/app/assets/stylesheets/corporate.scss */
a.foo-youtube:hover {
  color: #cd1b20;
}

/* line 3801, /app/app/assets/stylesheets/corporate.scss */
a.foo-tumblr:hover {
  color: #3a5976;
}

/* line 3802, /app/app/assets/stylesheets/corporate.scss */
a.foo-vk:hover {
  color: #3b5998;
}

/* line 3804, /app/app/assets/stylesheets/corporate.scss */
.bg-dark.footer .white-color h5 a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/
/* line 3812, /app/app/assets/stylesheets/corporate.scss */
.foo-links {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto;
}

/* line 3818, /app/app/assets/stylesheets/corporate.scss */
.foo-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

/* line 3827, /app/app/assets/stylesheets/corporate.scss */
#footer-3 .foo-links li,
#footer-5 .foo-links li,
.bottom-footer .foo-links li {
  display: inline-block !important;
  margin-left: 22px;
}

/* line 3834, /app/app/assets/stylesheets/corporate.scss */
.foo-links li a {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 3839, /app/app/assets/stylesheets/corporate.scss */
#footer-3 .foo-links li a,
#footer-5 .foo-links li a,
.bottom-footer .foo-links li a {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* line 3847, /app/app/assets/stylesheets/corporate.scss */
#footer-5 .foo-links li a {
  line-height: 35px !important;
}

/* line 3851, /app/app/assets/stylesheets/corporate.scss */
.foo-links li a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 3856, /app/app/assets/stylesheets/corporate.scss */
.bg-dark .foo-links li a,
.bg-dark .foo-links li a:hover {
  color: #ddd;
}

/*------------------------------------------*/
/*   BOTTOM FOOTER
/*------------------------------------------*/
/* line 3868, /app/app/assets/stylesheets/corporate.scss */
#footer-5 .bottom-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 3874, /app/app/assets/stylesheets/corporate.scss */
.bg-grey .bottom-footer {
  border-color: #ccc;
}

/* line 3878, /app/app/assets/stylesheets/corporate.scss */
.bg-dark .bottom-footer {
  border-color: #555;
}

/*------------------------------------------*/
/*   FOOTER COPYRIGHT
/*------------------------------------------*/
/* line 3886, /app/app/assets/stylesheets/corporate.scss */
.footer-copyright p {
  font-size: 0.9rem;
  line-height: 4;
  margin-bottom: 0;
}

/* line 3892, /app/app/assets/stylesheets/corporate.scss */
#footer-2 .footer-copyright p {
  margin-bottom: 2px;
}

/* line 3896, /app/app/assets/stylesheets/corporate.scss */
.footer-copyright p span {
  font-weight: 500;
}

/* ==========================================================================
  19. BOTTOM QUICK FORM
  ========================================================================== */
/* line 3907, /app/app/assets/stylesheets/corporate.scss */
.bottom-form {
  background-color: #fff;
  min-width: 260px;
  max-width: 260px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.33);
  position: fixed;
  right: 6em;
  bottom: 0;
  z-index: 998;
  outline: 0px none;
}

/*------------------------------------------*/
/*   QUICK FORM HEADER
/*------------------------------------------*/
/* line 3923, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-header {
  background-color: #333;
  border: none;
  padding: 14px 20px;
  min-height: 45px;
  cursor: pointer;
  outline: 0px none;
  position: relative;
}

/* line 3933, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-header span {
  text-align: center;
  position: absolute;
  right: 10px;
  top: -35px;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* line 3947, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-header .svg-inline--fa {
  font-size: 1.85rem;
  line-height: 1 !important;
}

/* line 3952, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-header p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 30px !important;
  display: inline-block;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   QUICK FORM FORM
/*------------------------------------------*/
/* line 3964, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-holder {
  height: 311px;
  padding-top: 10px;
  padding-bottom: 20px;
  outline: 0px none;
}

/* line 3971, /app/app/assets/stylesheets/corporate.scss */
.bottom-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  line-height: 1;
  padding: 18px;
}

/* line 3980, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form textarea {
  min-height: 60px;
  border-bottom: none;
}

/* line 3985, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form .btn {
  font-size: 0.825rem;
  padding: 0.72rem 1.5rem;
  letter-spacing: 0px;
  margin-right: 30px;
}

/* line 3992, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form .btn-arrow .svg-inline--fa {
  top: 1px;
}

/*------------------------------------------*/
/*    Quick Form Message
/*------------------------------------------*/
/* line 4000, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}

/* line 4008, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form .contact-form-msg {
  position: absolute;
  bottom: 80px;
  left: 20px;
}

/* line 4014, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form .contact-form-msg .error,
.quick-contact-form .contact-form-msg .loading {
  color: #45afff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
}

/* line 4022, /app/app/assets/stylesheets/corporate.scss */
.quick-contact-form .contact-form-msg .error {
  color: #f6412d;
}

/* ==========================================================================
  20. TERMS PAGE
  ========================================================================== */
/* line 4033, /app/app/assets/stylesheets/corporate.scss */
#terms-page {
  margin-top: 180px;
  margin-bottom: 45px;
}

/*------------------------------------------*/
/*   TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/
/* line 4042, /app/app/assets/stylesheets/corporate.scss */
#terms-page p.p-notice {
  font-weight: 700;
}

/* line 4046, /app/app/assets/stylesheets/corporate.scss */
.terms-box {
  margin-bottom: 40px;
}

/* line 4050, /app/app/assets/stylesheets/corporate.scss */
.terms-box h4 {
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

/* line 4056, /app/app/assets/stylesheets/corporate.scss */
.terms-box p span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
}

/* line 4063, /app/app/assets/stylesheets/corporate.scss */
.terms-box p a {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

/* line 4069, /app/app/assets/stylesheets/corporate.scss */
.terms-box p a:hover {
  color: #999;
}

/*------------------------------------------*/
/*    Terms / Privacy Title
/*------------------------------------------*/
/* line 4077, /app/app/assets/stylesheets/corporate.scss */
ul.terms-list {
  list-style: disc;
  margin: 20px 0 20px 25px;
}

/* line 4082, /app/app/assets/stylesheets/corporate.scss */
ul.terms-list li {
  margin-bottom: 10px;
}

/* line 4086, /app/app/assets/stylesheets/corporate.scss */
ul.terms-list li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  21.  SCROLL TO TOP
  =========================================================================== */
/* line 4097, /app/app/assets/stylesheets/corporate.scss */
#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(/assets/back-to-top-879f4e888739a2ef552374f42724b240994e95d7f5f079bfcd5bf1dd70e762af.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

/* line 4116, /app/app/assets/stylesheets/corporate.scss */
#scrollUp:hover {
  background-color: #151515;
  margin-bottom: 40px;
}

/* line 4120, /app/app/assets/stylesheets/corporate.scss */
nav a#pull {
  display: none;
}

/* line 4124, /app/app/assets/stylesheets/corporate.scss */
#what-we-do {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 80px 0;
  margin-top: 30px;
}

#what-we-do-lite {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 40px 0 0;
}

/* line 4127, /app/app/assets/stylesheets/corporate.scss */
#what-we-do .content-img img {
  max-width: 130%;
}

/* line 4131, /app/app/assets/stylesheets/corporate.scss */
#statistic-2 {
  padding-top: 55px;
}

/* line 4135, /app/app/assets/stylesheets/corporate.scss */
#statistic-2 .content-img img {
  margin-left: -105px;
}

/* line 4139, /app/app/assets/stylesheets/corporate.scss */
#reporting, #successful-partnerships {

}

@font-face {
  font-family: "Corporate--2018";
  src: url(/assets/Corporate--2018-ac846a7cb64bc54c82c3255364a1dbe42c4fdc4f7d159b4952c224a103e018ff.eot);
  src: url(/assets/Corporate--2018-ac846a7cb64bc54c82c3255364a1dbe42c4fdc4f7d159b4952c224a103e018ff.eot?#iefix) format("embedded-opentype"), url(/assets/Corporate--2018-9cfafb88b0f1b508a3871fbe0458da333b7b6ba0045b7e33189d44586b332d07.woff) format("woff"), url(/assets/Corporate--2018-32b62c928dbd27ef0fdeb2a1079263a45fbed3a00965ea79d359d890fea8c8ec.ttf) format("truetype"), url(/assets/Corporate--2018-516bc45136badba39971849692c4ffe3dbcfa17ad95df6bf87b4a0851f5cab58.svg#Corporate--2018) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Corporate--2018";
    src: url(/assets/Corporate--2018-516bc45136badba39971849692c4ffe3dbcfa17ad95df6bf87b4a0851f5cab58.svg#Corporate--2018) format("svg");
  }
}
/* line 4162, /app/app/assets/stylesheets/corporate.scss */
[data-icons8]:before {
  content: attr(data-icons8);
}

/* line 4164, /app/app/assets/stylesheets/corporate.scss */
.icons8, [data-icons8]:before,
.icons8-active-directory:before,
.icons8-area-chart:before,
.icons8-bank-cards:before,
.icons8-buying:before,
.icons8-code:before,
.icons8-country:before,
.icons8-coupon:before,
.icons8-customer-insight:before,
.icons8-export:before,
.icons8-flow:before,
.icons8-google:before,
.icons8-handshake:before,
.icons8-loyalty-card:before,
.icons8-mobile:before,
.icons8-mobile-payment:before,
.icons8-online-shop:before,
.icons8-online-support:before,
.icons8-parallel-workflow:before,
.icons8-puzzle:before,
.icons8-rest-api:before,
.icons8-sms:before,
.icons8-tick-box:before,
.icons8-time:before,
.icons8-todo-list:before,
.icons8-web:before,
.icons8-web-design:before,
.icons8-workflow:before {
  display: inline-block;
  font-family: "Corporate--2018";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 4206, /app/app/assets/stylesheets/corporate.scss */
.icons8-active-directory:before {
  content: "\f11c";
}

/* line 4207, /app/app/assets/stylesheets/corporate.scss */
.icons8-area-chart:before {
  content: "\f117";
}

/* line 4208, /app/app/assets/stylesheets/corporate.scss */
.icons8-bank-cards:before {
  content: "\f108";
}

/* line 4209, /app/app/assets/stylesheets/corporate.scss */
.icons8-buying:before {
  content: "\f105";
}

/* line 4210, /app/app/assets/stylesheets/corporate.scss */
.icons8-code:before {
  content: "\f10b";
}

/* line 4211, /app/app/assets/stylesheets/corporate.scss */
.icons8-country:before {
  content: "\f11e";
}

/* line 4212, /app/app/assets/stylesheets/corporate.scss */
.icons8-coupon:before {
  content: "\f103";
}

/* line 4213, /app/app/assets/stylesheets/corporate.scss */
.icons8-customer-insight:before {
  content: "\f11b";
}

/* line 4214, /app/app/assets/stylesheets/corporate.scss */
.icons8-export:before {
  content: "\f119";
}

/* line 4215, /app/app/assets/stylesheets/corporate.scss */
.icons8-flow:before {
  content: "\f10f";
}

/* line 4216, /app/app/assets/stylesheets/corporate.scss */
.icons8-google:before {
  content: "\f11a";
}

/* line 4217, /app/app/assets/stylesheets/corporate.scss */
.icons8-handshake:before {
  content: "\f10a";
}

/* line 4218, /app/app/assets/stylesheets/corporate.scss */
.icons8-loyalty-card:before {
  content: "\f104";
}

/* line 4219, /app/app/assets/stylesheets/corporate.scss */
.icons8-mobile:before {
  content: "\f10d";
}

/* line 4220, /app/app/assets/stylesheets/corporate.scss */
.icons8-mobile-payment:before {
  content: "\f107";
}

/* line 4221, /app/app/assets/stylesheets/corporate.scss */
.icons8-online-shop:before {
  content: "\f106";
}

/* line 4222, /app/app/assets/stylesheets/corporate.scss */
.icons8-online-support:before {
  content: "\f109";
}

/* line 4223, /app/app/assets/stylesheets/corporate.scss */
.icons8-parallel-workflow:before {
  content: "\f110";
}

/* line 4224, /app/app/assets/stylesheets/corporate.scss */
.icons8-puzzle:before {
  content: "\f102";
}

/* line 4225, /app/app/assets/stylesheets/corporate.scss */
.icons8-rest-api:before {
  content: "\f118";
}

/* line 4226, /app/app/assets/stylesheets/corporate.scss */
.icons8-sms:before {
  content: "\f112";
}

/* line 4227, /app/app/assets/stylesheets/corporate.scss */
.icons8-tick-box:before {
  content: "\f115";
}

/* line 4228, /app/app/assets/stylesheets/corporate.scss */
.icons8-time:before {
  content: "\f116";
}

/* line 4229, /app/app/assets/stylesheets/corporate.scss */
.icons8-todo-list:before {
  content: "\f113";
}

/* line 4230, /app/app/assets/stylesheets/corporate.scss */
.icons8-web:before {
  content: "\f100";
}

/* line 4231, /app/app/assets/stylesheets/corporate.scss */
.icons8-web-design:before {
  content: "\f101";
}

/* line 4232, /app/app/assets/stylesheets/corporate.scss */
.icons8-workflow:before {
  content: "\f111";
}

/* Mi codigo */
h5.atras{
    text-align: center;
        padding: 20px;
}
h5.atras a{
    color: #fff !important;
}
.celeste-destacado{font-weight: 400; color: #0070c0}
#anuncio{background: #204ba0; color: #fff;padding: 20px 0;}
#anuncio p{font-size: 14px;}
#cerrar-bloque-anuncio, #abrir-bloque-anuncio{font-size: 13px; font-weight: bold;}
#anuncio-texto{padding-top: 15px;}
#anuncio-trabajo{padding: 15px;
    font-size: 16px !important;
    background: #fff;
    color: #333;
    text-align: center;
    margin-top: 24px;
    border-radius: 6px;}
#ano {background: transparent;border: none;width: 36px;color: #204ba0;}


/* */

.req {
font-size: 1.3em;
    color: rgb(70, 127, 207);
    font-family: 'Roboto';
    margin: 50px 0 14px;
}

        /* Estilos de párrafo y texto */

        .intro-question {
            font-size: 1.3em;
            font-weight: bold;
            color: #2c5282;
            margin-bottom: 25px;
        }

        .highlight-statement {
            font-size: 1.2em;
            font-weight: bold;
            color: #c05621;
            margin: 30px 0;
            padding: 20px;
            border-left: 4px solid #c05621;
            background: #fffaf0;
        }

        /* Listas */
        ul.atos {
            margin-bottom: 25px;
            padding-left: 20px;
        }

        li.atos-item {
            position: relative;
            list-style-type: none;
            padding-left: 15px;
        }

        li.atos-item::before {
            content: "•";
            color: #1a365d;
            font-weight: bold;
            position: absolute;
            left: -10px;
        }

        /* Bloques de énfasis */
        .focus-box {
            background-color: #ebf8ff;
            padding: 30px;
            border-radius: 5px;
            margin: 30px 0;
        }

        .emphasis-text {
            font-weight: bold;
            color: #1a365d;
            margin-bottom: 80px;
        }
/* */


.img-redondeada{border-radius:50%;width: 421px !important;
    height: 421px;}
.img-etica{border-radius:3%;margin: 30px 0;}
.ulloa{margin-top: 30px; padding: 12px; border:1px solid #007bff;}
.margeninf-treinta{margin-bottom: 30px;}
.footer-copyright{float: left;}
.webpay{float: right;text-align: center;}
.webpay img{width: 200px;}
.footer-socials{margin: 0 auto;clear:both;text-align: center;padding: 40px 0 10px;}
.footer-socials a{font-size: 28px;padding: 0 2px;color: #888;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;}
.footer-socials a:hover{color:#00367d;}
::placeholder{color: #204ba0;}
.campo-form{width: 100%;padding: 10px;margin-bottom: 8px;color: #204ba0;}
.nota{margin-top: 40px;text-align: center;font-size: 14px}
ul.disco {padding-left: 20px;}
ul.disco > li {list-style-type:disc;padding-left: 12px;}
select.kiki {
    background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#36b4e5,#36b4e5);
    background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;
    background-size: 5px 5px,5px 5px,2.7em 2.7em;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    height: 45px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.main-wrapper {margin: 0 20px;}
.molde-form{margin: 0 auto;background: #eee;border-radius: 4px;padding: 5% 6% 5% 6%;margin-top: 80px;}
.darma{text-align: center;font-weight: 500;font-size: 32px !important;}
.darma-contacto{text-align: center;font-weight: 300;font-size: 24px !important;margin-bottom: 26px;}
.content-list-datos{text-align: center !important;font-weight: 500;line-height: 30px;}
.content-list-minima-compra{text-align: left; line-height: 30px; margin-left: 30px; list-style-type: disc;}
.distancia-vertical{margin-bottom: 30px;}
.icono-contacto {font-size: 54px;background: #36b4e5;padding: 34px 28px !important;border-radius: 100px;color: #fff;width: auto;}
.lista-relatos-comprados{display: inline-block;}
.dim-relatos-comprados{width: 150px; height: auto}
.baha{font-size: 1.2rem !important; text-align: justify;padding: 0 0px 20px 0;margin-top: 0;}
#foto-manos{width: 440px;}
#foto-asesoria {
    border-radius: 20px;
}
.celeste-textual{color: rgb(28, 194, 220);
    font-weight: 500;
    margin-bottom: 80px;
    font-size: 18px;}
.azul-mayor {
    background: #f1f1f1;
    padding: 32px;
    border-radius: 6px;
    margin: 50px 0;
}
.azul-mayor p{
font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
}
.img-certificado {
  border-radius: 4px;
  margin-top: 50px;
  margin-bottom: 10px;
  border: 1px solid lightsteelblue;
}
.foto-cajas-insuladas {
    max-width: 380px;
    padding: 12px;
    border: 1px solid #204ba0;
    margin-bottom: 10px;
    border-radius: 6px;
}
.d-logger-img {
    max-width: 260px;
    padding: 12px;
}
.centramos{margin: 0 auto;}
h3.salto-bajo{margin-bottom: 30px;}
h3.posici{margin-bottom: 30px; text-align: center;font-weight: 700;}
.grupo-checkbox{margin:8px 10px 14px;}
h4.grupo-checkbox{font-size: 14px;}
h4.acreditado{
    text-align: center;
    line-height: 35px;
    padding: 20px;
}
input#text{padding-left: 10px;}
.firma-transporte-aereo{font-style: italic;
    font-size: 17px !important;
    display: inline-block;
    padding: 10% 6%;
    text-align: justify;}
.motivo-contacto{font-size: 17px;margin-bottom: 4px;font-weight: 500}
.descarga-form-pdf {font-size: 16px;text-align: center;padding: 16px;border: 3px #0043ae solid;width: 420px;margin: 0 auto;margin-top: 20px;}
.descarga-form-pdf{background:#0043ae;border: 3px #0043ae solid;cursor: pointer;}
.descarga-form-pdf a{color: #fff;}

.btn-certificados {font-size: 16px; font-weight: 500;text-align: center;padding: 16px;border: 3px #3098d8 solid;max-width: 420px;margin: 0 auto;margin-top: 40px;}
.btn-certificados{background:#3098d8;border: 3px #3098d8 solid;cursor: pointer;}
.btn-certificados a{color: #fff;font-style: normal;}

.fondo-celeste{background: #3098d8; color: #fff;padding: 100px 0;}
.eco{margin-top: 100px}
.cuadro-celeste{ border: 1px solid #6ed7ff;border-radius: 10px;}
.cuadro-celeste-os{ background:#3098d8;border-radius: 6px; color: #fff; padding: 50px;
    text-align: justify;}
.cuadro-celeste-os-sep{ background:#11689d;border-radius: 6px; color: #fff; padding: 50px;
        text-align: justify;margin-top: 20px;}
.cuadro-celeste-os-sep-dos{ background:#0b3b58;border-radius: 6px; color: #fff; padding: 50px;
                text-align: justify;margin-top: 50px;}
.cuadro-celeste-os-sep-dos h5{color: #fff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 32pt;}
.bi{min-height: 370px;}
.slogan {font-size: 20px;}
.loguito-webpay{width: 100%;margin-bottom: 12px;}
.webpay-pago {text-align: center;}
.webpay-pago a{font-size: 12px; color: #000}
.del{padding: 25px;padding-top: 10px;}
.del li{
  list-style: disc;
  padding: 6px;
  font-weight: 300;
}
span.enlace-hielo-seco{
    text-decoration: underline;
    background: transparent;
    color: #3098d8;
    font-size: 15px;
}

.importcel,.importcel p{font-size: 18px !important;text-align: justify;}

/* WhatsApp - Threema */
.whatsapp-button {
    background-image: url('whatsapp.png');
    width: 56px;
    height: 56px;
    display: block;
    background-size: 100% 100%;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999;
}
.whatsapp-button strong {display: none;}

.whatsapp-button:hover strong {
	display: block;
	position: relative;
	width: 220px;
	right: 289px;
	color: #666;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  bottom: -5px;
  font-weight: normal;
  font-size: 14px !important;
}

.threema-button {
    background-image: url('threema.png');
    width: 56px;
    height: 56px;
    display: block;
    background-size: 100% 100%;
    position: fixed;
    bottom: 16px;
    right: 75px;
    z-index: 999;
}
.threema-button strong {display: none;}

.threema-button:hover strong {
	display: block;
	position: relative;
	width: 210px;
	right: 218px;
	color: #666;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  bottom: -5px;
  font-weight: normal;
  font-size: 14px !important;
}
a:-webkit-any-link {text-decoration: none !important;}


/* ------------------------------------------- */
/* Contenedor Responsivo (Mantiene la proporción 16:9) */
/* ------------------------------------------- */
.video-responsive-container {
  /* La clave: 56.25% de padding-bottom crea la proporción 16:9 (9/16 = 0.5625) */
  padding-bottom: 56.25%; 
  position: relative;
  height: 0;
  overflow: hidden; /* Oculta cualquier cosa que se desborde */
  max-width: 100%; /* Ocupa el 100% del ancho disponible */
}

/* ------------------------------------------- */
/* Iframe (Se expande al 100% del contenedor) */
/* ------------------------------------------- */
.video-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Ocupa el 100% del ancho del contenedor */
  height: 100%; /* Ocupa el 100% del alto del contenedor */
}

/* Media Queries */
@media all and (max-width: 640px) {

  .footer-copyright p {
    line-height: 16px;
}
.webpay{margin-top: 25px;}
#ano {width: 50px;}


nav{text-align: center;margin-top: 10px;}
.btn-primary {margin-top: 0;}

#foto-asesoria {
    border-radius: 20px;
    margin: 30px 0;
    margin-top: 0;
}

.btn-certificados {
  max-width: 260px;
}

}


@media all and (max-width: 991px) {


  ul.menu{display: none;}
  ul.menu-mobile{display: inline-block;background: #fff; border-radius: 4px; border:2px solid #204ba0;text-align: center; margin-right: 20px;}

  ul.menu-mobile li {
   display: block;
   transition-duration: 0.4s;
   padding: 6px 10px;
   font-size: 18px;
  }

  ul.menu-mobile li a{color: #204ba0;}
  ul.menu-mobile li ul li a{color: #fff;text-decoration: none;font-size: 16px;padding-left: 15px;padding-right: 15px;}
  ul.menu-mobile li ul li:hover{background: #fff;color: #204ba0;}
  ul.menu-mobile li ul li:hover a{color: #204ba0;}

  ul.menu-mobile li:hover {
    cursor: pointer;
  }

  ul.menu-mobile li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    display: none;
    background: #204ba0;
    margin-top: 7px;
    right: 0%;
        left: 0%;
  /*      top: 90px; */
  }

  ul.menu-mobile li ul li{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }


  ul.menu-mobile li:hover > ul,
  ul.menu-mobile li:focus-within > ul,
  ul.menu-mobile li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
  }

  ul.menu-mobile li ul li {
    clear: both;
    width: 100%;
  }



  /* Menu Idioma mobile */
  .nav.idioma-mobile li:hover {cursor: pointer;}

  .nav.idioma-mobile li:hover > ul,
  .nav.idioma-mobile li:focus-within > ul,
  .nav.idioma-mobile li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
  }


  }
