@charset "UTF-8";

/*  
* SASS 
* Social networks colors 
*/

@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700|Work+Sans:300,400,700|Material+Icons&display=swap");

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #818181;
  --gray-dark: #333333;
  --primary: #2670CA;
  --secondary: #70b3e3;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1d;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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


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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2670CA;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #1a4c8a;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 2.75rem;
}

h3,
.h3 {
  font-size: 2.125rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818181;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818181;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1d1d1d;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1d1d1d;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

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

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

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

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

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

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

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

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

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

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

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

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}

.table tbody + tbody {
  border-top: 2px solid #eeeeee;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eeeeee;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eeeeee;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c2d7f0;
}

.table-hover .table-primary:hover {
  background-color: #aecaeb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aecaeb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d7eaf7;
}

.table-hover .table-secondary:hover {
  background-color: #c2dff3;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2dff3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}

.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #303030;
}

.table .thead-light th {
  color: #495057;
  background-color: #F2F2F2;
  border-color: #eeeeee;
}

.table-dark {
  color: #fff;
  background-color: #1d1d1d;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #303030;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3rem + 2px);
  padding: 0.75rem 2.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #87b3e8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.form-control::placeholder {
  color: #818181;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F2F2F2;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1d1d1d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #818181;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 2.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #2670CA;
  border-color: #2670CA;
}

.btn-primary:hover {
  color: #fff;
  background-color: #205eaa;
  border-color: #1e589f;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2670CA;
  border-color: #2670CA;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e589f;
  border-color: #1c5294;
}

.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(38, 112, 202, 0.5);
}

.btn-secondary {
  color: #1d1d1d;
  background-color: #70b3e3;
  border-color: #70b3e3;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #50a2dd;
  border-color: #459cdb;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 179, 227, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1d1d1d;
  background-color: #70b3e3;
  border-color: #70b3e3;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #459cdb;
  border-color: #3b97d9;
}

.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(112, 179, 227, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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;
}

.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);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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;
}

.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);
}

.btn-warning {
  color: #1d1d1d;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #1d1d1d;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #1d1d1d;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #1d1d1d;
  background-color: #d39e00;
  border-color: #c69500;
}

.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);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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;
}

.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);
}

.btn-light {
  color: #2670CA;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover {
  color: #1e589f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #2670CA;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1d1d1d;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.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);
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

.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(51, 51, 51, 0.5);
}

.btn-outline-primary {
  color: #2670CA;
  background-color: transparent;
  background-image: none;
  border-color: #2670CA;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2670CA;
  border-color: #2670CA;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2670CA;
  background-color: transparent;
}

.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: #2670CA;
  border-color: #2670CA;
}

.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(38, 112, 202, 0.5);
}

.btn-outline-secondary {
  color: #70b3e3;
  background-color: transparent;
  background-image: none;
  border-color: #70b3e3;
}

.btn-outline-secondary:hover {
  color: #1d1d1d;
  background-color: #70b3e3;
  border-color: #70b3e3;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 179, 227, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #70b3e3;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #1d1d1d;
  background-color: #70b3e3;
  border-color: #70b3e3;
}

.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(112, 179, 227, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #1d1d1d;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #1d1d1d;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #1d1d1d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1d1d1d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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);
}

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

.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: #333333;
  border-color: #333333;
}

.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(51, 51, 51, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2670CA;
  background-color: transparent;
}

.btn-link:hover {
  color: #1a4c8a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #818181;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1d1d1d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F2F2F2;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1d1d1d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #101010;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2670CA;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #818181;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818181;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1d1d1d;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.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;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.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;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.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;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 2.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #F2F2F2;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #2670CA;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b2cef1;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #818181;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F2F2F2;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #eeeeee;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2670CA;
}

.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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2670CA;
}

.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");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 112, 202, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(38, 112, 202, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2670CA;
}

.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");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 112, 202, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.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=%23333333 d=M2 0L0 2h4zm0 5L0 3h4z/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #87b3e8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(135, 179, 232, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #818181;
  background-color: #F2F2F2;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #87b3e8;
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #87b3e8;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #F2F2F2;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3rem + 2px);
  padding: 0.75rem 2.25rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3rem;
  padding: 0.75rem 2.25rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #F2F2F2;
  border-left: 1px solid #e2e2e2;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2670CA;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b2cef1;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eeeeee;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2670CA;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b2cef1;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eeeeee;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2670CA;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b2cef1;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #eeeeee;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #eeeeee;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818181;
}

.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #F2F2F2 #F2F2F2 #eeeeee;
}

.nav-tabs .nav-link.disabled {
  color: #818181;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #eeeeee #eeeeee #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2670CA;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 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");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.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");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  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: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .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-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F2F2F2;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #818181;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #818181;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2670CA;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.page-link:hover {
  z-index: 2;
  color: #1a4c8a;
  text-decoration: none;
  background-color: #F2F2F2;
  border-color: #eeeeee;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 112, 202, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2670CA;
  border-color: #2670CA;
}

.page-item.disabled .page-link {
  color: #818181;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #eeeeee;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2670CA;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e589f;
}

.badge-secondary {
  color: #1d1d1d;
  background-color: #70b3e3;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #1d1d1d;
  text-decoration: none;
  background-color: #459cdb;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #1d1d1d;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #1d1d1d;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #1d1d1d;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #1d1d1d;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #333333;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a1a1a;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #143a69;
  background-color: #d4e2f4;
  border-color: #c2d7f0;
}

.alert-primary hr {
  border-top-color: #aecaeb;
}

.alert-primary .alert-link {
  color: #0c223e;
}

.alert-secondary {
  color: #3a5d76;
  background-color: #e2f0f9;
  border-color: #d7eaf7;
}

.alert-secondary hr {
  border-top-color: #c2dff3;
}

.alert-secondary .alert-link {
  color: #294254;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

.alert-dark hr {
  border-top-color: #b9b9b9;
}

.alert-dark .alert-link {
  color: #020202;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F2F2F2;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2670CA;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #1d1d1d;
  background-color: #F2F2F2;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #818181;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2670CA;
  border-color: #2670CA;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #143a69;
  background-color: #c2d7f0;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #143a69;
  background-color: #aecaeb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #143a69;
  border-color: #143a69;
}

.list-group-item-secondary {
  color: #3a5d76;
  background-color: #d7eaf7;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #3a5d76;
  background-color: #c2dff3;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3a5d76;
  border-color: #3a5d76;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2670CA !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1e589f !important;
}

.bg-secondary {
  background-color: #70b3e3 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #459cdb !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #eeeeee !important;
}

.border-top {
  border-top: 1px solid #eeeeee !important;
}

.border-right {
  border-right: 1px solid #eeeeee !important;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}

.border-left {
  border-left: 1px solid #eeeeee !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2670CA !important;
}

.border-secondary {
  border-color: #70b3e3 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #333333 !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

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

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 5.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5.5rem !important;
}

.m-7 {
  margin: 6.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6.5rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 8.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 8.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 8.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 8.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 8.5rem !important;
}

.m-10 {
  margin: 9.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 9.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 9.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 9.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 9.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

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

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

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

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 5.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5.5rem !important;
}

.p-7 {
  padding: 6.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6.5rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 8.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 8.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 8.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 8.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 8.5rem !important;
}

.p-10 {
  padding: 9.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 9.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 9.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 9.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 9.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

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

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

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

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

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 5.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5.5rem !important;
  }

  .m-sm-7 {
    margin: 6.5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6.5rem !important;
  }

  .m-sm-8 {
    margin: 7.5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }

  .m-sm-9 {
    margin: 8.5rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 8.5rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 8.5rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 8.5rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 8.5rem !important;
  }

  .m-sm-10 {
    margin: 9.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 9.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 9.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 9.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 9.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

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

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 5.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5.5rem !important;
  }

  .p-sm-7 {
    padding: 6.5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6.5rem !important;
  }

  .p-sm-8 {
    padding: 7.5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }

  .p-sm-9 {
    padding: 8.5rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 8.5rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 8.5rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 8.5rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 8.5rem !important;
  }

  .p-sm-10 {
    padding: 9.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 9.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 9.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 9.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 9.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

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

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

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

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

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

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 5.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 5.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 5.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 5.5rem !important;
  }

  .m-md-7 {
    margin: 6.5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 6.5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 6.5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 6.5rem !important;
  }

  .m-md-8 {
    margin: 7.5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }

  .m-md-9 {
    margin: 8.5rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 8.5rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 8.5rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 8.5rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 8.5rem !important;
  }

  .m-md-10 {
    margin: 9.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 9.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 9.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 9.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 9.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

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

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 5.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 5.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 5.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 5.5rem !important;
  }

  .p-md-7 {
    padding: 6.5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 6.5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 6.5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 6.5rem !important;
  }

  .p-md-8 {
    padding: 7.5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }

  .p-md-9 {
    padding: 8.5rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 8.5rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 8.5rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 8.5rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 8.5rem !important;
  }

  .p-md-10 {
    padding: 9.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 9.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 9.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 9.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 9.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

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

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

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

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

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

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 5.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5.5rem !important;
  }

  .m-lg-7 {
    margin: 6.5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6.5rem !important;
  }

  .m-lg-8 {
    margin: 7.5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }

  .m-lg-9 {
    margin: 8.5rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 8.5rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 8.5rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 8.5rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 8.5rem !important;
  }

  .m-lg-10 {
    margin: 9.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 9.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 9.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 9.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 9.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

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

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 5.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5.5rem !important;
  }

  .p-lg-7 {
    padding: 6.5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6.5rem !important;
  }

  .p-lg-8 {
    padding: 7.5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }

  .p-lg-9 {
    padding: 8.5rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 8.5rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 8.5rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 8.5rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 8.5rem !important;
  }

  .p-lg-10 {
    padding: 9.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 9.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 9.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 9.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 9.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

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

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

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

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

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

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

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

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 5.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5.5rem !important;
  }

  .m-xl-7 {
    margin: 6.5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6.5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6.5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6.5rem !important;
  }

  .m-xl-8 {
    margin: 7.5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xl-9 {
    margin: 8.5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 8.5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 8.5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 8.5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 8.5rem !important;
  }

  .m-xl-10 {
    margin: 9.5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 9.5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 9.5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 9.5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 9.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

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

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 5.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5.5rem !important;
  }

  .p-xl-7 {
    padding: 6.5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6.5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6.5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6.5rem !important;
  }

  .p-xl-8 {
    padding: 7.5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xl-9 {
    padding: 8.5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 8.5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 8.5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 8.5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 8.5rem !important;
  }

  .p-xl-10 {
    padding: 9.5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 9.5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 9.5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 9.5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 9.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

  .text-sm-right {
    text-align: right !important;
  }

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

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

  .text-md-right {
    text-align: right !important;
  }

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

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

  .text-lg-right {
    text-align: right !important;
  }

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

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

  .text-xl-right {
    text-align: right !important;
  }

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #2670CA !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1e589f !important;
}

.text-secondary {
  color: #70b3e3 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #459cdb !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #333333 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1a1a1a !important;
}

.text-body {
  color: #1d1d1d !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eeeeee !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #eeeeee;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #eeeeee;
  }
}

.bg-100 {
  background-color: #f8f9fa !important;
}

a.bg-100:hover,
a.bg-100:focus,
button.bg-100:hover,
button.bg-100:focus {
  background-color: #dae0e5 !important;
}

.bg-200 {
  background-color: #F2F2F2 !important;
}

a.bg-200:hover,
a.bg-200:focus,
button.bg-200:hover,
button.bg-200:focus {
  background-color: #d9d9d9 !important;
}

.bg-300 {
  background-color: #eeeeee !important;
}

a.bg-300:hover,
a.bg-300:focus,
button.bg-300:hover,
button.bg-300:focus {
  background-color: #d5d5d5 !important;
}

.bg-400 {
  background-color: #e2e2e2 !important;
}

a.bg-400:hover,
a.bg-400:focus,
button.bg-400:hover,
button.bg-400:focus {
  background-color: #c9c9c9 !important;
}

.bg-500 {
  background-color: #adb5bd !important;
}

a.bg-500:hover,
a.bg-500:focus,
button.bg-500:hover,
button.bg-500:focus {
  background-color: #919ca6 !important;
}

.bg-600 {
  background-color: #818181 !important;
}

a.bg-600:hover,
a.bg-600:focus,
button.bg-600:hover,
button.bg-600:focus {
  background-color: #686868 !important;
}

.bg-700 {
  background-color: #495057 !important;
}

a.bg-700:hover,
a.bg-700:focus,
button.bg-700:hover,
button.bg-700:focus {
  background-color: #32373b !important;
}

.bg-800 {
  background-color: #333333 !important;
}

a.bg-800:hover,
a.bg-800:focus,
button.bg-800:hover,
button.bg-800:focus {
  background-color: #1a1a1a !important;
}

.bg-900 {
  background-color: #1d1d1d !important;
}

a.bg-900:hover,
a.bg-900:focus,
button.bg-900:hover,
button.bg-900:focus {
  background-color: #040404 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-gray-200 {
  background-color: #F2F2F2 !important;
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #d9d9d9 !important;
}

.bg-gray-300 {
  background-color: #eeeeee !important;
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #d5d5d5 !important;
}

.bg-gray-400 {
  background-color: #e2e2e2 !important;
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #c9c9c9 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-gray-600 {
  background-color: #818181 !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #686868 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #333333 !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1a1a1a !important;
}

.bg-gray-900 {
  background-color: #1d1d1d !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #040404 !important;
}

.bg-white-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

a.bg-white-opacity-50:hover,
a.bg-white-opacity-50:focus,
button.bg-white-opacity-50:hover,
button.bg-white-opacity-50:focus {
  background-color: rgba(230, 230, 230, 0.5) !important;
}

.bg-gray-600-opacity-50 {
  background-color: rgba(129, 129, 129, 0.5) !important;
}

a.bg-gray-600-opacity-50:hover,
a.bg-gray-600-opacity-50:focus,
button.bg-gray-600-opacity-50:hover,
button.bg-gray-600-opacity-50:focus {
  background-color: rgba(104, 104, 104, 0.5) !important;
}

.bg-blue-100 {
  background-color: #f0f8ff !important;
}

a.bg-blue-100:hover,
a.bg-blue-100:focus,
button.bg-blue-100:hover,
button.bg-blue-100:focus {
  background-color: #bde0ff !important;
}

.bg-blue-200 {
  background-color: #40b4e5 !important;
}

a.bg-blue-200:hover,
a.bg-blue-200:focus,
button.bg-blue-200:hover,
button.bg-blue-200:focus {
  background-color: #1d9ed5 !important;
}

.bg-blue-400 {
  background-color: #0870CD !important;
}

a.bg-blue-400:hover,
a.bg-blue-400:focus,
button.bg-blue-400:hover,
button.bg-blue-400:focus {
  background-color: #06559c !important;
}

.bg-blue-300 {
  background-color: #3487ff !important;
}

a.bg-blue-300:hover,
a.bg-blue-300:focus,
button.bg-blue-300:hover,
button.bg-blue-300:focus {
  background-color: #0169ff !important;
}

.bg-dona-100 {
  background-color: #fcedf4 !important;
}

a.bg-dona-100:hover,
a.bg-dona-100:focus,
button.bg-dona-100:hover,
button.bg-dona-100:focus {
  background-color: #f5c1d9 !important;
}

.bg-dona {
  background-color: #D40066 !important;
}

a.bg-dona:hover,
a.bg-dona:focus,
button.bg-dona:hover,
button.bg-dona:focus {
  background-color: #a1004d !important;
}

.text-100 {
  color: #f8f9fa !important;
}

a.text-100:hover,
a.text-100:focus {
  color: #dae0e5 !important;
}

.text-200 {
  color: #F2F2F2 !important;
}

a.text-200:hover,
a.text-200:focus {
  color: #d9d9d9 !important;
}

.text-300 {
  color: #eeeeee !important;
}

a.text-300:hover,
a.text-300:focus {
  color: #d5d5d5 !important;
}

.text-400 {
  color: #e2e2e2 !important;
}

a.text-400:hover,
a.text-400:focus {
  color: #c9c9c9 !important;
}

.text-500 {
  color: #adb5bd !important;
}

a.text-500:hover,
a.text-500:focus {
  color: #919ca6 !important;
}

.text-600 {
  color: #818181 !important;
}

a.text-600:hover,
a.text-600:focus {
  color: #686868 !important;
}

.text-700 {
  color: #495057 !important;
}

a.text-700:hover,
a.text-700:focus {
  color: #32373b !important;
}

.text-800 {
  color: #333333 !important;
}

a.text-800:hover,
a.text-800:focus {
  color: #1a1a1a !important;
}

.text-900 {
  color: #1d1d1d !important;
}

a.text-900:hover,
a.text-900:focus {
  color: #040404 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

a.text-gray-100:hover,
a.text-gray-100:focus {
  color: #dae0e5 !important;
}

.text-gray-200 {
  color: #F2F2F2 !important;
}

a.text-gray-200:hover,
a.text-gray-200:focus {
  color: #d9d9d9 !important;
}

.text-gray-300 {
  color: #eeeeee !important;
}

a.text-gray-300:hover,
a.text-gray-300:focus {
  color: #d5d5d5 !important;
}

.text-gray-400 {
  color: #e2e2e2 !important;
}

a.text-gray-400:hover,
a.text-gray-400:focus {
  color: #c9c9c9 !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #919ca6 !important;
}

.text-gray-600 {
  color: #818181 !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #686868 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

a.text-gray-700:hover,
a.text-gray-700:focus {
  color: #32373b !important;
}

.text-gray-800 {
  color: #333333 !important;
}

a.text-gray-800:hover,
a.text-gray-800:focus {
  color: #1a1a1a !important;
}

.text-gray-900 {
  color: #1d1d1d !important;
}

a.text-gray-900:hover,
a.text-gray-900:focus {
  color: #040404 !important;
}

.text-white-opacity-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

a.text-white-opacity-50:hover,
a.text-white-opacity-50:focus {
  color: rgba(230, 230, 230, 0.5) !important;
}

.text-gray-600-opacity-50 {
  color: rgba(129, 129, 129, 0.5) !important;
}

a.text-gray-600-opacity-50:hover,
a.text-gray-600-opacity-50:focus {
  color: rgba(104, 104, 104, 0.5) !important;
}

.text-blue-100 {
  color: #f0f8ff !important;
}

a.text-blue-100:hover,
a.text-blue-100:focus {
  color: #bde0ff !important;
}

.text-blue-200 {
  color: #40b4e5 !important;
}

a.text-blue-200:hover,
a.text-blue-200:focus {
  color: #1d9ed5 !important;
}

.text-blue-400 {
  color: #0870CD !important;
}

a.text-blue-400:hover,
a.text-blue-400:focus {
  color: #06559c !important;
}

.text-blue-300 {
  color: #3487ff !important;
}

a.text-blue-300:hover,
a.text-blue-300:focus {
  color: #0169ff !important;
}

.text-dona-100 {
  color: #fcedf4 !important;
}

a.text-dona-100:hover,
a.text-dona-100:focus {
  color: #f5c1d9 !important;
}

.text-dona {
  color: #D40066 !important;
}

a.text-dona:hover,
a.text-dona:focus {
  color: #a1004d !important;
}

.border-100 {
  border-color: #f8f9fa !important;
}

.border-200 {
  border-color: #F2F2F2 !important;
}

.border-300 {
  border-color: #eeeeee !important;
}

.border-400 {
  border-color: #e2e2e2 !important;
}

.border-500 {
  border-color: #adb5bd !important;
}

.border-600 {
  border-color: #818181 !important;
}

.border-700 {
  border-color: #495057 !important;
}

.border-800 {
  border-color: #333333 !important;
}

.border-900 {
  border-color: #1d1d1d !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #F2F2F2 !important;
}

.border-gray-300 {
  border-color: #eeeeee !important;
}

.border-gray-400 {
  border-color: #e2e2e2 !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #818181 !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #333333 !important;
}

.border-gray-900 {
  border-color: #1d1d1d !important;
}

.border-white-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-gray-600-opacity-50 {
  border-color: rgba(129, 129, 129, 0.5) !important;
}

.border-dona-100 {
  border-color: #fcedf4 !important;
}

.border-dona {
  border-color: #D40066 !important;
}

.btn-dona-100 {
  color: #1d1d1d;
  background-color: #fcedf4;
  border-color: #fcedf4;
}

.btn-dona-100:hover {
  color: #1d1d1d;
  background-color: #f7cce0;
  border-color: #f5c1d9;
}

.btn-dona-100:focus,
.btn-dona-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 237, 244, 0.5);
}

.btn-dona-100.disabled,
.btn-dona-100:disabled {
  color: #1d1d1d;
  background-color: #fcedf4;
  border-color: #fcedf4;
}

.btn-dona-100:not(:disabled):not(.disabled):active,
.btn-dona-100:not(:disabled):not(.disabled).active,
.show > .btn-dona-100.dropdown-toggle {
  color: #1d1d1d;
  background-color: #f5c1d9;
  border-color: #f3b6d3;
}

.btn-dona-100:not(:disabled):not(.disabled):active:focus,
.btn-dona-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-dona-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 237, 244, 0.5);
}

.btn-dona {
  color: #fff;
  background-color: #D40066;
  border-color: #D40066;
}

.btn-dona:hover {
  color: #fff;
  background-color: #ae0054;
  border-color: #a1004d;
}

.btn-dona:focus,
.btn-dona.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 102, 0.5);
}

.btn-dona.disabled,
.btn-dona:disabled {
  color: #fff;
  background-color: #D40066;
  border-color: #D40066;
}

.btn-dona:not(:disabled):not(.disabled):active,
.btn-dona:not(:disabled):not(.disabled).active,
.show > .btn-dona.dropdown-toggle {
  color: #fff;
  background-color: #a1004d;
  border-color: #940047;
}

.btn-dona:not(:disabled):not(.disabled):active:focus,
.btn-dona:not(:disabled):not(.disabled).active:focus,
.show > .btn-dona.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 102, 0.5);
}

.btn-outline-dona-100 {
  color: #fcedf4;
  background-color: transparent;
  background-image: none;
  border-color: #fcedf4;
}

.btn-outline-dona-100:hover {
  color: #1d1d1d;
  background-color: #fcedf4;
  border-color: #fcedf4;
}

.btn-outline-dona-100:focus,
.btn-outline-dona-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 237, 244, 0.5);
}

.btn-outline-dona-100.disabled,
.btn-outline-dona-100:disabled {
  color: #fcedf4;
  background-color: transparent;
}

.btn-outline-dona-100:not(:disabled):not(.disabled):active,
.btn-outline-dona-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-dona-100.dropdown-toggle {
  color: #1d1d1d;
  background-color: #fcedf4;
  border-color: #fcedf4;
}

.btn-outline-dona-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-dona-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dona-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 237, 244, 0.5);
}

.btn-outline-dona {
  color: #D40066;
  background-color: transparent;
  background-image: none;
  border-color: #D40066;
}

.btn-outline-dona:hover {
  color: #fff;
  background-color: #D40066;
  border-color: #D40066;
}

.btn-outline-dona:focus,
.btn-outline-dona.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 102, 0.5);
}

.btn-outline-dona.disabled,
.btn-outline-dona:disabled {
  color: #D40066;
  background-color: transparent;
}

.btn-outline-dona:not(:disabled):not(.disabled):active,
.btn-outline-dona:not(:disabled):not(.disabled).active,
.show > .btn-outline-dona.dropdown-toggle {
  color: #fff;
  background-color: #D40066;
  border-color: #D40066;
}

.btn-outline-dona:not(:disabled):not(.disabled):active:focus,
.btn-outline-dona:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dona.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 102, 0.5);
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

.fancybox-inner .fancybox-content {
  width: 800px;
  max-width: 80%;
  max-height: 95%;
  margin: 0;
}

.fancybox-inner .fancybox-content .video {
  display: flex;
  justify-content: center;
  align-content: center;
}

.fancybox-button fancybox-button--arrow_right,
.fancybox-button fancybox-button--arrow_left .button-next {
  position: absolute;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  font-size: 16px;
  top: 50%;
  margin-top: -22px;
}

.fancybox-button fancybox-button--arrow_right.disabled,
.fancybox-button fancybox-button--arrow_left .button-next.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.fancybox-button fancybox-button--arrow_left {
  left: 10px;
}

.fancybox-button fancybox-button--arrow_right {
  right: 10px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}


@font-face {
 font-family: 'Nunito';
 font-style: normal;
 font-weight: 700;
 /*font-display: swap;*/
 font-display: fallback;
 src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
 }


@font-face {
  font-family: ytpregular;
  src: url("font/ytp-regular.eot");
}

@font-face {
  font-family: ytpregular;
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=") format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans",sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade .1s infinite alternate;
}

@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  padding: 0 !important;
}

.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
  left: 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: .1;
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px;
}

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

.YTPOverlay.raster {
  background: url("images/raster.png");
}

.YTPOverlay.raster.retina {
  background: url("images/raster@2x.png");
}

.YTPOverlay.raster-dot {
  background: url("images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina {
  background: url("images/raster_dot@2x.png");
}

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

/****************************************************************
 *
 * CSS Percentage Circle
 * Based on CSS provided by Andre Firchow
 *
*****************************************************************/

div {
  display: block;
}

.hidden {
  display: none;
}

#circle {
  /* margin: 10px;*/
}

#submit {
  cursor: pointer;
  font-weight: bold;
  /*float: right;
  color: #90c844;*/
}

#submit2 {
  cursor: pointer;
  font-weight: bold;
  float: right;
  color: #90c844;
}

.prog-circle .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.prog-circle .slice.clipauto {
  clip: rect(auto, auto, auto, auto);
}

/* Para círculo */

#circle .prog-circle .fill,
#circle .prog-circle .bar {
  position: absolute;
  border: 0.08em solid #5bb3f9;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Para círculo 2 */

#circle2 .prog-circle .fill,
#circle2 .prog-circle .bar {
  position: absolute;
  border: 0.08em solid #FB5454;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* circle */

#circle .prog-circle {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*float                 : left;*/
  margin: 0 auto 0 auto;
  background-color: #CEECF5;
}

/* circle2 */

#circle2 .prog-circle {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*float                 : left;*/
  margin: 0 auto 0 auto;
  background-color: #FDC7C7;
}

/* circle */

#circle .prog-circle .percenttext {
  position: absolute;
  width: 100%;
  height: 1em;
  z-index: 1;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.3em;
  color: #5bb3f9;
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 100%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* circle2 */

#circle2 .prog-circle .percenttext {
  position: absolute;
  width: 100%;
  height: 1em;
  z-index: 1;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.3em;
  color: #FB5454;
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 100%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#circletext {
  margin: 0px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 230px;
  height: 230px;
  border: 10px solid #e5f2f7;
  background-color: #e5f2f7;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.prog-circle .after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 0.84em;
  height: 0.84em;
}

.prog-circle > .slice > .bar,
.prog-circle > .slice > .fill {
  width: 1em !important;
  height: 1em !important;
}

.md-icon-14 {
  font-size: 14px;
  height: 14px;
  width: 14px;
}

.md-icon-16 {
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.md-icon-18 {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

.md-icon-24 {
  font-size: 24px;
  height: 24px;
  width: 24px;
}

.md-icon-36 {
  font-size: 36px;
  height: 36px;
  width: 36px;
}

.md-icon-48 {
  font-size: 48px;
  height: 48px;
  width: 48px;
}

.md-icon-55 {
  font-size: 55px;
  height: 55px;
  width: 55px;
}

.md-icon-card-specialist {
  font-size: 280px;
  height: 280px;
  width: 280px;
}

@media (min-width: 768px) {
  .md-icon-card-specialist {
    font-size: 210px;
    height: 210px;
    width: 210px;
  }
}

@media (min-width: 992px) {
  .md-icon-card-specialist {
    font-size: 162px;
    height: 162px;
    width: 162px;
  }
}

@media (min-width: 1200px) {
  .md-icon-card-specialist {
    font-size: 198px;
    height: 198px;
    width: 198px;
  }
}

.md-icon-specialist {
  font-size: 300px;
  height: 300px;
  width: 300px;
}

@media (min-width: 768px) {
  .md-icon-specialist {
    font-size: 150px;
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 992px) {
  .md-icon-specialist {
    font-size: 210px;
    height: 210px;
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .md-icon-specialist {
    font-size: 255px;
    height: 255px;
    width: 255px;
  }
}

h5.small {
  font-size: 0.875rem;
  letter-spacing: 1.2px;
}

h6 {
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 2.125rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.175rem;
  }

  h6 {
    font-size: 0.795rem;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
  }
}

/*

p {
    font-size: 18px;
    font-family: $font-family-sans-serif;
    font-weight: normal;
}

.halftext {
    font-size: 16px !important;
    font-weight: 200;
}*/

.subtext {
  font-size: 0.875rem;
}

html,
body,
div,
span,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  color: #818181;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
  color: #333333;
}

.main-down-chevron {
  color: #fff;
}

.location-icon {
  right: 22px;
  position: absolute;
  top: 42px;
}

.icon-input {
  padding-right: 60px !important;
  border: 0px;
  background-color: #e2e2e2;
  color: #818181;
}

#search-form {
  margin-bottom: 9px;
}

#search-menu {
  display: none;
}

#search-input {
  width: 600px;
  box-sizing: border-box;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#search-input::placeholder {
  color: #e2e2e2;
}

#search-close {
  margin-left: 5px;
  margin-right: 10px;
}

.info-banner {
  background-color: #0870CD;
}

.info-banner h3 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 5px;
}

.info-banner h6 {
  color: #fff;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.info-banner .btn-cols {
  margin: auto;
}

.info-banner .btn-cols .btn {
  min-width: 195px;
  padding: 16px 24px 16px 24px;
}

@media (min-width: 992px) {
  .info-banner .btn-cols .btn:not(:last-child) {
    margin-right: 20px;
  }
}

.info-banner .btn-cols .btn-share {
  padding-left: 60px;
  padding-right: 60px;
}

.main-baby {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/dist/img/home/main-baby.jpg") center center;
  background-size: cover;
}

.main-baby .main-text {
  margin: 0 auto;
  width: 600px;
}

@media (max-width: 575.98px) {
  .main-baby .main-text {
    width: auto;
  }
}

.main-baby p,
.main-baby h2,
.main-baby h6 {
  color: #fff;
}

#iframe-video {
  max-width: 100%;
}

#iframe-video iframe {
  width: 100% !important;
  height: 12rem;
}

@media (min-width: 768px) {
  #iframe-video iframe {
    height: 18rem;
  }
}

@media (min-width: 992px) {
  #iframe-video iframe {
    height: 24rem;
  }
}

.ancla {
  display: block;
  padding-top: 48px;
  margin-top: -48px;
}

.fixed-top.fixed-lp {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
}

.clearfix {
  clear: both;
}

.btn {
  line-height: 24px;
}

.btn-void {
  color: #f8f9fa;
  border: 2px solid #fff;
  font-weight: bold;
  padding: 15px 20px 15px 20px !important;
}

.btn-void:hover {
  color: #0870CD;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}

.btn-blue-void {
  color: #0870CD !important;
  border: 2px solid #0870CD;
  font-weight: bold;
}

.btn-white-bg {
  color: #0870CD;
  background-color: #f8f9fa;
  /*padding-top: 10px;
    padding-bottom: 10px;*/
  font-weight: bold;
}

.btn-blue-border {
  color: #0870CD !important;
  background-color: #fff;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px 40px 10px 40px;
  margin: 0px 5px 0px 5px;
  border: 2px solid #0870CD;
}

.btn-cta {
  width: 100%;
  white-space: normal;
}

@media (min-width: 992px) {
  .btn-cta {
    width: unset;
  }
}

.play-icon,
.play-icon-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #0870CD;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  padding: 8px;
}

.decoration-none:hover {
  text-decoration: none;
}

#clinic-form,
#form-tentantes,
#form-egg-donation,
#form-madres-solteras,
#form-mamas2 {
  margin-top: 35px;
  /*.btn-send {
      margin-top: 20px;
      width: 90%;
  }*/
}

@media (max-width: 575.98px) {
  #clinic-form .form-group,
  #form-tentantes .form-group,
  #form-egg-donation .form-group,
  #form-madres-solteras .form-group,
  #form-mamas2 .form-group {
    margin-bottom: .5rem;
  }
}

#clinic-form label,
#form-tentantes label,
#form-egg-donation label,
#form-madres-solteras label,
#form-mamas2 label {
  margin-left: 20px;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  #clinic-form label,
  #form-tentantes label,
  #form-egg-donation label,
  #form-madres-solteras label,
  #form-mamas2 label {
    margin-left: 5px;
  }
}

#clinic-form input,
#form-tentantes input,
#form-egg-donation input,
#form-madres-solteras input,
#form-mamas2 input {
  height: 40px;
}

@media (max-width: 575.98px) {
  #clinic-form input,
  #form-tentantes input,
  #form-egg-donation input,
  #form-madres-solteras input,
  #form-mamas2 input {
    height: 30px;
  }
}

#clinic-form input:not(.is-invalid),
#form-tentantes input:not(.is-invalid),
#form-egg-donation input:not(.is-invalid),
#form-madres-solteras input:not(.is-invalid),
#form-mamas2 input:not(.is-invalid) {
  margin-bottom: 20px;
  border: 0px;
}

@media (max-width: 575.98px) {
  #clinic-form input:not(.is-invalid),
  #form-tentantes input:not(.is-invalid),
  #form-egg-donation input:not(.is-invalid),
  #form-madres-solteras input:not(.is-invalid),
  #form-mamas2 input:not(.is-invalid) {
    margin-bottom: 0px;
  }
}

#clinic-form input::placeholder,
#form-tentantes input::placeholder,
#form-egg-donation input::placeholder,
#form-madres-solteras input::placeholder,
#form-mamas2 input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818181;
  opacity: 0.5;
  /* Firefox */
  padding-left: 8px;
}

#clinic-form input.half,
#form-tentantes input.half,
#form-egg-donation input.half,
#form-madres-solteras input.half,
#form-mamas2 input.half {
  width: 60%;
}

@media (max-width: 575.98px) {
  #clinic-form input.form-control,
  #form-tentantes input.form-control,
  #form-egg-donation input.form-control,
  #form-madres-solteras input.form-control,
  #form-mamas2 input.form-control {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

#clinic-form .clinic-select,
#form-tentantes .clinic-select,
#form-egg-donation .clinic-select,
#form-madres-solteras .clinic-select,
#form-mamas2 .clinic-select {
  border: 0px;
  margin-right: 15px;
  height: 40px;
  background-color: #eeeeee;
  color: #818181;
  width: 100%;
  clear: both;
  text-indent: 10px;
  display: block;
}

#clinic-form .clinic-select:not(.is-invalid),
#form-tentantes .clinic-select:not(.is-invalid),
#form-egg-donation .clinic-select:not(.is-invalid),
#form-madres-solteras .clinic-select:not(.is-invalid),
#form-mamas2 .clinic-select:not(.is-invalid) {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  #clinic-form .clinic-select,
  #form-tentantes .clinic-select,
  #form-egg-donation .clinic-select,
  #form-madres-solteras .clinic-select,
  #form-mamas2 .clinic-select {
    height: 30px;
    font-size: 0.875rem;
  }
}

#clinic-form .infolabel,
#form-tentantes .infolabel,
#form-egg-donation .infolabel,
#form-madres-solteras .infolabel,
#form-mamas2 .infolabel {
  line-height: 28px;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 0px;
}

#clinic-form .radio,
#clinic-form .check,
#form-tentantes .radio,
#form-tentantes .check,
#form-egg-donation .radio,
#form-egg-donation .check,
#form-madres-solteras .radio,
#form-madres-solteras .check,
#form-mamas2 .radio,
#form-mamas2 .check {
  margin-bottom: 0px;
  height: 30px;
}

#clinic-form .form-check,
#form-tentantes .form-check,
#form-egg-donation .form-check,
#form-madres-solteras .form-check,
#form-mamas2 .form-check {
  display: flex;
  align-items: center;
}

#clinic-form .form-check .check,
#form-tentantes .form-check .check,
#form-egg-donation .form-check .check,
#form-madres-solteras .form-check .check,
#form-mamas2 .form-check .check {
  width: auto;
  margin: 0;
  height: auto;
}

#clinic-form .form-check label,
#form-tentantes .form-check label,
#form-egg-donation .form-check label,
#form-madres-solteras .form-check label,
#form-mamas2 .form-check label {
  margin-left: 30px;
  font-size: 10px;
  line-height: 14px;
  vertical-align: unset;
}

#clinic-form small,
#form-tentantes small,
#form-egg-donation small,
#form-madres-solteras small,
#form-mamas2 small {
  font-size: 10px;
}

#form-egg-donation .clinic-select {
  margin-right: 0;
}

.searchClinics .location-icon {
  top: 1.6rem;
  left: 13rem;
}

.searchClinics .search-cp {
  position: relative;
}

.searchClinics .search-cp .icon-input {
  padding-right: 40px !important;
  padding-left: 16px !important;
  border: 0px;
  background-color: #e2e2e2;
  color: #818181;
}

.searchClinics .search-cp span {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}

.searchClinics .search-cp span.search-my-location {
  cursor: pointer;
}

.searchClinics .search-cp span.search-my-location:hover {
  color: #2670CA;
}

.searchClinics .search-cp span.searching-my-location {
  display: none;
}

.searchClinics .clinic-search-btn {
  width: 100%;
  min-height: 50px;
  margin-top: 15px;
  text-align: center;
  white-space: normal;
  padding: 8px;
}

.searchClinics.searching-location .search-cp span.search-my-location {
  display: none;
}

.searchClinics.searching-location .search-cp span.searching-my-location {
  display: block;
}

#searchEspecialista .team-select {
  background-color: #e2e2e2;
  color: #818181;
  border: 0px;
}

#searchEspecialista .team-input {
  height: 100%;
  border: none;
}

#searchEspecialista button {
  height: 100%;
}

@media (min-width: 768px) {
  #inputAltura,
  #inputPeso,
  #inputImc {
    padding: 0.75rem 1.25rem;
  }
}

#imc_explicacion {
  cursor: pointer;
}

.info_popup_imc {
  border: 1px solid #D40066;
  background-color: white;
  position: absolute;
  width: 230px;
  top: -13px;
  left: 76px;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  line-height: 1.2rem;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  display: none;
  z-index: 999;
}

#form-madres-solteras > .form-group > .form-check > .form-check-input {
  top: -16px;
}

#form-madres-solteras > .form-group > .form-check > .form-check-input:hover {
  cursor: pointer;
}

#form-madres-solteras > .form-group > .form-check > .form-check-label {
  margin-left: 0;
  font-size: inherit;
}

#form-madres-solteras > .form-group > .form-check > .form-check-label:hover {
  cursor: pointer;
}

#clinic-form > .form-row > .form-group > .form-check > .form-check-input,
#form-egg-donation > .form-row > .form-group > .form-check > .form-check-input {
  top: -16px;
}

#clinic-form > .form-row > .form-group > .form-check > .form-check-input:hover,
#form-egg-donation > .form-row > .form-group > .form-check > .form-check-input:hover {
  cursor: pointer;
}

#clinic-form > .form-row > .form-group > .form-check > .form-check-label,
#form-egg-donation > .form-row > .form-group > .form-check > .form-check-label {
  margin-left: 0;
  font-size: inherit;
}

#clinic-form > .form-row > .form-group > .form-check > .form-check-label:hover,
#form-egg-donation > .form-row > .form-group > .form-check > .form-check-label:hover {
  cursor: pointer;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #3487ff;
  }

  25% {
    stroke: #40b4e5;
  }

  50% {
    stroke: #f0f8ff;
  }

  75% {
    stroke: #40b4e5;
  }

  100% {
    stroke: #f0f8ff;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.treatment-container {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .container-app-download .app-download ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
}

.container-app-download .app-download ul li.list-inline-item {
  width: 25%;
}

@media (max-width: 575.98px) {
  .container-app-download .app-download ul li.list-inline-item {
    width: 80%;
    margin: 0;
  }
}

.top-menu {
  line-height: 24px;
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 203;
  position: relative;
  background-color: transparent;
  /*margin-right: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;*/
}

@media (max-width: 991.98px) {
  .top-menu {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #e2e2e2;
  }
}

.top-menu #top-menu-mobile {
  color: #1d1d1d;
}

.top-menu #top-menu-mobile .call-phone a {
  display: flex;
  text-decoration: none;
  color: #818181;
}

.top-menu #top-menu-mobile .call-phone a i {
  margin: 22px 8px 18px 16px;
}

.top-menu #top-menu-mobile .call-phone a p {
  margin: 14px 0 0;
  display: inline;
  line-height: 1.35;
  font-weight: 700;
}

@media (min-width: 768px) {
  .top-menu #top-menu-mobile .call-phone a p {
    margin: 22px 0 0;
  }
}

.top-menu #top-menu-no-mobile {
  position: absolute;
  right: 16px;
  top: 8px;
}

.top-menu #top-menu-no-mobile span {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.top-menu #top-menu-no-mobile i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.top-menu #top-menu-no-mobile a {
  text-decoration: none;
}

.top-menu.light {
  color: rgba(129, 129, 129, 0.5);
}

.top-menu.light #top-menu-no-mobile span {
  color: rgba(129, 129, 129, 0.5);
}

.top-menu.light #top-menu-no-mobile i {
  color: rgba(129, 129, 129, 0.5);
}

.content-search-mobile {
  display: none;
}

.content-search-mobile > .form-search-mobile {
  background-color: #fff;
  height: 41px;
  border-bottom: solid 1px #F2F2F2;
}

.content-search-mobile > .form-search-mobile > form > button {
  background-color: white;
  border: none;
}

.content-search-mobile > .form-search-mobile > form > button > span.search-icon {
  color: #333333;
}

.content-search-mobile > .form-search-mobile > form > input {
  border: none;
  width: 75%;
  border-bottom: 1px solid #e2e2e2;
}

.content-search-mobile .no-focus:focus {
  outline: 0px;
}

div.button-group-header-sup {
  display: none;
  justify-content: space-around;
}

div.button-group-header-sup > .button-search {
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: #333333;
}

div.button-group-header-sup > .button-reset {
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: #0870CD;
}

.navbar .mega-menu-wrap {
  clear: both;
  margin: 0 auto !important;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  text-align: center !important;
  width: 100% !important;
}

.navbar .mega-menu-wrap.mega-stuck {
  text-align: center !important;
  background-color: #fff !important;
  padding-top: 20px !important;
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .search-icon:before,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes > li.mega-menu-item > a.mega-menu-link,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .search-icon:before {
  color: #333333 !important;
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .btn-menu-contact a.mega-menu-link,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .btn-menu-contact a.mega-menu-link {
  border-color: #333333 !important;
  color: #333333 !important;
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .mega-search-open input[type=text],
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .mega-search-open input[type=text] {
  border-bottom-color: #333333 !important;
  color: #333333 !important;
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .mega-search-open input[type=text]::placeholder,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .mega-search-open input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .8;
  /* Firefox */
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .mega-search-open input[type=text]:-ms-input-placeholder,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .mega-search-open input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu .mega-search-open input[type=text]::-ms-input-placeholder,
.navbar .mega-menu-wrap.mega-stuck ul#mega-menu-header-menu-donantes .mega-search-open input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}

.navbar .mega-menu-wrap #mega-menu-header-menu {
  clear: both;
  margin: 0 auto !important;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: inline-block !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-hulk > a.mega-menu-link:hover {
  text-decoration: underline !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-custom_border {
  border-left: 1px solid black !important;
  min-height: 370px !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item .mega-search.mega-search-closed {
  width: 30px !important;
}

@media (max-width: 991.98px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /*width: 670px !important;*/
  }
}

@media (min-width: 992px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /* width: 670px !important;*/
  }
}

@media (min-width: 1200px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /*width: 840px !important;*/
  }
}

.navbar .mega-menu-wrap #mega-menu-header-menu form.mega-search > input {
  border-bottom: 1px solid white;
}

.navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text] {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item {
  margin-left: 20px !important;
}

@media (min-width: 576px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item {
    margin-left: 0px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item a:not(.search-my-location) {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 992px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item {
    margin-left: 5px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item a:not(.search-my-location) {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 1200px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item {
    margin-left: 20px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu li.mega-menu-item a:not(.search-my-location) {
    font-size: 14px !important;
  }
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-row-faqs > ul {
  display: flex !important;
  justify-content: space-between !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-row-faqs > ul > li > ul > li {
  margin-left: 0px !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-row-faqs > ul > li > ul > li > a > img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-row-faqs > ul > li > ul > li:last-child > a {
  text-align: center !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .search-icon:before {
  color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .btn-menu-contact a.mega-menu-link {
  color: #fff !important;
  border-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text] {
  border-bottom-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: .8;
  /* Firefox */
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .search-icon:before {
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .btn-menu-contact a.mega-menu-link {
  border-color: #333333 !important;
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text] {
  border-bottom-color: #333333 !important;
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .8;
  /* Firefox */
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu .mega-search-open input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #3487ff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item .search-icon:hover:before,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item .search-icon:hover:before {
  color: #3487ff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  border-bottom: 2px solid #3487ff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item.btn-menu-contact > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item.btn-menu-contact > a.mega-menu-link {
  background-color: #3487ff !important;
  color: #fff !important;
  border-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.btn-menu-contact a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.btn-menu-contact a.mega-menu-link {
  font-weight: normal !important;
  line-height: 36px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 5px !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.btn-menu-contact a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu > li.mega-menu-item.btn-menu-contact a.mega-menu-link {
  background-color: #3487ff !important;
  color: #fff !important;
  border-color: #fff !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu .mega-columna-trat-menu {
  border-left: 1px solid black !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes {
  clear: both;
  margin: 0 auto !important;
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: inline-block !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-hulk > a.mega-menu-link:hover {
  text-decoration: underline !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-custom_border {
  border-left: 1px solid black !important;
  min-height: 370px !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item .mega-search.mega-search-closed {
  width: 30px !important;
}

@media (max-width: 991.98px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /*width: 670px !important;*/
  }
}

@media (min-width: 992px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /* width: 670px !important;*/
  }
}

@media (min-width: 1200px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item .mega-search:not(.mega-search-closed) input[type=text] {
    /*width: 840px !important;*/
  }
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes form.mega-search > input {
  border-bottom: 1px solid white;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text] {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item {
  margin-left: 20px !important;
}

@media (min-width: 576px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item {
    margin-left: 0px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item a:not(.search-my-location) {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 992px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item {
    margin-left: 5px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item a:not(.search-my-location) {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 1200px) {
  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item {
    margin-left: 20px !important;
  }

  .navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-menu-item a:not(.search-my-location) {
    font-size: 14px !important;
  }
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-row-faqs > ul {
  display: flex !important;
  justify-content: space-between !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-row-faqs > ul > li > ul > li {
  margin-left: 0px !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-row-faqs > ul > li > ul > li > a > img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes li.mega-row-faqs > ul > li > ul > li:last-child > a {
  text-align: center !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item > a.mega-menu-link,
.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .search-icon:before {
  color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .btn-menu-contact a.mega-menu-link {
  color: #fff !important;
  border-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text] {
  border-bottom-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: .8;
  /* Firefox */
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .search-icon:before {
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .btn-menu-contact a.mega-menu-link {
  border-color: #333333 !important;
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text] {
  border-bottom-color: #333333 !important;
  color: #333333 !important;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .8;
  /* Firefox */
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-search-open input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item > a.mega-menu-link:hover,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item > a.mega-menu-link:hover {
  color: #D40066 !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item .search-icon:hover:before,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item .search-icon:hover:before {
  color: #D40066 !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  border-bottom: 2px solid #D40066 !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item.btn-menu-contact > a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.mega-current-menu-item.btn-menu-contact > a.mega-menu-link {
  background-color: #D40066 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.btn-menu-contact a.mega-menu-link,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.btn-menu-contact a.mega-menu-link {
  font-weight: normal !important;
  line-height: 36px !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 5px !important;
}

.menu-light .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.btn-menu-contact a.mega-menu-link:hover,
.menu-dark .navbar .mega-menu-wrap #mega-menu-header-menu-donantes > li.mega-menu-item.btn-menu-contact a.mega-menu-link:hover {
  background-color: #D40066 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.navbar .mega-menu-wrap #mega-menu-header-menu-donantes .mega-columna-trat-menu {
  border-left: 1px solid black !important;
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes .navbar-brand {
  font-size: 0.65rem;
  color: #fff;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes .navbar-brand:hover {
  color: #D40066;
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes .navbar-brand-pide-cita-donantes {
  font-size: 0.65rem;
  color: #333333;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes .navbar-brand-pide-cita-donantes:hover {
  color: #D40066;
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes.mega-sticky .navbar-brand {
  color: #333333;
}

.navbar .mega-menu-wrap#mega-menu-wrap-header-menu-donantes.mega-sticky .navbar-brand-pide-cita-donantes:hover {
  color: #D40066;
}

.navbar .mega-menu-wrap li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .navbar .mega-menu-wrap li.mega-btn-reserva-hora {
    display: none !important;
  }
}

@media (min-width: 768px) {
  li.clinics-column > ul.mega-sub-menu > li.mega-item-clinics > ul.mega-sub-menu {
    column-count: 3;
    column-fill: balance;
  }
}

li.mega-menu-flyout > ul {
  width: 100% !important;
  padding-top: 15px !important;
  padding-bottom: 25px !important;
  background-color: #fff !important;
}

li.mega-menu-flyout > ul > li > a.mega-menu-link {
  margin-left: 0px !important;
}

li.mega-menu-flyout > ul > li > a.mega-menu-link:hover {
  background: none;
  text-decoration: underline !important;
}

li.mega-dono > ul > li {
  display: flex !important;
  justify-content: center !important;
}

li.mega-txt-sup > a {
  text-transform: uppercase !important;
}

li.mega-txt-sup > a:hover {
  text-decoration: underline !important;
}

.ir-arriba {
  cursor: pointer;
}

.footer,
.footer-mobile {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer h5,
.footer-mobile h5 {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
}

.footer a,
.footer-mobile a {
  color: #FFF;
}

.footer ul,
.footer-mobile ul {
  padding: 0px;
}

.footer ul li,
.footer-mobile ul li {
  color: #FFF;
  font-size: 16px;
}

.footer ul.menu li,
.footer-mobile ul.menu li {
  line-height: 36px;
}

.footer ul.menu2 li,
.footer-mobile ul.menu2 li {
  line-height: 26px;
  font-weight: normal;
  font-size: 14px;
}

.footer ul.menu2 li.location,
.footer-mobile ul.menu2 li.location {
  opacity: 0.5;
}

.footer ul.menu2 li.location i,
.footer-mobile ul.menu2 li.location i {
  text-decoration: underline;
  vertical-align: sub;
}

.footer ul.logos li,
.footer-mobile ul.logos li {
  display: inline-block;
  margin-left: 5px;
}

.footer ul.social li,
.footer-mobile ul.social li {
  display: inline-block;
  margin-right: 10px;
}

.footer ul.social li img,
.footer-mobile ul.social li img {
  height: 19px;
}

.footer-mobile .copy-legal,
.footer-mobile #collapse-footer-menu-principal,
.footer-mobile #collapse-footer-otras-webs-grupo,
.footer-mobile #collapse-footer-otros-enlaces,
.footer-mobile #collapse-footer-prensa,
.footer-mobile .location {
  font-weight: 200;
}

.footer-mobile a:hover,
.footer-mobile a:active {
  text-decoration: none;
  color: #e2e2e2;
}

.footer-mobile .logo img {
  height: 43px;
}

.breadcrumbs [typeof="v:Breadcrumb"] {
  color: rgba(129, 129, 129, 0.5);
  font-size: 18px;
}

.breadcrumbs a {
  color: #818181;
  margin-right: 8px;
}

.breadcrumbs [rel="v:child"] {
  margin-left: 8px;
}

.breadcrumbs .breadcrumb_last {
  margin-left: 8px;
  color: #c0c0c0;
}

.navbar {
  z-index: 30;
  position: absolute;
  top: 40px;
}

.navbar-brand {
  margin-top: -20px;
}

.navbar-brand .logo-sticky {
  display: none;
}

.mega-stuck .navbar-brand img {
  display: none;
}

.mega-stuck .navbar-brand .logo-sticky {
  display: inline;
}

.nav-item a {
  color: #333333;
  font-size: 13px;
  margin-left: 20px;
}

.nav-item a.nav-link.btn-void {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -5px;
}

.nav-item a.active {
  border-bottom: 3px solid #0870CD;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-light .nav-item a {
  color: #fff;
}

.nav-item .dropdown-content {
  z-index: 1000;
  display: none;
  position: fixed;
  left: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #333333;
}

.nav-item .dropdown-content ul {
  padding: 0px;
}

.nav-item .dropdown-content ul li {
  display: block;
  padding: 0px;
  list-style: none;
}

.nav-item .dropdown-content a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  color: #818181;
  margin-left: 0px;
  line-height: 30px;
}

.nav-item .dropdown-content h5 a {
  color: #333333;
  font-size: 16px;
}

.nav-item .dropdown-content .menu-col {
  border-left: 1px solid #333333;
}

.nav-item .dropdown-content .menu-col-cities {
  border-left: 1px solid #e2e2e2;
  padding-left: 60px;
}

.nav-item .dropdown-content .menu-col-cities p {
  font-size: 12px;
}

.nav-item .dropdown-content .menu-col-cities div {
  width: 100%;
}

.nav-item .dropdown-content .menu-col-cities .btn {
  margin-top: 20px;
  width: 100%;
}

.nav-item .dropdown-content .menu-cities h6 {
  margin-bottom: 0px;
}

.nav-item:hover .dropdown-content {
  display: block;
}

.hero {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 100px;
  }

  .hero .hero-info,
  .hero .hero-info .row {
    min-height: 100px;
  }

  .hero.hero-background-pict {
    height: calc(100vh - 66px);
  }

  .hero.hero-background-pict .hero-info,
  .hero.hero-background-pict .hero-info .row {
    height: calc(100vh - 66px);
  }

  .hero.hero-small {
    height: 50px;
  }

  .hero.hero-small .hero-info,
  .hero.hero-small .hero-info .row {
    height: 50px;
  }

  .hero h1 {
    font-size: 2.1875rem;
    line-height: 36px;
  }

  .hero h6 {
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: 280px;
  }

  .hero .hero-info,
  .hero .hero-info .row {
    min-height: 280px;
  }

  .hero.hero-background-pict {
    min-height: 670px;
  }

  .hero.hero-background-pict .hero-info,
  .hero.hero-background-pict .hero-info .row {
    min-height: 670px;
  }

  .hero.hero-background-pict .hero-info:after,
  .hero.hero-background-pict .hero-info .row:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }

  .hero.hero-small {
    min-height: 150px;
  }

  .hero.hero-small .hero-info,
  .hero.hero-small .hero-info .row {
    min-height: 150px;
  }

  .hero h6 {
    line-height: 30px;
  }
}

.hero .hero-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 10;
}

.hero .hero-info {
  z-index: 20;
  position: relative;
}

div.main-article-half {
  align-items: center;
}

@media (max-width: 575.98px) {
  div.main-article-half {
    text-align: center;
  }
}

div.main-article-half .restricted-text-right {
  margin: 0 6px;
}

@media (min-width: 576px) {
  div.main-article-half .restricted-text-right {
    max-width: 466px;
    margin-left: 5%;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  div.main-article-half .restricted-text-right h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  div.main-article-half .restricted-text-right p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  div.main-article-half .restricted-text-left {
    padding-left: 11.5%;
  }
}

@media (max-width: 575.98px) {
  div.main-article-half .restricted-text-left {
    padding: 0;
    padding-bottom: 50px;
    text-align: center;
  }

  div.main-article-half .restricted-text-left h2,
  div.main-article-half .restricted-text-left p {
    padding: 0 30px;
  }

  div.main-article-half .restricted-text-left h2 {
    margin-top: 40px;
  }

  div.main-article-half .restricted-text-left p {
    margin-top: 30px;
  }
}

div.main-article-half img.main-article-half-img {
  width: 100%;
}

div.main-article-half picture img.main-article-half-img {
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  div.main-article-half picture img.main-article-half-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  div.main-article-half .article-img-left {
    padding-right: 0 !important;
  }
}

.main-article-center {
  margin: 0 auto;
  max-width: 800px;
}

.main-article-center h3 i {
  margin-left: 20px;
}

.main-article-center a {
  font-weight: bold;
}

.main-article-center a:hover {
  text-decoration: none;
}

.article-index {
  margin-top: 1.5rem;
  border-left: 4px solid #0870CD;
  padding-left: 20px !important;
}

@media (min-width: 768px) {
  .article-index {
    margin-top: 40px;
  }
}

.article-index li {
  line-height: 30px;
  font-size: 16px;
  padding-left: 0px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .article-index li {
    margin-bottom: 16px;
  }
}

.article-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.5px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .article-title {
    font-size: 1.75rem;
  }
}

.article-text {
  font-size: 16px;
  line-height: 25px;
  z-index: 10;
}

.article-step {
  margin-top: 3rem;
  color: #F2F2F2;
  position: absolute;
  top: -130px;
  font-size: 130px;
  font-weight: bold;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  z-index: 0;
}

@media (min-width: 768px) {
  .article-step {
    margin-top: unset;
    font-size: 200px;
  }
}

.wrapper-article-title.paso-on {
  position: relative;
  display: block;
  min-height: 64px;
}

@media (min-width: 768px) {
  .wrapper-article-title.paso-on {
    margin-top: 3rem;
  }
}

@media (max-width: 991.98px) {
  .wrapper-article-title {
    text-align: center;
  }
}

.wrapper-article-info.paso-on {
  position: relative;
  display: block;
}

@media (max-width: 991.98px) {
  .wrapper-article-info {
    text-align: center;
  }
}

@media (min-width: 0) {
  .card-deck .card.team-card {
    flex: 0 0 calc(100% - 30px);
  }

  .card-deck .card.treatment-card {
    flex: 0 0 calc(100% - 30px);
  }

  .card-deck .card.cards-card {
    flex: 0 0 calc(100% - 30px);
  }

  .card-deck .card.exito-card {
    flex: 0 0 calc(100% - 30px);
  }
}

@media (min-width: 576px) {
  .card-deck .card.team-card {
    flex: 0 0 calc(50% - 30px);
  }

  .card-deck .card.treatment-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.cards-card {
    flex: 0 0 calc(50% - 30px);
  }

  .card-deck .card.exito-card {
    flex: 0 0 calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .card-deck .card.team-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.treatment-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.cards-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.exito-card {
    flex: 0 0 calc(33.33333% - 30px);
  }
}

@media (min-width: 992px) {
  .card-deck .card.team-card {
    flex: 0 0 calc(20% - 30px);
  }

  .card-deck .card.treatment-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.cards-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.exito-card {
    flex: 0 0 calc(33.33333% - 30px);
  }
}

@media (min-width: 1200px) {
  .card-deck .card.team-card {
    flex: 0 0 calc(20% - 30px);
  }

  .card-deck .card.treatment-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.cards-card {
    flex: 0 0 calc(33.33333% - 30px);
  }

  .card-deck .card.exito-card {
    flex: 0 0 calc(33.33333% - 30px);
  }
}

.slick-slider {
  overflow: hidden;
}

.card-deck .card {
  border: none;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .card-deck .card {
    transition: none;
  }
}

.card-deck .card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
}

.card-deck .card.team-card {
  margin: 0 5px;
}

.card-deck .card.team-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-deck .card.team-card a:hover {
  text-decoration: none;
}

.card-deck .card.team-card .team-img {
  width: 100%;
}

@media (min-width: 1200px) {
  .card-deck .card.team-card .subtext {
    margin: 25px 0 5px 0;
  }
}

.card-deck .card.exito-card {
  border-radius: 4px;
  padding: 25px 10px 25px 10px;
  margin: 0 10px;
}

.card-deck .card.exito-card i {
  margin: 0 auto;
}

.card-deck .card.exito-card .treatment-text p {
  font-size: 16px;
  display: grid;
}

.card-deck .card.exito-card h5 {
  font-size: 2.75rem;
}

@media (min-width: 576px) {
  .card-deck .card.exito-card h5 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .card-deck .card.exito-card h5 {
    font-size: 2.125rem;
  }
}

@media (min-width: 992px) {
  .card-deck .card.exito-card h5 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .card-deck .card.exito-card h5 {
    font-size: 3.5rem;
  }
}

.card-deck .card.exito-card p {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .card-deck .card.exito-card p {
    font-size: 0.7875rem;
  }
}

@media (min-width: 992px) {
  .card-deck .card.exito-card p {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .card-deck .card.exito-card p {
    font-size: 0.875rem;
  }
}

.card-deck .card.exito-card p.card-text {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
}

@media (min-width: 576px) {
  .card-deck .card.exito-card p.card-text {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .card-deck .card.exito-card p.card-text {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .card-deck .card.exito-card p.card-text {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .card-deck .card.exito-card p.card-text {
    font-size: 1.375rem;
  }
}

.card-deck .card.exito-card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
}

.card-deck .card.cards-card {
  border-radius: 4px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .card-deck .card.cards-card {
    width: 15rem !important;
  }
}

.card-deck .card.cards-card > a {
  height: 100%;
  display: block;
}

.card-deck .card.cards-card > a:hover {
  text-decoration: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: #1d1d1d;
  top: 50%;
  font-size: 55px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #2670CA;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.9;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
  left: 0;
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
  transform: translateX(16px);
}

.slick-prev:before {
  color: #2670CA;
}

.slick-next {
  right: 0;
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
  transform: translateX(16px);
}

[dir="rtl"] .slick-next {
  left: 0;
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
  right: auto;
}

.slick-next:before {
  color: #70b3e3;
}

.menu-mobile-open {
  overflow: hidden;
  position: fixed;
}

#menu-mobile-header {
  position: fixed;
  top: 0px;
  z-index: 200;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  #menu-mobile-header {
    transition: none;
  }
}

#menu-mobile-header:before,
#menu-mobile-header:after {
  content: '';
  display: table;
}

#menu-mobile-header #menu-mobile-trigger {
  cursor: pointer;
}

#menu-mobile-header #menu-mobile-trigger i {
  color: #fff;
}

#menu-mobile-header #menu-mobile-trigger .logo {
  margin: 16px 0px 16px 16px;
  width: 44px;
  height: 32px;
}

#menu-mobile-header #menu-mobile-trigger .logo.logo-on {
  display: none;
}

#menu-mobile-header #menu-mobile-trigger .logo.logo-off {
  display: inline-block;
}

#menu-mobile-header.background-on {
  background-color: #fff;
  height: auto;
}

#menu-mobile-header.background-on #menu-mobile-trigger i {
  color: #2670CA;
}

#menu-mobile-header.background-on #menu-mobile-trigger .logo.logo-on {
  display: inline-block;
}

#menu-mobile-header.background-on #menu-mobile-trigger .logo.logo-off {
  display: none;
}

.mp-pusher {
  position: fixed;
  left: 0;
  height: 100vh;
  top: 0;
  z-index: 201;
}

.mp-pusher .mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mp-pusher .mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mp-pusher .mp-level header {
  border-bottom: 1px solid #e2e2e2;
}

.mp-pusher .mp-level .mp-submenu-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 131px);
}

.mp-pusher .mp-level .mp-submenu-wrapper > ul {
  margin-bottom: 100px;
}

/* overlays for pusher and for level that gets covered */

/*.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}*/

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
  z-index: -1;
}

/*.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}*/

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.mp-pusher,
.mp-level {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mp-pusher,
  .mp-level {
    transition: none;
  }
}

/* overlap */

.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* First level */

.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* cover */

.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* content style */

.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .mp-menu.mp-overlap h2::before {
    transition: none;
  }
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-menu ul li {
  background-color: #fff;
}

.mp-menu ul li > a {
  display: block;
  padding: 10px 13px;
  outline: none;
  font-size: 1.125rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mp-menu ul li > a {
    transition: none;
  }
}

.mp-menu ul li > a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100vw - 50px);
  display: inline-block;
  color: #333333;
}

.mp-menu ul li > a i:not(.icon-inline) {
  float: right;
}

.mp-menu ul li > a i.icon-inline {
  margin-top: -5px;
}

.mp-menu ul li.current-menu-item > a span {
  color: #2670CA;
}

.mp-menu ul#menu-donantes-menu li.current-menu-item > a span {
  color: #D40066;
}

.mp-menu.mp-menu-donantes .close-menu i {
  color: #D40066 !important;
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-header {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .mp-header {
    transition: none;
  }
}

.mp-back,
.close-menu {
  cursor: pointer;
}

.mp-pusher .mp-level.mp-level-overlay > .mp-submenu-wrapper {
  overflow: hidden;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (prefers-reduced-motion: reduce) {
  .mp-overlap .mp-level.mp-level-overlay > h2::before {
    transition: none;
  }
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */

/* We'll show the first level only */

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}

.btn-dona-white-bg {
  color: #D40066;
  background-color: #f8f9fa;
  white-space: normal;
}

.btn-dona-white-bg:hover {
  background-color: #D40066;
  color: #f8f9fa;
}

.card-img-top-icon {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.page-link.prev span,
.page-link.next span {
  color: #2670CA;
}

.page-link.prev:hover span,
.page-link.next:hover span {
  color: #1a4c8a;
}

.page-link.current {
  color: #fff;
  background-color: #2670CA;
}

table.table > tbody.tbody-80 > tr > td:first-child {
  width: 80%;
}

.main_menu_app {
  margin-top: 60px;
}

.main_menu_app .list-app li {
  max-width: 100%;
}

.main_menu_app .list-app .menuapp-bt-color,
.main_menu_app .list-app .menuapp li {
  border-bottom: 2px solid #F2F2F2;
}

.main_menu_app .list-app .menuapp li {
  margin-top: 0.75rem;
}

.main_menu_app .list-app .menuapp li a:hover {
  text-decoration: none;
}

.home-hero {
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.home-hero .position-absolute {
  bottom: 30px;
}

@media (max-width: 575.98px) {
  .home-hero .position-absolute {
    bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .clinics-list h3 {
    font-size: 1.375rem;
  }
}

.clinics-list ul.city-list {
  column-count: 4;
  column-fill: balance;
}

@media (max-width: 575.98px) {
  .clinics-list ul.city-list {
    column-count: 2;
  }
}

.clinics-list ul.city-list a {
  font-family: "Work Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.reduced-title {
  max-width: 320px;
}

.professional-card {
  width: 226px;
  height: 380px;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  display: inline-block;
  margin: 10px;
}

.professional-card .professional-img {
  border-radius: 50%;
  width: 100px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.full-row {
  margin: 0px;
}

.chevron-down-scroll:hover {
  cursor: pointer;
}

.touch #idintro {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

#idintro .tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#idintro .tv .screen {
  z-index: 1;
  position: absolute;
  top: -8rem;
  width: 100%;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}

#idintro .tv .screen.active {
  opacity: 1;
}

.treatment-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/dist/img/treatment/hero.jpg") center center;
  background-size: cover;
}

.article-compare {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .article-compare {
    padding: 0 7%;
    margin-bottom: 0;
  }
}

.article-compare h5 {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .article-compare:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #818181;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.article-compare li {
  line-height: 30px;
  list-style-type: disc;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .article-compare li {
    line-height: 34px;
  }
}

.article-compare li:last-child {
  margin-bottom: 0;
}

.section-attr p {
  font-size: 16px;
}

.section-attr h6 {
  text-transform: uppercase;
  color: #3487ff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.clinic-text {
  font-size: 14px;
  line-height: 26px;
  color: #818181;
  position: relative;
}

.page-template-template-clinics.clinicas .hero {
  padding-bottom: 34px !important;
}

@media (min-width: 768px) {
  #map {
    width: 100%;
    height: calc(100vh - 158px);
  }
}

.clinic-map {
  background-color: #f0f8ff;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .clinic-map {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  #over-map {
    background-color: transparent;
    max-width: 350px;
    position: absolute;
    top: calc(12vh + 210px);
  }
}

@media (min-width: 992px) {
  #over-map {
    top: calc(8vh + 210px);
  }
}

#over-map #listado-tab,
#over-map #mapa-tab {
  color: #333333;
}

#over-map #listado-tab.active,
#over-map #mapa-tab.active {
  background-color: transparent;
  border-radius: 0;
  border: 3px solid #2670CA;
  border-top: none;
  border-left: none;
  border-right: none;
}

#over-map .clinic-search,
#over-map .clinic-div {
  border-radius: 4px;
  background-color: #fff;
}

@media (min-width: 768px) {
  #over-map .clinic-search,
  #over-map .clinic-div {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
  }
}

@media (min-width: 768px) {
  .wrapper-lista-clinicas {
    height: calc(calc(100vh - 158px) - 15vh);
  }
}

.location-icon {
  right: 2.5rem;
  top: 8rem;
}

@media (min-width: 768px) {
  .location-icon {
    top: 1.8rem;
    left: 18rem;
  }
}

.clinic-search-input {
  background-color: #eeeeee;
  font-size: 13px;
  height: 45px;
}

.clinic-search-input::placeholder {
  color: #818181;
}

.result-col {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .result-col {
    position: relative;
    height: calc(calc(calc(100vh - 158px) - 150px) - 15vh);
    overflow: auto;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
  }
}

@media (min-width: 992px) {
  .result-col {
    height: calc(calc(calc(100vh - 158px) - 150px) - 12vh);
  }
}

.clinic-div {
  margin-top: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

@media (min-width: 768px) {
  .clinic-div {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
  }
}

.clinic-div:first-child {
  margin-top: 0;
}

.clinic-div .clinic-phone {
  color: #818181;
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
}

.clinic-div .address {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.clinic-div h6 a {
  text-align: right;
  font-weight: 600;
}

.clinic-div h6 a i {
  text-decoration: underline;
}

.clinic-div .clinic-goto {
  line-height: 19px;
  position: relative;
  float: right;
  font-weight: 600;
  font-size: 16px;
  margin-left: 16px;
}

.clinic-div .expandable-box > i {
  float: left;
}

.clinic-div .expandable-title > span {
  font-size: 16px;
  color: #333333 !important;
}

.clinic-div .expandable-title > span.expand {
  position: relative;
  float: right;
  top: -6px;
}

.clinic-div .expandable-title > span.expand a {
  text-decoration: none;
}

.clinic-div .visit-box img {
  width: 100%;
}

.clinic-div a[aria-expanded=true] .expanded {
  display: none;
}

.clinic-div a[aria-expanded=false] .collapsed {
  display: none;
}

.clinic-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/dist/img/clinics/hero.jpg") center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width {
  width: 100%;
}

.blog p {
  margin-bottom: 30px;
}

.clinic-descr p {
  font-size: 16px;
}

.dist {
  color: #333333;
  font-size: 22px;
}

.dist .map-icon {
  width: 32px;
}

.direccion-data {
  padding-left: 0px;
}

#clinic-map {
  width: 100%;
  height: 300px;
}

.treatment-container {
  margin-bottom: 55px;
}

.treatment-text.unidades h5 {
  margin-top: 10px;
}

.treatment-text.unidades p {
  margin-top: 25px;
}

h5 {
  font-size: 0.975rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.175rem;
  }
  h6 {
    font-size: .875rem;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
  }
}

.faqs-precio {
  font-size: 0.875rem;
}

.faqs-precio:not(:last-child) {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .faqs-precio {
    font-size: 1rem;
  }
}

.prices-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/dist/img/prices/hero.jpg") center center;
  background-size: cover;
}

.price-compare {
  padding: .8rem;
}

.price-compare ul li {
  margin-top: 15px;
  line-height: 20px;
  list-style-type: disc;
  font-size: 14px;
  hyphens: auto;
  word-break: break-word;
}

.price-compare h6 {
  text-transform: uppercase;
  color: #3487ff;
  height: 40px;
}

.price-compare .price-link {
  font-size: 16px;
  color: #0870CD;
  text-decoration: underline;
  font-weight: bold;
}


@media (max-width: 992px) {
  .price-compare {
    border: 1px solid #e2e2e2;
    padding: .8rem 0;
    border-radius: 1rem;
  }

  .price-compare-row >div:not(:last-child) .price-compare {
    margin-bottom: 1rem;
  }

  .price-compare ul {
    padding-left: 0;
  }

  .price-compare ul li {
    text-align: center;
    list-style: none;
  }
}

@media (min-width: 992px) {
  .price-compare {
    border: 0;
    padding: .8rem 1.5rem;
    height: 100%;
  }
  .price-compare-row >div:not(:last-child){
    border-right: 1px solid #e2e2e2;
  }
  .price-compare ul {
    margin-top: 30px;
    padding-left: .5rem;
  }
}

.finan-input-div {
  width: 8rem;
  margin: 0 auto;
}

.finan-input-div #cantidad {
  padding: 0.75rem 0.5rem;
  background-color: #fff;
  border-left: 0;
}

.finan-input-div .finan-input {
  border-right: 0;
  padding: 0.75rem 0.5rem;
}

.box-aplazar {
  box-sizing: content-box;
  position: relative;
  background-color: #fff;
  border: 4px solid rgba(129, 129, 129, 0.5);
  height: 330px;
  padding: 20px;
  cursor: pointer;
}

.box-aplazar .bottom-box {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 40px);
}

.box-aplazar .bottom-box .btn {
  color: #0870CD !important;
  border: 2px solid #0870CD;
  font-weight: bold;
  padding: 10px 35px 10px 35px;
  white-space: normal;
}

.box-aplazar.selected {
  border: 4px solid #0870CD;
}

.box-aplazar.selected .bottom-box .btn {
  color: #fff !important;
  background-color: #0870CD;
}

.box-aplazar.selected h4 {
  color: #3487ff;
}

.box-aplazar h6 {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
}

.box-aplazar h4 {
  color: #818181;
}

.box-aplazar h4.selected {
  color: #3487ff;
}

.box-aplazar p {
  color: rgba(129, 129, 129, 0.5);
  font-size: 14px;
  text-align: left;
}

.finan-detail {
  display: none;
  background-color: #fff;
  padding-bottom: 20px;
}

.finan-detail p {
  font-size: 14px;
  padding-top: 25px;
}

.finan-detail p select {
  margin: 0 auto;
  margin-top: 10px;
  background-color: #eeeeee;
  font-size: 16px;
  width: 200px;
  color: #818181;
}

.finan-detail table {
  width: 100%;
}

.finan-detail table td {
  font-size: 14px;
  padding: .25rem .5rem;
  text-align: left;
}

.finan-detail table td.total {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.finan-detail table td:nth-child(even) {
  text-align: right;
}

.finan-detail table tr:nth-child(even) {
  background-color: #F2F2F2;
}

.finan-detail.shown {
  display: inherit;
}

.faq-container {
  margin: 0 auto;
}

.faq-card {
  max-width: 18rem;
  margin-bottom: .5rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  /*
    @include if-is-xs-device {
      max-width: 20rem;
    }
  /*
    @include if-is-s-device {
      max-width: 10.5rem;
    }

    @include if-is-sm-device {
      max-width: 12rem;
    }

    @include if-is-m-device {
      max-width: 21rem;
    }

    @include if-is-l-device {
      max-width: 16rem;
    }*/
}

.faq-card > a {
  height: 100%;
  display: block;
}

.faq-card > a:hover {
  text-decoration: none;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .faq-card {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .faq-card {
    margin-bottom: 0;
  }
}

.faq-card .faq-text {
  padding: 1.5rem .25rem 1rem .25rem;
}

.faq-card .faq-text p {
  font-size: 1rem;
  display: grid;
}

.faq-ul {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .faq-ul {
    margin-top: 3rem;
  }
}

.faq-ul li {
  line-height: 45px;
  font-weight: bold;
}

#generic-search {
  padding: .5rem;
  background-color: transparent;
  border-right: 0;
}

#generic-search-input {
  padding-left: 0;
  border-left: 0;
}

.faq-article .article-index {
  margin-left: 15px;
  margin-top: 30px;
}

.faq-article .article-index li {
  line-height: initial;
}

.faq-article .article-index li:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .faq-article .article-index li {
    line-height: 40px;
    margin-bottom: 0;
  }
}

.faq-article .main-article-half .col-right {
  padding-left: 30px;
}

.faq-article .faq-acordeon-header {
  border-bottom: 1px solid rgba(129, 129, 129, 0.5);
}

.faq-article .faq-acordeon-header a {
  cursor: pointer;
}

.faq-video {
  margin: 0 auto;
  width: 100%;
  /*@include if-is-xs-device {
    height: 12rem;
  }

  @include if-is-s-device {
    height: 14rem;
  }

  @include if-is-sm-device {
    height: 16rem;
  }

  @include if-is-m-device {
    height: 20rem;
  }

  @include if-is-l-device {
    height: 24rem;
  }

  @include if-is-xl-device {
    height: 32rem;
  }*/
}

@media (min-width: 576px) {
  .faq-video {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .faq-video {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .faq-video {
    width: 40%;
  }
}

.faq-article-text {
  font-size: 16px;
  line-height: 30px;
}

.faq-article-img {
  width: 100%;
}

.faq-article-box {
  padding: 35px;
}

.faq-article-box ul li {
  list-style-type: disc;
  line-height: 35px;
}

.faq-side-cat ul {
  padding-left: 0px;
}

.faq-side-cat ul li {
  line-height: 25px;
  font-weight: bold;
}

video {
  width: 100%;
}

.faq-sect-link {
  font-size: 16px;
  font-weight: bold;
  color: #0870CD;
}

.sec-list {
  padding: 20px;
}

@media (max-width: 991.98px) {
  .fancybox-slide {
    padding: 0px !important;
  }

  .fancybox-slide .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .fancybox-container .fancybox-show-toolbar .fancybox-is-open {
    z-index: 99995;
  }
}

.team-hero {
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.team-subtitle {
  max-width: 600px;
  margin: 15px auto;
}

.stories-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../img/stories/hero.jpg") center center;
  background-size: cover;
}

.subcomment {
  font-size: 16px;
  color: rgba(129, 129, 129, 0.5);
}

.story-card {
  max-width: 340px;
  color: #818181;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}

.story-card .story-card-text {
  padding: 25px 30px 25px 30px;
}

.story-card .story-card-img {
  width: 100%;
}

.story-card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
}

a.fancy {
  display: block;
}

a.fancy:hover {
  text-decoration: none;
}

.fancy-container {
  max-width: 800px;
}

#historias-solo-texto {
  box-shadow: none;
}

.blog-cat-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #3487ff;
  line-height: 30px;
  margin-top: 10px;
}

.blog-subtitle {
  font-size: 28px;
  font-weight: normal;
}

.blog-subtitle-2 {
  margin-bottom: 20px;
}

.blog-resume-small {
  font-size: 16px;
  color: #818181;
}

.blog-author {
  font-size: 16px;
  color: #333333;
}

.blog-aside-cat {
  margin-top: 20px;
}

.blog-aside-cat h5 {
  margin-bottom: 20px;
  padding-left: 15px;
}

.blog-aside-cat ul {
  padding: 0px;
  padding-left: 15px;
}

.blog-aside-cat ul li a {
  font-weight: bold;
  line-height: 35px;
  font-size: 16px;
}

.blog-aside-cat iframe {
  height: 210px;
  /*max-width: 270px;*/
}

.main-photo {
  max-width: 100%;
}

.photo-link {
  display: block;
  clear: both;
  max-width: 100%;
}

.photo-link > img {
  width: 100%;
}

.blog-lateral .app-download {
  background-color: #40b4e5;
  /* max-width: 88%;*/
  padding: 30px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .blog-lateral .app-download {
    margin-top: 0;
  }
}

.blog-lateral .app-download h4 {
  color: #fff;
}

.blog-lateral .app-download p {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  margin: 20px 0 20px 0;
}

.blog-lateral .app-download .btn {
  display: block;
  margin: 0 auto;
}

.article .blog-subtitle {
  padding-left: 0px;
}

.blog-post-title {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .blog-post-title {
    font-size: 2.5rem;
  }
}

.blog-post-author {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.blog-post-author .blog-author-img {
  border-radius: 50%;
  height: 32px;
  margin-right: 17px;
  float: left;
}

.blog-post-author p {
  color: #333333;
}

.blog-post-author p .reading-time {
  margin-left: 20px;
}

.blog-baby img {
  width: 100%;
}

p.article-resume {
  font-size: 18px;
}

p.article-text {
  font-size: 16px;
}

.blog-info-btn {
  margin: auto;
}

.blog-info-btn .btn-share {
  padding-left: 60px;
  padding-right: 60px;
}

.about-author {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.about-author .blog-author-img-div {
  display: inline-block;
}

.about-author .blog-author-img-div img {
  top: 50%;
  border-radius: 50%;
  width: 100px;
  vertical-align: middle;
  position: relative;
  margin-top: -50%;
}

.about-author .about-author-info {
  margin-left: 20px;
  margin-right: 60px;
}

.about-author .about-author-info p {
  font-size: 16px;
}

.social-share {
  margin: 0 auto;
  text-align: center;
}

.social-share p {
  margin-bottom: 3px;
}

.social-icons {
  margin: 0 auto;
}

.social-icons img {
  height: 20px;
  margin-right: 15px;
}

.clinics-template .expand a i {
  float: right;
}

@media (min-width: 768px) {
  .job-height {
    min-height: 75px;
  }
}

@media (min-width: 992px) {
  .job-height {
    min-height: 60px;
  }
}

/*Comentarios en blog*/

.comments {
  margin-top: 5em;
}

.comments > h2 {
  margin-bottom: 25px;
}

.comments > ul {
  list-style: none;
  padding-left: 0px;
}

.comments > ul li > ul.children {
  list-style: none;
}

.comments div.comment-author > img {
  width: 42px;
  height: 42px;
}

.doctor-photo {
  border-radius: 50%;
  width: 100%;
}

a[aria-expanded=true] .expanded {
  display: none;
}

a[aria-expanded=false] .collapsed {
  display: none;
}

h3 a:hover {
  text-decoration: none;
}

.clinic-div {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}

.clinic-div .expandable-box > i {
  float: left;
}

.clinic-div .expand {
  position: relative;
  float: right;
}

.tweet-div {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.tweet-div .subcomment {
  margin-bottom: 3px;
}

.tweet-div .tweet-text {
  font-size: 16px;
}

.btn-blue-border img {
  margin-right: 20px;
  /*height: 20px;*/
}

a.url-clinica {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 375px) {
  #default-img-specialist {
    padding: 1.5rem 0;
  }
}

@media (min-width: 425px) {
  #default-img-specialist {
    padding: 3rem 0;
  }
}

#pedir-cita ul {
  margin: 0;
  padding: 0;
}

#pedir-cita ul li {
  line-height: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#pedir-cita ul li i {
  font-size: 40px;
  color: #e2e2e2;
  margin-right: 24px;
}

#pedir-cita ul li p {
  margin: 0;
  display: inline;
}

.side-press-notes {
  background-color: #F2F2F2;
  /*max-width: 88%;*/
  padding: 30px;
}

.side-press-notes h4 {
  color: #000;
}

.side-press-notes p {
  color: #000;
}

.side-press-notes .btn {
  display: block;
  margin: 0 auto;
}

body.donantes a,
body.doadores a {
  color: #D40066;
}

body.donantes .footer a,
body.donantes .footer-mobile a,
body.doadores .footer a,
body.doadores .footer-mobile a {
  color: #f8d3e5;
}

body.donantes .btn-dona,
body.doadores .btn-dona {
  background-color: #D40066;
  border-color: #D40066;
  color: #f8f9fa;
}

body.donantes .btn-dona:hover,
body.doadores .btn-dona:hover {
  background-color: #ca0061;
}

body.donantes .article-index,
body.doadores .article-index {
  border-left-color: #D40066;
}

body.donantes #clinic-form .clinic-select,
body.doadores #clinic-form .clinic-select {
  background-color: #f8d3e5;
}

body.donantes .info-banner,
body.doadores .info-banner {
  background-color: #D40066;
}

#mensaje_error_donante {
  display: none;
  margin-bottom: 0;
}

#mensaje_error_donante label {
  color: #dc3545;
  font-weight: 700;
  font-size: 0.875rem;
}

.card-deck.card-ventajas-donacion .card {
  background-color: transparent;
  box-shadow: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*# sourceMappingURL=style.min.css.map */

.brochure-checkbox{
  margin: 0;
}
.brochure-checkbox input:checked + img {
  border-color: #2670CA;
}
.brochure-checkbox input {
  display: none;
}

.brochure-checkbox img {
  width: 100%;
  border: 3px solid transparent;
}

#content-ivi-congress-2019.de .btn-block {
  max-width: 374px !important;
}

/* OVERRIDE BOOTSTRAP STYLES */ 
.custom-select.is-valid, .was-validated .custom-select:valid,
.custom-select.is-invalid, .was-validated .custom-select:invalid,
.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
}