@charset "UTF-8";
/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007f9b;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C53135;
  --orange: #F05F3C;
  --yellow: #fff3d1;
  --green: #288744;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #8E8E8E;
  --gray-dark: #3A3A3A;
  --black: #000;
  --gray-100: #F9F9F9;
  --gray-200: #ECECEC;
  --gray-300: #E1E1E1;
  --gray-400: #D3D3D3;
  --gray-500: #B5B5B5;
  --gray-600: #8E8E8E;
  --gray-700: #4F4F4F;
  --gray-800: #3A3A3A;
  --gray-900: #242424;
  --primary: #F05F3C;
  --secondary: #2F3F4C;
  --success: #288744;
  --info: #2C464F;
  --warning: #F05F3C;
  --danger: #C53135;
  --light: #ECECEC;
  --dark: #3A3A3A;
  --black: #000;
  --white: #fff;
  --gray-100: #F9F9F9;
  --gray-200: #ECECEC;
  --gray-300: #E1E1E1;
  --gray-400: #D3D3D3;
  --gray-500: #B5B5B5;
  --gray-600: #8E8E8E;
  --gray-700: #4F4F4F;
  --gray-800: #3A3A3A;
  --gray-900: #242424;
  --primary-light: #ffcec1;
  --primary-lighter: #fce4cb;
  --secondary-light: #D2F1F3;
  --secondary-lighter: #F3F9FA;
  --green-dark: #216E38;
  --green: #288744;
  --blue-dark: #2F3F4C;
  --blue: #007f9b;
  --blue-light: #a4e0df;
  --blue-lighter: #D2F1F3;
  --blue-lightest: #F3F9FA;
  --navy-dark: #23373f;
  --navy: #2C464F;
  --breakpoint-xs: 0;
  --breakpoint-sm: 540px;
  --breakpoint-md: 795px;
  --breakpoint-lg: 1080px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: Poppins, Arial, sans-serif;
  --font-family-monospace: Roboto, Arial, sans-serif;
}

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

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

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

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  text-decoration-skip-ink: none;
}

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

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #F05F3C;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b82f0e;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: Roboto, Arial, sans-serif;
  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: #7e8d94;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=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;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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-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: Poppins, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #E1E1E1;
}

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: 5px;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7e8d94;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 90%;
  color: #bd4147;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.4rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 90%;
  color: #292b2c;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 1080px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 10%;
  max-width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 795px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1080px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #292b2c;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #F5F5F5;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #F5F5F5;
}
.table tbody + tbody {
  border-top: 4px solid #F5F5F5;
}

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

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

.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 {
  color: #292b2c;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbd2c8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f7ac9a;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c5c9cd;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #939ba2;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3ddcb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fc19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c4cbce;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #919fa3;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbd2c8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f7ac9a;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #efc5c6;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e19496;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: whitesmoke;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8c8c8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #999999;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fdfdfd;
}
.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-gray-100:hover {
  background-color: #f0f0f0;
}
.table-hover .table-gray-100:hover > td,
.table-hover .table-gray-100:hover > th {
  background-color: #f0f0f0;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #fafafa;
}
.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: whitesmoke;
}

.table-hover .table-gray-200:hover {
  background-color: #ededed;
}
.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #ededed;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f7f7f7;
}
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #efefef;
}

.table-hover .table-gray-300:hover {
  background-color: #eaeaea;
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #eaeaea;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f3f3f3;
}
.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #e8e8e8;
}

.table-hover .table-gray-400:hover {
  background-color: #e6e6e6;
}
.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #e6e6e6;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #eaeaea;
}
.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody + tbody {
  border-color: #d9d9d9;
}

.table-hover .table-gray-500:hover {
  background-color: #dddddd;
}
.table-hover .table-gray-500:hover > td,
.table-hover .table-gray-500:hover > th {
  background-color: #dddddd;
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #dfdfdf;
}
.table-gray-600 th,
.table-gray-600 td,
.table-gray-600 thead th,
.table-gray-600 tbody + tbody {
  border-color: #c4c4c4;
}

.table-hover .table-gray-600:hover {
  background-color: #d2d2d2;
}
.table-hover .table-gray-600:hover > td,
.table-hover .table-gray-600:hover > th {
  background-color: #d2d2d2;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #cecece;
}
.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #a3a3a3;
}

.table-hover .table-gray-700:hover {
  background-color: #c1c1c1;
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #c1c1c1;
}

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #c8c8c8;
}
.table-gray-800 th,
.table-gray-800 td,
.table-gray-800 thead th,
.table-gray-800 tbody + tbody {
  border-color: #999999;
}

.table-hover .table-gray-800:hover {
  background-color: #bbbbbb;
}
.table-hover .table-gray-800:hover > td,
.table-hover .table-gray-800:hover > th {
  background-color: #bbbbbb;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #c2c2c2;
}
.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #8d8d8d;
}

.table-hover .table-gray-900:hover {
  background-color: #b5b5b5;
}
.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #b5b5b5;
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #fff1ee;
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: #ffe6df;
}

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

.table-primary-lighter,
.table-primary-lighter > th,
.table-primary-lighter > td {
  background-color: #fef7f0;
}
.table-primary-lighter th,
.table-primary-lighter td,
.table-primary-lighter thead th,
.table-primary-lighter tbody + tbody {
  border-color: #fdf1e4;
}

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

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: #f2fbfc;
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: #e8f8f9;
}

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

.table-secondary-lighter,
.table-secondary-lighter > th,
.table-secondary-lighter > td {
  background-color: #fcfdfe;
}
.table-secondary-lighter th,
.table-secondary-lighter td,
.table-secondary-lighter thead th,
.table-secondary-lighter tbody + tbody {
  border-color: #f9fcfc;
}

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

.table-green-dark,
.table-green-dark > th,
.table-green-dark > td {
  background-color: #c1d6c7;
}
.table-green-dark th,
.table-green-dark td,
.table-green-dark thead th,
.table-green-dark tbody + tbody {
  border-color: #8cb498;
}

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

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c3ddcb;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #8fc19e;
}

.table-hover .table-green:hover {
  background-color: #b3d4bd;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #b3d4bd;
}

.table-blue-dark,
.table-blue-dark > th,
.table-blue-dark > td {
  background-color: #c5c9cd;
}
.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody + tbody {
  border-color: #939ba2;
}

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8dbe3;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7abccb;
}

.table-hover .table-blue:hover {
  background-color: #a6d2dc;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a6d2dc;
}

.table-blue-light,
.table-blue-light > th,
.table-blue-light > td {
  background-color: #e6f6f6;
}
.table-blue-light th,
.table-blue-light td,
.table-blue-light thead th,
.table-blue-light tbody + tbody {
  border-color: #d0efee;
}

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

.table-blue-lighter,
.table-blue-lighter > th,
.table-blue-lighter > td {
  background-color: #f2fbfc;
}
.table-blue-lighter th,
.table-blue-lighter td,
.table-blue-lighter thead th,
.table-blue-lighter tbody + tbody {
  border-color: #e8f8f9;
}

.table-hover .table-blue-lighter:hover {
  background-color: #ddf5f7;
}
.table-hover .table-blue-lighter:hover > td,
.table-hover .table-blue-lighter:hover > th {
  background-color: #ddf5f7;
}

.table-blue-lightest,
.table-blue-lightest > th,
.table-blue-lightest > td {
  background-color: #fcfdfe;
}
.table-blue-lightest th,
.table-blue-lightest td,
.table-blue-lightest thead th,
.table-blue-lightest tbody + tbody {
  border-color: #f9fcfc;
}

.table-hover .table-blue-lightest:hover {
  background-color: #e9f0f8;
}
.table-hover .table-blue-lightest:hover > td,
.table-hover .table-blue-lightest:hover > th {
  background-color: #e9f0f8;
}

.table-navy-dark,
.table-navy-dark > th,
.table-navy-dark > td {
  background-color: #c1c7c9;
}
.table-navy-dark th,
.table-navy-dark td,
.table-navy-dark thead th,
.table-navy-dark tbody + tbody {
  border-color: #8d979b;
}

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

.table-navy,
.table-navy > th,
.table-navy > td {
  background-color: #c4cbce;
}
.table-navy th,
.table-navy td,
.table-navy thead th,
.table-navy tbody + tbody {
  border-color: #919fa3;
}

.table-hover .table-navy:hover {
  background-color: #b6bfc2;
}
.table-hover .table-navy:hover > td,
.table-hover .table-navy:hover > th {
  background-color: #b6bfc2;
}

.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: #242424;
  border-color: #373737;
}
.table .thead-light th {
  color: #464a4c;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.table-dark {
  color: #fff;
  background-color: #242424;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #373737;
}
.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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 539.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 794.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1079.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #464a4c;
}
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  outline: 0;
  box-shadow: 0 0 0 0rem transparent;
}
.form-control::placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ECECEC;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #292b2c;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: 1.8125rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.form-control-lg {
  height: 2.6666666667rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 1rem;
}

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.25rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #7e8d94;
}

.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: #288744;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 135, 68, 0.9);
  border-radius: 0.4rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #288744;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23288744' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right add(0.3125em, 0.25rem) center;
  background-size: add(0.625em, 0.5rem) add(0.625em, 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #288744;
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top add(0.3125em, 0.25rem) right add(0.3125em, 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #288744;
  padding-right: add(0.75em, 2.3125rem);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23288744' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/add(0.625em, 0.5rem) add(0.625em, 0.5rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #288744;
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #288744;
}
.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: #288744;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #288744;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ae58;
  background-color: #34ae58;
}
.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 0rem rgba(40, 135, 68, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #288744;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #288744;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #288744;
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(197, 49, 53, 0.9);
  border-radius: 0.4rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C53135;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C53135' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C53135' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right add(0.3125em, 0.25rem) center;
  background-size: add(0.625em, 0.5rem) add(0.625em, 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C53135;
  box-shadow: 0 0 0 0rem rgba(197, 49, 53, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top add(0.3125em, 0.25rem) right add(0.3125em, 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C53135;
  padding-right: add(0.75em, 2.3125rem);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C53135' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C53135' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/add(0.625em, 0.5rem) add(0.625em, 0.5rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C53135;
  box-shadow: 0 0 0 0rem rgba(197, 49, 53, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C53135;
}
.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: #C53135;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C53135;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #d55458;
  background-color: #d55458;
}
.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 0rem rgba(197, 49, 53, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C53135;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C53135;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C53135;
  box-shadow: 0 0 0 0rem rgba(197, 49, 53, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 540px) {
  .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;
    flex-shrink: 0;
    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-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  color: #292b2c;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #292b2c;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem transparent;
}
.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: #F05F3C;
  border-color: #F05F3C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ed4218;
  border-color: #e73b12;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ed4218;
  border-color: #e73b12;
  box-shadow: 0 0 0 0rem rgba(242, 119, 89, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e73b12;
  border-color: #db3811;
}
.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 0rem rgba(242, 119, 89, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #202b34;
  border-color: #1c252c;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #202b34;
  border-color: #1c252c;
  box-shadow: 0 0 0 0rem rgba(78, 92, 103, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1c252c;
  border-color: #171e25;
}
.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 0rem rgba(78, 92, 103, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-success:hover {
  color: #fff;
  background-color: #1f6935;
  border-color: #1c6030;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1f6935;
  border-color: #1c6030;
  box-shadow: 0 0 0 0rem rgba(72, 153, 96, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1c6030;
  border-color: #19562b;
}
.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 0rem rgba(72, 153, 96, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-info:hover {
  color: #fff;
  background-color: #1e3036;
  border-color: #1a292e;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1e3036;
  border-color: #1a292e;
  box-shadow: 0 0 0 0rem rgba(76, 98, 105, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a292e;
  border-color: #152226;
}
.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 0rem rgba(76, 98, 105, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ed4218;
  border-color: #e73b12;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ed4218;
  border-color: #e73b12;
  box-shadow: 0 0 0 0rem rgba(242, 119, 89, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e73b12;
  border-color: #db3811;
}
.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 0rem rgba(242, 119, 89, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C53135;
  border-color: #C53135;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a6292d;
  border-color: #9c272a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a6292d;
  border-color: #9c272a;
  box-shadow: 0 0 0 0rem rgba(206, 80, 83, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C53135;
  border-color: #C53135;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9c272a;
  border-color: #922427;
}
.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 0rem rgba(206, 80, 83, 0.5);
}

.btn-light {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-light:hover {
  color: #242424;
  background-color: #d9d9d9;
  border-color: lightgray;
}
.btn-light:focus, .btn-light.focus {
  color: #242424;
  background-color: #d9d9d9;
  border-color: lightgray;
  box-shadow: 0 0 0 0rem rgba(206, 206, 206, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #242424;
  background-color: lightgray;
  border-color: #cccccc;
}
.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 0rem rgba(206, 206, 206, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-dark:hover {
  color: #fff;
  background-color: #272727;
  border-color: #212121;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #272727;
  border-color: #212121;
  box-shadow: 0 0 0 0rem rgba(88, 88, 88, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #1a1a1a;
}
.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 0rem rgba(88, 88, 88, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 38, 38, 0.5);
}

.btn-white {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #242424;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #242424;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0rem rgba(222, 222, 222, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #242424;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 222, 222, 0.5);
}

.btn-gray-100 {
  color: #242424;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-gray-100:hover {
  color: #242424;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-gray-100:focus, .btn-gray-100.focus {
  color: #242424;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  box-shadow: 0 0 0 0rem rgba(217, 217, 217, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #242424;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #242424;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(217, 217, 217, 0.5);
}

.btn-gray-200 {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-gray-200:hover {
  color: #242424;
  background-color: #d9d9d9;
  border-color: lightgray;
}
.btn-gray-200:focus, .btn-gray-200.focus {
  color: #242424;
  background-color: #d9d9d9;
  border-color: lightgray;
  box-shadow: 0 0 0 0rem rgba(206, 206, 206, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #242424;
  background-color: lightgray;
  border-color: #cccccc;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(206, 206, 206, 0.5);
}

.btn-gray-300 {
  color: #242424;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-gray-300:hover {
  color: #242424;
  background-color: #cecece;
  border-color: #c8c8c8;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #242424;
  background-color: #cecece;
  border-color: #c8c8c8;
  box-shadow: 0 0 0 0rem rgba(197, 197, 197, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #242424;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #242424;
  background-color: #c8c8c8;
  border-color: #c1c1c1;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(197, 197, 197, 0.5);
}

.btn-gray-400 {
  color: #242424;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.btn-gray-400:hover {
  color: #242424;
  background-color: silver;
  border-color: #bababa;
}
.btn-gray-400:focus, .btn-gray-400.focus {
  color: #242424;
  background-color: silver;
  border-color: #bababa;
  box-shadow: 0 0 0 0rem rgba(185, 185, 185, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #242424;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #242424;
  background-color: #bababa;
  border-color: #b3b3b3;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(185, 185, 185, 0.5);
}

.btn-gray-500 {
  color: #242424;
  background-color: #B5B5B5;
  border-color: #B5B5B5;
}
.btn-gray-500:hover {
  color: #242424;
  background-color: #a2a2a2;
  border-color: #9c9c9c;
}
.btn-gray-500:focus, .btn-gray-500.focus {
  color: #242424;
  background-color: #a2a2a2;
  border-color: #9c9c9c;
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #242424;
  background-color: #B5B5B5;
  border-color: #B5B5B5;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #242424;
  background-color: #9c9c9c;
  border-color: #959595;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #757575;
}
.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #757575;
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}
.btn-gray-600.disabled, .btn-gray-600:disabled {
  color: #fff;
  background-color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active, .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #6e6e6e;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(159, 159, 159, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #363636;
}
.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #363636;
  box-shadow: 0 0 0 0rem rgba(105, 105, 105, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #2f2f2f;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(105, 105, 105, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #272727;
  border-color: #212121;
}
.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #272727;
  border-color: #212121;
  box-shadow: 0 0 0 0rem rgba(88, 88, 88, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #1a1a1a;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(88, 88, 88, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #111111;
  border-color: #0b0b0b;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: #111111;
  border-color: #0b0b0b;
  box-shadow: 0 0 0 0rem rgba(69, 69, 69, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #040404;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(69, 69, 69, 0.5);
}

.btn-primary-light {
  color: #242424;
  background-color: #ffcec1;
  border-color: #ffcec1;
}
.btn-primary-light:hover {
  color: #242424;
  background-color: #ffb09b;
  border-color: #ffa68e;
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #242424;
  background-color: #ffb09b;
  border-color: #ffa68e;
  box-shadow: 0 0 0 0rem rgba(222, 181, 169, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #242424;
  background-color: #ffcec1;
  border-color: #ffcec1;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #242424;
  background-color: #ffa68e;
  border-color: #ff9c81;
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(222, 181, 169, 0.5);
}

.btn-primary-lighter {
  color: #242424;
  background-color: #fce4cb;
  border-color: #fce4cb;
}
.btn-primary-lighter:hover {
  color: #242424;
  background-color: #fad1a7;
  border-color: #f9cb9b;
}
.btn-primary-lighter:focus, .btn-primary-lighter.focus {
  color: #242424;
  background-color: #fad1a7;
  border-color: #f9cb9b;
  box-shadow: 0 0 0 0rem rgba(220, 199, 178, 0.5);
}
.btn-primary-lighter.disabled, .btn-primary-lighter:disabled {
  color: #242424;
  background-color: #fce4cb;
  border-color: #fce4cb;
}
.btn-primary-lighter:not(:disabled):not(.disabled):active, .btn-primary-lighter:not(:disabled):not(.disabled).active, .show > .btn-primary-lighter.dropdown-toggle {
  color: #242424;
  background-color: #f9cb9b;
  border-color: #f9c58f;
}
.btn-primary-lighter:not(:disabled):not(.disabled):active:focus, .btn-primary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(220, 199, 178, 0.5);
}

.btn-secondary-light {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-secondary-light:hover {
  color: #242424;
  background-color: #b4e8eb;
  border-color: #aae4e8;
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #242424;
  background-color: #b4e8eb;
  border-color: #aae4e8;
  box-shadow: 0 0 0 0rem rgba(184, 210, 212, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #242424;
  background-color: #aae4e8;
  border-color: #a0e1e6;
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(184, 210, 212, 0.5);
}

.btn-secondary-lighter {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-secondary-lighter:hover {
  color: #242424;
  background-color: #d8ecef;
  border-color: #cfe7eb;
}
.btn-secondary-lighter:focus, .btn-secondary-lighter.focus {
  color: #242424;
  background-color: #d8ecef;
  border-color: #cfe7eb;
  box-shadow: 0 0 0 0rem rgba(212, 217, 218, 0.5);
}
.btn-secondary-lighter.disabled, .btn-secondary-lighter:disabled {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-secondary-lighter:not(:disabled):not(.disabled):active, .btn-secondary-lighter:not(:disabled):not(.disabled).active, .show > .btn-secondary-lighter.dropdown-toggle {
  color: #242424;
  background-color: #cfe7eb;
  border-color: #c6e3e7;
}
.btn-secondary-lighter:not(:disabled):not(.disabled):active:focus, .btn-secondary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(212, 217, 218, 0.5);
}

.btn-green-dark {
  color: #fff;
  background-color: #216E38;
  border-color: #216E38;
}
.btn-green-dark:hover {
  color: #fff;
  background-color: #185129;
  border-color: #154724;
}
.btn-green-dark:focus, .btn-green-dark.focus {
  color: #fff;
  background-color: #185129;
  border-color: #154724;
  box-shadow: 0 0 0 0rem rgba(66, 132, 86, 0.5);
}
.btn-green-dark.disabled, .btn-green-dark:disabled {
  color: #fff;
  background-color: #216E38;
  border-color: #216E38;
}
.btn-green-dark:not(:disabled):not(.disabled):active, .btn-green-dark:not(:disabled):not(.disabled).active, .show > .btn-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #154724;
  border-color: #123d1f;
}
.btn-green-dark:not(:disabled):not(.disabled):active:focus, .btn-green-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(66, 132, 86, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-green:hover {
  color: #fff;
  background-color: #1f6935;
  border-color: #1c6030;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #1f6935;
  border-color: #1c6030;
  box-shadow: 0 0 0 0rem rgba(72, 153, 96, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1c6030;
  border-color: #19562b;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(72, 153, 96, 0.5);
}

.btn-blue-dark {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-blue-dark:hover {
  color: #fff;
  background-color: #202b34;
  border-color: #1c252c;
}
.btn-blue-dark:focus, .btn-blue-dark.focus {
  color: #fff;
  background-color: #202b34;
  border-color: #1c252c;
  box-shadow: 0 0 0 0rem rgba(78, 92, 103, 0.5);
}
.btn-blue-dark.disabled, .btn-blue-dark:disabled {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #1c252c;
  border-color: #171e25;
}
.btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(78, 92, 103, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #007f9b;
  border-color: #007f9b;
}
.btn-blue:hover {
  color: #fff;
  background-color: #006075;
  border-color: #005568;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #006075;
  border-color: #005568;
  box-shadow: 0 0 0 0rem rgba(38, 146, 170, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #007f9b;
  border-color: #007f9b;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #005568;
  border-color: #004b5b;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38, 146, 170, 0.5);
}

.btn-blue-light {
  color: #242424;
  background-color: #a4e0df;
  border-color: #a4e0df;
}
.btn-blue-light:hover {
  color: #242424;
  background-color: #87d6d5;
  border-color: #7ed3d2;
}
.btn-blue-light:focus, .btn-blue-light.focus {
  color: #242424;
  background-color: #87d6d5;
  border-color: #7ed3d2;
  box-shadow: 0 0 0 0rem rgba(145, 196, 195, 0.5);
}
.btn-blue-light.disabled, .btn-blue-light:disabled {
  color: #242424;
  background-color: #a4e0df;
  border-color: #a4e0df;
}
.btn-blue-light:not(:disabled):not(.disabled):active, .btn-blue-light:not(:disabled):not(.disabled).active, .show > .btn-blue-light.dropdown-toggle {
  color: #242424;
  background-color: #7ed3d2;
  border-color: #74d0ce;
}
.btn-blue-light:not(:disabled):not(.disabled):active:focus, .btn-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(145, 196, 195, 0.5);
}

.btn-blue-lighter {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-blue-lighter:hover {
  color: #242424;
  background-color: #b4e8eb;
  border-color: #aae4e8;
}
.btn-blue-lighter:focus, .btn-blue-lighter.focus {
  color: #242424;
  background-color: #b4e8eb;
  border-color: #aae4e8;
  box-shadow: 0 0 0 0rem rgba(184, 210, 212, 0.5);
}
.btn-blue-lighter.disabled, .btn-blue-lighter:disabled {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-blue-lighter:not(:disabled):not(.disabled):active, .btn-blue-lighter:not(:disabled):not(.disabled).active, .show > .btn-blue-lighter.dropdown-toggle {
  color: #242424;
  background-color: #aae4e8;
  border-color: #a0e1e6;
}
.btn-blue-lighter:not(:disabled):not(.disabled):active:focus, .btn-blue-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(184, 210, 212, 0.5);
}

.btn-blue-lightest {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-blue-lightest:hover {
  color: #242424;
  background-color: #d8ecef;
  border-color: #cfe7eb;
}
.btn-blue-lightest:focus, .btn-blue-lightest.focus {
  color: #242424;
  background-color: #d8ecef;
  border-color: #cfe7eb;
  box-shadow: 0 0 0 0rem rgba(212, 217, 218, 0.5);
}
.btn-blue-lightest.disabled, .btn-blue-lightest:disabled {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-blue-lightest:not(:disabled):not(.disabled):active, .btn-blue-lightest:not(:disabled):not(.disabled).active, .show > .btn-blue-lightest.dropdown-toggle {
  color: #242424;
  background-color: #cfe7eb;
  border-color: #c6e3e7;
}
.btn-blue-lightest:not(:disabled):not(.disabled):active:focus, .btn-blue-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(212, 217, 218, 0.5);
}

.btn-navy-dark {
  color: #fff;
  background-color: #23373f;
  border-color: #23373f;
}
.btn-navy-dark:hover {
  color: #fff;
  background-color: #152226;
  border-color: #111a1e;
}
.btn-navy-dark:focus, .btn-navy-dark.focus {
  color: #fff;
  background-color: #152226;
  border-color: #111a1e;
  box-shadow: 0 0 0 0rem rgba(68, 85, 92, 0.5);
}
.btn-navy-dark.disabled, .btn-navy-dark:disabled {
  color: #fff;
  background-color: #23373f;
  border-color: #23373f;
}
.btn-navy-dark:not(:disabled):not(.disabled):active, .btn-navy-dark:not(:disabled):not(.disabled).active, .show > .btn-navy-dark.dropdown-toggle {
  color: #fff;
  background-color: #111a1e;
  border-color: #0c1316;
}
.btn-navy-dark:not(:disabled):not(.disabled):active:focus, .btn-navy-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-navy-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(68, 85, 92, 0.5);
}

.btn-navy {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-navy:hover {
  color: #fff;
  background-color: #1e3036;
  border-color: #1a292e;
}
.btn-navy:focus, .btn-navy.focus {
  color: #fff;
  background-color: #1e3036;
  border-color: #1a292e;
  box-shadow: 0 0 0 0rem rgba(76, 98, 105, 0.5);
}
.btn-navy.disabled, .btn-navy:disabled {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active, .show > .btn-navy.dropdown-toggle {
  color: #fff;
  background-color: #1a292e;
  border-color: #152226;
}
.btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(76, 98, 105, 0.5);
}

.btn-outline-primary {
  color: #F05F3C;
  border-color: #F05F3C;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(240, 95, 60, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F05F3C;
  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: #F05F3C;
  border-color: #F05F3C;
}
.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 0rem rgba(240, 95, 60, 0.5);
}

.btn-outline-secondary {
  color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(47, 63, 76, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #2F3F4C;
  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: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.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 0rem rgba(47, 63, 76, 0.5);
}

.btn-outline-success {
  color: #288744;
  border-color: #288744;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #288744;
  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: #288744;
  border-color: #288744;
}
.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 0rem rgba(40, 135, 68, 0.5);
}

.btn-outline-info {
  color: #2C464F;
  border-color: #2C464F;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0rem rgba(44, 70, 79, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2C464F;
  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: #2C464F;
  border-color: #2C464F;
}
.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 0rem rgba(44, 70, 79, 0.5);
}

.btn-outline-warning {
  color: #F05F3C;
  border-color: #F05F3C;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0rem rgba(240, 95, 60, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F05F3C;
  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: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.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 0rem rgba(240, 95, 60, 0.5);
}

.btn-outline-danger {
  color: #C53135;
  border-color: #C53135;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C53135;
  border-color: #C53135;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0rem rgba(197, 49, 53, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C53135;
  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: #C53135;
  border-color: #C53135;
}
.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 0rem rgba(197, 49, 53, 0.5);
}

.btn-outline-light {
  color: #ECECEC;
  border-color: #ECECEC;
}
.btn-outline-light:hover {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0rem rgba(236, 236, 236, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ECECEC;
  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: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.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 0rem rgba(236, 236, 236, 0.5);
}

.btn-outline-dark {
  color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0rem rgba(58, 58, 58, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3A3A3A;
  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: #3A3A3A;
  border-color: #3A3A3A;
}
.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 0rem rgba(58, 58, 58, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-100 {
  color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-outline-gray-100:hover {
  color: #242424;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0rem rgba(249, 249, 249, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #F9F9F9;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #242424;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(249, 249, 249, 0.5);
}

.btn-outline-gray-200 {
  color: #ECECEC;
  border-color: #ECECEC;
}
.btn-outline-gray-200:hover {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0rem rgba(236, 236, 236, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #ECECEC;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #242424;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(236, 236, 236, 0.5);
}

.btn-outline-gray-300 {
  color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-outline-gray-300:hover {
  color: #242424;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0rem rgba(225, 225, 225, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #E1E1E1;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #242424;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(225, 225, 225, 0.5);
}

.btn-outline-gray-400 {
  color: #D3D3D3;
  border-color: #D3D3D3;
}
.btn-outline-gray-400:hover {
  color: #242424;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0rem rgba(211, 211, 211, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #D3D3D3;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #242424;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(211, 211, 211, 0.5);
}

.btn-outline-gray-500 {
  color: #B5B5B5;
  border-color: #B5B5B5;
}
.btn-outline-gray-500:hover {
  color: #242424;
  background-color: #B5B5B5;
  border-color: #B5B5B5;
}
.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0rem rgba(181, 181, 181, 0.5);
}
.btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
  color: #B5B5B5;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
  color: #242424;
  background-color: #B5B5B5;
  border-color: #B5B5B5;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(181, 181, 181, 0.5);
}

.btn-outline-gray-600 {
  color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0rem rgba(142, 142, 142, 0.5);
}
.btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
  color: #8E8E8E;
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(142, 142, 142, 0.5);
}

.btn-outline-gray-700 {
  color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0rem rgba(79, 79, 79, 0.5);
}
.btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
  color: #4F4F4F;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(79, 79, 79, 0.5);
}

.btn-outline-gray-800 {
  color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0rem rgba(58, 58, 58, 0.5);
}
.btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
  color: #3A3A3A;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(58, 58, 58, 0.5);
}

.btn-outline-gray-900 {
  color: #242424;
  border-color: #242424;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0rem rgba(36, 36, 36, 0.5);
}
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
  color: #242424;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(36, 36, 36, 0.5);
}

.btn-outline-primary-light {
  color: #ffcec1;
  border-color: #ffcec1;
}
.btn-outline-primary-light:hover {
  color: #242424;
  background-color: #ffcec1;
  border-color: #ffcec1;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0rem rgba(255, 206, 193, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #ffcec1;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #242424;
  background-color: #ffcec1;
  border-color: #ffcec1;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(255, 206, 193, 0.5);
}

.btn-outline-primary-lighter {
  color: #fce4cb;
  border-color: #fce4cb;
}
.btn-outline-primary-lighter:hover {
  color: #242424;
  background-color: #fce4cb;
  border-color: #fce4cb;
}
.btn-outline-primary-lighter:focus, .btn-outline-primary-lighter.focus {
  box-shadow: 0 0 0 0rem rgba(252, 228, 203, 0.5);
}
.btn-outline-primary-lighter.disabled, .btn-outline-primary-lighter:disabled {
  color: #fce4cb;
  background-color: transparent;
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active, .btn-outline-primary-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-lighter.dropdown-toggle {
  color: #242424;
  background-color: #fce4cb;
  border-color: #fce4cb;
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(252, 228, 203, 0.5);
}

.btn-outline-secondary-light {
  color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-secondary-light:hover {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #D2F1F3;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}

.btn-outline-secondary-lighter {
  color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-secondary-lighter:hover {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-secondary-lighter:focus, .btn-outline-secondary-lighter.focus {
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}
.btn-outline-secondary-lighter.disabled, .btn-outline-secondary-lighter:disabled {
  color: #F3F9FA;
  background-color: transparent;
}
.btn-outline-secondary-lighter:not(:disabled):not(.disabled):active, .btn-outline-secondary-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-lighter.dropdown-toggle {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-secondary-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}

.btn-outline-green-dark {
  color: #216E38;
  border-color: #216E38;
}
.btn-outline-green-dark:hover {
  color: #fff;
  background-color: #216E38;
  border-color: #216E38;
}
.btn-outline-green-dark:focus, .btn-outline-green-dark.focus {
  box-shadow: 0 0 0 0rem rgba(33, 110, 56, 0.5);
}
.btn-outline-green-dark.disabled, .btn-outline-green-dark:disabled {
  color: #216E38;
  background-color: transparent;
}
.btn-outline-green-dark:not(:disabled):not(.disabled):active, .btn-outline-green-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #216E38;
  border-color: #216E38;
}
.btn-outline-green-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-green-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(33, 110, 56, 0.5);
}

.btn-outline-green {
  color: #288744;
  border-color: #288744;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #288744;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #288744;
  border-color: #288744;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.5);
}

.btn-outline-blue-dark {
  color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-outline-blue-dark:focus, .btn-outline-blue-dark.focus {
  box-shadow: 0 0 0 0rem rgba(47, 63, 76, 0.5);
}
.btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
  color: #2F3F4C;
  background-color: transparent;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #2F3F4C;
  border-color: #2F3F4C;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(47, 63, 76, 0.5);
}

.btn-outline-blue {
  color: #007f9b;
  border-color: #007f9b;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #007f9b;
  border-color: #007f9b;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0rem rgba(0, 127, 155, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #007f9b;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #007f9b;
  border-color: #007f9b;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(0, 127, 155, 0.5);
}

.btn-outline-blue-light {
  color: #a4e0df;
  border-color: #a4e0df;
}
.btn-outline-blue-light:hover {
  color: #242424;
  background-color: #a4e0df;
  border-color: #a4e0df;
}
.btn-outline-blue-light:focus, .btn-outline-blue-light.focus {
  box-shadow: 0 0 0 0rem rgba(164, 224, 223, 0.5);
}
.btn-outline-blue-light.disabled, .btn-outline-blue-light:disabled {
  color: #a4e0df;
  background-color: transparent;
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active, .btn-outline-blue-light:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-light.dropdown-toggle {
  color: #242424;
  background-color: #a4e0df;
  border-color: #a4e0df;
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(164, 224, 223, 0.5);
}

.btn-outline-blue-lighter {
  color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-blue-lighter:hover {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-blue-lighter:focus, .btn-outline-blue-lighter.focus {
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}
.btn-outline-blue-lighter.disabled, .btn-outline-blue-lighter:disabled {
  color: #D2F1F3;
  background-color: transparent;
}
.btn-outline-blue-lighter:not(:disabled):not(.disabled):active, .btn-outline-blue-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-lighter.dropdown-toggle {
  color: #242424;
  background-color: #D2F1F3;
  border-color: #D2F1F3;
}
.btn-outline-blue-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}

.btn-outline-blue-lightest {
  color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-blue-lightest:hover {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-blue-lightest:focus, .btn-outline-blue-lightest.focus {
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}
.btn-outline-blue-lightest.disabled, .btn-outline-blue-lightest:disabled {
  color: #F3F9FA;
  background-color: transparent;
}
.btn-outline-blue-lightest:not(:disabled):not(.disabled):active, .btn-outline-blue-lightest:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-lightest.dropdown-toggle {
  color: #242424;
  background-color: #F3F9FA;
  border-color: #F3F9FA;
}
.btn-outline-blue-lightest:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-lightest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-lightest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}

.btn-outline-navy-dark {
  color: #23373f;
  border-color: #23373f;
}
.btn-outline-navy-dark:hover {
  color: #fff;
  background-color: #23373f;
  border-color: #23373f;
}
.btn-outline-navy-dark:focus, .btn-outline-navy-dark.focus {
  box-shadow: 0 0 0 0rem rgba(35, 55, 63, 0.5);
}
.btn-outline-navy-dark.disabled, .btn-outline-navy-dark:disabled {
  color: #23373f;
  background-color: transparent;
}
.btn-outline-navy-dark:not(:disabled):not(.disabled):active, .btn-outline-navy-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-navy-dark.dropdown-toggle {
  color: #fff;
  background-color: #23373f;
  border-color: #23373f;
}
.btn-outline-navy-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-navy-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(35, 55, 63, 0.5);
}

.btn-outline-navy {
  color: #2C464F;
  border-color: #2C464F;
}
.btn-outline-navy:hover {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-outline-navy:focus, .btn-outline-navy.focus {
  box-shadow: 0 0 0 0rem rgba(44, 70, 79, 0.5);
}
.btn-outline-navy.disabled, .btn-outline-navy:disabled {
  color: #2C464F;
  background-color: transparent;
}
.btn-outline-navy:not(:disabled):not(.disabled):active, .btn-outline-navy:not(:disabled):not(.disabled).active, .show > .btn-outline-navy.dropdown-toggle {
  color: #fff;
  background-color: #2C464F;
  border-color: #2C464F;
}
.btn-outline-navy:not(:disabled):not(.disabled):active:focus, .btn-outline-navy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(44, 70, 79, 0.5);
}

.btn-link, .btn-link--compact {
  font-weight: 400;
  color: #F05F3C;
  text-decoration: none;
}
.btn-link:hover, .btn-link--compact:hover {
  color: #b82f0e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link--compact:focus, .btn-link.focus, .focus.btn-link--compact {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link--compact:disabled, .btn-link.disabled, .disabled.btn-link--compact {
  color: #7e8d94;
  pointer-events: none;
}

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

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

.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 (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

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

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

@media (min-width: 540px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 795px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1080px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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 #F5F5F5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #292b2c;
  text-decoration: none;
  background-color: #FAF9F8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F05F3C;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7e8d94;
  pointer-events: none;
  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: #7e8d94;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.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: 0.75rem;
  padding-left: 0.75rem;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: -2px;
}
.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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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: -2px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  white-space: nowrap;
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 2.6666666667rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 1.8125rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F05F3C;
  background-color: #F05F3C;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem transparent;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.15);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fde7e2;
  border-color: #fde7e2;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #8E8E8E;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ECECEC;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ddd;
  border: #B5B5B5 solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.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 {
  border-color: #F05F3C;
  background-color: #F05F3C;
}
.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(240, 95, 60, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(240, 95, 60, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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(240, 95, 60, 0.5);
}

.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-3.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #B5B5B5;
  border-radius: 0.5rem;
  transition: transform 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 (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ddd;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(240, 95, 60, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.25rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #f9c0b2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 192, 178, 0.5);
}
.custom-select:focus::-ms-value {
  color: #464a4c;
  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: #7e8d94;
  background-color: #F5F5F5;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #464a4c;
}

.custom-select-sm {
  height: 1.8125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: 2.6666666667rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #F05F3C;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #ECECEC;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.5rem;
  padding: 1rem 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464a4c;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 1rem 0.5rem;
  line-height: 1.5;
  color: #464a4c;
  content: "Browse";
  background-color: #F5F5F5;
  border-left: inherit;
  border-radius: 0 0.4rem 0.4rem 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 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 0rem transparent;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem transparent;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0rem transparent;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F05F3C;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fde7e2;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E1E1E1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #F05F3C;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fde7e2;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E1E1E1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: #F05F3C;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fde7e2;
}
.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: #E1E1E1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E1E1E1;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #B5B5B5;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #B5B5B5;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #B5B5B5;
}

.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 (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: #8E8E8E;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #F5F5F5;
}
.nav-tabs .nav-link.disabled {
  color: #8E8E8E;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4F4F4F;
  background-color: #fff;
  border-color: #E1E1E1 #E1E1E1 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F05F3C;
}

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

.nav-justified > .nav-link,
.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 15px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-xl {
  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: 15px;
  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: 2px solid transparent;
  border-radius: 0.4rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 539.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 540px) {
  .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,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 794.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 795px) {
  .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,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1080px) {
  .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,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .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,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    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,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: 0px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

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

.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;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .card-group {
    display: flex;
    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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 540px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7e8d94;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #7e8d94;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #F05F3C;
  background-color: #fff;
  border: 2px solid #ddd;
}
.page-link:hover {
  z-index: 2;
  color: #b82f0e;
  text-decoration: none;
  background-color: #F5F5F5;
  border-color: #E1E1E1;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0rem transparent;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.page-item.disabled .page-link {
  color: #7e8d94;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #E1E1E1;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.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.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.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: #F05F3C;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #e73b12;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(240, 95, 60, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #2F3F4C;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #1c252c;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(47, 63, 76, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #288744;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1c6030;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #2C464F;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1a292e;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(44, 70, 79, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #F05F3C;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #e73b12;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(240, 95, 60, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #C53135;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #9c272a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(197, 49, 53, 0.5);
}

.badge-light {
  color: #242424;
  background-color: #ECECEC;
}
a.badge-light:hover, a.badge-light:focus {
  color: #242424;
  background-color: lightgray;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(236, 236, 236, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3A3A3A;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #212121;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(58, 58, 58, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.5);
}

.badge-white {
  color: #242424;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #242424;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}

.badge-gray-100 {
  color: #242424;
  background-color: #F9F9F9;
}
a.badge-gray-100:hover, a.badge-gray-100:focus {
  color: #242424;
  background-color: #e0e0e0;
}
a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(249, 249, 249, 0.5);
}

.badge-gray-200 {
  color: #242424;
  background-color: #ECECEC;
}
a.badge-gray-200:hover, a.badge-gray-200:focus {
  color: #242424;
  background-color: lightgray;
}
a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(236, 236, 236, 0.5);
}

.badge-gray-300 {
  color: #242424;
  background-color: #E1E1E1;
}
a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #242424;
  background-color: #c8c8c8;
}
a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(225, 225, 225, 0.5);
}

.badge-gray-400 {
  color: #242424;
  background-color: #D3D3D3;
}
a.badge-gray-400:hover, a.badge-gray-400:focus {
  color: #242424;
  background-color: #bababa;
}
a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(211, 211, 211, 0.5);
}

.badge-gray-500 {
  color: #242424;
  background-color: #B5B5B5;
}
a.badge-gray-500:hover, a.badge-gray-500:focus {
  color: #242424;
  background-color: #9c9c9c;
}
a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(181, 181, 181, 0.5);
}

.badge-gray-600 {
  color: #fff;
  background-color: #8E8E8E;
}
a.badge-gray-600:hover, a.badge-gray-600:focus {
  color: #fff;
  background-color: #757575;
}
a.badge-gray-600:focus, a.badge-gray-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(142, 142, 142, 0.5);
}

.badge-gray-700 {
  color: #fff;
  background-color: #4F4F4F;
}
a.badge-gray-700:hover, a.badge-gray-700:focus {
  color: #fff;
  background-color: #363636;
}
a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(79, 79, 79, 0.5);
}

.badge-gray-800 {
  color: #fff;
  background-color: #3A3A3A;
}
a.badge-gray-800:hover, a.badge-gray-800:focus {
  color: #fff;
  background-color: #212121;
}
a.badge-gray-800:focus, a.badge-gray-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(58, 58, 58, 0.5);
}

.badge-gray-900 {
  color: #fff;
  background-color: #242424;
}
a.badge-gray-900:hover, a.badge-gray-900:focus {
  color: #fff;
  background-color: #0b0b0b;
}
a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(36, 36, 36, 0.5);
}

.badge-primary-light {
  color: #242424;
  background-color: #ffcec1;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #242424;
  background-color: #ffa68e;
}
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(255, 206, 193, 0.5);
}

.badge-primary-lighter {
  color: #242424;
  background-color: #fce4cb;
}
a.badge-primary-lighter:hover, a.badge-primary-lighter:focus {
  color: #242424;
  background-color: #f9cb9b;
}
a.badge-primary-lighter:focus, a.badge-primary-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(252, 228, 203, 0.5);
}

.badge-secondary-light {
  color: #242424;
  background-color: #D2F1F3;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #242424;
  background-color: #aae4e8;
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}

.badge-secondary-lighter {
  color: #242424;
  background-color: #F3F9FA;
}
a.badge-secondary-lighter:hover, a.badge-secondary-lighter:focus {
  color: #242424;
  background-color: #cfe7eb;
}
a.badge-secondary-lighter:focus, a.badge-secondary-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}

.badge-green-dark {
  color: #fff;
  background-color: #216E38;
}
a.badge-green-dark:hover, a.badge-green-dark:focus {
  color: #fff;
  background-color: #154724;
}
a.badge-green-dark:focus, a.badge-green-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(33, 110, 56, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #288744;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #1c6030;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(40, 135, 68, 0.5);
}

.badge-blue-dark {
  color: #fff;
  background-color: #2F3F4C;
}
a.badge-blue-dark:hover, a.badge-blue-dark:focus {
  color: #fff;
  background-color: #1c252c;
}
a.badge-blue-dark:focus, a.badge-blue-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(47, 63, 76, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #007f9b;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #005568;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 127, 155, 0.5);
}

.badge-blue-light {
  color: #242424;
  background-color: #a4e0df;
}
a.badge-blue-light:hover, a.badge-blue-light:focus {
  color: #242424;
  background-color: #7ed3d2;
}
a.badge-blue-light:focus, a.badge-blue-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(164, 224, 223, 0.5);
}

.badge-blue-lighter {
  color: #242424;
  background-color: #D2F1F3;
}
a.badge-blue-lighter:hover, a.badge-blue-lighter:focus {
  color: #242424;
  background-color: #aae4e8;
}
a.badge-blue-lighter:focus, a.badge-blue-lighter.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(210, 241, 243, 0.5);
}

.badge-blue-lightest {
  color: #242424;
  background-color: #F3F9FA;
}
a.badge-blue-lightest:hover, a.badge-blue-lightest:focus {
  color: #242424;
  background-color: #cfe7eb;
}
a.badge-blue-lightest:focus, a.badge-blue-lightest.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(243, 249, 250, 0.5);
}

.badge-navy-dark {
  color: #fff;
  background-color: #23373f;
}
a.badge-navy-dark:hover, a.badge-navy-dark:focus {
  color: #fff;
  background-color: #111a1e;
}
a.badge-navy-dark:focus, a.badge-navy-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(35, 55, 63, 0.5);
}

.badge-navy {
  color: #fff;
  background-color: #2C464F;
}
a.badge-navy:hover, a.badge-navy:focus {
  color: #fff;
  background-color: #1a292e;
}
a.badge-navy:focus, a.badge-navy.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(44, 70, 79, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
}
@media (min-width: 540px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .announcement-banner {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7d311f;
  background-color: #fcdfd8;
  border-color: #fbd2c8;
}
.alert-primary hr {
  border-top-color: #f9bfb0;
}
.alert-primary .alert-link {
  color: #542115;
}

.alert-secondary {
  color: #182128;
  background-color: #d5d9db;
  border-color: #c5c9cd;
}
.alert-secondary hr {
  border-top-color: #b7bcc1;
}
.alert-secondary .alert-link {
  color: #050708;
}

.alert-success {
  color: #154623;
  background-color: #d4e7da;
  border-color: #c3ddcb;
}
.alert-success hr {
  border-top-color: #b3d4bd;
}
.alert-success .alert-link {
  color: #091f0f;
}

.alert-info {
  color: #172429;
  background-color: #d5dadc;
  border-color: #c4cbce;
}
.alert-info hr {
  border-top-color: #b6bfc2;
}
.alert-info .alert-link {
  color: #050708;
}

.alert-warning {
  color: #7d311f;
  background-color: #fcdfd8;
  border-color: #fbd2c8;
}
.alert-warning hr {
  border-top-color: #f9bfb0;
}
.alert-warning .alert-link {
  color: #542115;
}

.alert-danger {
  color: #66191c;
  background-color: #f3d6d7;
  border-color: #efc5c6;
}
.alert-danger hr {
  border-top-color: #e9b1b2;
}
.alert-danger .alert-link {
  color: #3d0f11;
}

.alert-light {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #626262;
}

.alert-dark {
  color: #1e1e1e;
  background-color: #d8d8d8;
  border-color: #c8c8c8;
}
.alert-dark hr {
  border-top-color: #bbbbbb;
}
.alert-dark .alert-link {
  color: #050505;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray-100 {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-gray-100 hr {
  border-top-color: #f0f0f0;
}
.alert-gray-100 .alert-link {
  color: #686868;
}

.alert-gray-200 {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-gray-200 hr {
  border-top-color: #ededed;
}
.alert-gray-200 .alert-link {
  color: #626262;
}

.alert-gray-300 {
  color: #757575;
  background-color: #f9f9f9;
  border-color: #f7f7f7;
}
.alert-gray-300 hr {
  border-top-color: #eaeaea;
}
.alert-gray-300 .alert-link {
  color: #5c5c5c;
}

.alert-gray-400 {
  color: #6e6e6e;
  background-color: #f6f6f6;
  border-color: #f3f3f3;
}
.alert-gray-400 hr {
  border-top-color: #e6e6e6;
}
.alert-gray-400 .alert-link {
  color: #555555;
}

.alert-gray-500 {
  color: #5e5e5e;
  background-color: #f0f0f0;
  border-color: #eaeaea;
}
.alert-gray-500 hr {
  border-top-color: #dddddd;
}
.alert-gray-500 .alert-link {
  color: #454545;
}

.alert-gray-600 {
  color: #4a4a4a;
  background-color: #e8e8e8;
  border-color: #dfdfdf;
}
.alert-gray-600 hr {
  border-top-color: #d2d2d2;
}
.alert-gray-600 .alert-link {
  color: #313131;
}

.alert-gray-700 {
  color: #292929;
  background-color: gainsboro;
  border-color: #cecece;
}
.alert-gray-700 hr {
  border-top-color: #c1c1c1;
}
.alert-gray-700 .alert-link {
  color: #101010;
}

.alert-gray-800 {
  color: #1e1e1e;
  background-color: #d8d8d8;
  border-color: #c8c8c8;
}
.alert-gray-800 hr {
  border-top-color: #bbbbbb;
}
.alert-gray-800 .alert-link {
  color: #050505;
}

.alert-gray-900 {
  color: #131313;
  background-color: lightgray;
  border-color: #c2c2c2;
}
.alert-gray-900 hr {
  border-top-color: #b5b5b5;
}
.alert-gray-900 .alert-link {
  color: black;
}

.alert-primary-light {
  color: #856b64;
  background-color: #fff5f3;
  border-color: #fff1ee;
}
.alert-primary-light hr {
  border-top-color: #ffdcd5;
}
.alert-primary-light .alert-link {
  color: #68544e;
}

.alert-primary-lighter {
  color: #83776a;
  background-color: #fefaf5;
  border-color: #fef7f0;
}
.alert-primary-lighter hr {
  border-top-color: #fcead8;
}
.alert-primary-lighter .alert-link {
  color: #675d53;
}

.alert-secondary-light {
  color: #6d7d7e;
  background-color: #f6fcfd;
  border-color: #f2fbfc;
}
.alert-secondary-light hr {
  border-top-color: #ddf5f7;
}
.alert-secondary-light .alert-link {
  color: #556263;
}

.alert-secondary-lighter {
  color: #7e8182;
  background-color: #fdfefe;
  border-color: #fcfdfe;
}
.alert-secondary-lighter hr {
  border-top-color: #e9f0f8;
}
.alert-secondary-lighter .alert-link {
  color: #656768;
}

.alert-green-dark {
  color: #11391d;
  background-color: #d3e2d7;
  border-color: #c1d6c7;
}
.alert-green-dark hr {
  border-top-color: #b2ccb9;
}
.alert-green-dark .alert-link {
  color: #051209;
}

.alert-green {
  color: #154623;
  background-color: #d4e7da;
  border-color: #c3ddcb;
}
.alert-green hr {
  border-top-color: #b3d4bd;
}
.alert-green .alert-link {
  color: #091f0f;
}

.alert-blue-dark {
  color: #182128;
  background-color: #d5d9db;
  border-color: #c5c9cd;
}
.alert-blue-dark hr {
  border-top-color: #b7bcc1;
}
.alert-blue-dark .alert-link {
  color: #050708;
}

.alert-blue {
  color: #004251;
  background-color: #cce5eb;
  border-color: #b8dbe3;
}
.alert-blue hr {
  border-top-color: #a6d2dc;
}
.alert-blue .alert-link {
  color: #00181e;
}

.alert-blue-light {
  color: #557474;
  background-color: #edf9f9;
  border-color: #e6f6f6;
}
.alert-blue-light hr {
  border-top-color: #d3efef;
}
.alert-blue-light .alert-link {
  color: #3f5757;
}

.alert-blue-lighter {
  color: #6d7d7e;
  background-color: #f6fcfd;
  border-color: #f2fbfc;
}
.alert-blue-lighter hr {
  border-top-color: #ddf5f7;
}
.alert-blue-lighter .alert-link {
  color: #556263;
}

.alert-blue-lightest {
  color: #7e8182;
  background-color: #fdfefe;
  border-color: #fcfdfe;
}
.alert-blue-lightest hr {
  border-top-color: #e9f0f8;
}
.alert-blue-lightest .alert-link {
  color: #656768;
}

.alert-navy-dark {
  color: #121d21;
  background-color: #d3d7d9;
  border-color: #c1c7c9;
}
.alert-navy-dark hr {
  border-top-color: #b3bbbd;
}
.alert-navy-dark .alert-link {
  color: black;
}

.alert-navy {
  color: #172429;
  background-color: #d5dadc;
  border-color: #c4cbce;
}
.alert-navy hr {
  border-top-color: #b6bfc2;
}
.alert-navy .alert-link {
  color: #050708;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #F5F5F5;
  border-radius: 0.4rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F05F3C;
  transition: width 0.6s ease;
}
@media (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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem;
}

.list-group-item-action {
  width: 100%;
  color: #4F4F4F;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4F4F4F;
  text-decoration: none;
  background-color: #f7f7f9;
}
.list-group-item-action:active {
  color: #292b2c;
  background-color: #ECECEC;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.25rem 0.5rem;
  color: #292b2c;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #7e8d94;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F05F3C;
  border-color: #F05F3C;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 2px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 540px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 795px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1080px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7d311f;
  background-color: #fbd2c8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7d311f;
  background-color: #f9bfb0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d311f;
  border-color: #7d311f;
}

.list-group-item-secondary {
  color: #182128;
  background-color: #c5c9cd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #182128;
  background-color: #b7bcc1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #182128;
  border-color: #182128;
}

.list-group-item-success {
  color: #154623;
  background-color: #c3ddcb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #154623;
  background-color: #b3d4bd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #154623;
  border-color: #154623;
}

.list-group-item-info {
  color: #172429;
  background-color: #c4cbce;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #172429;
  background-color: #b6bfc2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #172429;
  border-color: #172429;
}

.list-group-item-warning {
  color: #7d311f;
  background-color: #fbd2c8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7d311f;
  background-color: #f9bfb0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7d311f;
  border-color: #7d311f;
}

.list-group-item-danger {
  color: #66191c;
  background-color: #efc5c6;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #66191c;
  background-color: #e9b1b2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #66191c;
  border-color: #66191c;
}

.list-group-item-light {
  color: #7b7b7b;
  background-color: #fafafa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7b7b7b;
  background-color: #ededed;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.list-group-item-dark {
  color: #1e1e1e;
  background-color: #c8c8c8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1e1e1e;
  background-color: #bbbbbb;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-gray-100 {
  color: #818181;
  background-color: #fdfdfd;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.list-group-item-gray-200 {
  color: #7b7b7b;
  background-color: #fafafa;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #7b7b7b;
  background-color: #ededed;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.list-group-item-gray-300 {
  color: #757575;
  background-color: #f7f7f7;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #757575;
  background-color: #eaeaea;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.list-group-item-gray-400 {
  color: #6e6e6e;
  background-color: #f3f3f3;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.list-group-item-gray-500 {
  color: #5e5e5e;
  background-color: #eaeaea;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #5e5e5e;
  background-color: #dddddd;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.list-group-item-gray-600 {
  color: #4a4a4a;
  background-color: #dfdfdf;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #4a4a4a;
  background-color: #d2d2d2;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.list-group-item-gray-700 {
  color: #292929;
  background-color: #cecece;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #292929;
  background-color: #c1c1c1;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.list-group-item-gray-800 {
  color: #1e1e1e;
  background-color: #c8c8c8;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1e1e1e;
  background-color: #bbbbbb;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.list-group-item-gray-900 {
  color: #131313;
  background-color: #c2c2c2;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #131313;
  background-color: #b5b5b5;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
}

.list-group-item-primary-light {
  color: #856b64;
  background-color: #fff1ee;
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: #856b64;
  background-color: #ffdcd5;
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #856b64;
  border-color: #856b64;
}

.list-group-item-primary-lighter {
  color: #83776a;
  background-color: #fef7f0;
}
.list-group-item-primary-lighter.list-group-item-action:hover, .list-group-item-primary-lighter.list-group-item-action:focus {
  color: #83776a;
  background-color: #fcead8;
}
.list-group-item-primary-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #83776a;
  border-color: #83776a;
}

.list-group-item-secondary-light {
  color: #6d7d7e;
  background-color: #f2fbfc;
}
.list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
  color: #6d7d7e;
  background-color: #ddf5f7;
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: #6d7d7e;
  border-color: #6d7d7e;
}

.list-group-item-secondary-lighter {
  color: #7e8182;
  background-color: #fcfdfe;
}
.list-group-item-secondary-lighter.list-group-item-action:hover, .list-group-item-secondary-lighter.list-group-item-action:focus {
  color: #7e8182;
  background-color: #e9f0f8;
}
.list-group-item-secondary-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #7e8182;
  border-color: #7e8182;
}

.list-group-item-green-dark {
  color: #11391d;
  background-color: #c1d6c7;
}
.list-group-item-green-dark.list-group-item-action:hover, .list-group-item-green-dark.list-group-item-action:focus {
  color: #11391d;
  background-color: #b2ccb9;
}
.list-group-item-green-dark.list-group-item-action.active {
  color: #fff;
  background-color: #11391d;
  border-color: #11391d;
}

.list-group-item-green {
  color: #154623;
  background-color: #c3ddcb;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #154623;
  background-color: #b3d4bd;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #154623;
  border-color: #154623;
}

.list-group-item-blue-dark {
  color: #182128;
  background-color: #c5c9cd;
}
.list-group-item-blue-dark.list-group-item-action:hover, .list-group-item-blue-dark.list-group-item-action:focus {
  color: #182128;
  background-color: #b7bcc1;
}
.list-group-item-blue-dark.list-group-item-action.active {
  color: #fff;
  background-color: #182128;
  border-color: #182128;
}

.list-group-item-blue {
  color: #004251;
  background-color: #b8dbe3;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #004251;
  background-color: #a6d2dc;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004251;
  border-color: #004251;
}

.list-group-item-blue-light {
  color: #557474;
  background-color: #e6f6f6;
}
.list-group-item-blue-light.list-group-item-action:hover, .list-group-item-blue-light.list-group-item-action:focus {
  color: #557474;
  background-color: #d3efef;
}
.list-group-item-blue-light.list-group-item-action.active {
  color: #fff;
  background-color: #557474;
  border-color: #557474;
}

.list-group-item-blue-lighter {
  color: #6d7d7e;
  background-color: #f2fbfc;
}
.list-group-item-blue-lighter.list-group-item-action:hover, .list-group-item-blue-lighter.list-group-item-action:focus {
  color: #6d7d7e;
  background-color: #ddf5f7;
}
.list-group-item-blue-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #6d7d7e;
  border-color: #6d7d7e;
}

.list-group-item-blue-lightest {
  color: #7e8182;
  background-color: #fcfdfe;
}
.list-group-item-blue-lightest.list-group-item-action:hover, .list-group-item-blue-lightest.list-group-item-action:focus {
  color: #7e8182;
  background-color: #e9f0f8;
}
.list-group-item-blue-lightest.list-group-item-action.active {
  color: #fff;
  background-color: #7e8182;
  border-color: #7e8182;
}

.list-group-item-navy-dark {
  color: #121d21;
  background-color: #c1c7c9;
}
.list-group-item-navy-dark.list-group-item-action:hover, .list-group-item-navy-dark.list-group-item-action:focus {
  color: #121d21;
  background-color: #b3bbbd;
}
.list-group-item-navy-dark.list-group-item-action.active {
  color: #fff;
  background-color: #121d21;
  border-color: #121d21;
}

.list-group-item-navy {
  color: #172429;
  background-color: #c4cbce;
}
.list-group-item-navy.list-group-item-action:hover, .list-group-item-navy.list-group-item-action:focus {
  color: #172429;
  background-color: #b6bfc2;
}
.list-group-item-navy.list-group-item-action.active {
  color: #fff;
  background-color: #172429;
  border-color: #172429;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #8E8E8E;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 20px);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 20px);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 20px);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 20px);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 1rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 2px solid #F5F5F5;
  border-top-left-radius: calc(1rem - 2px);
  border-top-right-radius: calc(1rem - 2px);
}
.modal-header .close {
  padding: 15px;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 7.5px;
  border-top: 2px solid #F5F5F5;
  border-bottom-right-radius: calc(1rem - 2px);
  border-bottom-left-radius: calc(1rem - 2px);
}
.modal-footer > * {
  margin: 7.5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 540px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 3px;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 2.5px 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 5px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 2.5px 0.4rem 2.5px 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 2.5px 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 5px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 2.5px 0 2.5px 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.4rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 0.5rem;
  margin: 0 1rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 2px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 5px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 5px 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 10px;
  margin: 1rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 5px 0.5rem 5px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 2px;
  border-width: 5px 0.5rem 5px 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 2px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 5px 0.5rem 5px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 2px;
  border-width: 0 5px 0.5rem 5px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 10px;
  margin-left: -5px;
  content: "";
  border-bottom: 2px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 10px;
  margin: 1rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 5px 0 5px 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 2px;
  border-width: 5px 0 5px 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: subtract(1rem, 2px);
  border-top-right-radius: subtract(1rem, 2px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #292b2c;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #F05F3C !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e73b12 !important;
}

.bg-secondary {
  background-color: #2F3F4C !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1c252c !important;
}

.bg-success {
  background-color: #288744 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1c6030 !important;
}

.bg-info {
  background-color: #2C464F !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a292e !important;
}

.bg-warning {
  background-color: #F05F3C !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e73b12 !important;
}

.bg-danger {
  background-color: #C53135 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9c272a !important;
}

.bg-light {
  background-color: #ECECEC !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: lightgray !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #212121 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray-100 {
  background-color: #F9F9F9 !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #e0e0e0 !important;
}

.bg-gray-200 {
  background-color: #ECECEC !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: lightgray !important;
}

.bg-gray-300 {
  background-color: #E1E1E1 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c8c8c8 !important;
}

.bg-gray-400 {
  background-color: #D3D3D3 !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #bababa !important;
}

.bg-gray-500 {
  background-color: #B5B5B5 !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #9c9c9c !important;
}

.bg-gray-600 {
  background-color: #8E8E8E !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #757575 !important;
}

.bg-gray-700 {
  background-color: #4F4F4F !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #363636 !important;
}

.bg-gray-800 {
  background-color: #3A3A3A !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #212121 !important;
}

.bg-gray-900 {
  background-color: #242424 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0b0b0b !important;
}

.bg-primary-light {
  background-color: #ffcec1 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #ffa68e !important;
}

.bg-primary-lighter {
  background-color: #fce4cb !important;
}

a.bg-primary-lighter:hover, a.bg-primary-lighter:focus,
button.bg-primary-lighter:hover,
button.bg-primary-lighter:focus {
  background-color: #f9cb9b !important;
}

.bg-secondary-light {
  background-color: #D2F1F3 !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #aae4e8 !important;
}

.bg-secondary-lighter {
  background-color: #F3F9FA !important;
}

a.bg-secondary-lighter:hover, a.bg-secondary-lighter:focus,
button.bg-secondary-lighter:hover,
button.bg-secondary-lighter:focus {
  background-color: #cfe7eb !important;
}

.bg-green-dark {
  background-color: #216E38 !important;
}

a.bg-green-dark:hover, a.bg-green-dark:focus,
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #154724 !important;
}

.bg-green {
  background-color: #288744 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #1c6030 !important;
}

.bg-blue-dark {
  background-color: #2F3F4C !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #1c252c !important;
}

.bg-blue {
  background-color: #007f9b !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #005568 !important;
}

.bg-blue-light {
  background-color: #a4e0df !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #7ed3d2 !important;
}

.bg-blue-lighter {
  background-color: #D2F1F3 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus,
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #aae4e8 !important;
}

.bg-blue-lightest {
  background-color: #F3F9FA !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus,
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #cfe7eb !important;
}

.bg-navy-dark {
  background-color: #23373f !important;
}

a.bg-navy-dark:hover, a.bg-navy-dark:focus,
button.bg-navy-dark:hover,
button.bg-navy-dark:focus {
  background-color: #111a1e !important;
}

.bg-navy {
  background-color: #2C464F !important;
}

a.bg-navy:hover, a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #1a292e !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #E1E1E1 !important;
}

.border-top {
  border-top: 2px solid #E1E1E1 !important;
}

.border-right {
  border-right: 2px solid #E1E1E1 !important;
}

.border-bottom {
  border-bottom: 2px solid #E1E1E1 !important;
}

.border-left {
  border-left: 2px solid #E1E1E1 !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: #F05F3C !important;
}

.border-secondary {
  border-color: #2F3F4C !important;
}

.border-success {
  border-color: #288744 !important;
}

.border-info {
  border-color: #2C464F !important;
}

.border-warning {
  border-color: #F05F3C !important;
}

.border-danger {
  border-color: #C53135 !important;
}

.border-light {
  border-color: #ECECEC !important;
}

.border-dark {
  border-color: #3A3A3A !important;
}

.border-black {
  border-color: #000 !important;
}

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

.border-gray-100 {
  border-color: #F9F9F9 !important;
}

.border-gray-200 {
  border-color: #ECECEC !important;
}

.border-gray-300 {
  border-color: #E1E1E1 !important;
}

.border-gray-400 {
  border-color: #D3D3D3 !important;
}

.border-gray-500 {
  border-color: #B5B5B5 !important;
}

.border-gray-600 {
  border-color: #8E8E8E !important;
}

.border-gray-700 {
  border-color: #4F4F4F !important;
}

.border-gray-800 {
  border-color: #3A3A3A !important;
}

.border-gray-900 {
  border-color: #242424 !important;
}

.border-primary-light {
  border-color: #ffcec1 !important;
}

.border-primary-lighter {
  border-color: #fce4cb !important;
}

.border-secondary-light {
  border-color: #D2F1F3 !important;
}

.border-secondary-lighter {
  border-color: #F3F9FA !important;
}

.border-green-dark {
  border-color: #216E38 !important;
}

.border-green {
  border-color: #288744 !important;
}

.border-blue-dark {
  border-color: #2F3F4C !important;
}

.border-blue {
  border-color: #007f9b !important;
}

.border-blue-light {
  border-color: #a4e0df !important;
}

.border-blue-lighter {
  border-color: #D2F1F3 !important;
}

.border-blue-lightest {
  border-color: #F3F9FA !important;
}

.border-navy-dark {
  border-color: #23373f !important;
}

.border-navy {
  border-color: #2C464F !important;
}

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

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

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

.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

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

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

.rounded-pill {
  border-radius: 50rem !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: 540px) {
  .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: 795px) {
  .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: 1080px) {
  .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: 1400px) {
  .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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.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: 540px) {
  .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: 795px) {
  .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: 1080px) {
  .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: 1400px) {
  .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: 540px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 795px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1080px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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: 1030;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 4rem !important;
}

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

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

.m-10 {
  margin: 7rem !important;
}

.mt-10,
.my-10 {
  margin-top: 7rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 7rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 7rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 7rem !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: 2rem !important;
}

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

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

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

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

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

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

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

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

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

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

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

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

.p-10 {
  padding: 7rem !important;
}

.pt-10,
.py-10 {
  padding-top: 7rem !important;
}

.pr-10,
.px-10 {
  padding-right: 7rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 7rem !important;
}

.pl-10,
.px-10 {
  padding-left: 7rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

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

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}

.m-n7 {
  margin: -4rem !important;
}

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

.mr-n7,
.mx-n7 {
  margin-right: -4rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4rem !important;
}

.m-n8 {
  margin: -5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5rem !important;
}

.m-n9 {
  margin: -6rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -6rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -6rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -6rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -6rem !important;
}

.m-n10 {
  margin: -7rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -7rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -7rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -7rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -7rem !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: 540px) {
  .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: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5rem !important;
  }
  .m-sm-9 {
    margin: 6rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6rem !important;
  }
  .m-sm-10 {
    margin: 7rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 7rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 7rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 7rem !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: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5rem !important;
  }
  .p-sm-9 {
    padding: 6rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6rem !important;
  }
  .p-sm-10 {
    padding: 7rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 7rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 7rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 7rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5rem !important;
  }
  .m-sm-n9 {
    margin: -6rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -6rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -6rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -6rem !important;
  }
  .m-sm-n10 {
    margin: -7rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -7rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -7rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -7rem !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: 795px) {
  .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: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5rem !important;
  }
  .m-md-9 {
    margin: 6rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6rem !important;
  }
  .m-md-10 {
    margin: 7rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 7rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 7rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 7rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 7rem !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: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5rem !important;
  }
  .p-md-9 {
    padding: 6rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6rem !important;
  }
  .p-md-10 {
    padding: 7rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 7rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 7rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 7rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 7rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5rem !important;
  }
  .m-md-n9 {
    margin: -6rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -6rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -6rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -6rem !important;
  }
  .m-md-n10 {
    margin: -7rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -7rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -7rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -7rem !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: 1080px) {
  .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: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important;
  }
  .m-lg-9 {
    margin: 6rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6rem !important;
  }
  .m-lg-10 {
    margin: 7rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 7rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 7rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 7rem !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: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important;
  }
  .p-lg-9 {
    padding: 6rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6rem !important;
  }
  .p-lg-10 {
    padding: 7rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 7rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 7rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 7rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5rem !important;
  }
  .m-lg-n9 {
    margin: -6rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -6rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -6rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -6rem !important;
  }
  .m-lg-n10 {
    margin: -7rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -7rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -7rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -7rem !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: 1400px) {
  .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: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5rem !important;
  }
  .m-xl-9 {
    margin: 6rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 6rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 6rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 6rem !important;
  }
  .m-xl-10 {
    margin: 7rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 7rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 7rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 7rem !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: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5rem !important;
  }
  .p-xl-9 {
    padding: 6rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 6rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 6rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 6rem !important;
  }
  .p-xl-10 {
    padding: 7rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 7rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 7rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 7rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5rem !important;
  }
  .m-xl-n9 {
    margin: -6rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -6rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -6rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -6rem !important;
  }
  .m-xl-n10 {
    margin: -7rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -7rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -7rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -7rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: Roboto, Arial, sans-serif !important;
}

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

.text-wrap {
  white-space: normal !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: 540px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 795px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #d03510 !important;
}

.text-secondary {
  color: #2F3F4C !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #12181d !important;
}

.text-success {
  color: #288744 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #174c26 !important;
}

.text-info {
  color: #2C464F !important;
}

a.text-info:hover, a.text-info:focus {
  color: #111a1e !important;
}

.text-warning {
  color: #F05F3C !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d03510 !important;
}

.text-danger {
  color: #C53135 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #882225 !important;
}

.text-light {
  color: #ECECEC !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c6c6c6 !important;
}

.text-dark {
  color: #3A3A3A !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #141414 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray-100 {
  color: #F9F9F9 !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: lightgray !important;
}

.text-gray-200 {
  color: #ECECEC !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #c6c6c6 !important;
}

.text-gray-300 {
  color: #E1E1E1 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #bbbbbb !important;
}

.text-gray-400 {
  color: #D3D3D3 !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #adadad !important;
}

.text-gray-500 {
  color: #B5B5B5 !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #8f8f8f !important;
}

.text-gray-600 {
  color: #8E8E8E !important;
}

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #686868 !important;
}

.text-gray-700 {
  color: #4F4F4F !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #292929 !important;
}

.text-gray-800 {
  color: #3A3A3A !important;
}

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #141414 !important;
}

.text-gray-900 {
  color: #242424 !important;
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-primary-light {
  color: #ffcec1 !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
  color: #ff9275 !important;
}

.text-primary-lighter {
  color: #fce4cb !important;
}

a.text-primary-lighter:hover, a.text-primary-lighter:focus {
  color: #f8be83 !important;
}

.text-secondary-light {
  color: #D2F1F3 !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: #96dee3 !important;
}

.text-secondary-lighter {
  color: #F3F9FA !important;
}

a.text-secondary-lighter:hover, a.text-secondary-lighter:focus {
  color: #bddee4 !important;
}

.text-green-dark {
  color: #216E38 !important;
}

a.text-green-dark:hover, a.text-green-dark:focus {
  color: #0f331a !important;
}

.text-green {
  color: #288744 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #174c26 !important;
}

.text-blue-dark {
  color: #2F3F4C !important;
}

a.text-blue-dark:hover, a.text-blue-dark:focus {
  color: #12181d !important;
}

.text-blue {
  color: #007f9b !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #00404f !important;
}

.text-blue-light {
  color: #a4e0df !important;
}

a.text-blue-light:hover, a.text-blue-light:focus {
  color: #6bcdcb !important;
}

.text-blue-lighter {
  color: #D2F1F3 !important;
}

a.text-blue-lighter:hover, a.text-blue-lighter:focus {
  color: #96dee3 !important;
}

.text-blue-lightest {
  color: #F3F9FA !important;
}

a.text-blue-lightest:hover, a.text-blue-lightest:focus {
  color: #bddee4 !important;
}

.text-navy-dark {
  color: #23373f !important;
}

a.text-navy-dark:hover, a.text-navy-dark:focus {
  color: #080c0e !important;
}

.text-navy {
  color: #2C464F !important;
}

a.text-navy:hover, a.text-navy:focus {
  color: #111a1e !important;
}

.text-body {
  color: #292b2c !important;
}

.text-muted {
  color: #7e8d94 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.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: 2px solid #B5B5B5;
    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: a4;
  }
  body {
    min-width: 1080px !important;
  }
  .container {
    min-width: 1080px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 2px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E1E1E1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #F5F5F5;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #F5F5F5;
  }
}
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 4's default CSS.
 These are theme independent and should work with any Bootstrap 4 theme mod.
*/
/* Carets in collapsible mode (make them look like +/- buttons) */
@media (max-width: 1079.98px) {
  .navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.5em;
    font-size: 1.25rem;
    text-align: center;
  }
  .navbar-nav.sm-collapsible .sub-arrow::before {
    content: "+";
  }
  .navbar-nav.sm-collapsible .highlighted .sub-arrow::before {
    content: "-";
  }
  .navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, 0.1);
  }
  /* make sure there's room for the carets */
  .navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
  }
  /* keep the carets properly positioned */
  .navbar-nav.sm-collapsible .nav-link,
  .navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
  }
}
@media (min-width: 1080px) {
  /* Nav carets in expanded mode */
  .navbar-nav .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  /* point the arrows up for .fixed-bottom navbars */
  .fixed-bottom .navbar-nav .nav-link .sub-arrow,
  .fixed-bottom .navbar-nav:not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  /* Dropdown carets in expanded mode */
  .navbar-nav .dropdown-item .sub-arrow,
  .navbar-nav:not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    margin-right: 1em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  /* make sure there's room for the carets */
  .navbar-nav .dropdown-item.has-submenu {
    padding-right: 2em;
  }
}
@media (max-width: 1079.98px) {
  /* Add some spacing for 2+ level sub menus in collapsible mode */
  .navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0.5em;
  }
}
/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}

.navbar-nav .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("/assets/fonts/poppins-v15-latin-regular.woff") format("woff"), url("/assets/fonts/poppins-v15-latin-regular.ttf") format("truetype");
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-v15-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/poppins-v15-latin-500.woff2") format("woff2"), url("/assets/fonts/poppins-v15-latin-500.woff") format("woff"), url("/assets/fonts/poppins-v15-latin-500.ttf") format("truetype");
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/poppins-v15-latin-600.woff2") format("woff2"), url("/assets/fonts/poppins-v15-latin-600.woff") format("woff"), url("/assets/fonts/poppins-v15-latin-600.ttf") format("truetype");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v20-latin-regular.woff") format("woff"), url("/assets/fonts/roboto-v20-latin-regular.ttf") format("truetype");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/roboto-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/roboto-v20-latin-500.woff2") format("woff2"), url("/assets/fonts/roboto-v20-latin-500.woff") format("woff"), url("/assets/fonts/roboto-v20-latin-500.ttf") format("truetype");
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/roboto-v20-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("/assets/fonts/roboto-v20-latin-italic.woff") format("woff"), url("/assets/fonts/roboto-v20-latin-italic.ttf") format("truetype");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/roboto-v20-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-v20-latin-700.woff") format("woff"), url("/assets/fonts/roboto-v20-latin-700.ttf") format("truetype");
}
@media (max-width: 539.98px) {
  .mixed-text-block h1, .mixed-text-block h2 {
    font-size: 1.2rem;
  }
  .mixed-text-block h4 {
    font-size: 1rem;
  }
}
.mixed-text-block h1, .mixed-text-block h4 {
  margin-bottom: 0px;
}

.text-no-wrap {
  text-wrap: nowrap;
}

.card-price {
  font-size: 1.3rem;
  font-weight: 500;
}
.card-price--large {
  font-size: 1.6rem;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?jff0d1");
  src: url("/assets/fonts/icomoon.eot?jff0d1#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.woff2?jff0d1") format("woff2"), url("/assets/fonts/icomoon.ttf?jff0d1") format("truetype"), url("/assets/fonts/icomoon.woff?jff0d1") format("woff"), url("/assets/fonts/icomoon.svg?jff0d1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-lg {
  font-size: 1.25rem;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-academic:before {
  content: "\e92f";
}

.icon-award:before {
  content: "\e930";
}

.icon-th:before {
  content: "\e92d";
}

.icon-quotes:before {
  content: "\e92c";
}

.icon-experiential-learning:before {
  content: "\e92b";
}

.icon-clock:before {
  content: "\e92a";
}

.icon-video-call:before {
  content: "\e929";
}

.icon-sign:before {
  content: "\e928";
}

.icon-meals:before {
  content: "\e927";
}

.icon-letter:before {
  content: "\e926";
}

.icon-key:before {
  content: "\e925";
}

.icon-calendar:before {
  content: "\e921";
}

.icon-secure:before {
  content: "\e920";
}

.icon-protection:before {
  content: "\e904";
}

.icon-apply:before {
  content: "\e905";
}

.icon-certificate:before {
  content: "\e906";
}

.icon-chat:before {
  content: "\e907";
}

.icon-discount:before {
  content: "\e908";
}

.icon-travel:before {
  content: "\e909";
}

.icon-thumbs-up:before {
  content: "\e90a";
}

.icon-match:before {
  content: "\e90b";
}

.icon-groups:before {
  content: "\e90c";
}

.icon-remote-internships:before {
  content: "\e90d";
}

.icon-affordable:before {
  content: "\e90e";
}

.icon-diverse:before {
  content: "\e90f";
}

.icon-flexible:before {
  content: "\e910";
}

.icon-outcomes:before {
  content: "\e911";
}

.icon-customizable:before {
  content: "\e912";
}

.icon-duration:before {
  content: "\e913";
}

.icon-accommodation:before {
  content: "\e914";
}

.icon-coordinators:before {
  content: "\e915";
}

.icon-organizations:before {
  content: "\e916";
}

.icon-diversity:before {
  content: "\e917";
}

.icon-impact:before {
  content: "\e918";
}

.icon-graduate:before {
  content: "\e919";
}

.icon-notebook:before {
  content: "\e91a";
}

.icon-trophy:before {
  content: "\e91b";
}

.icon-supervised:before {
  content: "\e91c";
}

.icon-support:before {
  content: "\e91d";
}

.icon-responsible:before {
  content: "\e91e";
}

.icon-sanitize:before {
  content: "\e91f";
}

.icon-social-distancing:before {
  content: "\e922";
}

.icon-covid:before {
  content: "\e923";
}

.icon-risk:before {
  content: "\e924";
}

.icon-sustainable-development-goals:before {
  content: "\e9b5";
}

.icon-bcorp:before {
  content: "\ea69";
}

.icon-checkbox:before {
  content: "\e99f";
}

.icon-checked:before {
  content: "\e9a0";
}

.icon-map-marker:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e900";
}

.icon-help:before {
  content: "\e931";
}

.icon-info:before {
  content: "\e932";
}

.icon-arrow:before {
  content: "\e933";
}

.icon-calendar-solid:before {
  content: "\e934";
}

.icon-plane-solid:before {
  content: "\e935";
}

.icon-hand-shake:before {
  content: "\e936";
}

.icon-environment:before {
  content: "\e937";
}

.icon-cultural:before {
  content: "\e938";
}

.icon-ambulance:before {
  content: "\e939";
}

.icon-snorkel:before {
  content: "\e93a";
}

.icon-checklist:before {
  content: "\e93b";
}

.icon-people-chat:before {
  content: "\e93c";
}

.icon-doctor:before {
  content: "\e93d";
}

.icon-hands-count:before {
  content: "\e93e";
}

.icon-smile-heart:before {
  content: "\e93f";
}

.icon-zero-interest:before {
  content: "\e940";
}

.icon-heart-o:before {
  content: "\e941";
}

.icon-heart:before {
  content: "\e942";
}

.icon-home:before {
  content: "\e943";
}

.icon-clock-bold:before {
  content: "\e944";
}

.icon-v-bars:before {
  content: "\e945";
}

.icon-magnifying-glass:before {
  content: "\e946";
}

.icon-tips:before {
  content: "\e947";
}

.icon-online-support:before {
  content: "\e948";
}

.icon-filter:before {
  content: "\e949";
}

.icon-pinterest:before {
  content: "\e94a";
}

.icon-quick-payment:before {
  content: "\e94b";
}

.icon-circular-dollars:before {
  content: "\e94c";
}

.icon-people-cheer:before {
  content: "\e94d";
}

.icon-luggage-book:before {
  content: "\e94e";
}

.icon-calendar-booked-paid:before {
  content: "\e94f";
}

.icon-globe-cap:before {
  content: "\e950";
}

.icon-handshake-ol:before {
  content: "\e951";
}

.icon-points-on-map:before {
  content: "\e952";
}

.icon-hands-on:before {
  content: "\e953";
}

.icon-academic-tick:before {
  content: "\e954";
}

.icon-calendar-pages:before {
  content: "\e955";
}

.icon-globe-pins:before {
  content: "\e956";
}

.icon-star-award:before {
  content: "\e957";
}

.icon-share:before {
  content: "\e958";
}

.icon-notepad-tick:before {
  content: "\e959";
}

.icon-menu:before {
  content: "\e99e";
}

.icon-vertical-ellipsis:before {
  content: "\e969";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-crane:before {
  content: "\e901";
}

.icon-check:before {
  content: "\f00c";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-comments:before {
  content: "\f086";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-bed:before {
  content: "\f236";
}

.icon-search:before {
  content: "\e973";
}

.icon-dot-incomplete:before {
  content: "\e96a";
}

.icon-circle-o:before {
  content: "\e96a";
}

.icon-dot-complete:before {
  content: "\e96b";
}

.icon-circle-complete:before {
  content: "\e96b";
}

.icon-plus1:before {
  content: "\e96c";
}

.icon-check1:before {
  content: "\e96d";
}

.icon-check-circle-o:before {
  content: "\e972";
}

.icon-minus1:before {
  content: "\e975";
}

.icon-close:before {
  content: "\e976";
}

.icon-remove:before {
  content: "\e976";
}

.icon-times:before {
  content: "\e976";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-facebook-round:before {
  content: "\e902";
}

.icon-messenger:before {
  content: "\e998";
}

.icon-youtube:before {
  content: "\e99d";
}

.icon-linkedin:before {
  content: "\f08c";
}

.icon-sign-up:before {
  content: "\e96f";
}

.icon-iahq-logo:before {
  content: "\e994";
}

.icon-ivhq-logo:before {
  content: "\e995";
}

.icon-share-page:before {
  content: "\e996";
}

.icon-ivhq-social-share-email:before {
  content: "\e997";
}

.icon-hyperlink:before {
  content: "\e99a";
}

.icon-error-outline:before {
  content: "\e9b6";
}

.icon-success-outline:before {
  content: "\e9b7";
}

.icon-info-outline:before {
  content: "\e9b8";
}

.icon-warning-outline:before {
  content: "\e9b9";
}

.icon-orange {
  color: #F05F3C;
}

.icon-laptop:before {
  content: url("/assets/images/icons/remote-internship-laptop");
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  height: 1.33333333em;
  line-height: 1em;
  top: 7px;
}

.icon-abroad:before {
  content: url("/assets/images/icons/abroad-internships");
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  height: 1.33333333em;
  line-height: 1em;
  top: 7px;
}

.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid #2F3F4C;
  border-bottom: 0.3em solid transparent;
  margin-left: 0.3rem !important;
}
.arrow-right.white {
  border-left: 0.3em solid #fff;
}

.btn > i {
  vertical-align: middle;
}

.btn-link, .btn-link--compact {
  color: #292b2c;
  text-decoration: underline;
}
.btn-link--compact {
  width: fit-content;
  padding: 0;
  text-transform: none;
}
.btn-link i, .btn-link--compact i {
  font-size: 0.75rem;
}
.btn-link:hover, .btn-link--compact:hover {
  color: #F05F3C;
}

.btn-white {
  background-color: #fff;
  color: #2F3F4C;
}
.btn-white:hover {
  color: #fff;
  background-color: #F05F3C;
}

.btn-apply-now {
  position: relative;
  left: 50%;
  width: 14rem;
  margin-left: -7rem;
}
.btn-apply-now:after {
  margin-left: 0.75rem;
  color: #F05F3C;
  position: relative;
  top: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.button-section {
  column-gap: 12px;
}
@media (min-width: 795px) {
  .button-section {
    display: flex;
    flex-direction: row;
  }
}

.btn-styled-hover.active, .btn-styled-hover:hover, .btn-styled-hover.featured {
  text-decoration: none;
  background-color: #F05F3C !important;
  color: #fff !important;
  border-color: #c03816 !important;
}

.btn-wide {
  padding: 0.375rem 2.7rem;
}

@media (max-width: 794.98px) {
  .btn-wide-mobile {
    width: 100%;
  }
}

.btn-full-width {
  width: 100%;
}

.btn-xl {
  padding: 0.7rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-xxl {
  padding: 1rem 4rem;
  font-size: 1.2em;
  line-height: 1.5;
}

.btn-pill {
  background-color: #ECECEC;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 1em;
  font-family: Poppins, Arial, sans-serif;
  color: #383838;
  box-shadow: none !important;
  border: none;
}
.btn-pill:hover {
  background-color: #fce4cb;
  color: #2F3F4C;
}
.btn-pill.btn-pill-sm {
  font-size: 0.8em;
  text-decoration: none;
}
.btn-pill.btn-pill-xs {
  font-size: 0.75em;
  padding: 4px 12px;
}
.btn-pill.btn-pill-wide {
  padding: 8px 24px;
}
.btn-pill.btn-pill-md {
  font-size: 0.875em;
  text-decoration: none;
}
.btn-pill.btn-pill-md .icon-lg {
  position: relative;
  top: 3px;
}
.btn-pill.btn-pill-md i.bg-icon {
  font-size: 1rem;
  background: #F05F3C;
  border-radius: 50%;
  padding: 2px;
  color: white;
}
.btn-pill.selected {
  color: white !important;
  background-color: #F05F3C !important;
}
.btn-pill.pill-navy {
  background-color: #2C464F;
  color: white;
}
.btn-pill.pill-dark-gray {
  background-color: #E1E1E1;
}

.card {
  border: 0px;
}
.card.card-shadowed {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.card.card-shadowed-light {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.card .card-body .card-arrow {
  position: relative;
  top: 0.1em;
}
.card .card-actions {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  margin-top: 16px;
}
.card .card-actions a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-title > i {
  vertical-align: middle;
}

.card-beige .card-footer,
.card-navy .card-footer {
  background-color: transparent;
}

.card-beige {
  background-color: #FAF9F8;
}

.card-gray {
  background-color: #F5F5F5;
}

.card-airy .card-body {
  padding: 1.5rem 2.25rem;
}

.card-optimised {
  padding: 1rem 0.75rem;
}
@media (min-width: 795px) {
  .card-optimised {
    padding: 1.5rem 2.25rem;
  }
}

.card-project .location-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 794.98px) {
  .card-project .location-info {
    flex-direction: column;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
}
.feature-card img {
  border-radius: 1rem 1rem 1rem 0;
}
.feature-card h4 {
  font-size: 1.25rem;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.25;
  color: #2F3F4C;
}
.feature-card div,
.feature-card p {
  color: #383838;
}
.feature-card a:hover {
  text-decoration: none !important;
}
.feature-card a:hover h4,
.feature-card a:hover span {
  text-decoration: underline;
}

.card-navy {
  background-color: #2F3F4C;
  color: #fff;
}
.card-navy .card-title {
  color: #fff;
}

.card-navy-dark {
  background-color: #25323c;
  color: #fff;
}
.card-navy-dark .card-title {
  color: #fff;
}

.card-promo {
  box-shadow: none;
  border-radius: 0;
}
.card-promo .card-footer {
  border: none;
  padding-top: 0px;
  padding-bottom: 30px;
}
.card-promo .btn {
  white-space: normal;
}

.list-styled ul {
  list-style: none;
  padding-left: 1.5rem;
}
.list-styled ul li {
  position: relative;
}
.list-styled ul li:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  color: #F05F3C;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}

.card-links {
  padding: 40px 0;
  background-color: #F3F9FA;
}
.card-links .container > p {
  margin: -10px 0 30px 0;
}
.card-links h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 30px;
}
.card-links .row > div {
  margin-bottom: 25px;
}

@media (max-width: 794.98px) {
  .card-links .card-p-left,
  .base-section .card-p-left {
    padding-right: 0.5rem !important;
  }
  .card-links .card-p-right,
  .base-section .card-p-right {
    padding-left: 0.5rem !important;
  }
}

.highlights-block h2,
.highlights-block h3 {
  margin-bottom: 32px;
}
.highlights-block .container > p {
  margin: -8px 0 32px 0;
}
.highlights-block.highlight-horizontal .highlight-card {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding: 16px;
  text-align: left;
}
.highlights-block.highlight-horizontal .highlight-card .card-image {
  margin: 0 16px 0 0;
  max-width: 75px;
  min-width: 75px;
  width: 75px;
  height: 75px;
  padding-top: 8px;
  text-align: center;
}
.highlights-block.highlight-horizontal .highlight-card .card-image img {
  height: 50px;
  max-width: 65px;
  border-radius: 0;
  margin-top: 4px;
}
.highlights-block.highlight-horizontal .highlight-card .card-image i {
  font-size: 50px;
  position: relative;
  top: 6px;
}
.highlights-block.highlight-horizontal .highlight-card div.h4 {
  min-width: 24px;
  margin: 0 16px 0 0;
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 794.98px) {
  .highlights-block.highlight-horizontal .highlight-card div.h4 {
    min-width: 20px;
    font-size: 1.5rem;
    margin: 0 12px 0 0;
  }
}
.highlights-block.highlight-horizontal .highlight-card .highlight-card-text,
.highlights-block.highlight-horizontal .highlight-card strong {
  text-align: left;
}
@media (max-width: 1079.98px) {
  .highlights-block.highlight-horizontal-mobile .highlight-card {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 16px;
    text-align: left;
  }
  .highlights-block.highlight-horizontal-mobile .highlight-card .card-image {
    margin: 0 16px 0 0;
    max-width: 75px;
    min-width: 75px;
    width: 75px;
    height: 75px;
    padding-top: 8px;
    text-align: center;
  }
  .highlights-block.highlight-horizontal-mobile .highlight-card .card-image img {
    height: 40px;
    max-width: 65px;
    border-radius: 0;
    margin-top: 8px;
  }
  .highlights-block.highlight-horizontal-mobile .highlight-card .card-image i {
    font-size: 40px;
  }
  .highlights-block.highlight-horizontal-mobile .highlight-card .highlight-card-text,
  .highlights-block.highlight-horizontal-mobile .highlight-card strong {
    text-align: left;
  }
}

.highlight-card {
  background-color: #fff;
  border-radius: 1rem 1rem 1rem 0;
  padding: 16px 16px 6px 16px;
  text-align: center;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  border-bottom: 10px solid transparent;
  display: block;
  color: #383838;
}
.highlight-card.shadowed {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
}
.highlight-card h3 {
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.highlight-card h4 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 0;
}
.highlight-card p {
  font-size: 0.9em;
  margin-top: 10px;
  color: #383838;
  font-family: Poppins, Arial, sans-serif;
  margin-bottom: 0;
  display: block;
}

a.highlight-card:hover {
  background-color: #F05F3C;
  border-bottom: 10px solid #c03816;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
  color: #fff !important;
  text-decoration: none !important;
}
a.highlight-card:hover h3, a.highlight-card:hover h4, a.highlight-card:hover p {
  color: #fff !important;
  text-decoration: none !important;
}
a.highlight-card:hover i[class^=icon-]:not(.icon-chevron-right) {
  color: #383838 !important;
}

@media (max-width: 794.98px) {
  .card-links .row > div {
    margin-bottom: 0;
  }
  .highlight-card {
    padding: 15px 10px 10px 10px;
  }
  .highlight-card h4 {
    margin-bottom: 0;
    font-size: 0.9em;
  }
  .highlight-horizontal .highlight-card h4 {
    font-size: 1em;
  }
}
.horizontal-information-block .card-image,
.information-cards .card-image,
.highlight-card .card-image,
.dynamic-columns .card-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 1rem 1rem 1rem 0;
}
.horizontal-information-block .card-image img,
.information-cards .card-image img,
.highlight-card .card-image img,
.dynamic-columns .card-image img {
  height: 65px;
  width: 65px;
  margin-top: 17px;
  object-fit: contain;
  border-radius: unset;
}
.horizontal-information-block .card-image i,
.information-cards .card-image i,
.highlight-card .card-image i,
.dynamic-columns .card-image i {
  font-size: 66px;
  top: 16px;
  position: relative;
}
.horizontal-information-block .card-image i.icon-sustainable-development-goals,
.information-cards .card-image i.icon-sustainable-development-goals,
.highlight-card .card-image i.icon-sustainable-development-goals,
.dynamic-columns .card-image i.icon-sustainable-development-goals {
  font-size: 38px !important;
  top: 10px !important;
}
@media (max-width: 794.98px) {
  .horizontal-information-block .card-image i.icon-sustainable-development-goals,
  .information-cards .card-image i.icon-sustainable-development-goals,
  .highlight-card .card-image i.icon-sustainable-development-goals,
  .dynamic-columns .card-image i.icon-sustainable-development-goals {
    font-size: 20px !important;
    top: 6px !important;
  }
}

@media (max-width: 539.98px) {
  .highlight-mobile-sm .highlight-card {
    padding: 12px 32px 12px 16px;
    margin-bottom: 8px;
    border-radius: 8px 8px 8px 0;
  }
  .highlight-mobile-sm .highlight-card h3 {
    font-size: 1.1rem;
  }
  .highlight-mobile-sm .highlight-card h3, .highlight-mobile-sm .highlight-card h4 {
    padding-right: 8px;
  }
  .highlight-mobile-sm .highlight-card h3:after,
  .highlight-mobile-sm .highlight-card h4:after {
    position: absolute;
    float: right;
    left: auto;
    right: 28px;
    top: 25%;
    line-height: 1.5rem;
    color: #3A3A3A;
    padding: 3px;
    margin-top: 1px;
    line-height: 1em;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
  }
  .highlight-card .card-image {
    margin: 0 16px 0 0 !important;
    max-width: 46px !important;
    min-width: 46px !important;
    width: 46px !important;
    height: 46px !important;
    padding-top: 8px !important;
    text-align: center;
    border-radius: 8px 8px 8px 0;
  }
  .highlight-card .card-image img {
    height: 30px !important;
    max-width: 36px !important;
    border-radius: 0;
    margin-top: 4px !important;
  }
  .highlight-card .card-image i {
    font-size: 30px !important;
    position: relative;
    top: 0 !important;
  }
  .highlight-card .highlight-header {
    display: flex;
    align-items: center;
  }
  .highlight-card .highlight-header h3, .highlight-card .highlight-header h4, .highlight-card .highlight-header h5 {
    font-size: 1em;
    text-align: left;
  }
  .highlight-card p {
    text-align: left;
  }
}
.information-cards {
  padding: 40px 0 20px 0;
}
.information-cards h3 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 30px;
}
.information-cards .row > div {
  margin-bottom: 25px;
}
.information-cards .information-card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
  background-color: #fff;
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 40px;
}
.information-cards .information-card .information-card-text {
  padding: 24px;
  text-align: center;
  height: 100%;
  border-bottom: 10px solid transparent;
  display: block;
}
.information-cards .information-card .information-card-text h3 {
  font-size: 1.4em;
  line-height: 1.3em;
}
.information-cards .information-card .information-card-text h3,
.information-cards .information-card .information-card-text h4 {
  font-weight: 500;
}
.information-cards .information-card .information-card-text p {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
.information-cards .information-card .information-card-image img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media (min-width: 795px) {
  .information-cards .information-cards {
    padding: 60px 0 20px 0;
  }
  .information-cards .information-card .information-card-text {
    width: 50%;
    padding: 32px;
  }
  .information-cards .information-card .information-card-image {
    width: 50%;
  }
  .information-cards .information-card .information-card-image img {
    height: 100%;
    object-fit: cover;
  }
}

.review-card {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://iahq.imgix.net/images/pages/b-corp/intern-abroad-hq-bcorp-certification-declaration-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}

/*  GRID CARD  */
.grid-card {
  height: calc(100% - 25px);
}

.basic-card .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*  BASIC CARD  */
.basic-card {
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 24px;
}
.basic-card > a:hover {
  text-decoration: none;
}
.basic-card .blog-link {
  color: #383838;
}
.basic-card .blog-link:hover {
  color: #F05F3C;
}
.basic-card .card-img {
  margin-bottom: 12px;
  position: relative;
}
.basic-card .card-img.with-description {
  margin-bottom: 0;
}
.basic-card .card-img.with-description img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.basic-card .card-img img {
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 0;
}
.basic-card .card-img .card-img-flag {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
}
.basic-card .card-img .card-img-description {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  background-color: #2F3F4C;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.basic-card .card-img .card-img-description i {
  font-size: 2rem;
  margin-right: 8px;
}
.basic-card .basic-header {
  border-bottom: 1px solid #F9F9F9;
  padding-bottom: 8px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.basic-card .basic-header p {
  font-size: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
}
.basic-card p {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 16px;
}
.basic-card p.description-ellipsis {
  height: 65px;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.basic-card p.text-secondary {
  color: #8E8E8E;
  margin-bottom: 12px;
  font-size: 0.8em;
}
.basic-card table {
  vertical-align: middle;
  width: 100%;
}
.basic-card table td {
  padding: 8px;
}
.basic-card table td p {
  margin-bottom: 0;
}
.basic-card table td:last-child {
  text-align: right;
}
.basic-card .card-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.basic-card .card-pills .btn-pill {
  margin: 0 8px 8px 0;
}
.basic-card .card-pills h4 {
  margin-top: 16px;
  width: 100%;
  font-size: 1.1em;
}
.basic-card .basic-card-header {
  color: #383838;
}
.basic-card .basic-card-header h5,
.basic-card .basic-card-header h6 {
  margin-bottom: 0.25;
}
.basic-card .basic-card-header i {
  color: #F05F3C;
}
.basic-card .basic-card-header .card-sublocation {
  line-height: 1.2;
  min-height: 36px;
  align-items: center;
  width: 100%;
  display: flex;
}
.basic-card .basic-card-header .card-sublocation span {
  display: inline-block;
}
.basic-card .basic-card-title {
  align-items: center;
  display: flex;
}
.basic-card .basic-card-title h4, .basic-card .basic-card-title h5 {
  font-weight: 500;
  line-height: 1.1;
}
.basic-card .basic-card-title a {
  color: #383838;
}
.basic-card .basic-card-title:hover,
.basic-card .basic-card-title a:hover {
  color: #F05F3C;
}
.basic-card .card-destinations {
  font-family: Poppins, Arial, sans-serif;
  margin-bottom: 16px;
}
.basic-card .card-destinations span {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.9em;
}
.basic-card .card-destinations i {
  color: #F05F3C;
  margin-right: 8px;
}
.basic-card .col {
  padding-left: 8px;
  padding-right: 8px;
}
.basic-card .row .col:first-child {
  padding-left: 16px;
}
.basic-card .row .col:last-child {
  padding-right: 16px;
}
.basic-card .card-summary {
  display: flex;
}
.basic-card .card-summary .col-6:first-child {
  padding-right: 6px;
}
.basic-card .card-summary .col-6:last-child {
  padding-left: 6px;
}
.basic-card .card-summary .card-summary-block {
  background-color: #ECECEC;
  padding: 16px 8px;
  border-radius: 0.4rem;
  display: flex;
  height: calc(100% - 8px);
  margin-bottom: 8px;
  align-items: center;
  column-gap: 8px;
}
.basic-card .card-summary .card-summary-block span {
  font-size: 0.8rem;
  color: #383838;
  font-family: Poppins, Arial, sans-serif;
}
.basic-card .card-summary .card-summary-block i {
  font-size: 1.8rem;
  padding-top: 4px;
}
.basic-card .card-vertical-items {
  margin: 16px 0;
  padding-left: 0;
}
.basic-card .card-vertical-items li {
  padding-left: 0;
}
.basic-card .card-vertical-items li i {
  margin-right: 8px;
  font-size: 1rem;
  color: #F05F3C;
}
.basic-card .card-vertical-items li:before {
  display: none;
}
.basic-card.card-actions-bottom {
  padding: 16px 16px 64px 16px;
  position: relative;
}
.basic-card .card-actions {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  column-gap: 12px;
}
.basic-card .card-actions .check-avail {
  font-size: 15px;
}
@media (max-width: 385px) {
  .basic-card .card-actions .check-avail {
    font-size: 14px;
  }
}
.basic-card .card-header {
  padding: 0 0 16px 0;
  background-color: transparent;
  align-items: center;
}
.basic-card .card-header h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.basic-card .card-header label {
  padding: 8px;
  background-color: #F05F3C;
  color: #fff;
  font-weight: 600;
  position: relative;
  left: 16px;
  margin-bottom: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  text-align: right;
}
.basic-card .card-body {
  padding: 16px 0 0 0;
}
.basic-card .card-body h3 {
  font-size: 1rem;
  font-weight: 600;
}
.basic-card .card-body .btn {
  margin-top: 16px;
}
.basic-card.no-border-card {
  padding: 0;
  overflow: hidden;
  height: initial;
}
.basic-card.no-border-card h3 {
  background-color: #fff;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.basic-card.grey-card {
  background-color: #F9F9F9;
}
.basic-card .card-pills-flags {
  margin-bottom: 8px;
}
.basic-card .card-pills-flags .btn-pill {
  display: flex;
  flex-direction: row;
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 16px;
}
.basic-card .card-pills-flags .btn-pill i {
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .basic-card {
    padding: 16px;
  }
  .basic-card .title-link {
    font-size: 1rem;
  }
  .basic-card .title-link i {
    font-size: 0.6em;
  }
  .basic-card p {
    font-size: 0.9em;
  }
  .basic-card p.text-secondary {
    font-size: 0.8em;
  }
  .basic-card .card-header {
    padding: 0 8px 16px 8px;
  }
  .basic-card .card-header.header-labeled {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .basic-card .card-header.header-labeled h2 {
    width: 100%;
  }
  .basic-card .card-header.header-labeled label {
    margin-bottom: 16px;
    width: fit-content;
  }
  .basic-card .card-body {
    padding: 16px 8px 8px 8px;
  }
}
.card-actions {
  column-gap: 12px;
}
.card-actions i {
  position: relative;
  top: 1px;
}

.card-img-full-width {
  overflow: hidden;
  padding: 0 16px 16px 16px;
}
.card-img-full-width .card-img-header {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
.card-img-full-width .card-img-header img {
  margin-bottom: 8px;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img-full-width .card-img-header img.image-top {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img-full-width .card-content {
  padding-top: 8px;
}
.card-img-full-width .card-content h4 {
  margin-bottom: 24px;
}
.card-img-full-width .card-content .add-info {
  font-size: 14px;
}

.card-rounded {
  border-radius: 0.4rem !important;
  border: none;
}
.card-rounded img {
  border-radius: 0.4rem;
}

.card-default {
  border: none;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 1rem;
}
.card-default.shadowed {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
}
.card-default .carousel-item-title, .card-default .card-title {
  background: rgba(255, 255, 255, 0.9);
  color: #2F3F4C;
  position: absolute;
  bottom: 0px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-weight: 500;
}
@media (min-width: 795px) {
  .card-default .carousel-item-title, .card-default .card-title {
    font-size: 1rem;
  }
}
.card-default .carousel-item-title.carousel-dark, .card-default .card-title.carousel-dark {
  background: rgba(255, 255, 255, 0.9);
  color: #2F3F4C;
  display: flex;
  justify-content: start;
  text-align: left !important;
  font-size: 0.875rem;
  align-items: center;
}
.card-default .carousel-item-title.carousel-dark i, .card-default .card-title.carousel-dark i {
  font-size: 1.5rem;
}
.card-default:hover .carousel-item-title, .card-default:hover .card-title {
  background: rgba(240, 95, 60, 0.9);
  color: #fff;
  opacity: 1;
}
.card-default:hover .carousel-item-title.carousel-dark, .card-default:hover .card-title.carousel-dark {
  background: #fff;
  color: #2F3F4C;
}
.card-default a:not(.btn) {
  color: #F05F3C;
}
.card-default a:not(.btn):hover {
  color: #ee4c24 !important;
}
.card-default a:not(.btn).link {
  color: #F05F3C;
}
.card-default img {
  width: 100%;
  border-radius: 1rem;
}
.card-default h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 16px 0;
}
.card-default p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.base-section .alternating-cards,
.base-section-tall .alternating-cards,
.base-section-unpadded .alternating-cards {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem 1rem 1rem 0;
}
.base-section .alternating-cards .alt-card,
.base-section-tall .alternating-cards .alt-card,
.base-section-unpadded .alternating-cards .alt-card {
  padding: 24px 16px 32px 16px;
}
.base-section .alternating-cards .alt-card:first-child,
.base-section-tall .alternating-cards .alt-card:first-child,
.base-section-unpadded .alternating-cards .alt-card:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.base-section .alternating-cards .alt-card:last-child,
.base-section-tall .alternating-cards .alt-card:last-child,
.base-section-unpadded .alternating-cards .alt-card:last-child {
  border-bottom-right-radius: 1rem;
}
.base-section .alternating-cards .alt-card:nth-of-type(odd),
.base-section-tall .alternating-cards .alt-card:nth-of-type(odd),
.base-section-unpadded .alternating-cards .alt-card:nth-of-type(odd) {
  background-color: #F5F5F5;
}
.base-section .alternating-cards .alt-card:nth-of-type(even),
.base-section-tall .alternating-cards .alt-card:nth-of-type(even),
.base-section-unpadded .alternating-cards .alt-card:nth-of-type(even) {
  background-color: #fff;
}

.card-vertical-items {
  margin: 16px 0;
  padding-left: 0;
}
.card-vertical-items li {
  padding-left: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.card-vertical-items li i {
  margin-right: 8px;
  font-size: 1rem;
  color: #F05F3C;
}
.card-vertical-items li:before {
  display: none;
}

.card-project-details {
  flex-grow: 1;
}
.card-project-details .tag-pill {
  position: relative;
  top: -2px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fce4cb;
  text-align: center;
}
.card-project-details .tag-pill.tag-upgrade {
  background-color: #D5EAB2;
}
.card-project-details .tag-pill.tag-upgrade i {
  position: relative;
  top: 1px;
}

.experience-card {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.experience-card .card-img-header img {
  border-radius: inherit;
}
.experience-card h5, .experience-card div {
  color: #383838;
}
.experience-card:hover h5 {
  color: #F05F3C;
}

.registration-fee-options .options-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.registration-fee-options h2 {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 15px;
}
.registration-fee-options .registration-fee-option {
  width: 30%;
  margin: 16px 1.5%;
  background-color: white;
  border: 2px solid #B5B5B5;
  border-radius: 0.4rem;
  overflow: hidden;
}
.registration-fee-options .registration-fee-option .registration-fee-header {
  position: relative;
  padding: 48px 16px 16px 16px;
  margin-bottom: 24px;
  text-align: center;
}
.registration-fee-options .registration-fee-option .registration-fee-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  width: 75%;
  background-color: #ccc;
}
.registration-fee-options .registration-fee-option .registration-fee-header h3 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
}
.registration-fee-options .registration-fee-option .registration-fee-header h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 3px;
  width: 40px;
  background-color: #F05F3C;
}
.registration-fee-options .registration-fee-option .registration-fee-header p {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  font-size: 2.2em;
  margin-top: 1rem;
}
.registration-fee-options .registration-fee-option .registration-fee-header label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background-color: #F05F3C;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  white-space: nowrap;
}
.registration-fee-options .registration-fee-option ul {
  padding: 0 24px;
}
.registration-fee-options .registration-fee-option ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.8em;
}
.registration-fee-options .registration-fee-option ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.registration-fee-options .registration-fee-option ul li.included:before {
  content: url("../../images/check-interns.png");
}
.registration-fee-options .registration-fee-option ul li.not-included:before {
  content: url("../../images/cross-interns.png");
}
.registration-fee-options .registration-fee-option.recommended {
  border-color: #F05F3C;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header {
  padding: 56px 16px 32px 16px;
  background-color: #F05F3C;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header h3 {
  color: #fff;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header h3:after {
  background-color: #fff;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header p {
  color: #fff;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header:after {
  content: "";
  display: none;
}
.registration-fee-options .registration-fee-option.recommended .registration-fee-header label {
  background-color: #fff;
  color: #F05F3C;
}

@media (max-width: 1079.98px) {
  .registration-fee-options .options-content {
    flex-direction: column;
  }
  .registration-fee-options .registration-fee-option {
    width: 100%;
    max-width: 760px;
    margin: 8px 0;
  }
}
.accordion .accordion-card {
  margin-bottom: 32px;
}
.accordion .accordion-card .card-header {
  margin-bottom: 0;
  position: relative;
  background-color: transparent;
  outline: none;
  padding: 0;
  border: none;
}
.accordion .accordion-card .card-header button {
  width: 100%;
  padding: 16px 32px;
  padding-right: 48px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  border: none;
  background-color: #8E8E8E;
  border-radius: 16px;
  outline: none;
  text-transform: none;
}
.accordion .accordion-card .card-header button:after {
  content: "\f077";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 0.7em;
  font-family: "icomoon";
  transition: all ease-in-out 0.2s;
}
.accordion .accordion-card .card-header button[aria-expanded=true] {
  background-color: #F05F3C;
}
.accordion .accordion-card .card-header button.collapsed:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-card .card-header button:hover, .accordion .accordion-card .card-header button:focus {
  color: #fff;
}
.accordion .accordion-card .card-body {
  padding: 32px 32px 0 32px;
}
.accordion .accordion-card .card-body.section-text {
  max-width: 100%;
}
.accordion .accordion-card .card-body.section-text ul {
  margin-bottom: 24px;
}
.accordion .accordion-card .card-body.section-text a.link {
  color: #F05F3C;
}

@media (max-width: 794.98px) {
  .accordion .accordion-card {
    margin-bottom: 16px;
  }
  .accordion .accordion-card .card-body {
    padding: 24px 0 0 0;
  }
}
.study-abroad-destination-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(12, auto);
  grid-gap: 2rem;
}
.study-abroad-destination-cards .basic-card {
  display: grid;
  grid-row: span 12;
  grid-template-rows: subgrid;
  row-gap: 0;
}
@media (max-width: 1079.98px) {
  .study-abroad-destination-cards {
    grid-template-columns: 1fr;
  }
}

.accordion .card {
  box-shadow: none;
}
.accordion .card-header {
  position: relative;
  background-color: transparent;
  border: 0;
}
.accordion .card-header h2, .accordion .card-header .h2 {
  font-size: 1.5rem;
  margin-top: 3rem;
}
.accordion .card-header a {
  color: #292b2c;
  font-weight: bold;
  text-decoration: none !important;
}
.accordion .card-header a > span {
  position: relative;
  background-color: #fff;
}
.accordion .card-header a > span.h2 {
  margin: 0;
}
.accordion .card-header a > span:first-child {
  padding-right: 1em;
}
.accordion .card-header a > span:last-child {
  padding-left: 1em;
  min-width: 2em;
}
.accordion .card-header a:after {
  position: absolute;
  right: 0em;
  line-height: 1.5rem;
  background: #2F3F4C;
  color: #fff;
  padding: 3px;
  margin-top: 1px;
  line-height: 1em;
  border-radius: 0.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}

.panel--accordion {
  border-bottom: 1px #8E8E8E solid;
}
.panel--accordion:last-child {
  margin-bottom: 3em;
}
.panel--accordion .panel-content ol > li::marker {
  color: #2F3F4C;
}
.panel--accordion .panel-title {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-bottom: 0 !important;
  text-transform: none;
  text-decoration: none;
  color: #8E8E8E;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: left;
}
.panel--accordion .panel-title.collapsed {
  margin-bottom: 0;
}
.panel--accordion .panel-title:hover {
  color: #F05F3C;
}
.panel--accordion .panel-title:after {
  content: "\f077";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 4px;
  color: #8E8E8E;
  font-family: "icomoon";
  font-size: 0.75em;
  line-height: 1.25;
}
.panel--accordion .panel-title span {
  position: relative;
  padding: 0px 10px 0px 0px;
}
.panel--accordion .panel-title.collapsed {
  color: #3A3A3A;
}
.panel--accordion .panel-title.collapsed:hover {
  color: #F05F3C;
}
.panel--accordion .panel-title.collapsed:after {
  content: "\f078";
}
.panel--accordion .panel-content {
  margin-top: 1rem;
}
@media (min-width: 540px) {
  .panel--accordion .panel-title {
    font-size: 1.45rem;
  }
}

.custom-accordions .panel-title:after {
  color: #F05F3C;
}
.custom-accordions .panel--accordion .panel-collapse {
  background: white;
  border-radius: 1rem 1rem 1rem 0;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
}
.custom-accordions .accordion .card-default {
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.custom-accordions .accordion .card-default .card-header {
  margin-bottom: 0;
  position: relative;
  background-color: transparent;
  outline: none;
  padding: 0;
  border: none;
}
.custom-accordions .accordion .card-default .card-header button {
  width: 100%;
  padding: 8px;
  padding-right: 24px;
  background-color: transparent;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-transform: none;
  outline: none;
  text-align: left;
}
.custom-accordions .accordion .card-default .card-header button:after {
  content: "\f077";
  font-size: 0.7em;
  font-family: "icomoon";
  position: absolute;
  top: 9px;
  right: 4px;
  transition: all ease-in-out 0.2s;
}
.custom-accordions .accordion .card-default .card-header button.collapsed:after {
  transform: rotate(180deg);
}
.custom-accordions .accordion .card-default .card-body {
  padding: 16px 32px 0 32px;
}
.custom-accordions .accordion .card-default .card-body.section-text {
  max-width: 100%;
}
.custom-accordions.big-title-accordion .card-default .card-header button h3 {
  padding-right: 1.5rem;
}
.custom-accordions.big-title-accordion .card-default .card-header button:after {
  font-size: 1.1em;
  top: 30%;
}
@media (min-width: 540px) {
  .custom-accordions.big-title-accordion .card-default .card-header button:after {
    top: 33%;
  }
}

.accordion a.chevron, .accordion button.chevron, .accordion_hook a.chevron, .accordion_hook button.chevron {
  position: relative;
  padding: 1rem;
  border: none;
  text-decoration: none;
  text-transform: none;
}
.accordion a.chevron::after, .accordion button.chevron::after, .accordion_hook a.chevron::after, .accordion_hook button.chevron::after {
  content: "\f078";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #3A3A3A;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1.25;
}
.accordion a.chevron:hover, .accordion button.chevron:hover, .accordion_hook a.chevron:hover, .accordion_hook button.chevron:hover {
  color: #F05F3C;
}
.accordion a.chevron[aria-expanded=true], .accordion button.chevron[aria-expanded=true], .accordion_hook a.chevron[aria-expanded=true], .accordion_hook button.chevron[aria-expanded=true] {
  color: #F05F3C;
}
.accordion a.chevron[aria-expanded=true]::after, .accordion button.chevron[aria-expanded=true]::after, .accordion_hook a.chevron[aria-expanded=true]::after, .accordion_hook button.chevron[aria-expanded=true]::after {
  content: "\f077";
}

.flag-icon, .flag-icon-background {
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
}

.flag-icon:before {
  content: " ";
}

.flag-icon-ar {
  background-image: url("/assets/images/flags/round/ar.svg");
}

.flag-icon-bz {
  background-image: url("/assets/images/flags/round/bz.svg");
}

.flag-icon-br {
  background-image: url("/assets/images/flags/round/br.svg");
}

.flag-icon-bg {
  background-image: url("/assets/images/flags/round/bg.svg");
}

.flag-icon-kh {
  background-image: url("/assets/images/flags/round/kh.svg");
}

.flag-icon-cn {
  background-image: url("/assets/images/flags/round/cn.svg");
}

.flag-icon-co {
  background-image: url("/assets/images/flags/round/co.svg");
}

.flag-icon-cr {
  background-image: url("/assets/images/flags/round/cr.svg");
}

.flag-icon-hr {
  background-image: url("/assets/images/flags/round/hr.svg");
}

.flag-icon-cz {
  background-image: url("/assets/images/flags/round/cz.svg");
}

.flag-icon-ec {
  background-image: url("/assets/images/flags/round/ec.svg");
}

.flag-icon-gb-eng {
  background-image: url("/assets/images/flags/round/gb-eng.svg");
}

.flag-icon-gb-ie {
  background-image: url("/assets/images/flags/round/gb-ie.svg");
}

.flag-icon-fj {
  background-image: url("/assets/images/flags/round/fj.svg");
}

.flag-icon-gh {
  background-image: url("/assets/images/flags/round/gh.svg");
}

.flag-icon-gr {
  background-image: url("/assets/images/flags/round/gr.svg");
}

.flag-icon-gt {
  background-image: url("/assets/images/flags/round/gt.svg");
}

.flag-icon-in {
  background-image: url("/assets/images/flags/round/in.svg");
}

.flag-icon-id {
  background-image: url("/assets/images/flags/round/id.svg");
}

.flag-icon-ie {
  background-image: url("/assets/images/flags/round/ie.svg");
}

.flag-icon-il {
  background-image: url("/assets/images/flags/round/il.svg");
}

.flag-icon-it {
  background-image: url("/assets/images/flags/round/it.svg");
}

.flag-icon-jp {
  background-image: url("/assets/images/flags/round/jp.svg");
}

.flag-icon-jo {
  background-image: url("/assets/images/flags/round/jo.svg");
}

.flag-icon-jm {
  background-image: url("/assets/images/flags/round/jm.svg");
}

.flag-icon-ke {
  background-image: url("/assets/images/flags/round/ke.svg");
}

.flag-icon-kr {
  background-image: url("/assets/images/flags/round/kr.svg");
}

.flag-icon-la {
  background-image: url("/assets/images/flags/round/la.svg");
}

.flag-icon-mg {
  background-image: url("/assets/images/flags/round/mg.svg");
}

.flag-icon-mx {
  background-image: url("/assets/images/flags/round/mx.svg");
}

.flag-icon-my {
  background-image: url("/assets/images/flags/round/my.svg");
}

.flag-icon-ma {
  background-image: url("/assets/images/flags/round/ma.svg");
}

.flag-icon-np {
  background-image: url("/assets/images/flags/round/np.svg");
}

.flag-icon-nl {
  background-image: url("/assets/images/flags/round/nl.svg");
}

.flag-icon-nz {
  background-image: url("/assets/images/flags/round/nz.svg");
}

.flag-icon-pe {
  background-image: url("/assets/images/flags/round/pe.svg");
}

.flag-icon-ph {
  background-image: url("/assets/images/flags/round/ph.svg");
}

.flag-icon-pl {
  background-image: url("/assets/images/flags/round/pl.svg");
}

.flag-icon-pt {
  background-image: url("/assets/images/flags/round/pt.svg");
}

.flag-icon-ro {
  background-image: url("/assets/images/flags/round/ro.svg");
}

.flag-icon-za {
  background-image: url("/assets/images/flags/round/za.svg");
}

.flag-icon-es {
  background-image: url("/assets/images/flags/round/es.svg");
}

.flag-icon-lk {
  background-image: url("/assets/images/flags/round/lk.svg");
}

.flag-icon-tz {
  background-image: url("/assets/images/flags/round/tz.svg");
}

.flag-icon-th {
  background-image: url("/assets/images/flags/round/th.svg");
}

.flag-icon-ug {
  background-image: url("/assets/images/flags/round/ug.svg");
}

.flag-icon-us-hi {
  background-image: url("/assets/images/flags/round/us-hi.svg");
}

.flag-icon-vn {
  background-image: url("/assets/images/flags/round/vn.svg");
}

.flag-icon-zm {
  background-image: url("/assets/images/flags/round/zm.svg");
}

.flag-icon-zw {
  background-image: url("/assets/images/flags/round/zw.svg");
}

.flag-icon-au {
  background-image: url("/assets/images/flags/round/au.svg");
}

.flag-icon-ca {
  background-image: url("/assets/images/flags/round/ca.svg");
}

.flag-icon-eu {
  background-image: url("/assets/images/flags/round/eu.svg");
}

.flag-icon-hk {
  background-image: url("/assets/images/flags/round/hk.svg");
}

.flag-icon-sg {
  background-image: url("/assets/images/flags/round/sg.svg");
}

.flag-icon-ch {
  background-image: url("/assets/images/flags/round/ch.svg");
}

.flag-icon-ae {
  background-image: url("/assets/images/flags/round/ae.svg");
}

.flag-icon-gb {
  background-image: url("/assets/images/flags/round/gb.svg");
}

.flag-icon-us {
  background-image: url("/assets/images/flags/round/us.svg");
}

.flag-icon-remote {
  background-image: url("/assets/images/flags/round/remote.svg");
}

.flag-icon-abroad {
  background-image: url("/assets/images/flags/round/abroad.svg");
}

.cards-destinations .card {
  height: 100%;
}
.cards-destinations .card.card-promo {
  height: auto;
}
.cards-destinations a {
  text-decoration: none;
}
.cards-destinations .card-title {
  line-height: 1.3;
  color: #2F3F4C;
}
.cards-destinations .card-title:hover {
  color: #F05F3C;
}
.cards-destinations .card-title a {
  color: #2F3F4C;
  text-decoration: none;
}
.cards-destinations .card-title i {
  color: #F05F3C;
  font-size: 1.25rem;
}
@media (max-width: 1079.98px) {
  .cards-destinations {
    display: block;
  }
  .cards-destinations .card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }
}

#filterToolbar {
  clear: both;
}
#filterToolbar .btn {
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 0.95em;
  margin-bottom: 5px;
  padding: 0.5rem 0.75rem;
  text-transform: none;
}
#filterToolbar .btn i {
  width: 20px;
  display: inline-block;
  text-align: left;
}
#filterToolbar .btn .icon-check {
  display: none;
}
#filterToolbar .btn.active {
  background-color: #fff;
  border-color: #F05F3C;
  color: #F05F3C;
}
#filterToolbar .btn.active .icon-check {
  display: inline-block;
}
#filterToolbar .btn.active .icon-not-check {
  display: none;
}

.guided-search-header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 25px 30px 25px;
}
@media (max-width: 540px) {
  .guided-search-header {
    padding: 30px 15px 20px 15px;
  }
}
.guided-search-header h1, .guided-search-header h2 {
  color: #fff;
}
.guided-search-header .excerpt {
  color: #fff;
  font-size: 1.1em;
}
.guided-search-header .excerpt a {
  color: #F3F9FA;
  border-bottom: 1px solid #F3F9FA;
}
.guided-search-header .excerpt a:hover {
  color: #ffcec1;
  border-bottom: 1px solid #ffcec1;
  text-decoration: none;
}

@media (min-width: 540px) {
  @keyframes highlight {
    0% {
      background-color: #fce4cb;
    }
    100% {
      background-color: #ECECEC;
    }
  }
  .main-form .highlight {
    animation: highlight 2s;
  }
}
.main-form .guide-sales-tool-select {
  border-radius: 0.4em;
  position: relative;
  cursor: pointer;
  background-color: #ECECEC;
  min-height: 86px;
}
.main-form .guide-sales-tool-select.select-type {
  cursor: auto;
}
.main-form .guide-sales-tool-select .form-close {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
  font-size: 1rem;
  color: #4F4F4F;
}
.main-form .guide-sales-tool-select .form-close i {
  padding: 8px;
}
@media (max-width: 539.98px) {
  .main-form .guide-sales-tool-select .form-close {
    right: -8px;
    top: 20px;
  }
}
.main-form .guide-sales-tool-select .form-close:hover {
  color: inherit;
}
.main-form .guide-sales-tool-select .fields-trigger, .main-form .guide-sales-tool-select .internship-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.4em;
  padding: 8px 20px;
  min-height: 86px;
}
.main-form .guide-sales-tool-select .fields-trigger .selection-list, .main-form .guide-sales-tool-select .internship-type .selection-list {
  line-height: 2rem;
}
@media (max-width: 375px) {
  .main-form .guide-sales-tool-select .fields-trigger .selection-list, .main-form .guide-sales-tool-select .internship-type .selection-list {
    font-size: 0.9rem;
  }
}
.main-form .guide-sales-tool-select .fields-trigger span, .main-form .guide-sales-tool-select .internship-type span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.main-form .guide-sales-tool-select .internship-type .select-type .btn {
  width: 32%;
}
.main-form .guide-sales-tool-select .internship-type .select-type .selected {
  background-color: #F05F3C;
  color: #fff;
}
.main-form .guide-sales-tool-select .fields-trigger:hover {
  background-color: #E1E1E1;
}
.main-form .guide-sales-tool-select #selected-industry, .main-form .guide-sales-tool-select p {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
@media (max-width: 375px) {
  .main-form .guide-sales-tool-select #selected-industry, .main-form .guide-sales-tool-select p {
    font-size: 0.95rem;
  }
}
.main-form .guide-sales-tool-select .sales-tool-bar {
  position: absolute;
  right: 12px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.main-form .guide-sales-tool-select .sales-tool-bar .icon-wrapper {
  top: -2px;
  position: relative;
}
.main-form .guide-sales-tool-select .sales-tool-bar .clear-all {
  padding: 8px;
  position: relative;
  top: -4px;
  right: -4px;
  font-size: 1rem;
}
.main-form .guide-sales-tool-select .sales-tool-bar .clear-all:hover {
  text-decoration: underline;
}
.main-form .guide-sales-tool-select span {
  font-size: 1rem;
  line-height: 1rem;
}
@media (max-width: 794.98px) {
  .main-form .guide-sales-tool-select .form-close .reset-fields {
    display: none !important;
  }
}
@media (min-width: 795px) {
  .main-form .guide-sales-tool-select .mobile-reset {
    display: none !important;
  }
}
.main-form .fields-options .selection-content ul {
  column-count: 3;
}
@media (min-width: 1400px) {
  .main-form .fields-options .selection-content ul {
    column-count: 2;
  }
}
@media (max-width: 1079.98px) {
  .main-form .fields-options .selection-content ul {
    column-count: 2;
  }
}
@media (max-width: 539.98px) {
  .main-form .fields-options .selection-content ul {
    column-count: 1;
  }
}
.main-form .select-options {
  position: fixed;
  top: 20px;
  width: 968px;
  max-width: 95%;
  max-height: 90%;
  background-color: #fff;
  overflow-y: auto;
  cursor: auto;
}
@media (min-width: 2000px) and (min-height: 1080px) {
  .main-form .select-options {
    min-width: 760px;
    position: absolute;
    top: 0;
  }
}
.main-form .select-options .form-actions {
  padding-top: 12px;
  text-align: right;
}
.main-form .select-options .select-all {
  font-size: 0.9rem;
  margin-right: 8px;
  padding: 4px;
  cursor: pointer;
}
.main-form .select-options .select-all:hover {
  text-decoration: underline;
}
.main-form .select-options .industries-content {
  display: flex;
  flex-direction: row;
  margin: 16px 0;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  max-width: 760px;
}
.main-form .select-options .industries-content .industry {
  display: flex;
  height: 46px;
  width: 150px;
  border-radius: 0.4rem;
  background-color: #F9F9F9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  filter: grayscale(100%);
  cursor: pointer;
}
.main-form .select-options .industries-content .industry:hover, .main-form .select-options .industries-content .industry.selected {
  background-color: #fce4cb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
  filter: grayscale(0);
}
.main-form .select-options .industries-content .industry img {
  width: 50px;
  margin-bottom: 10px;
}
.main-form .select-options .industries-content .industry span {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
.main-form .select-options .selection-content {
  margin: 16px 0;
}
.main-form .select-options .selection-content ul span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 5px;
  margin: 2px 0;
  cursor: pointer;
  color: #383838;
}
.main-form .select-options .selection-content ul span:before {
  font-family: "icomoon" !important;
  content: "\e99f";
  color: #B5B5B5;
  margin-right: 6px;
  font-size: 0.8rem;
}
.main-form .select-options .selection-content ul span i {
  display: inline-block;
  font-size: 0.8em;
}
@media (min-width: 540px) {
  .main-form .select-options .selection-content ul span:hover {
    background-color: #fce4cb;
  }
}
.main-form .select-options .selection-content ul .selected span {
  background-color: #fce4cb;
}
.main-form .select-options .selection-content ul .selected span:before {
  content: "\e9a0";
  color: #4F4F4F;
}
.main-form button {
  color: #fff;
  background-color: #F05F3C;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.3em;
  margin-bottom: 16px;
}
.main-form button:hover, .main-form button:focus, .main-form button:active {
  text-decoration: none;
  color: #fff;
  border: none;
  position: relative;
}

@media (max-width: 794.98px) {
  .main-form .select-options {
    width: 100%;
    padding: 15px;
  }
  .main-form .select-options .industries-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-form .select-options .industries-content .industry {
    width: 46%;
  }
  .main-form .select-options .industries-content .industry span {
    font-size: 0.9em;
  }
}
@media (max-width: 794.98px) and (max-width: 320px) {
  .main-form .select-options .industries-content .industry span {
    font-size: 0.8em;
  }
  .main-form .select-options .industries-content .industry img {
    width: auto;
    height: 32px;
  }
}
@media (max-width: 794.98px) {
  .main-form .select-options .industries-content .industry img {
    width: auto;
    height: 38px;
  }
}
@media (max-width: 539.98px) {
  .form-title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .main-form .select-options {
    padding: 0 15px 15px 15px;
  }
  .main-form .select-options .options-title {
    background: white;
    padding: 15px 0 4px 0;
    position: sticky;
    top: 0;
    box-shadow: white 0px 5px 10px;
    z-index: 1;
  }
  .main-form .select-options .options-title p {
    width: calc(100% - 60px);
  }
  .main-form .select-options .form-actions {
    text-align: center;
    padding-top: 16px;
  }
}
@media (max-height: 800px) and (min-width: 540px) {
  #fields-options.select-options {
    max-height: calc(100vh - 24px);
    overflow-y: scroll;
  }
}
.intro-section {
  position: relative;
}
.intro-section .intro-banner {
  padding-bottom: 200px;
  position: relative;
}
.intro-section .intro-image {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.intro-section .intro-image.image-rounded {
  margin: 1.5rem 0;
}
.intro-section .intro-image.image-rounded img {
  border-radius: 0.4rem;
}
.intro-section .intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
  min-height: 420px;
}
@media (min-width: 1700px) {
  .intro-section .intro-image img {
    max-height: 500px;
    min-height: 500px;
  }
}
@media (min-width: 1080px) {
  .intro-section .intro-image.unset-h, .intro-section .intro-image.unset-h img {
    max-height: unset;
    min-height: unset;
  }
  .intro-section .intro-image.height-override img {
    width: 100%;
    min-height: 636px !important;
    object-fit: cover;
  }
  .intro-section .intro-image.height-override-sm img {
    width: 100%;
    min-height: 550px !important;
    object-fit: cover;
  }
}
@media (max-width: 794.98px) {
  .intro-section .intro-image, .intro-section .intro-image img {
    max-height: 360px;
    min-height: 360px;
  }
}
@media (max-width: 539.98px) {
  .intro-section .intro-image, .intro-section .intro-image img {
    max-height: 256px;
    min-height: 256px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-section .intro-image {
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 1079.98px) {
  .intro-section > .intro-banner {
    padding-bottom: 420px;
  }
}
@media (max-width: 794.98px) {
  .intro-section .intro-banner {
    padding-bottom: 0;
  }
  .container .intro-section .intro-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .intro-section .intro-image.image-rounded {
    margin: 0 0 1.5rem 0;
  }
  .container .intro-section .intro-image.mobile-rounded {
    margin: 1.5rem 0;
  }
  .container .intro-section .intro-image.mobile-rounded img {
    border-radius: 0.4rem;
  }
}
@media (min-width: 1080px) {
  .intro-image img.intro-image-round {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 1rem 1rem 1rem 0;
    min-height: 500px;
    max-height: 500px;
  }
  .intro-image.youtube-no-margin img {
    border-radius: 1rem 1rem 1rem 0;
  }
}
.results-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.results-toolbar .sort-by {
  white-space: nowrap;
}

.title-content {
  padding-top: 1rem;
  justify-content: space-between;
}

.title-content h1 {
  margin-bottom: 0;
  margin-bottom: 15px;
}

.result-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1079.98px) {
  .result-details {
    position: sticky;
    top: 75px;
    margin: 0 -15px;
    justify-content: space-between;
    background-color: #F3F9FA;
    z-index: 100;
  }
}

.results-line {
  width: 100%;
}

@media (max-width: 767px) {
  .results-toolbar {
    padding-right: 0;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title-content h1 {
    font-size: 1.5em;
    line-height: inherit;
  }
}
/* FILTERS RESULTS*/
.results-filter {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
.results-filter .filter-button {
  text-align: right;
  white-space: nowrap;
}

.results-filter li {
  display: inline-block;
  list-style: none;
}

.results-filter .button-dropdown {
  position: relative;
}

.results-filter li a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #999;
}

.results-filter li .dropdown-menu {
  position: absolute;
  left: 0;
  margin: 0;
  text-align: left;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
}

.results-filter li .dropdown-menu.active {
  display: block;
}

.results-filter li .dropdown-menu li {
  width: 100%;
  padding: 0px 10px;
}
.results-filter li .dropdown-menu li:hover {
  background-color: #F9F9F9;
}

.results-filter li .dropdown-menu a, .results-filter li .dropdown-menu div {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  color: #2F3F4C;
}
.results-filter li .dropdown-menu a:hover, .results-filter li .dropdown-menu div:hover {
  color: #F05F3C;
}

@media (max-width: 794.98px) {
  .destinations-filters {
    border-bottom: none;
    margin-bottom: 25px;
  }
  .destinations-filters .destination-filters-dropdowns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .destinations-filters .destination-filters-dropdowns .results-filter {
    display: inline-block;
    width: 47%;
    min-width: 210px;
    background: #fff;
    border-radius: 0.4rem;
  }
  .destinations-filters .destination-filters-dropdowns .results-filter .filter-button {
    min-height: 40px;
    padding-top: 10px;
    font-size: 1rem;
    text-transform: none;
    font-weight: 500;
  }
  .destinations-filters .destination-filters-dropdowns .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px;
    padding-left: 0;
  }
}
@media (min-width: 2000px) and (min-height: 1080px) {
  .standalone-form .fields-options {
    top: 102px !important;
  }
}
.destinations-map h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.destinations-map p {
  font-family: Poppins, Arial, sans-serif;
}

.destinations-map-content > img {
  width: 100%;
  opacity: 0.85;
}

.destinations-map-content {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 540px) {
  .destinations-map-content {
    min-height: 349px;
  }
}
@media (min-width: 1400px) {
  .destinations-map-content {
    min-height: 535px;
  }
}
.destinations-map-content .map-marker {
  position: absolute;
  width: 180px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 794.98px) {
  .destinations-map-content .map-marker {
    width: 120px;
  }
}
@media (max-width: 360px) {
  .destinations-map-content .map-marker {
    width: 95px !important;
  }
  .destinations-map-content .map-marker .map-trigger span {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 315px) {
  .destinations-map-content .map-marker {
    display: none !important;
  }
}
.destinations-map-content .map-marker .map-trigger img {
  cursor: pointer;
  width: 48px;
  filter: brightness(0.9);
}
@media (max-width: 794.98px) {
  .destinations-map-content .map-marker .map-trigger img {
    display: none;
  }
}
.destinations-map-content .map-marker .map-trigger span {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 0.9em;
  color: #2F3F4C;
  font-family: Poppins, Arial, sans-serif;
  cursor: pointer;
  text-shadow: 1px 1px 2px #fff;
}
@media (min-width: 795px) {
  .destinations-map-content .map-marker .map-trigger span {
    font-size: 1.5em;
    line-height: 1;
  }
}
.destinations-map-content .map-marker .map-trigger:hover {
  transition-duration: 0.6s;
  transform: scale(1.1);
}
.destinations-map-content .map-marker .map-trigger:hover img {
  filter: brightness(1);
}
.destinations-map-content .map-marker .map-trigger:hover span {
  color: #242424;
}
.destinations-map-content .map-marker .map-region-info {
  cursor: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 540px;
  border-radius: 1rem 1rem 1rem 0;
  overflow: hidden;
  background-color: #2F3F4C;
  box-shadow: #3A3A3A 0px 12px 32px 0px;
}
@media (max-width: 1079.98px) {
  .destinations-map-content .map-marker .map-region-info {
    max-width: 90vw;
  }
}
.destinations-map-content .map-marker .map-region-info .map-info-close {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-size: 3rem;
  line-height: 1em;
  text-shadow: 2px 2px 3px #000;
  opacity: 0.9;
  cursor: pointer;
}
.destinations-map-content .map-marker .map-region-info .map-info-close:hover {
  opacity: 1;
}
.destinations-map-content .map-marker .map-region-info img {
  width: 100%;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text {
  padding: 16px 16px 0 16px;
  color: #fff;
  text-align: left;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h3 {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 12px;
  padding-left: 5px;
  border-bottom: 1px solid white;
  color: #fff;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 5px;
  color: #fff;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h4 a {
  color: #fff;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h4 a:hover {
  color: #a4e0df;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h4 i {
  font-size: 1.5rem;
  top: 4px;
  position: relative;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text h5 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 5px;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text ul {
  padding-left: 25px;
  font-family: Poppins, Arial, sans-serif;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text ul li {
  font-weight: 300;
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  position: relative;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 11px;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text ul li a {
  color: #fff;
}
.destinations-map-content .map-marker .map-region-info .map-region-info-text ul li a:hover {
  color: #a4e0df;
  text-decoration: none;
}
.destinations-map-content .map-central-america {
  top: 32%;
  left: 18%;
}
@media (max-width: 539.98px) {
  .destinations-map-content .map-central-america {
    top: 32%;
    left: 5%;
  }
}
@media (max-width: 1079.98px) {
  .destinations-map-content .map-central-america .map-region-info {
    transform: translate(-20%, -40%);
  }
}
.destinations-map-content .map-europe {
  top: 19%;
  left: 42%;
}
@media (max-width: 539.98px) {
  .destinations-map-content .map-europe {
    top: 15%;
    left: 32%;
  }
  .destinations-map-content .map-europe .map-region-info {
    transform: translate(-48%, -30%);
  }
}
.destinations-map-content .map-africa {
  top: 39%;
  left: 45%;
}
@media (max-width: 539.98px) {
  .destinations-map-content .map-africa {
    top: 49%;
    left: 37%;
  }
  .destinations-map-content .map-africa .map-region-info {
    transform: translate(-54%, -50%);
  }
}
.destinations-map-content .map-asia {
  top: 41%;
  left: 78%;
}
@media (max-width: 539.98px) {
  .destinations-map-content .map-asia {
    top: 34%;
    left: 68%;
  }
}
@media (max-width: 1399.98px) {
  .destinations-map-content .map-asia .map-region-info {
    max-width: 90vw;
    transform: translate(-90%, -50%);
  }
}
@media (max-width: 539.98px) {
  .destinations-map-content .map-asia .map-region-info {
    transform: translate(-85%, -50%);
  }
}

.card-sta-form {
  border: 1px solid #e5e0da;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}
.card-sta-form .card-header {
  border-bottom: 0;
  background-color: #FAF9F8;
  font-weight: bold;
}
.card-sta-form .card-header a {
  text-decoration: none;
}
.card-sta-form label {
  font-weight: bold;
}

.page-faqs .page-content .no-style-list + ul, .page-with-anchors .page-content .no-style-list + ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}
.page-faqs .page-content .no-style-list + ul > li, .page-with-anchors .page-content .no-style-list + ul > li {
  padding: 0;
  margin: 0;
}
.page-faqs h3, .page-with-anchors h3 {
  position: relative;
  font-size: 1.25rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px #FAF9F8 solid;
  text-transform: none;
}
.page-faqs h3:after, .page-with-anchors h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FAF9F8;
}
.page-faqs h3 .top, .page-with-anchors h3 .top {
  float: right;
  margin-left: auto;
  padding-left: 1rem;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  color: #F05F3C;
  white-space: nowrap;
  text-decoration: none;
}
.page-faqs h3 .top i, .page-with-anchors h3 .top i {
  font-size: 0.75rem;
}

.page-contact .table td:first-child, .page-contact .table th:first-child {
  padding-left: 0;
}
.page-contact .contact-form {
  border: 1px #efece9 solid;
  background-color: #FAF9F8;
  padding: 1rem;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}
.page-contact .contact-form label {
  font-weight: bold;
}

.form label {
  font-weight: bold;
  font-size: 0.9rem;
}
.form label .required {
  font-weight: bold;
}

.form-validation fieldset legend {
  font-size: 1rem;
  font-weight: bold;
}
.form-validation .help-block {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}
.form-validation .help-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-validation .control-group.error .form-control {
  border-color: #C53135;
}
.form-validation .control-group.error .help-block {
  color: #C53135;
}
.form-validation .control-group.warning .form-control {
  border-color: #F05F3C;
}
.form-validation .control-group.warning .help-block {
  color: #F05F3C;
}

.container .form-control {
  height: auto;
}

.page-fees .fee-item h2 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.page-fees .fee-item h2 a {
  color: #292b2c;
  text-decoration: none;
}
.page-fees .fee-item h3 {
  font-size: 1.2rem;
  color: #F05F3C;
}
.page-fees table th {
  border-top: 0;
}
.page-fees table td {
  color: #2C464F;
}

.fees-extra {
  font-size: 0.85rem;
  color: #2C464F;
}
.fees-extra > ul {
  padding-left: 1.1rem;
}

#section-program-fees h3 {
  font-size: 1rem;
  color: #F05F3C;
}

.benefits-list {
  font-size: 90%;
  line-height: 1.9em;
}

.highlights-list {
  font-size: 90%;
  line-height: 1.9em;
}
.highlights-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.highlights-list li i {
  position: absolute;
  left: 0px;
}

.fee-column {
  width: 49%;
  white-space: normal !important;
}
@media (min-width: 540px) {
  .fee-column {
    width: 52%;
  }
}

.fee-table-column {
  white-space: normal !important;
}
@media (min-width: 540px) {
  .fee-table-column {
    width: 75%;
  }
}

.program-fee-column {
  white-space: normal !important;
}
@media (min-width: 795px) {
  .program-fee-column {
    min-width: 180px;
  }
}

.fee-table thead th {
  vertical-align: top;
  border-bottom: none;
}

.fees-country-block h3 {
  display: flex;
}
.fees-country-block h3 i {
  font-size: 1.5em;
  margin-right: 1rem;
}
.fees-country-block h3 a {
  color: #3A3A3A;
  line-height: 1.5em;
}
.fees-country-block h3 a:hover {
  color: #F05F3C;
}

.fees-extras {
  margin-top: 10px;
  padding-left: 20px;
  font-style: italic;
}
@media (min-width: 540px) {
  .fees-extras {
    padding: 0;
  }
}

.contact-clear-search, .contact-clear-search:focus {
  color: #333;
  background: #ddd;
  text-decoration: none;
  padding: 0 15px;
}
.contact-clear-search:hover, .contact-clear-search:focus:hover {
  text-decoration: none;
  background: #F05F3C;
  color: #fff;
}

.no-search-results {
  background: #2b464e;
  padding: 15px 15px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
}

.small-fees {
  font-size: 75%;
  opacity: 0.85;
  display: inline;
}

.fees .fees-table-content .table h6, .styled-table .fees-table-content .table h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2F3F4C;
}
.fees .fees-table-content, .fees .styled-table-content, .styled-table .fees-table-content, .styled-table .styled-table-content {
  border-radius: 1rem;
  background-color: #F9F9F9;
}
.fees .fees-table-content .table .program-fee-price, .fees .styled-table-content .table .program-fee-price, .styled-table .fees-table-content .table .program-fee-price, .styled-table .styled-table-content .table .program-fee-price {
  display: inline-block;
  min-width: 55px;
}
@media (max-width: 539.98px) {
  .fees .fees-table-content .table .cost-per-day, .fees .styled-table-content .table .cost-per-day, .styled-table .fees-table-content .table .cost-per-day, .styled-table .styled-table-content .table .cost-per-day {
    font-size: 0.8rem;
  }
}
.fees .fees-table-content .table tr.with-borders > td, .fees .styled-table-content .table tr.with-borders > td, .styled-table .fees-table-content .table tr.with-borders > td, .styled-table .styled-table-content .table tr.with-borders > td {
  border-top: 2px solid #D3D3D3;
}
.fees .fees-buttons, .styled-table .fees-buttons {
  column-gap: 12px;
}
.fees .fees-buttons .btn, .styled-table .fees-buttons .btn {
  margin-bottom: 16px;
}
@media (min-width: 540px) {
  .fees .fees-buttons .btn, .styled-table .fees-buttons .btn {
    font-size: 1.1rem;
  }
}

@media (max-width: 794.98px) {
  .fees .fees-destination-banner .fees-destination-name {
    top: 16px;
    left: 16px;
  }
  .fees .fees-destination-banner .fees-destination-name h2 {
    font-size: 1em;
  }
  .fees .fees-table-content .table .text-secondary, .fees .styled-table-content .table .text-secondary, .styled-table .fees-table-content .table .text-secondary, .styled-table .styled-table-content .table .text-secondary {
    margin-left: 0px;
  }
  .fees .fees-destination-block h4, .styled-table .fees-destination-block h4 {
    max-width: 70%;
  }
  .fees .fees-destination-block h5, .styled-table .fees-destination-block h5 {
    margin-top: 30px;
  }
  .fees .fees-destination-block .btn, .styled-table .fees-destination-block .btn {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .fees .fees-destination-block .row div:first-child h5:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 1.35em;
    line-height: 1;
  }
}
.fees-container.card {
  margin-bottom: 0;
  border: none;
  border-radius: 1rem;
}
.fees-container.card h4, .fees-container.card h5 {
  font-weight: 500;
}
.fees-container .card-header {
  background-color: transparent;
  padding-left: 0;
}
.fees-container .card-body {
  padding-left: 0;
}

#search-destination-fees.search-destination-filter {
  background-color: #F05F3C;
  color: #fff;
  border-radius: 1rem;
  margin-bottom: 24px;
}
#search-destination-fees.search-destination-filter h6 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 1079.98px) {
  #search-destination-fees.search-destination-filter {
    display: block !important;
  }
}
#search-destination-fees.search-destination-filter .form-control {
  background-color: #fff;
  font-weight: 500;
  border: none;
  color: #383838;
  font-size: 1rem;
  border-radius: 0.4rem;
}

.fees .fees-container h5, .styled-table .fees-container h5 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.fees .fees-container .fees-table-content .table thead th, .fees .fees-container .styled-table-content .table thead th, .styled-table .fees-container .fees-table-content .table thead th, .styled-table .fees-container .styled-table-content .table thead th {
  border-top: none;
}
.fees .fees-container .fees-table-content .table th:first-child, .fees .fees-container .styled-table-content .table th:first-child, .styled-table .fees-container .fees-table-content .table th:first-child, .styled-table .fees-container .styled-table-content .table th:first-child {
  min-width: 120px;
}
@media (max-width: 320px) {
  .fees .fees-container .fees-table-content .table th:first-child, .fees .fees-container .styled-table-content .table th:first-child, .styled-table .fees-container .fees-table-content .table th:first-child, .styled-table .fees-container .styled-table-content .table th:first-child {
    min-width: auto;
  }
}
.fees .fees-container .fees-table-content .table tr:last-child td:first-child, .fees .fees-container .styled-table-content .table tr:last-child td:first-child, .styled-table .fees-container .fees-table-content .table tr:last-child td:first-child, .styled-table .fees-container .styled-table-content .table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
.fees .fees-container .fees-table-content .table tr:last-child td:last-child, .fees .fees-container .styled-table-content .table tr:last-child td:last-child, .styled-table .fees-container .fees-table-content .table tr:last-child td:last-child, .styled-table .fees-container .styled-table-content .table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
.fees .fees-container .fees-table-content .table .program-fee-price, .fees .fees-container .styled-table-content .table .program-fee-price, .styled-table .fees-container .fees-table-content .table .program-fee-price, .styled-table .fees-container .styled-table-content .table .program-fee-price {
  font-weight: 600;
  margin-right: 20px;
}
.fees .remote-fees-destination-img, .fees .fees-destination-img, .styled-table .remote-fees-destination-img, .styled-table .fees-destination-img {
  position: relative;
}
.fees .remote-fees-destination-img h3, .fees .fees-destination-img h3, .styled-table .remote-fees-destination-img h3, .styled-table .fees-destination-img h3 {
  position: absolute;
  width: calc(100% - 90px);
  top: 15px;
  left: 15px;
  color: #fff;
  z-index: 3;
  font-size: 1.6em;
  text-shadow: 1px 1px 3px #3A3A3A;
}
.fees .remote-fees-destination-img:before, .fees .fees-destination-img:before, .styled-table .remote-fees-destination-img:before, .styled-table .fees-destination-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: block;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.fees .remote-fees-destination-img img, .fees .fees-destination-img img, .styled-table .remote-fees-destination-img img, .styled-table .fees-destination-img img {
  min-height: 100px;
  width: 100%;
  margin-bottom: 0;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fees .remote-fees-destination-img:before, .fees .remote-fees-destination-img img, .styled-table .remote-fees-destination-img:before, .styled-table .remote-fees-destination-img img {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.fees .fees-destination-img .banner-flag, .styled-table .fees-destination-img .banner-flag {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
}
.fees .fees-destination-img:before, .fees .fees-destination-img img, .styled-table .fees-destination-img:before, .styled-table .fees-destination-img img {
  border-radius: 1rem;
}
.fees .fee-destination-tags, .styled-table .fee-destination-tags {
  padding: 15px;
  color: #fff;
  background-color: #2F3F4C;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.fees .fee-destination-tags .btn-sm, .fees .fee-destination-tags .btn-group-sm > .btn, .styled-table .fee-destination-tags .btn-sm, .styled-table .fee-destination-tags .btn-group-sm > .btn {
  margin-bottom: 8px;
  margin-right: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-width: 1px;
}

.fees-container {
  width: 100%;
}
.fees-container .accordion .card-header {
  padding: 0;
  border-bottom: 2px solid #ECECEC;
}
.fees-container .accordion .card-header:before {
  content: "";
  border-top: none !important;
}
.fees-container .accordion .card-header button {
  font-size: 1.2em;
  padding-bottom: 0;
  font-weight: 500;
  margin: 0 0 8px 0;
  text-transform: none;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.fees-container .accordion .card-header button:after {
  content: "\f077";
  font-size: 0.7em;
  font-family: "icomoon";
  position: absolute;
  top: 12px;
  right: 8px;
  transition: all ease-in-out 0.2s;
}
.fees-container .accordion .card-header button.collapsed:after {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .fees-container .accordion .card-header {
    padding: 0;
  }
  .fees-container .accordion .card-header button {
    pointer-events: all;
    margin-top: 8px;
  }
  .fees-container .accordion .card-header button:after {
    display: block;
  }
}
.sticky-fees-container {
  position: sticky;
  top: 90px;
}
.sticky-fees-container.has-subnav {
  top: 125px;
}
.sticky-fees-container .fee-pill-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
}
header#site-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
}
header .navbar-content {
  position: relative;
  height: 75px;
  background-color: #fff;
  padding: 0;
  z-index: 1;
}
header .navbar-content .navbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .navbar-content .navbar-flex .navbar-toggler {
  border: none;
  outline: none;
  background-color: #ECECEC;
  color: #212529;
  padding: 8px;
  margin-left: 0.5rem;
  border-radius: 0.4rem;
}
header .navbar-content .navbar {
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
  height: 100%;
  position: inherit;
}
header .navbar-content .navbar .navbar-brand {
  margin-right: 25px;
}
header .navbar-content .navbar .navbar-brand img {
  height: 46px;
}
header .navbar-content .navbar .navbar-collapse {
  flex-grow: 0;
  height: 100%;
  transition: height 0s;
}
header .navbar-content .navbar .navbar-collapse__header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: white;
  z-index: 10;
  border-bottom: 1px solid #E1E1E1;
}
header .navbar-content .navbar .navbar-collapse__header .collapse-logo {
  display: none;
  height: 40px;
}
header .navbar-content .navbar .navbar-nav {
  flex-wrap: nowrap;
}
header .navbar-content .navbar .navbar-nav .nav-item {
  position: relative;
  font-weight: 500;
  display: flex;
  margin-right: 1rem;
}
header .navbar-content .navbar .navbar-nav .nav-item:not(.dropdown) .nav-link .nav-icon-desktop {
  display: none !important;
}
header .navbar-content .navbar .navbar-nav .nav-item > a {
  color: #383838;
  font-size: 0.875em;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
header .navbar-content .navbar .navbar-nav .nav-item > a:hover {
  color: #F05F3C;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 2rem;
  border: none;
  border-radius: 16px;
  top: 56px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1080px) {
  header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-top: 1px solid #D3D3D3;
  }
  header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .mega-nav-wrapper {
    height: auto !important;
  }
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 0.65rem 1rem;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.with-flag {
  line-height: 1rem;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.with-flag .flag-icon {
  width: 1rem;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
  clear: both;
  font-size: 0.8em;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  border: none;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a.nav-title {
  text-decoration: underline;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover, header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:focus {
  color: #F05F3C;
  background-color: #F9F9F9;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover.nav-title, header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:focus.nav-title {
  background-color: transparent;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .browse-all-link {
  color: #F05F3C;
  background-color: transparent !important;
  text-decoration: underline;
}
header .navbar-content .navbar .navbar-nav .nav-item.dropdown .dropdown-menu[aria-expanded=false] {
  margin: 0 !important;
}

.navbar-actions {
  display: flex;
  align-items: center;
}
.navbar-actions .btn {
  margin-left: 0.5rem;
  text-transform: uppercase;
}
.navbar-actions #search-btn, .navbar-actions #search-link {
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #212529;
  background-color: transparent;
  border: none;
  outline: none;
}
.navbar-actions #search-btn:hover, .navbar-actions #search-link:hover {
  color: #F05F3C;
}
.navbar-actions #login-button {
  text-transform: none;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.logged-in #login-button, .logged-in #nav-login-link {
  text-transform: none;
}

@media (min-width: 1080px) and (max-width: 1275px) {
  #contact-button {
    display: none !important;
  }
  #site-header .navbar-content .navbar .navbar-brand {
    margin-right: 15px;
  }
  #main-menu .nav-item .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .navbar-actions #search-btn {
    margin-left: 0;
    padding: 0.375rem;
  }
}
@media (max-width: 1375px) {
  #contact-button, #login-button, #apply-button {
    padding: 0.375rem 0.5rem;
  }
  .nav-item {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1079px) {
  .navbar-actions > #login-button {
    max-width: 120px;
  }
}
@media (max-width: 430px) {
  .navbar-actions #search-btn {
    display: none;
  }
}
@media (max-width: 348px) {
  #apply-button {
    padding: 0.375rem 0.25rem;
  }
}
@media (max-width: 332px) {
  .compare-tool-button {
    display: none !important;
  }
  .mega-nav-wrapper {
    top: 75px !important;
  }
}
@media (max-width: 1199px) {
  header .navbar-content .navbar .nav-item a {
    font-size: 0.85em;
  }
  header .navbar-content .navbar .navbar-brand img {
    height: 40px;
  }
  header .navbar-content .navbar-actions > #login-button {
    max-width: 150px;
  }
}
@media (max-width: 1079.98px) {
  header .navbar-collapse {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #E1E1E1;
    scrollbar-gutter: auto;
  }
  header .navbar-collapse .collapse-logo {
    display: inline-block !important;
  }
  header .navbar-collapse__body {
    flex: 1;
    width: 100%;
    padding-bottom: 2rem;
    overflow-y: scroll;
  }
  header .navbar-collapse .navbar-nav {
    display: block;
    height: auto !important;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    padding: 0 16px;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link .nav-icon-mobile {
    display: inline-block !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    width: 100%;
    justify-content: space-between;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link .nav-icon-desktop {
    display: none !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding-top: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item > a {
    padding: 1rem 3px;
    font-size: 0.9em !important;
  }
}
.nav-link.highlighted {
  color: #F05F3C !important;
}

@media (max-width: 1079.98px) {
  #nav-industries .dropdown-menu .mega-nav-wrapper, #nav-locations .dropdown-menu .mega-nav-wrapper, #nav-about-you .dropdown-menu .mega-nav-wrapper, #nav-how-it-works .dropdown-menu .mega-nav-wrapper, #nav-about .dropdown-menu .mega-nav-wrapper {
    position: fixed;
    top: 73px;
    left: 100dvw;
    width: 100dvw;
    height: calc(100dvh - 73px);
    z-index: 1000;
    background-color: white;
    padding: 0 1rem 1rem 1rem;
    overflow-y: scroll;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
  #nav-industries .dropdown-menu .mega-nav-wrapper.open, #nav-locations .dropdown-menu .mega-nav-wrapper.open, #nav-about-you .dropdown-menu .mega-nav-wrapper.open, #nav-how-it-works .dropdown-menu .mega-nav-wrapper.open, #nav-about .dropdown-menu .mega-nav-wrapper.open {
    left: 0;
  }
  #nav-industries .dropdown-menu .mobile-navigate-back, #nav-locations .dropdown-menu .mobile-navigate-back, #nav-about-you .dropdown-menu .mobile-navigate-back, #nav-how-it-works .dropdown-menu .mobile-navigate-back, #nav-about .dropdown-menu .mobile-navigate-back {
    display: none;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
  }
  #nav-industries .dropdown-menu[aria-expanded=true] .mobile-navigate-back, #nav-locations .dropdown-menu[aria-expanded=true] .mobile-navigate-back, #nav-about-you .dropdown-menu[aria-expanded=true] .mobile-navigate-back, #nav-how-it-works .dropdown-menu[aria-expanded=true] .mobile-navigate-back, #nav-about .dropdown-menu[aria-expanded=true] .mobile-navigate-back {
    display: block;
  }
}
@media (min-width: 795px) {
  #nav-industries, #nav-locations, #nav-about-you, #nav-how-it-works, #nav-about {
    position: static;
  }
}
@media (min-width: 1080px) {
  #nav-industries, #nav-locations, #nav-about-you, #nav-how-it-works, #nav-about {
    position: relative;
  }
}
#nav-industries .dropdown-menu .nav-title, #nav-locations .dropdown-menu .nav-title, #nav-about-you .dropdown-menu .nav-title, #nav-how-it-works .dropdown-menu .nav-title, #nav-about .dropdown-menu .nav-title {
  display: block;
  padding-bottom: 8px;
  padding-left: 4px;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #E1E1E1;
}
#nav-industries .dropdown-menu .nav-expandable-title, #nav-locations .dropdown-menu .nav-expandable-title, #nav-about-you .dropdown-menu .nav-expandable-title, #nav-how-it-works .dropdown-menu .nav-expandable-title, #nav-about .dropdown-menu .nav-expandable-title {
  display: flex;
  align-items: center;
  margin: 0 -2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: default;
}
#nav-industries .dropdown-menu .nav-expandable-title.expand, #nav-locations .dropdown-menu .nav-expandable-title.expand, #nav-about-you .dropdown-menu .nav-expandable-title.expand, #nav-how-it-works .dropdown-menu .nav-expandable-title.expand, #nav-about .dropdown-menu .nav-expandable-title.expand {
  color: #F05F3C;
  background-color: #F3F9FA;
}
#nav-industries .dropdown-menu .nav-expandable-title i, #nav-locations .dropdown-menu .nav-expandable-title i, #nav-about-you .dropdown-menu .nav-expandable-title i, #nav-how-it-works .dropdown-menu .nav-expandable-title i, #nav-about .dropdown-menu .nav-expandable-title i {
  margin-left: auto;
  font-size: 0.6rem;
}
#nav-industries .dropdown-menu .nav-industry-expanded, #nav-locations .dropdown-menu .nav-industry-expanded, #nav-about-you .dropdown-menu .nav-industry-expanded, #nav-how-it-works .dropdown-menu .nav-industry-expanded, #nav-about .dropdown-menu .nav-industry-expanded {
  margin: -2rem -2rem -2rem 2rem;
  padding: 2rem;
  background-color: #F3F9FA;
}
#nav-industries .dropdown-menu .nav-industry-expanded a:hover, #nav-locations .dropdown-menu .nav-industry-expanded a:hover, #nav-about-you .dropdown-menu .nav-industry-expanded a:hover, #nav-how-it-works .dropdown-menu .nav-industry-expanded a:hover, #nav-about .dropdown-menu .nav-industry-expanded a:hover {
  background-color: transparent;
}
#nav-industries .dropdown-menu .label, #nav-locations .dropdown-menu .label, #nav-about-you .dropdown-menu .label, #nav-how-it-works .dropdown-menu .label, #nav-about .dropdown-menu .label {
  font-size: 0.9em;
  font-weight: bold;
  padding: 4px 0px;
}
#nav-industries .dropdown-menu .label i, #nav-locations .dropdown-menu .label i, #nav-about-you .dropdown-menu .label i, #nav-how-it-works .dropdown-menu .label i, #nav-about .dropdown-menu .label i {
  vertical-align: middle;
}
#nav-industries .dropdown-menu .dropdown-item, #nav-locations .dropdown-menu .dropdown-item, #nav-about-you .dropdown-menu .dropdown-item, #nav-how-it-works .dropdown-menu .dropdown-item, #nav-about .dropdown-menu .dropdown-item {
  padding: 0.65rem 4px !important;
}
#nav-industries .dropdown-menu .dropdown-item i.icon-fw, #nav-locations .dropdown-menu .dropdown-item i.icon-fw, #nav-about-you .dropdown-menu .dropdown-item i.icon-fw, #nav-how-it-works .dropdown-menu .dropdown-item i.icon-fw, #nav-about .dropdown-menu .dropdown-item i.icon-fw {
  color: #4F4F4F;
}
#nav-industries .dropdown-menu a, #nav-locations .dropdown-menu a, #nav-about-you .dropdown-menu a, #nav-how-it-works .dropdown-menu a, #nav-about .dropdown-menu a {
  white-space: normal !important;
}

#nav-industries .dropdown-menu {
  overflow: hidden;
}
@media (min-width: 795px) and (max-width: 1079.98px) {
  #nav-industries .dropdown-menu {
    min-width: 100% !important;
    margin-left: 0px !important;
  }
  #nav-industries .dropdown-menu .col-md {
    min-width: 33%;
    max-width: 33%;
  }
}
@media (min-width: 1080px) {
  #nav-industries .dropdown-menu {
    min-width: max-content !important;
    max-width: none !important;
    margin-left: -24px !important;
  }
}

@media (min-width: 795px) {
  #nav-locations .dropdown-menu {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 1080px) {
  #nav-locations .dropdown-menu {
    min-width: 990px !important;
    margin-left: -240px !important;
  }
}

@media (min-width: 795px) {
  #nav-about-you .dropdown-menu {
    min-width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 1080px) {
  #nav-about-you .dropdown-menu {
    min-width: 820px !important;
    margin-left: -290px !important;
  }
}

@media (min-width: 795px) {
  #nav-how-it-works .dropdown-menu {
    min-width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 1080px) {
  #nav-how-it-works .dropdown-menu {
    min-width: 1000px !important;
    margin-left: -440px !important;
  }
}
@media (min-width: 1400px) {
  #nav-how-it-works .dropdown-menu {
    margin-left: -420px !important;
  }
}

@media (min-width: 795px) {
  #nav-about .dropdown-menu {
    min-width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 1080px) {
  #nav-about .dropdown-menu {
    min-width: 820px !important;
    margin-left: -550px !important;
  }
}
@media (min-width: 1400px) {
  #nav-about .dropdown-menu {
    margin-left: -420px !important;
  }
}

@media (max-width: 1079.98px) {
  .mobile-no-scroll {
    overflow: hidden !important;
    position: relative;
    height: 100%;
  }
}
.over-header {
  margin-bottom: 0;
  font-size: 0.85em;
  font-weight: 500;
  padding: 12px 0px;
}
@media (min-width: 375px) {
  .over-header {
    font-size: 0.95em;
  }
}
.over-header i.small {
  font-size: 70%;
}
.over-header .trustpilot {
  max-width: 275px;
  position: relative;
}

.announcement-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 505px) {
  .announcement-banner {
    max-height: 46px;
  }
}
.announcement-banner.bg-info {
  background-color: #D2F1F3 !important;
  color: #2F3F4C !important;
}
.announcement-banner.bg-info .site-announcement, .announcement-banner.bg-info a:hover {
  color: #2F3F4C !important;
}
.announcement-banner.bg-alert {
  background-color: #fce4cb !important;
  color: #96171B !important;
}
.announcement-banner.bg-alert .site-announcement, .announcement-banner.bg-alert a:hover {
  color: #96171B !important;
}
.announcement-banner .banner-close {
  cursor: pointer;
}
.announcement-banner .site-announcement {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.over-header-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid white;
}
@media (min-width: 505px) {
  .over-header-banner {
    max-height: 46px;
  }
}
.over-header-banner.bg-info {
  background-color: #2F3F4C !important;
}
.over-header-banner.bg-info .site-announcement, .over-header-banner.bg-info a:hover {
  color: white !important;
}
.over-header-banner.bg-alert {
  background-color: #F8B64C !important;
}
.over-header-banner.bg-alert .site-announcement, .over-header-banner.bg-alert a:hover {
  color: #383838 !important;
}
.over-header-banner .banner-close {
  cursor: pointer;
}
.over-header-banner .site-announcement {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.over-header-banner > .container {
  position: relative;
}
.over-header-banner > .container .trustpilot-container {
  position: absolute;
  left: 0;
  top: 14px;
}
@media (min-width: 1120px) {
  .over-header-banner > .container {
    max-width: 1360px;
  }
}

@media (min-width: 1120px) {
  #site-header .container, .announcement-banner .container {
    max-width: 1360px;
  }
}
.breadcrumb-wrapper {
  background-color: #F2F8FA;
}
.breadcrumb-wrapper .breadcrumb {
  font-family: "roboto", "arial";
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 0;
  border-radius: 0px;
  background-color: transparent;
  color: #3A3A3A;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #3A3A3A;
}
.breadcrumb-wrapper .breadcrumb a:hover {
  text-decoration: none;
  border-bottom: 1px solid #2F3F4C;
}
@media (min-width: 795px) {
  .breadcrumb-wrapper .breadcrumb {
    font-size: 0.8rem;
  }
}
.breadcrumb-wrapper .breadcrumb.breadcrumb-inline {
  display: block;
  flex-wrap: initial;
}
.breadcrumb-wrapper .breadcrumb.breadcrumb-inline li {
  display: inline;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  pointer-events: none;
}

.compare-tool-button {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.compare-tool-button:hover, .compare-tool-button.flash {
  transform: scale(1.1);
}
.compare-tool-button i {
  font-size: 30px;
  color: #4F4F4F;
  transition: all 0.2s ease-in-out;
}
.compare-tool-button i:before {
  content: "\e941";
}
.compare-tool-button.active i {
  color: #C53135;
}
.compare-tool-button.active i:before {
  content: "\e942";
}
.compare-tool-button .compare-tool-count {
  position: absolute;
  color: #fff;
  top: 12px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 90%;
  text-align: center;
}

#compare-tool-mobile-button .compare-tool-button i {
  font-size: 1rem;
}

@media (min-width: 540px) and (max-width: 1079.98px) {
  .contact-us-modal {
    max-width: 500px;
  }
}
.contact-us-modal header {
  border-bottom: 1px solid #E1E1E1;
}
.contact-us-modal .text-img-title {
  padding-top: 1rem;
}
.contact-us-modal .phone-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1rem;
}
.contact-us-modal .phone-numbers > .contact-phone-region {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact-us-modal .phone-numbers > .contact-phone-region > .icon-container {
  display: inline-block;
  width: 65px;
}
.contact-us-modal .phone-numbers .flag-icon {
  width: 35px;
  height: 35px;
  max-height: none;
}
.contact-us-modal .phone-numbers .flag-icon.flag-icon-us {
  z-index: 1;
}
.contact-us-modal .phone-numbers img {
  width: 35px;
}

.page-copy p {
  line-height: 1.75em;
}

.sidebar {
  position: sticky;
  top: 130px;
}

.page-content img {
  max-width: 100%;
}

.page-title, .heading-block {
  font-family: Poppins, Arial, sans-serif;
}

.page-banner {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 794.98px) {
  .page-banner.set-min-height {
    min-height: 260px !important;
  }
}

.page-header {
  position: relative;
}
.page-header .page-banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.page-header .page-banner-overlay .btn-wide {
  min-width: 200px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.page-header .page-sub-title {
  color: #7e8d94;
  font-weight: bold;
}
.page-header.with-banner {
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.9);
}
.page-header.with-banner .btn {
  text-shadow: none;
}
.page-header.with-banner.set-height img {
  min-height: 200px;
}
@media (min-width: 795px) {
  .page-header.with-banner.set-height img {
    min-height: 208px;
  }
}
@media (min-width: 1080px) {
  .page-header.with-banner.set-height img {
    min-height: 280px;
  }
}
@media screen and (min-width: 1320px) {
  .page-header.with-banner.set-height img {
    min-height: 357.5px;
  }
}
.page-header.with-banner .page-title {
  color: #fff;
  font-size: 2rem;
}
.page-header.with-banner .page-sub-title {
  color: #fff;
  font-size: 1.25rem;
}

@media (min-width: 540px) {
  .page-header.with-banner .page-title {
    font-size: 7vw;
  }
}
@media (min-width: 795px) {
  .page-header.with-banner .page-title {
    font-size: 3.5rem;
  }
}
.page-responsible-practice .accordion .card-header .h2 {
  font-size: 1.125rem;
}

.footer-wrapper .newsletter-sign-up, .sign-up-wrapper .newsletter-sign-up {
  background-color: rgba(240, 95, 60, 0.9);
  padding: 40px;
}
.footer-wrapper .newsletter-sign-up i, .sign-up-wrapper .newsletter-sign-up i {
  color: #fff;
  font-size: 20px;
}
.footer-wrapper .newsletter-sign-up h4, .sign-up-wrapper .newsletter-sign-up h4 {
  color: #fff;
  font-size: 2.2em;
  margin: 0 15px 5px 0;
}
.footer-wrapper .newsletter-sign-up p, .sign-up-wrapper .newsletter-sign-up p {
  color: #fff;
  margin-top: 18px;
}
.footer-wrapper .newsletter-sign-up p span, .sign-up-wrapper .newsletter-sign-up p span {
  white-space: nowrap;
}
.footer-wrapper .newsletter-sign-up form, .sign-up-wrapper .newsletter-sign-up form {
  text-align: left;
  margin-top: 30px;
}
.footer-wrapper .newsletter-sign-up form input, .sign-up-wrapper .newsletter-sign-up form input {
  background-color: #F9F9F9;
  font-size: 1.2em;
  color: #2F3F4C;
  font-family: Poppins, Arial, sans-serif;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  padding: 0.85rem;
}
.footer-wrapper .newsletter-sign-up form ::placeholder, .sign-up-wrapper .newsletter-sign-up form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4F4F !important;
  opacity: 1; /* Firefox */
}
.footer-wrapper .newsletter-sign-up form :-ms-input-placeholder, .sign-up-wrapper .newsletter-sign-up form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4F4F4F !important;
}
.footer-wrapper .newsletter-sign-up form ::-ms-input-placeholder, .sign-up-wrapper .newsletter-sign-up form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #4F4F4F !important;
}
.footer-wrapper .newsletter-sign-up form button, .sign-up-wrapper .newsletter-sign-up form button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  cursor: pointer;
}
.footer-wrapper .newsletter-sign-up form .form-control:focus,
.footer-wrapper .newsletter-sign-up form .form-control:active, .sign-up-wrapper .newsletter-sign-up form .form-control:focus,
.sign-up-wrapper .newsletter-sign-up form .form-control:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
.footer-wrapper .newsletter-sign-up form ::placeholder, .sign-up-wrapper .newsletter-sign-up form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper .newsletter-sign-up .sign-up-image, .sign-up-wrapper .newsletter-sign-up .sign-up-image {
  width: 100%;
  display: block;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}
.footer-wrapper .newsletter-sign-up .sign-up-image img, .sign-up-wrapper .newsletter-sign-up .sign-up-image img {
  width: 80%;
}
.footer-wrapper .footer, .sign-up-wrapper .footer {
  background-color: #fff;
  border-top: 0;
  padding: 45px 0 20px 0;
  font-family: Poppins, Arial, sans-serif;
}
.footer-wrapper .footer ul, .sign-up-wrapper .footer ul {
  padding-left: 0;
  margin-right: 0;
}
.footer-wrapper .footer li, .sign-up-wrapper .footer li {
  list-style-type: none;
  font-size: 13px;
  line-height: 26px;
  color: #383838;
}
.footer-wrapper .footer .footer-title a, .footer-wrapper .footer li a, .sign-up-wrapper .footer .footer-title a, .sign-up-wrapper .footer li a {
  color: #383838;
}
.footer-wrapper .footer .footer-title a:hover, .footer-wrapper .footer li a:hover, .sign-up-wrapper .footer .footer-title a:hover, .sign-up-wrapper .footer li a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px #000 solid;
}
.footer-wrapper .footer .footer-content, .sign-up-wrapper .footer .footer-content {
  max-width: 1550px;
  margin: 0 auto;
}
.footer-wrapper .footer .footer-section, .sign-up-wrapper .footer .footer-section {
  margin-bottom: 25px;
}
.footer-wrapper .footer .footer-section li a, .sign-up-wrapper .footer .footer-section li a {
  line-height: 2rem;
}
.footer-wrapper .footer .footer-section p, .sign-up-wrapper .footer .footer-section p {
  font-size: 15px;
  margin-bottom: 7px;
  font-weight: 600;
  min-height: 22px;
  color: #2F3F4C;
}
.footer-wrapper .footer .footer-section img, .sign-up-wrapper .footer .footer-section img {
  max-width: 100%;
}
.footer-wrapper .footer .footer-social a, .sign-up-wrapper .footer .footer-social a {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 23px;
  padding-top: 5px;
  color: #2F3F4C;
}
.footer-wrapper .footer .footer-social a:hover, .sign-up-wrapper .footer .footer-social a:hover {
  color: #F05F3C;
}
.footer-wrapper .footer .certified, .sign-up-wrapper .footer .certified {
  margin-bottom: 15px;
}
.footer-wrapper .footer .certified img, .sign-up-wrapper .footer .certified img {
  max-width: 90px;
  width: 100%;
}
.footer-wrapper .sub-footer, .sign-up-wrapper .sub-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 25px;
  padding-bottom: 15px;
}
.footer-wrapper .sub-footer img, .sign-up-wrapper .sub-footer img {
  height: 45px;
}
.footer-wrapper .sub-footer p, .sign-up-wrapper .sub-footer p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #383838;
  font-size: 13px;
}
.footer-wrapper .sub-footer .trustpilot, .sign-up-wrapper .sub-footer .trustpilot {
  position: relative;
  top: 8px;
}
.footer-wrapper .sub-footer .partner-site, .sign-up-wrapper .sub-footer .partner-site {
  text-align: right;
}
.footer-wrapper .sub-footer .partner-site .icon-angle-right, .sign-up-wrapper .sub-footer .partner-site .icon-angle-right {
  font-size: 10px;
  margin: 0 10px 0 3px;
}
.footer-wrapper .sub-footer .partner-site p > a, .sign-up-wrapper .sub-footer .partner-site p > a {
  color: #383838;
  text-decoration: none;
  border-bottom: 1px #383838 solid;
}
.footer-wrapper .sub-footer .partner-site p > a:hover, .sign-up-wrapper .sub-footer .partner-site p > a:hover {
  color: #288744;
  text-decoration: none;
  border-bottom: 1px #288744 solid;
}
.footer-wrapper .sub-footer .footer-content .row, .sign-up-wrapper .sub-footer .footer-content .row {
  align-items: flex-end;
}

@media (max-width: 1079px) {
  .footer-wrapper .newsletter-sign-up, .sign-up-wrapper .newsletter-sign-up {
    padding: 40px 0;
  }
  .footer-wrapper .newsletter-sign-up .sign-up-image, .sign-up-wrapper .newsletter-sign-up .sign-up-image {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: left;
  }
  .footer-wrapper .newsletter-sign-up .sign-up-image img, .sign-up-wrapper .newsletter-sign-up .sign-up-image img {
    height: 70px;
    width: auto;
    margin-bottom: 20px;
  }
  .footer-wrapper .sub-footer p, .sign-up-wrapper .sub-footer p {
    line-height: 20px;
  }
}
@media (max-width: 1079.98px) {
  .sub-footer .footer-content p {
    display: block;
    margin-bottom: 10px;
  }
  .sub-footer .footer-content img {
    margin-bottom: 10px;
    width: auto;
  }
  .sub-footer .partner-site p {
    margin-top: 0;
  }
}
@media (max-width: 794.98px) {
  .sub-footer .partner-site {
    margin-top: 10px;
    text-align: left !important;
  }
  .newsletter-sign-up form button {
    width: 100%;
  }
  .sub-footer .footer-content {
    text-align: left;
  }
  .sub-footer .trustpilot .trustpilot-widget {
    display: inline-block;
    right: 17px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html > body img {
  height: auto;
}

main {
  min-height: 480px;
}
main.main-content {
  max-width: 1320px;
  margin: auto;
}

.anchor-wrapper {
  margin-bottom: 2em;
}

.no-wrap {
  white-space: nowrap;
}

.carousel .carousel-caption {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

blockquote {
  border: 1px #efece9 solid;
  background-color: #FAF9F8;
  padding: 1rem 1rem 0 1rem;
  border-radius: 0.4rem;
}

.card-sidebar {
  background-color: #FAF9F8;
  border: 0;
  padding: 1rem;
  box-shadow: none;
}
.card-sidebar h3 {
  font-size: 1rem;
}
.card-sidebar small {
  font-weight: bold;
}
.card-sidebar ul {
  list-style: none;
  padding-left: 1.5rem;
}
.card-sidebar ul li {
  position: relative;
}
.card-sidebar ul li small {
  font-weight: normal;
}
.card-sidebar ul li:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  color: #F05F3C;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}
.card-sidebar .media-object {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: none;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

.media-center {
  text-align: center;
}

.panel .panel-title {
  color: #2F3F4C;
  margin-bottom: 1rem;
}
.panel .panel-sub-title {
  color: #7e8d94;
  font-weight: 600;
}

.panel--banner {
  position: relative;
}
.panel--banner .panel-titles-wrapper h1 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 2em;
  margin: 0 0.5em 0.75em 0.5em;
  text-transform: none;
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  line-height: 1;
}
.panel--banner .panel-titles-wrapper .underline {
  position: relative;
}
.panel--banner .panel-titles-wrapper .underline:after {
  position: absolute;
  left: 0px;
  bottom: -28px;
  width: 170px;
  height: 30px;
  content: "";
  display: block;
  background-image: url("/assets/images/panel-underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.panel--banner .panel-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 795px) {
  .panel--banner .panel-titles-wrapper h1 {
    font-size: 3.5em;
    margin: 0 0 0.75em 0;
  }
  .panel--banner .panel-titles-wrapper .underline:after {
    bottom: -45px;
    width: 308px;
    height: 51px;
  }
  .panel--banner .panel-titles-wrapper .btn {
    padding: 0.75rem 0.75rem;
    font-size: 1.25rem;
    line-height: 0.3rem;
    border-radius: 0.4rem;
    line-height: 1em;
  }
}

.panel--summary {
  text-align: center;
}
@media (min-width: 1080px) {
  .panel--summary {
    text-align: left;
  }
}
.panel--summary .about-summary .read-more {
  color: transparent;
}
@media (max-width: 794.98px) {
  .panel--summary .about-summary .read-more {
    color: #F05F3C;
  }
}
.panel--summary .about-summary a {
  color: #292b2c;
  text-decoration: none;
}
.panel--summary .about-summary a.card:hover {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-decoration: none;
}
.panel--summary .about-summary a.card:hover .read-more {
  color: #F05F3C;
}
.panel--summary .summary-icons {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  .panel--summary .summary-icons {
    margin-left: 0;
    margin-right: auto;
  }
}

.panel--reviews .review-item {
  border-bottom: 1px solid #7e8d94;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.panel--reviews .review-item:last-child {
  border-bottom: 0;
}
@media (min-width: 795px) {
  .panel--reviews .review-item {
    border-right: 1px solid #7e8d94;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .panel--reviews .review-item:last-child {
    border-right: 0;
  }
}
.panel--reviews .review-body {
  line-height: 2em;
  font-size: 0.9em;
}

.panel--bg-beige {
  background-color: #FAF9F8;
}

.panel--bg-navy-10 {
  background-color: rgba(47, 63, 76, 0.1);
}

.about-us-values {
  text-align: center;
}
@media (min-width: 795px) {
  .about-us-values {
    text-align: left;
  }
}
.about-us-values .about-us-icons {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.card-fees-sidebar {
  background-color: #FAF9F8;
  border: 0;
  padding: 1rem;
  box-shadow: none;
}
.card-fees-sidebar h3 {
  font-size: 1rem;
}
.card-fees-sidebar small {
  font-weight: bold;
}
.card-fees-sidebar ul {
  list-style: none;
  padding-left: 1rem;
}
.card-fees-sidebar ul li {
  position: relative;
}
.card-fees-sidebar ul li:before {
  position: absolute;
  top: 0.25rem;
  left: -1rem;
  color: #F05F3C;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.youtube-ar-container {
  aspect-ratio: 16/9;
  min-width: 320px;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.youtube-video {
  position: relative;
  margin-bottom: 3em;
  cursor: pointer;
}
.youtube-video > img {
  width: 100%;
}
.youtube-video iframe {
  border-style: none;
}
.youtube-video .play-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #007f9b;
  opacity: 0.8;
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.youtube-video .play-wrapper i {
  color: #fff;
  font-size: 2rem;
  line-height: 50px;
  letter-spacing: -10px;
}
.youtube-video:hover .play-wrapper {
  opacity: 1;
}
@media (min-width: 540px) {
  .youtube-video .play-wrapper {
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }
  .youtube-video .play-wrapper i {
    font-size: 3rem;
    line-height: 100px;
  }
}

.youtube-placeholder {
  width: 100%;
  margin-bottom: 3em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-highlight {
  color: #2F3F4C;
}

.text-underline {
  text-decoration: underline !important;
}

.card-image {
  object-fit: cover;
  height: 100%;
}

.bg-b-corp {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://iahq.imgix.net/images/pages/b-corp/intern-abroad-hq-bcorp-certification-declaration-bg.png?w=1170&h=800&fit=crop&crop=faces&auto=format,compress&q=30");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, top;
}

.bg-b-corp > a:hover {
  text-decoration: none;
}

.b-corp-shapes {
  color: #fff;
}
@media (min-width: 795px) {
  .b-corp-shapes {
    background-image: url("/assets/images/bcorp-logo.svg");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right;
  }
}

#inclusion-list ul {
  list-style: none;
  padding-left: 1.5rem;
}
#inclusion-list ul li {
  position: relative;
}
#inclusion-list ul li:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  color: #F05F3C;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}

.grid-item {
  margin-right: 0.75em;
  margin-left: 0.75em;
  max-width: 40%;
  min-width: 120px;
}
.grid-item p {
  line-height: 1.25;
  margin-bottom: 0em;
}
.grid-item img {
  margin-bottom: 0.25em;
}
@media (min-width: 795px) {
  .grid-item {
    margin-right: 1em;
    margin-left: 1em;
  }
  .grid-item p {
    max-width: 200px;
    margin-bottom: 0em;
  }
  .grid-item img {
    max-height: 200px;
    max-width: 200px;
  }
}

.styled-title {
  line-height: 1.8;
  margin-bottom: 0.75em;
}
.styled-title a {
  color: #2F3F4C;
  padding-bottom: 3px;
}
@media (min-width: 795px) {
  .styled-title a {
    padding-bottom: 5px;
  }
}
.styled-title a:hover {
  color: #F05F3C;
  text-decoration: none;
}
.styled-title .first-word {
  border-bottom: 4px solid #2F3F4C;
  padding-bottom: 3px;
}
@media (min-width: 795px) {
  .styled-title .first-word {
    padding-bottom: 5px;
  }
}
.styled-title.text-white a {
  color: #fff !important;
}
.styled-title.text-white .first-word {
  border-color: #fff !important;
}

.covid-update h3,
.covid-update h4 {
  margin-bottom: 0.75em;
}

#sherpa-trip-element {
  background: white;
  padding: 24px 12px;
  border-radius: 0.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.bg-blue-gradient {
  background: #2F3F4C;
  background: -moz-linear-gradient(left, #2F3F4C 0%, #1a4d67 100%);
  background: -webkit-linear-gradient(left, #2F3F4C 0%, #1a4d67 100%);
  background: linear-gradient(to right, #2F3F4C 0%, #1a4d67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$blue-dark, endColorstr="#1a4d67",GradientType=1 );
}

:target {
  scroll-margin-top: 75px;
}

.internship-page :target {
  scroll-margin-top: 110px;
}

.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1080px) {
  .container-wide {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1360px;
  }
}

button:focus {
  outline: 0;
}

@media (min-width: 795px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
.student-universe-widget {
  height: 260px;
  width: 100%;
  padding: 15px;
  background: white;
  max-width: 530px;
}

.font-weight-500 {
  font-weight: 500;
}

.page-titles-wrapper .page-title {
  text-align: center;
}

.review-grid {
  column-count: 1;
}
.review-grid .card, .review-grid .card-default {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 20px;
  break-inside: avoid;
}
.review-grid .card blockquote, .review-grid .card-default blockquote {
  margin-bottom: 0;
}

@media (min-width: 795px) {
  .review-grid {
    column-count: 2;
    column-gap: 20px;
  }
}
.university-logos-panel img {
  max-width: 150px;
  min-height: 48px;
  object-fit: contain !important;
  border-radius: 0 !important;
}

ol[type=a] > li {
  list-style-type: lower-alpha !important;
}
ol[type=i] > li {
  list-style-type: lower-roman !important;
}

#ot-sdk-btn-floating.ot-floating-button {
  display: none !important;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0.25s, opacity 0.25s linear;
}

.hidden {
  visibility: hidden;
  opacity: 0.1;
  transition: visibility 0s 0.25s, opacity 0.25s linear;
}

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

.no-scroll {
  overflow: hidden !important;
  scrollbar-gutter: stable;
}

.industry-card h2 a {
  color: #2F3F4C;
  border-bottom: 4px solid transparent;
  position: relative;
}
.industry-card h2 a:hover {
  text-decoration: none;
  border-bottom: 4px solid #2F3F4C;
}
.industry-card .field-grid {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.industry-card .field-grid .field-item-wrapper {
  position: relative;
  flex: 1 0 23%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem 1rem 1rem 0;
}
.industry-card .field-grid .field-item-wrapper p {
  font-weight: 500;
  color: #fff;
  width: 100%;
  background-color: #2F3F4C;
  padding: 16px;
  margin-bottom: 0em;
  text-align: center;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  height: 72px;
}
.industry-card .field-grid .field-item-wrapper p span {
  border-bottom: 2px solid transparent;
}
.industry-card .field-grid .field-item-wrapper img {
  max-height: 220px;
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: brightness(95%);
}
.industry-card .field-grid .field-item-wrapper:hover a {
  text-decoration: none;
}
.industry-card .field-grid .field-item-wrapper:hover p {
  background-color: #1c252c;
  opacity: 1;
}
.industry-card .field-grid .field-item-wrapper:hover p span {
  border-bottom: 2px solid #fff;
}
.industry-card .field-grid .field-item-wrapper:hover img {
  filter: brightness(100%);
}

@media (max-width: 767px) {
  .industry-card .field-grid .field-item-wrapper {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry-card .field-grid .field-item-wrapper {
    max-width: 50%;
    flex: 1 0 48%;
  }
}
@media (min-width: 992px) {
  .industry-card .field-grid .field-item-wrapper {
    max-width: 24%;
  }
  .industry-card .field-grid .field-item-wrapper:first-child,
  .industry-card .field-grid .field-item-wrapper:nth-child(2),
  .industry-card .field-grid .field-item-wrapper:nth-child(3),
  .industry-card .field-grid .field-item-wrapper:nth-child(4) {
    max-width: 50%;
  }
}
.industry-nav .main-nav {
  background-color: #2F3F4C;
}
.industry-nav .main-nav a {
  display: flex;
  color: #fff;
}
.industry-nav .main-nav a:hover {
  color: #F05F3C;
  text-decoration: none;
}
.industry-nav .main-nav .active {
  font-weight: bold;
}
.industry-nav .main-nav .active:after {
  visibility: hidden;
}
@media (min-width: 1080px) {
  .industry-nav .main-nav .active:after {
    visibility: visible;
    z-index: 1;
    content: "";
    position: absolute;
    top: 2em;
    left: 0;
    margin-left: calc(50% - 1em);
    width: 0;
    height: 0;
    border-top: solid 0.65em #2F3F4C;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
  }
}
.industry-nav .sub-nav {
  background-color: #F5F5F5;
}
.industry-nav .sub-nav a {
  display: flex;
  color: #2F3F4C;
}
.industry-nav .sub-nav a:hover {
  color: #F05F3C;
  text-decoration: none;
}
.industry-nav .active {
  position: relative;
  color: #F05F3C !important;
  cursor: pointer;
}
.industry-nav.nav-gray {
  background-color: #D3D3D3;
}
.industry-nav.nav-gray .main-nav {
  background-color: #D3D3D3;
}
.industry-nav.nav-gray .main-nav a {
  color: #2F3F4C;
}
@media (min-width: 1080px) {
  .industry-nav.nav-gray .main-nav .active:after {
    border-top-color: #D3D3D3;
  }
}

.field-page ul {
  list-style: none;
  color: #2F3F4C;
}
.field-page ul li {
  position: relative;
  margin-bottom: 0.25rem;
}
.field-page ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid #2F3F4C;
  border-bottom: 0.3em solid transparent;
}

@media (max-width: 1079.98px) {
  .internship-page h1 {
    font-size: 2rem;
  }
}
.internship-page #toggleReadMore {
  color: #F05F3C;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
.internship-page .split-banner > .split-banner-text.bg-blue-gradient a {
  color: #f4866b;
  border-bottom: 1px solid #f4866b;
}
.internship-page .split-banner > .split-banner-text.bg-blue-gradient a:hover {
  color: #F05F3C;
  text-decoration: none;
  border-bottom: 1px solid #F05F3C;
}
.internship-page #internship-page-nav {
  position: sticky;
  top: 75px;
  z-index: 10;
  background-color: white;
  border-top: 1px solid #E1E1E1;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.15);
}
.internship-page #internship-page-nav .sub-nav-actions {
  display: none;
}
.internship-page .page-copy .internship-details p > img {
  max-width: 100%;
  border-radius: 1rem 1rem 1rem 0;
}
@media (min-width: 795px) {
  .internship-page .page-copy .internship-details p > img {
    max-width: calc(50% - 15px);
    float: right;
    margin-left: 45px;
    margin-right: 0;
  }
  .internship-page .page-copy .internship-details p > img.image-l {
    float: left;
    margin-right: 45px;
    margin-left: 0;
    max-width: calc(50% - 30px);
  }
}
.internship-page .page-copy .internship-details table {
  width: auto;
  font-family: Poppins, Arial, sans-serif;
}
.internship-page .page-copy .internship-details table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.internship-page .page-copy .internship-details table tr > td:first-child {
  padding-left: 0;
}
@media (min-width: 795px) {
  .internship-page .page-copy .internship-details .country-map {
    max-width: calc(50% - 15px);
    float: right;
    margin-left: 45px;
    margin-right: 0;
  }
}

#mobile-apply-panel {
  display: none;
  position: sticky;
  bottom: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
  z-index: 100;
}
#mobile-apply-panel.visible {
  display: block;
}
#mobile-apply-panel .btn {
  font-size: 1rem;
}

#side-panel > .sticky-panel {
  position: sticky;
  top: 96px;
}
#side-panel > .sticky-panel p {
  font-size: 0.9rem;
  color: #4F4F4F;
  margin-bottom: 0;
}
#side-panel.project-sticky-side-panel .cta-buttons .btn {
  font-size: 1rem;
}

.nav-links-card {
  padding: 1rem 0;
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-links-card .links-card-title {
  padding: 0 1rem;
}
.nav-links-card menu {
  margin: 0;
  color: #F05F3C;
}
.nav-links-card menu li {
  padding: 0 1.5rem;
}
.nav-links-card menu li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav-links-card menu li a {
  display: inline-block;
  width: 100%;
  line-height: 2.2rem;
  color: #F05F3C;
}

.blog-index-page .card h4 {
  color: #2F3F4C;
}
.blog-index-page a:hover {
  text-decoration: none;
}
.blog-index-page a:hover .card-shadowed-light {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.blog-index-page a:hover .card-shadowed-light h4 {
  color: #3A3A3A;
}
.blog-index-page a:hover .card-shadowed-light .media-excerpt {
  color: #3A3A3A;
}

.blog-page .page-header {
  margin-bottom: 1.5rem !important;
}
.blog-page .page-copy h4, .blog-page .page-copy h5 {
  margin-top: 1.5rem;
}
.blog-page .page-copy img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-page .sidebar {
  top: 86px;
}

.title-view-mode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.title-view-mode.hidden {
  display: none;
}
.title-view-mode .view-mode {
  min-width: 160px;
  text-align: right;
}
.title-view-mode .view-mode .btn-lg, .title-view-mode .view-mode .btn-group-lg > .btn {
  padding: 4px 16px;
  margin-left: 8px;
  background-color: #F9F9F9;
  color: #8E8E8E;
}
.title-view-mode .view-mode .btn-lg.active, .title-view-mode .view-mode .btn-group-lg > .active.btn, .title-view-mode .view-mode .btn-lg:hover, .title-view-mode .view-mode .btn-group-lg > .btn:hover {
  background-color: #2F3F4C;
  color: #fff;
}

.cards-view .blog-card {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 0.4rem;
}
.cards-view .blog-card:hover {
  box-shadow: rgba(100, 100, 111, 0.5) 0px 8px 20px 0px;
}
.cards-view .blog-card:hover h4 {
  color: #F05F3C;
}
.cards-view .card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cards-view .media-meta > p {
  margin-bottom: 4px;
  color: #4F4F4F;
}

.cards-view-grid {
  row-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
}
.cards-view-grid .blog-card .card-img {
  margin-bottom: 16px;
}
.cards-view-grid .blog-card .card-text {
  margin-bottom: 16px;
}
.cards-view-grid .blog-card h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 16px;
}

a.blog-card {
  height: 100%;
}
a.blog-card:hover {
  text-decoration: none !important;
}
a.blog-card h4, a.blog-card p {
  color: #383838;
}
a.blog-card .link {
  text-decoration: underline;
}

.cards-view-list .blog-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 16px;
  position: relative;
}
.cards-view-list .blog-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
}
.cards-view-list .blog-card .card-img {
  width: 355px;
  margin-right: 24px;
  margin-bottom: 0;
}
.cards-view-list .blog-card h4 {
  font-size: 1.35em;
  margin-top: 0;
}
.cards-view-list .blog-card .card-text {
  height: auto !important;
}
.cards-view-list .blog-card:last-child:after {
  display: none;
}
@media (max-width: 794.98px) {
  .cards-view-list .blog-card {
    flex-direction: column;
    align-items: start;
  }
  .cards-view-list .blog-card .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .cards-view-list .blog-card h4 {
    font-size: 1.2em;
    font-weight: 500;
  }
}

.pagination {
  margin-top: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .btn {
  margin: 4px;
}
.pagination .btn-outline-dark i {
  margin-right: 0;
}
.pagination .btn-outline-dark .active {
  background-color: #2F3F4C;
  color: #fff;
}

@media (min-width: 795px) and (max-width: 1200px) {
  .cards-view-grid {
    grid-template-columns: 48% 48%;
  }
}
@media (max-width: 795px) {
  .view-mode {
    display: none;
  }
  .change-view-cards {
    padding-top: 0;
  }
  .cards-view-grid {
    grid-template-columns: 100%;
  }
  .cards-view-grid .blog-card {
    margin-bottom: 0;
  }
  .cards-view-grid .blog-card .card-text {
    min-height: initial;
  }
}
/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
.single-testimony-content {
  background-color: #2F3F4C;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.single-testimony-content.with-image {
  background: linear-gradient(0deg, rgba(43, 69, 78, 0.35), rgba(101, 131, 141, 0.35)), url("https://iahq.imgix.net/images/banners/iahq-testimonials-explore-internships.jpeg?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85");
  background-size: cover;
  background-attachment: fixed;
}
.single-testimony-content.homepage {
  background: linear-gradient(0deg, rgba(43, 69, 78, 0.75), rgba(43, 69, 78, 0.75)), url("https://iahq.imgix.net/images/banners/javan-internship-review-peru-intern-abroad-hq.png?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85");
  background-size: cover;
  background-attachment: fixed;
}
.single-testimony-content h2, .single-testimony-content h3 {
  color: #fff;
}
.single-testimony-content h3 {
  margin-bottom: 25px;
}
@media (min-width: 1080px) {
  .single-testimony-content h3 {
    font-size: 2.3rem;
  }
}
.single-testimony-content .row {
  align-items: center;
}
.single-testimony-content .single-testimony {
  min-height: 220px;
}

.single-testimony {
  background-color: #fff;
  border-radius: 8px 8px 8px 0;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-testimony.testimony-dark {
  color: #fff;
  background-color: #2F3F4C;
  border-radius: 1rem 1rem 1rem 0;
}
.single-testimony.testimony-dark p, .single-testimony.testimony-dark span, .single-testimony.testimony-dark a {
  color: #fff;
}
.single-testimony.testimony-dark .single-testimony-footer > .single-testimony-profile {
  border-left: 4px solid #fff;
}
.single-testimony.testimony-dark .single-testimony-footer > .single-testimony-profile a {
  color: #fff;
}
.single-testimony.shadowed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.single-testimony p {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  max-width: 100%;
  color: #383838;
  margin-bottom: 1rem;
}
.single-testimony li span {
  display: block;
}
.single-testimony .testimony-rating {
  margin-bottom: 10px;
}
.single-testimony .testimony-rating img {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 2px;
}
.single-testimony a:hover {
  color: #F05F3C;
  cursor: pointer;
}
.single-testimony .single-testimony-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.single-testimony .single-testimony-footer .single-testimony-profile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-left: 4px solid #F05F3C;
  padding-left: 16px;
  text-align: left;
  margin-top: 24px;
  padding-right: 56px;
  position: relative;
  background-image: url("https://iahq.imgix.net/images/icons/quote-mark-internships-abroad-hq.png?w=48&h=48&auto=format");
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
}
.single-testimony .single-testimony-footer .single-testimony-profile img {
  height: 55px;
  width: 55px;
  margin-right: 15px;
}
.single-testimony .single-testimony-footer .single-testimony-profile p {
  margin-bottom: 1px;
  line-height: 1.25em;
}
.single-testimony .single-testimony-footer .single-testimony-profile a, .single-testimony .single-testimony-footer .single-testimony-profile .project-info {
  color: #383838;
  text-decoration: underline;
  font-size: 0.9em;
}
.single-testimony .single-testimony-footer .single-testimony-profile a:hover {
  color: #F05F3C;
  cursor: pointer;
}
.single-testimony .single-testimony-footer .single-testimony-profile span {
  color: #383838;
  display: block;
}

@media (max-width: 540px) {
  .single-testimony-content.with-image {
    background: linear-gradient(0deg, rgba(43, 69, 78, 0.75), rgba(43, 69, 78, 0.75)), url("https://iahq.imgix.net/images/banners/iahq-testimonials-explore-internships.jpeg?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85&max-w=540");
  }
  .single-testimony-content.homepage {
    background: linear-gradient(0deg, rgba(43, 69, 78, 0.75), rgba(43, 69, 78, 0.75)), url("https://iahq.imgix.net/images/banners/javan-internship-review-peru-intern-abroad-hq.png?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85&max-w=540");
  }
}
@media (max-width: 795px) {
  .single-testimony-content.with-image {
    background: linear-gradient(0deg, rgba(43, 69, 78, 0.75), rgba(43, 69, 78, 0.75)), url("https://iahq.imgix.net/images/banners/iahq-testimonials-explore-internships.jpeg?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85&max-w=795");
  }
  .single-testimony-content.homepage {
    background: linear-gradient(0deg, rgba(43, 69, 78, 0.75), rgba(43, 69, 78, 0.75)), url("https://iahq.imgix.net/images/banners/javan-internship-review-peru-intern-abroad-hq.png?auto=format,compress&q=85&w=1200&crop=bottom&fit=crop&q=85&max-w=795");
  }
}
.custom-blockquote {
  background-color: transparent;
  border: 0;
  border-left: 4px solid #D87B37;
  border-radius: 0;
  padding: 0 1rem;
}

.styled-border {
  border-radius: 8px 8px 8px 0 !important;
}

.styled-border-lg {
  border-radius: 1rem 1rem 1rem 0 !important;
}

.styled-border-sm {
  border-radius: 8px 8px 8px 0 !important;
}

.styled-border-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.hero-image {
  width: 100%;
  height: auto;
}
@media (min-width: 795px) {
  .hero-image.rounded-hero {
    border-radius: 1rem 1rem 1rem 0;
  }
}
.hero-image.page-hero {
  min-height: 136px;
  object-fit: cover;
}
@media (min-width: 795px) {
  .hero-image.page-hero {
    min-height: 260px;
    max-height: 260px;
  }
}
@media (min-width: 1400px) {
  .hero-image.page-hero {
    min-height: 360px;
  }
}
.hero-image.with-margin {
  margin-bottom: 1.5em;
}
@media (min-width: 795px) {
  .hero-image.with-margin {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1080px) {
  .hero-image.with-margin {
    margin-bottom: 3.5em;
  }
}

@media (min-width: 795px) {
  .image-left {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .image-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
.base-section, .padded-section {
  padding: 40px 0;
}

.base-section-tall, .padded-section-tall {
  padding: 60px 0;
}

.section-intro h6 {
  font-weight: 600;
}
.section-intro .btn {
  font-size: 1.15rem;
}

.base-section ul, .base-section-tall ul, .section-intro ul, .base-section-unpadded ul, .fees-container ul {
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 24px;
}
.base-section ul.list-unstyled, .base-section-tall ul.list-unstyled, .section-intro ul.list-unstyled, .base-section-unpadded ul.list-unstyled, .fees-container ul.list-unstyled {
  list-style-type: none;
}
.base-section ul.intro-list li::marker, .base-section-tall ul.intro-list li::marker, .section-intro ul.intro-list li::marker, .base-section-unpadded ul.intro-list li::marker, .fees-container ul.intro-list li::marker {
  color: #007f9b;
}
.base-section ul li p, .base-section-tall ul li p, .section-intro ul li p, .base-section-unpadded ul li p, .fees-container ul li p {
  margin-bottom: 0;
}
.base-section ul li::marker, .base-section-tall ul li::marker, .section-intro ul li::marker, .base-section-unpadded ul li::marker, .fees-container ul li::marker {
  color: #2C464F;
  font-size: 1.25rem;
}
.base-section ol, .base-section-tall ol, .section-intro ol, .base-section-unpadded ol, .fees-container ol {
  padding-left: 24px;
}
.base-section ol li, .base-section-tall ol li, .section-intro ol li, .base-section-unpadded ol li, .fees-container ol li {
  list-style-type: auto;
  position: relative;
  margin-bottom: 8px;
}
.base-section ol li::marker, .base-section-tall ol li::marker, .section-intro ol li::marker, .base-section-unpadded ol li::marker, .fees-container ol li::marker {
  color: #F05F3C;
  font-weight: 600;
  font-size: 1.15em;
}
.base-section ol li strong > a, .base-section-tall ol li strong > a, .section-intro ol li strong > a, .base-section-unpadded ol li strong > a, .fees-container ol li strong > a {
  color: #383838;
}
.base-section ol li strong > a:hover, .base-section-tall ol li strong > a:hover, .section-intro ol li strong > a:hover, .base-section-unpadded ol li strong > a:hover, .fees-container ol li strong > a:hover {
  color: #F05F3C;
  border-bottom: 1px #F05F3C solid;
}
.base-section ol li a, .base-section-tall ol li a, .section-intro ol li a, .base-section-unpadded ol li a, .fees-container ol li a {
  color: #F05F3C;
}
.base-section ol li a:hover, .base-section-tall ol li a:hover, .section-intro ol li a:hover, .base-section-unpadded ol li a:hover, .fees-container ol li a:hover {
  color: #383838;
}
.base-section blockquote, .base-section-tall blockquote, .section-intro blockquote, .base-section-unpadded blockquote, .fees-container blockquote {
  background-color: #2F3F4C;
  color: #fff;
  position: relative;
  padding: 2.5em 1em;
  margin: 0 0 2rem;
  border-radius: 0.4rem;
}
.base-section blockquote a.btn, .base-section blockquote a.btn:hover, .base-section-tall blockquote a.btn, .base-section-tall blockquote a.btn:hover, .section-intro blockquote a.btn, .section-intro blockquote a.btn:hover, .base-section-unpadded blockquote a.btn, .base-section-unpadded blockquote a.btn:hover, .fees-container blockquote a.btn, .fees-container blockquote a.btn:hover {
  border-bottom: none;
}
.base-section blockquote a, .base-section-tall blockquote a, .section-intro blockquote a, .base-section-unpadded blockquote a, .fees-container blockquote a {
  border-bottom: 1px white solid;
  color: #fff;
}
.base-section blockquote a:hover, .base-section-tall blockquote a:hover, .section-intro blockquote a:hover, .base-section-unpadded blockquote a:hover, .fees-container blockquote a:hover {
  border-bottom: 1px #D2F1F3 solid;
  color: #D2F1F3;
}
.base-section blockquote:before, .base-section blockquote:after, .base-section-tall blockquote:before, .base-section-tall blockquote:after, .section-intro blockquote:before, .section-intro blockquote:after, .base-section-unpadded blockquote:before, .base-section-unpadded blockquote:after, .fees-container blockquote:before, .fees-container blockquote:after {
  font-family: "icomoon";
  font-size: 40px;
  color: #fff;
  position: absolute;
}
.base-section blockquote:before, .base-section-tall blockquote:before, .section-intro blockquote:before, .base-section-unpadded blockquote:before, .fees-container blockquote:before {
  content: "\e92c";
  transform: rotate(180deg);
  left: 6px;
  top: -8px;
}
.base-section blockquote:after, .base-section-tall blockquote:after, .section-intro blockquote:after, .base-section-unpadded blockquote:after, .fees-container blockquote:after {
  content: "\e92c";
  right: 6px;
  bottom: -8px;
}
.base-section blockquote p, .base-section-tall blockquote p, .section-intro blockquote p, .base-section-unpadded blockquote p, .fees-container blockquote p {
  margin-top: 1rem;
}
.base-section blockquote p strong, .base-section-tall blockquote p strong, .section-intro blockquote p strong, .base-section-unpadded blockquote p strong, .fees-container blockquote p strong {
  font-style: normal;
  display: block;
  text-align: right;
  margin-top: 16px;
}
.base-section blockquote p strong:before, .base-section-tall blockquote p strong:before, .section-intro blockquote p strong:before, .base-section-unpadded blockquote p strong:before, .fees-container blockquote p strong:before {
  content: " - ";
}
@media (min-width: 540px) {
  .base-section blockquote, .base-section-tall blockquote, .section-intro blockquote, .base-section-unpadded blockquote, .fees-container blockquote {
    padding: 2.5em 1em;
  }
}
@media (min-width: 1080px) {
  .base-section blockquote, .base-section-tall blockquote, .section-intro blockquote, .base-section-unpadded blockquote, .fees-container blockquote {
    padding: 1em 4em;
  }
}
.base-section .table.table-outlined td, .base-section .table.table-outlined th, .base-section-tall .table.table-outlined td, .base-section-tall .table.table-outlined th, .section-intro .table.table-outlined td, .section-intro .table.table-outlined th, .base-section-unpadded .table.table-outlined td, .base-section-unpadded .table.table-outlined th, .fees-container .table.table-outlined td, .fees-container .table.table-outlined th {
  border: 2px solid #2F3F4C;
}
.base-section .table.table-outlined td a, .base-section .table.table-outlined th a, .base-section-tall .table.table-outlined td a, .base-section-tall .table.table-outlined th a, .section-intro .table.table-outlined td a, .section-intro .table.table-outlined th a, .base-section-unpadded .table.table-outlined td a, .base-section-unpadded .table.table-outlined th a, .fees-container .table.table-outlined td a, .fees-container .table.table-outlined th a {
  color: #2F3F4C;
  text-decoration: none;
  border-bottom: 1px solid #2F3F4C;
  font-weight: 500;
}
.base-section .table.table-outlined td a:hover, .base-section .table.table-outlined th a:hover, .base-section-tall .table.table-outlined td a:hover, .base-section-tall .table.table-outlined th a:hover, .section-intro .table.table-outlined td a:hover, .section-intro .table.table-outlined th a:hover, .base-section-unpadded .table.table-outlined td a:hover, .base-section-unpadded .table.table-outlined th a:hover, .fees-container .table.table-outlined td a:hover, .fees-container .table.table-outlined th a:hover {
  color: #F05F3C;
  border-bottom: 1px solid #F05F3C;
  text-decoration: none;
}

.base-section h2, .base-section-tall h2, .section-intro h2, .base-section-unpadded h2 {
  font-weight: 600;
  margin-bottom: 24px;
}
.base-section.section-with-image h3, .base-section-tall.section-with-image h3, .section-intro.section-with-image h3, .base-section-unpadded.section-with-image h3 {
  margin-bottom: 16px;
}
.base-section .section-text h3, .base-section .section-text h4, .base-section-tall .section-text h3, .base-section-tall .section-text h4, .section-intro .section-text h3, .section-intro .section-text h4, .base-section-unpadded .section-text h3, .base-section-unpadded .section-text h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.base-section .what-to-expect > ul, .base-section-tall .what-to-expect > ul, .section-intro .what-to-expect > ul, .base-section-unpadded .what-to-expect > ul {
  margin-bottom: 0;
}
.base-section p > img, .base-section-tall p > img, .section-intro p > img, .base-section-unpadded p > img {
  margin-bottom: 8px;
}
.base-section .youtube-video, .base-section-tall .youtube-video, .section-intro .youtube-video, .base-section-unpadded .youtube-video {
  margin-bottom: 24px;
}
.base-section.with-table p > strong, .base-section-tall.with-table p > strong, .section-intro.with-table p > strong, .base-section-unpadded.with-table p > strong {
  color: #216E38;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}
.base-section.with-table td, .base-section-tall.with-table td, .section-intro.with-table td, .base-section-unpadded.with-table td {
  min-width: 96px;
  border: none;
}
.base-section .table.table-responsive td > em, .base-section-tall .table.table-responsive td > em, .section-intro .table.table-responsive td > em, .base-section-unpadded .table.table-responsive td > em {
  font-style: normal;
  font-weight: 500;
  color: #F05F3C;
  display: block;
}
.base-section .section-img img, .base-section-tall .section-img img, .section-intro .section-img img, .base-section-unpadded .section-img img {
  width: 100%;
}
.base-section img, .base-section-tall img, .section-intro img, .base-section-unpadded img {
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 540px) and (max-width: 1079.98px) {
  .base-section img, .base-section-tall img, .section-intro img, .base-section-unpadded img {
    max-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 539.98px) {
  .base-section img, .base-section-tall img, .section-intro img, .base-section-unpadded img {
    max-height: 256px;
    object-fit: cover;
  }
}
.base-section .btn-header, .base-section-tall .btn-header, .section-intro .btn-header, .base-section-unpadded .btn-header {
  position: relative;
  top: 2rem;
  text-transform: none;
  z-index: 1;
}
.base-section .btn-header h2, .base-section-tall .btn-header h2, .section-intro .btn-header h2, .base-section-unpadded .btn-header h2 {
  margin-bottom: 0;
}
.base-section .centered-header, .base-section-tall .centered-header, .section-intro .centered-header, .base-section-unpadded .centered-header {
  text-align: center;
}
.base-section .centered-header h2, .base-section-tall .centered-header h2, .section-intro .centered-header h2, .base-section-unpadded .centered-header h2 {
  padding: 0 16px 16px 16px;
  display: inline-block;
  border-bottom: 1px #8E8E8E solid;
  margin-bottom: 32px;
}

.text-img-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.text-img-title .title-image {
  height: 90px;
  width: 90px;
  min-width: 90px;
  border-radius: 0.4rem;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  object-fit: cover;
}
.text-img-title .title-image.size-sm {
  height: 60px;
  width: 60px;
  min-width: 60px;
}
.text-img-title .title-image.size-sm img {
  max-height: 36px;
}
.text-img-title .title-image.size-sm i {
  font-size: 36px;
}
.text-img-title .title-image.size-xs {
  height: 45px;
  width: 45px;
  min-width: 45px;
}
.text-img-title .title-image.size-xs img {
  max-height: 28px;
}
.text-img-title .title-image.size-xs i {
  font-size: 28px;
}
@media (max-width: 794.98px) {
  .text-img-title .title-image.mobile-sm {
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 16px;
  }
  .text-img-title .title-image.mobile-sm img {
    max-height: 36px;
  }
  .text-img-title .title-image.mobile-sm i {
    font-size: 36px;
  }
}
.text-img-title .title-image img {
  max-height: 50px;
  margin-bottom: 0;
}
.text-img-title .title-image i {
  font-size: 60px;
}
.text-img-title h2, .text-img-title h3 {
  margin-bottom: 0;
}
@media (max-width: 539.98px) {
  .text-img-title {
    align-items: top;
  }
  .text-img-title h2, .text-img-title .h2 {
    font-size: 1.45rem;
  }
}

.youtube-no-margin .youtube-video {
  margin-bottom: 0 !important;
}
.youtube-no-margin .youtube-video .video-container {
  margin-bottom: 0 !important;
}

.page-title, .main-section-text {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 794.98px) {
  .page-title, .main-section-text {
    text-align: left;
  }
}

.subtitle {
  font-size: 1.6rem;
  font-weight: 500;
}
.subtitle.sm {
  font-size: 1.2rem;
}

.main-section-text {
  margin-bottom: 48px;
}
.main-section-text h4 {
  font-size: 1.6em;
  margin: -15px 0 35px 0;
}
.main-section-text p {
  font-size: 1.1rem;
}

@media (max-width: 794.98px) {
  .main-section-text {
    padding-bottom: 0;
  }
  .main-section-text h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}
ul.list-white li, ol.list-white li, .split-banner-text.bg-blue-gradient li {
  padding-bottom: 8px;
}
ul.list-white li::marker, ol.list-white li::marker, .split-banner-text.bg-blue-gradient li::marker {
  color: #fff;
}
ul.list-white li a, ul.list-white small a, ol.list-white li a, ol.list-white small a, .split-banner-text.bg-blue-gradient li a, .split-banner-text.bg-blue-gradient small a {
  border-bottom: 1px white solid;
  color: #fff;
  text-decoration: none;
}
ul.list-white li a:hover, ul.list-white small a:hover, ol.list-white li a:hover, ol.list-white small a:hover, .split-banner-text.bg-blue-gradient li a:hover, .split-banner-text.bg-blue-gradient small a:hover {
  border-bottom: 1px #D2F1F3 solid;
  color: #D2F1F3 !important;
  text-decoration: none;
}

@media (min-width: 795px) {
  ul.two-column-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  ul.two-column-list li {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  ul.two-column-list li:before {
    content: "";
    display: list-item;
    position: absolute;
  }
}

a.styled-link {
  border-bottom: 1px #F05F3C solid;
}
a.styled-link:hover {
  text-decoration: none;
  border-bottom: 1px #c03816 solid;
}

.split-highlight {
  display: flex;
  height: 100%;
  border-radius: 1rem 1rem 1rem 0;
  overflow: hidden;
  color: #111;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
  margin: 40px 0;
}
.split-highlight .split-highlight-img {
  width: 50%;
}
.split-highlight .split-highlight-img img {
  width: 100%;
}
.split-highlight .split-highlight-text {
  padding: 16px 32px;
  width: 50%;
}
.split-highlight .split-highlight-text h3 {
  margin-bottom: 8px;
}
.split-highlight .split-highlight-text img {
  margin-bottom: 24px;
}
.split-highlight .split-highlight-text .link {
  display: inline-block;
  cursor: pointer;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .split-highlight {
    flex-direction: column;
  }
  .split-highlight .split-highlight-img {
    width: 100%;
  }
  .split-highlight .split-highlight-img img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .split-highlight .split-highlight-text {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.split-banner-wrapper {
  padding: 40px 0 40px 0;
}
.split-banner-wrapper.sdg-banner {
  padding: 0 0 24px 0;
}
.split-banner-wrapper.quote-banner {
  padding: 0 0 40px 0;
}
.split-banner-wrapper.quote-banner ul {
  padding-left: 15px;
  column-count: 2;
}

.split-banner {
  display: flex;
  height: 100%;
}
.split-banner.shadowed {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px;
}
.split-banner .split-banner-img {
  width: 50%;
  position: relative;
}
.split-banner .split-banner-img .banner-icon-box {
  position: absolute;
  right: 0;
  padding: 6px 10px 0px 14px;
  top: 10%;
  border-radius: 0.4rem 0 0 0.4rem;
  background: white;
  font-size: 2rem;
}
.split-banner .split-banner-img .banner-icon-box.icon-box-lg {
  font-size: 3.5rem;
  padding: 8px 4px 8px 8px;
  color: #F05F3C;
}
@media (max-width: 794.98px) {
  .split-banner .split-banner-img .banner-icon-box {
    right: auto;
    left: 6%;
    bottom: 0;
    top: auto;
    padding: 10px 12px 0px 14px;
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
.split-banner .split-banner-img img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 1rem 0 0 0;
  margin-bottom: 0;
}
.split-banner .split-banner-img img.image-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.split-banner .split-banner-img img.image-right {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.split-banner .split-banner-img img.image-right {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.split-banner .split-banner-text {
  background-color: #2F3F4C;
  color: #fff;
  position: relative;
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.split-banner .split-banner-text.bg-white {
  background-color: #fff;
  color: #383838;
}
@media (min-width: 795px) {
  .split-banner .split-banner-text.card-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .split-banner .split-banner-text a.btn {
    width: fit-content;
  }
}
.split-banner .split-banner-text .banner-label {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #F05F3C;
  padding: 0.375rem 0.75rem;
  border-radius: 0.4rem;
  max-width: fit-content;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}
.split-banner .split-banner-text h3 {
  color: inherit;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 16px;
}
.split-banner .split-banner-text a > h3 {
  color: #2F3F4C;
}
.split-banner .split-banner-text p.quote {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
  font-family: Poppins, Arial, sans-serif;
}
.split-banner .split-banner-text .quote-author {
  border-left: 4px solid #fff;
  border-radius: 0;
  padding-left: 1rem;
}
.split-banner .split-banner-text .quote-author a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.split-banner .split-banner-text .quote-author a:hover {
  color: #D2F1F3;
  text-decoration: none;
  border-bottom: 1px solid #D2F1F3;
}
.split-banner .split-banner-text small {
  font-size: 0.9em;
  display: inline-block;
  color: #ddd;
  max-width: calc(100% - 70px);
}
.split-banner .split-banner-text img.quote {
  float: right;
  width: 60px;
  border-radius: none !important;
}

@media (min-width: 992px) and (max-width: 1220px) {
  .split-banner .split-banner-text h3 {
    font-size: 1.5em;
  }
  .split-banner .split-banner-text p {
    font-size: 0.9em;
  }
}
.split-banner.split-banner-column {
  flex-direction: column !important;
}
.split-banner.split-banner-column .split-banner-img {
  width: 100%;
}
.split-banner.split-banner-column .split-banner-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.split-banner.split-banner-column .split-banner-text {
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1rem;
  position: relative;
  bottom: 4px;
}
.split-banner.split-banner-column .split-banner-text h4, .split-banner.split-banner-column .split-banner-text h5 {
  font-weight: 500;
}
.split-banner.split-banner-column .split-banner-text .link {
  color: #F05F3C;
}

a.split-banner.split-banner-column:hover {
  text-decoration: none;
}
a.split-banner.split-banner-column:hover .split-banner-text > h4, a.split-banner.split-banner-column:hover .split-banner-text > h5 {
  color: #F05F3C;
}
a.split-banner.split-banner-column:hover .link {
  text-decoration: underline;
}

@media (max-width: 794.98px) {
  .split-banner {
    flex-direction: column;
  }
  .split-banner .split-banner-img {
    width: 100%;
  }
  .split-banner .split-banner-img img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .split-banner .split-banner-text {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    bottom: 4px;
  }
}
ul.spaced-list-items li {
  margin-bottom: 16px;
}

ul.check-circle-list {
  padding-left: 0;
}
ul.check-circle-list > li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 5px;
}
ul.check-circle-list > li.x:before {
  content: "\e9b6";
  color: #8E8E8E;
}
ul.check-circle-list > li:before {
  content: "\f058";
  font-family: "icomoon";
  position: absolute;
  color: #288744;
  left: 0;
  top: -1px;
  height: 10px;
  width: 10px;
}
ul.check-circle-list > li ul {
  list-style-type: disc;
  margin-bottom: 0;
}
ul.check-circle-list > li ul li::marker {
  color: #2F3F4C;
  font-size: 1.25rem;
}

.bg-secondary-lighter .destinations-filters {
  border-bottom: 2px solid #D3D3D3;
}

.destinations-filters {
  margin: 0 0 32px 0;
  border-bottom: 2px solid #ECECEC;
}
.destinations-filters.quick-nav a, .destinations-filters.mobile-filter a {
  color: #383838 !important;
}
.destinations-filters.quick-nav a:hover, .destinations-filters.mobile-filter a:hover {
  text-decoration: none;
}
.destinations-filters.filter-sm .btn-filter {
  padding: 6px 8px;
  font-size: 0.875rem;
  border-bottom: 3px solid transparent;
}
.destinations-filters .btn-filter {
  margin-right: 16px;
  padding: 16px 8px;
  border: none;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  font-weight: 500;
  font-family: Poppins, Arial, sans-serif;
}
.destinations-filters .btn-filter:hover, .destinations-filters .btn-filter.active {
  border-color: #F05F3C;
}

@media (max-width: 539.98px) {
  .destinations-filters {
    border-bottom: none !important;
    margin-bottom: 25px;
  }
  .destinations-filters .destination-filters-dropdowns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
  }
  .destinations-filters .destination-filters-dropdowns .results-filter {
    display: inline-block;
    width: 47%;
    min-width: 210px;
    background: #fff;
    border-radius: 0.4rem;
  }
  .destinations-filters .destination-filters-dropdowns .results-filter .filter-button {
    min-height: 40px;
    padding-top: 10px;
    font-size: 1rem;
    text-transform: none;
    font-weight: 500;
  }
  .destinations-filters .destination-filters-dropdowns .results-filter .filter-button.filter-button-sm {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.875rem;
    min-height: 32px;
  }
  .destinations-filters .destination-filters-dropdowns .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px;
    padding-left: 0;
    z-index: 1;
  }
}
.color-block {
  padding: 40px 0;
  color: #fff;
}
.color-block .row {
  align-items: center;
}
.color-block .floating-icon-block img {
  opacity: 0.3;
}
.color-block .static-icon-block i {
  font-size: 8rem;
}

@media (max-width: 1079.98px) {
  .color-block {
    padding: 32px 0 24px 0;
    position: relative;
  }
  .color-block h3 {
    width: calc(100% - 60px);
    margin-bottom: 16px;
  }
  .color-block .floating-icon-block {
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 0.8;
  }
  .color-block .floating-icon-block img {
    width: 70px;
  }
  .color-block .static-icon-block i {
    font-size: 5rem;
  }
  .color-block .col-md-2 {
    position: initial;
  }
}
.cta-banner {
  color: #fff;
  position: relative;
}
.cta-banner img {
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 0;
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
}
.cta-banner .text-overlay {
  background-color: rgba(47, 63, 76, 0.75);
  padding: 90px 24px;
  border-radius: 1rem 1rem 1rem 0;
  position: absolute;
  text-align: center;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
}
.cta-banner .btn {
  margin-bottom: 16px;
}

@media (max-width: 794.98px) {
  .cta-banner img {
    max-height: unset;
  }
  .cta-banner .text-overlay {
    padding: 32px 16px;
  }
}
h1.bordered-header, h2.bordered-header {
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.dynamic-columns {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dynamic-columns div {
  width: 100%;
}
.dynamic-columns div p {
  font-weight: 600;
  margin: 16px 0 8px 0;
}
.dynamic-columns div a {
  text-decoration: none;
  border-bottom: 1px solid #383838;
  color: #383838;
}
.dynamic-columns div a:hover, .dynamic-columns div a:focus {
  color: #F05F3C;
  text-decoration: none;
  border-bottom: 2px solid #F05F3C;
}
.dynamic-columns div img {
  height: 50px;
  margin: 0 5px;
  width: auto;
}
.dynamic-columns div .card-image {
  height: 50px;
  width: 50px;
}
.dynamic-columns div .card-image i {
  font-size: 35px;
  top: 0;
}

.dynamic-columns > div:first-child {
  border-right: 1px solid #F05F3C;
}

@media (max-width: 794.98px) {
  .dynamic-columns {
    flex-direction: column;
  }
  .dynamic-columns a {
    display: block;
    margin-bottom: 24px;
  }
  .dynamic-columns div:first-child {
    border-right: none;
  }
}
@media (min-width: 795px) {
  .gradient-overlay .hero-image.page-hero {
    max-height: 700px;
  }
}

.gradient-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.2))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
}

.hero-title {
  margin-bottom: 0px;
}
.hero-title .container-wide {
  position: relative;
}
.hero-title .container-wide h1 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
@media (min-width: 1080px) {
  .hero-title .container-wide h1 {
    font-size: 3rem;
  }
}

.floating-cards-content .container > .row > div {
  margin-bottom: 0;
}
@media (min-width: 1080px) {
  .floating-cards-content {
    min-height: 280px;
    position: relative;
  }
  .floating-cards-content .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*  BIG CARDS - INDUSTRIES*/
.big-card {
  margin-bottom: 16px;
  position: relative;
}
.big-card .big-card-header {
  background-color: #2F3F4C;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #fff;
  padding: 24px;
  padding-bottom: 80px;
}
.big-card .big-card-header .big-card-description {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 16px 0;
}
.big-card .big-card-header .big-card-description p {
  margin-bottom: 0;
}
.big-card .big-card-header .big-card-description .btn {
  white-space: nowrap;
  margin-left: 24px;
}
.big-card .big-card-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-between;
  position: relative;
  top: -40px;
  padding: 0 40px;
}
.big-card .big-card-content .img-background {
  position: absolute;
  object-fit: cover;
  width: 100%;
  border-bottom-right-radius: 1rem;
  height: 100%;
  margin-left: -40px;
}
.big-card .big-card-content .big-floating-card {
  border-radius: 1rem 1rem 1rem 0;
  overflow: hidden;
  margin-bottom: 8px;
  flex: 1 0 48%;
  margin: 4px;
  background: #fff;
  z-index: 1;
  background: white;
  position: relative;
  top: -40px;
}
.big-card .big-card-content .big-floating-card .big-floating-card-header {
  background-color: #F3F5F6;
  padding: 16px 32px;
  color: #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.big-card .big-card-content .big-floating-card .big-floating-card-header h3 {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1.35em;
  font-weight: 500;
  margin-bottom: 0;
}
.big-card .big-card-content .big-floating-card .big-floating-card-header h3 i {
  margin-right: 8px;
  font-size: 2rem;
}
.big-card .big-card-content .big-floating-card .big-floating-card-content {
  position: relative;
  background-color: #fff;
  padding: 16px 32px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  justify-content: space-between;
}
.big-card .big-card-content .big-floating-card .big-floating-card-content .internship-destination {
  min-width: 48%;
}
.big-card .big-card-content .big-floating-card .big-floating-card-content .internship-destination ul {
  padding-left: 1.5rem;
}
.big-card .big-card-content .big-floating-card .big-floating-card-content .internship-destination .btn-pill {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.big-card .big-card-content .big-floating-card .big-floating-card-content .internship-destination .btn-pill:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .big-card {
    background-image: none !important;
  }
  .big-card .big-card-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .big-card .big-card-header .big-card-description {
    flex-direction: column;
  }
  .big-card .big-card-header .big-card-description .btn {
    margin-top: 16px;
    margin-left: 0;
  }
  .big-card .big-card-content {
    padding: 0 15px;
  }
  .big-card .big-card-content .big-floating-card .big-floating-card-content {
    padding: 15px;
  }
  .big-card .big-card-content .img-background {
    margin-left: -15px;
  }
}
/*  COVID PAGE  */
.heading-floating {
  position: relative;
}
.heading-floating .floating-right-message {
  font-size: 0.8em;
  color: #999;
}
@media (min-width: 795px) {
  .heading-floating .floating-left-title {
    width: calc(100% - 280px);
  }
  .heading-floating .floating-right-message {
    position: absolute;
    right: 15px;
    top: 13px;
  }
}

.country-programs {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ECECEC;
}
.country-programs a:hover {
  text-decoration: none;
}
.country-programs .pill-column {
  display: flex;
  flex-direction: row;
  margin-right: 8px;
  white-space: nowrap;
  min-width: 170px;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 539.98px) {
  .country-programs .pill-column {
    min-width: 150px;
  }
}
.country-programs .pill-column .btn-pill {
  min-width: 100px;
}
.country-programs span {
  font-size: 14px;
}

.horizontal-information-block {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.horizontal-information-block .card-image {
  text-align: center;
  margin: 0 24px 0 0;
}
.horizontal-information-block .horizontal-information-text {
  float: left;
  width: calc(100% - 124px);
}
.horizontal-information-block .horizontal-information-text p {
  margin-bottom: 0;
}

@media (max-width: 794.98px) {
  .horizontal-information-block {
    align-items: flex-start;
  }
}
.result-heading {
  min-height: 52px;
  display: flex;
  align-items: center;
  color: #242424;
}
.result-heading:hover {
  color: #F05F3C;
}
.result-heading i.flag-icon {
  font-size: 1.3rem !important;
}

dialog {
  padding: 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  outline: none;
}
dialog .dialog-close {
  cursor: pointer;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.modal-body {
  padding: 0px;
}

/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
.awards-logo {
  width: 110px !important;
  height: 110px !important;
  object-fit: contain !important;
}
@media (min-width: 540px) {
  .awards-logo {
    width: 140px !important;
    height: 140px !important;
  }
}

/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
.styled-table-wrapper .styled-table {
  border-radius: 1rem;
}
.styled-table-wrapper .styled-table.shadowed {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
}
.styled-table-wrapper .styled-table .styled-table-content {
  border-radius: 1rem;
  overflow: hidden;
}
.styled-table-wrapper .styled-table .styled-table-content.table-font-heading {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
}
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th {
  padding-top: 16px;
  background-color: #2F3F4C;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th h4 {
  margin-bottom: 8px;
}
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th div,
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th li {
  font-weight: normal;
}
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th:first-child {
  border-top-left-radius: 15px;
  width: 100%;
}
.styled-table-wrapper .styled-table .styled-table-content thead.table-dark-header th:last-child {
  border-top-right-radius: 15px;
}
.styled-table-wrapper .styled-table .styled-table-content th.with-min-width {
  min-width: 250px;
}
@media (min-width: 795px) {
  .styled-table-wrapper .styled-table .styled-table-content th.with-min-width-md {
    min-width: 280px;
  }
}
@media (max-width: 794.98px) {
  .styled-table-wrapper .styled-table .styled-table-content th.with-min-width-xs {
    min-width: 250px;
  }
}
.styled-table-wrapper .styled-table .styled-table-content td.table-bg-blue {
  background-color: rgba(210, 241, 243, 0.5);
}
.styled-table-wrapper .styled-table .styled-table-content td.table-bg-orange {
  background-color: rgba(252, 228, 203, 0.5);
}
.styled-table-wrapper .styled-table .styled-table-content td.with-divider {
  border-right: 3px white solid;
}
@media (max-width: 794.98px) {
  .styled-table-wrapper .styled-table {
    overflow-x: auto;
  }
  .styled-table-wrapper .styled-table-content {
    min-width: fit-content;
  }
  .styled-table-wrapper ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
  }
  .styled-table-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 6px;
  font-size: 0.9rem;
  font-weight: 500;
  color: white !important;
  background-color: #2F3F4C;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#search-wrap {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: #fff;
  transition: opacity 0.1s linear 0s;
}
#search-wrap.active {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
}
#search-wrap .search-controls {
  display: flex;
  grid-column-gap: 1rem;
  width: 100%;
}
#search-wrap .search-controls input {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  text-align: left;
  color: #383838;
  font-size: 19px;
  background: #F9F9F9;
  border: 1px solid #B5B5B5;
  border-radius: 0.4rem;
  outline: none;
}
#search-wrap .search-controls input::-webkit-input-placeholder {
  color: #383838;
}
#search-wrap .search-controls input:-moz-placeholder {
  color: #383838;
}
#search-wrap .search-controls input::-moz-placeholder {
  color: #383838;
}
#search-wrap .search-controls input:-ms-input-placeholder {
  color: #383838;
}

@media (max-width: 794.98px) {
  #search-wrap .search-controls button {
    padding: 0.5rem 1rem;
  }
}
.compare-button, .compare-button.animate {
  text-transform: none !important;
  cursor: pointer;
}
.compare-button i.icon-heart {
  color: #000 !important;
  font-size: 24px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.compare-button i.icon-heart:before {
  content: "\e941";
}
.compare-button.saved i.icon-heart {
  color: #C53135 !important;
}
.compare-button.saved i.icon-heart:before {
  content: "\e942";
}
.compare-button.animate {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  margin-bottom: 8px;
  margin-left: 16px;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 540px) {
  .compare-button.animate:not(.btn-sm):hover {
    transform: scale(1.1);
  }
  .compare-button.animate:not(.btn-sm):hover i.icon-heart {
    color: #C53135 !important;
  }
  .compare-button.animate:not(.btn-sm):hover i.icon-heart:before {
    content: "\e942";
  }
}
@media (min-width: 540px) {
  .compare-button:hover i.icon-heart {
    color: #C53135 !important;
  }
  .compare-button:hover i.icon-heart:before {
    content: "\e942";
  }
}

.compare-button.btn.btn-link, .compare-button.btn.btn-link--compact {
  text-decoration: none !important;
}
.compare-button.btn.btn-link.btn-sm, .compare-button.btn.btn-sm.btn-link--compact, .btn-group-sm > .compare-button.btn.btn-link, .btn-group-sm > .compare-button.btn.btn-link--compact {
  color: #C53135;
}
.compare-button.btn.btn-link small, .compare-button.btn.btn-link--compact small, .compare-button.btn.btn-link.btn-sm:hover, .compare-button.btn.btn-sm.btn-link--compact:hover, .btn-group-sm > .compare-button.btn.btn-link:hover, .btn-group-sm > .compare-button.btn.btn-link--compact:hover {
  color: #4F4F4F;
}
.compare-button.btn.btn-link:hover small, .compare-button.btn.btn-link--compact:hover small {
  text-decoration: underline;
}

/* 16 * 0.25 */
/* 16 * 0.5 */
/* 16 * 0.75 */
/* The base size for the scale */
/* 16 * 1.5 */
/* 16 * 2 */
/* 16 * 3 */
/* 16 * 4 */
/*****
  Gaps (for flexbox items)
*****/
[class^=gap-], div[class*=" gap-"], .gap {
  display: flex;
  flex-wrap: wrap;
}

.gap-xs {
  gap: 8px;
}

.gap-sm {
  gap: 12px;
}

.gap {
  gap: 16px;
}

.gap-md {
  gap: 24px;
}

.gap-lg {
  gap: 32px;
}

/* Rows */
.gap-row-xs {
  row-gap: 8px;
}

.gap-row-sm {
  row-gap: 12px;
}

.gap-row {
  row-gap: 16px;
}

.gap-row-md {
  row-gap: 24px;
}

.gap-row-lg {
  row-gap: 32px;
}

/* Columns */
.gap-col-xs {
  column-gap: 8px;
}

.gap-col-sm {
  column-gap: 12px;
}

.gap-col {
  column-gap: 16px;
}

.gap-col-md {
  column-gap: 24px;
}

.gap-col-lg {
  column-gap: 32px;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

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