/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-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;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

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

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

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

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

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

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

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

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

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

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

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

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

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

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

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

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

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

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

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

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

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

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

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

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

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

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

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

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

.table-active,
.table-active>td,
.table-active>th {
  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: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

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

.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: 575.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: 767.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: 991.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: 1199.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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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 / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 .custom-select,
  .form-inline .input-group {
    width: auto;
  }

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

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

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

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

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

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  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: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

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

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

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

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

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

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

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

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

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

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

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

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

.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%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: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(0, 123, 255, 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,%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(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  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: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

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

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #dee2e6;
  border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

@media (prefers-reduced-motion: reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

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

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

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

@media (max-width: 575.98px) {

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

@media (max-width: 991.98px) {

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

@media (max-width: 1199.98px) {

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.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: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    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);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

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

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

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

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  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;
}

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -3rem !important;
  }

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -3rem !important;
  }

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -3rem !important;
  }

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -3rem !important;
  }

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

  .text-sm-right {
    text-align: right !important;
  }

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

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

  .text-md-right {
    text-align: right !important;
  }

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

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

  .text-lg-right {
    text-align: right !important;
  }

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

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

  .text-xl-right {
    text-align: right !important;
  }

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

.text-secondary {
  color: #6c757d !important;
}

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

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

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important;
}

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

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

.text-muted {
  color: #6c757d !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;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.eot?hz9nsb);
  src: url(fonts/icomoon.eot?hz9nsb#iefix) format("embedded-opentype"),
    url(fonts/icomoon.ttf?hz9nsb) format("truetype"),
    url(fonts/icomoon.woff?hz9nsb) format("woff"),
    url(fonts/icomoon.svg?hz9nsb#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-y-tub:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-fb:before {
  content: "\e908";
}

.icon-round:before {
  content: "\e904";
}

.icon-file:before {
  content: "\e905";
}

.icon-dgn-squir:before {
  content: "\e903";
}

.icon-dot:before {
  content: "\e900";
}

.icon-arrow-r:before {
  content: "\e901";
}

.icon-arrow-l:before {
  content: "\e902";
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

html {
  -webkit-text-size-adjust: none;
}

a,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #000;
}

a:focus {
  text-decoration: none;
}

:active,
:focus {
  outline: 0 !important;
}

p:empty {
  margin: 0 !important;
  padding: 0 !important;
}

svg {
  height: 100%;
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h2text,
h2 {
  font-size: calc((14 * (1em - 13px) - -2em - 3px));
  letter-spacing: 0;
  font-weight: 700;
}

.h3text,
h3 {
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  font-weight: 500;
  letter-spacing: 0;
}

.h4text,
h4 {
  font-size: calc((2 * (1em - 13px) - -2em - 8px));
  font-weight: 500;
  letter-spacing: 0;
}

.h5text,
h5 {
  font-size: calc((1 * (1em - 13px) - -2em - 11px));
  font-weight: 500;
  letter-spacing: 0;
}

p {
  font-size: calc((-0.99 * (1em - 13px) - -2em - 12px));
}

body,
html {
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  font-size: 15px;
}

@media only screen and (max-width: 1359px) {

  body,
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {

  body,
  html {
    font-size: 13.8px;
  }
}

@media only screen and (max-width: 767px) {

  body,
  html {
    font-size: 13.2px;
  }
}

@media only screen and (max-width: 639px) {

  body,
  html {
    font-size: 13px;
  }
}

@media (min-width: 1950px) {
  body {
    font-size: 17px;
  }
}

svg {
  width: 100%;
  height: 100%;
}

.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.nopadbt {
  padding-bottom: 0;
}

.nopadtp {
  padding-top: 0;
}

.pg_btn {
  display: inline-block;
  font-size: calc((-0.99 * (1em - 13px) - -2em - 12px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pg_btn:after,
.pg_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 100%;
  background-color: #fdb811;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pg_btn:after {
  width: 0;
  background-color: #003a78;
}

.pg_btn:hover {
  color: #003a78;
}

.pg_btn:hover:after {
  width: 100%;
}

.bannerSec {
  padding: 80px 0 150px;
  height: calc(100vh - 120px);
  position: relative;
}

@media only screen and (max-width: 1649px) {
  .bannerSec {
    margin: 80px 0;
  }
}

.bannerSec .homebanner {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .bannerSec .homebanner {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 1439px) {
  .bannerSec .bannerImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bannerSec .bannerImage .bnrImagediv {
  width: 860px;
  max-width: 100%;
  height: 714px;
  max-height: 100%;
  margin-left: -36px;
}

@media only screen and (max-width: 1439px) {
  .bannerSec .bannerImage .bnrImagediv {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .bannerSec .bannerImage .bnrImagediv {
    text-align: center;
  }
}

.bannerSec .bannerImage .bnrImagediv .videoPoster {
  display: none;
  margin: 0 auto;
}

.bannerSec .bannerImage .bnrImagediv .videoPoster img {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .bannerSec .bannerImage .bnrImagediv .videoPoster {
    display: block;
    width: 350px;
  }
}

@media only screen and (max-width: 479px) {
  .bannerSec .bannerImage .bnrImagediv .videoPoster {
    width: 330px;
  }
}

@media only screen and (max-width: 359px) {
  .bannerSec .bannerImage .bnrImagediv .videoPoster {
    width: 300px;
  }
}

.bannerSec .bannerImage .bnrImagediv>video {
  width: 42.05vw;
}

@media only screen and (max-width: 1359px) {
  .bannerSec .bannerImage .bnrImagediv>video {
    width: 45vw;
  }
}

@media only screen and (max-width: 767px) {
  .bannerSec .bannerImage .bnrImagediv>video {
    width: 55vw;
  }
}

@media only screen and (max-width: 639px) {
  .bannerSec .bannerImage .bnrImagediv>video {
    display: none;
  }
}

.bannerSec .bnrSlider {
  position: static;
}

@media only screen and (max-width: 1439px) {
  .bannerSec .bnrSlider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bannerSec .bnrSlider .bnrheadSlid {
  position: static;
}

@media only screen and (max-width: 991px) {
  .bannerSec .bnrSlider .bnrheadSlid {
    margin-top: 20px;
  }
}

.bannerSec .bnrSlider .bnrheadSlid .sld h2 {
  font-size: calc((-1 * (1em - 13px) - -2em - 13px));
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text:last-of-type {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .bannerSec .bnrSlider .bnrheadSlid .sld .h2text:last-of-type {
    margin-bottom: 20px;
  }
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text:first-of-type span {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text:nth-of-type(2) span {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text:nth-of-type(3) span {
  -webkit-transition: all 1.7s ease;
  -moz-transition: all 1.7s ease;
  -o-transition: all 1.7s ease;
  -ms-transition: all 1.7s ease;
  transition: all 1.7s ease;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .h2text span {
  display: inline-block;
  line-height: 1.4;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100) !important;
  -ms-transform: matrix(1, 0, 0, 1, 0, 100) !important;
  transform: matrix(1, 0, 0, 1, 0, 100) !important;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
}

.bannerSec .bnrSlider .bnrheadSlid .sld .a .pg_btn {
  display: inline-block;
  line-height: 1.5;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100) !important;
  -ms-transform: matrix(1, 0, 0, 1, 0, 100) !important;
  transform: matrix(1, 0, 0, 1, 0, 100) !important;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.bannerSec .bnrSlider .bnrheadSlid .active .sld .h2text {
  opacity: 1;
}

.bannerSec .bnrSlider .bnrheadSlid .active .sld .h2text span {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.bannerSec .bnrSlider .bnrheadSlid .active .a {
  opacity: 1;
}

.bannerSec .bnrSlider .bnrheadSlid .active .a .pg_btn {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  right: 190px;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-dots .owl-dot {
  margin-left: 10px;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-dots .owl-dot span {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  color: #b1cfef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-dots .owl-dot span:after {
  content: "\e900";
}

.bannerSec .bnrSlider .bnrheadSlid .owl-dots .owl-dot.active span {
  color: #003a78;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav {
  position: absolute;
  right: 82px;
  bottom: 50px;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-next,
.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-prev {
  margin: 12px;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-next i,
.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-prev i {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  color: rgba(112, 112, 112, 0.56);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-next:hover i,
.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-prev:hover i {
  color: #003a78;
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-prev i:after {
  content: "\e902";
}

.bannerSec .bnrSlider .bnrheadSlid .owl-nav .owl-next i:after {
  content: "\e901";
}

.abtSection {
  padding-top: 150px;
  padding-bottom: 175px;
  position: relative;
}

@media only screen and (max-width: 1359px) {
  .abtSection {
    padding-top: 100px;
    padding-bottom: 135px;
  }
}

.abtSection .abtimg {
  width: 1190px;
  position: absolute;
  bottom: -135px;
  right: -290px;
}

@media only screen and (max-width: 1649px) {
  .abtSection .abtimg {
    width: 1050px;
  }
}

@media only screen and (max-width: 1439px) {
  .abtSection .abtimg {
    width: 850px;
    bottom: -35px;
    right: -200px;
  }
}

@media only screen and (max-width: 1359px) {
  .abtSection .abtimg {
    width: 800px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .abtSection .abtimg {
    width: 770px;
    top: 0;
    bottom: inherit;
  }
}

.abtSection .abtimg img {
  width: 100%;
}

.hdAndText .h1text {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 61px;
}

.hdAndText p {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 50px;
  width: 630px;
  max-width: 100%;
}

.explorSec {
  margin-top: 175px;
  padding-bottom: 170px;
  position: relative;
  margin-bottom: 90px;
}

@media only screen and (max-width: 1439px) {
  .explorSec {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1359px) {
  .explorSec {
    margin-bottom: 0;
  }
}

.explorSec .explorreShape {
  display: inline-block;
  width: 1000px;
  position: absolute;
  top: -80px;
  left: -60px;
  height: 1050px;
}

@media only screen and (max-width: 1649px) {
  .explorSec .explorreShape {
    left: -180px;
  }
}

@media only screen and (max-width: 1359px) {
  .explorSec .explorreShape {
    width: 800px;
    left: -120px;
    top: 100px;
    height: 680px;
  }
}

@media only screen and (max-width: 767px) {
  .explorSec .explorreShape {
    top: -40px;
  }
}

.explorSec .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.explorSec .hdAndText {
  padding-left: 80px;
}

@media only screen and (max-width: 1359px) {
  .explorSec .hdAndText {
    padding-left: 15px;
  }
}

.explorSec .hdAndText p {
  width: 442px;
  max-width: 100%;
}

.multyBox {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
}

@media only screen and (max-width: 1359px) {
  .multyBox {
    padding-left: 15px;
  }
}

.multyBox .expBox {
  width: 235px;
  padding: 0 17px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .expBox .box:hover {
    opacity: 0.9 !important;
    transition: all 0.3s ease-in-out !important;
  }
}

@media only screen and (max-width: 1359px) {
  .multyBox .expBox {
    width: 200px;
    padding: 0 12px;
  }
}

.multyBox .expBox.boxTwo {
  margin-top: 100px;
}

.multyBox .expBox.boxThree {
  margin-top: 230px;
}

.multyBox .expBox.boxOne {
  margin-top: 25px;
}

.multyBox .expBox .box {
  height: 201px;
  width: 201px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1359px) {
  .multyBox .expBox .box {
    width: 175px;
    height: 175px;
    border-radius: 12px;
  }
}

.multyBox .expBox .box i.letr {
  position: absolute;
  top: 20px;
  right: 32px;
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  color: #b1cfef;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.multyBox .expBox .box .text {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  position: absolute;
  bottom: 17px;
  left: 22px;
  font-weight: 700;
}

.multyBox .expBox .box.white {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}

.multyBox .expBox .box.white i.letr {
  color: #b1cfef;
}

.multyBox .expBox .box.white .text {
  color: #003a78;
}

.multyBox .expBox .box.blueL {
  background-color: #245991;
  -webkit-box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.65);
}

.multyBox .expBox .box.blueL i.letr {
  color: rgba(0, 0, 0, 0.4);
}

.multyBox .expBox .box.blueL .text {
  color: #fff;
}

.multyBox .expBox .box.blueD {
  background-color: #003a78;
  margin-bottom: 23px;
}

.multyBox .expBox .box.blueD i.letr {
  color: #fff;
}

.multyBox .expBox .box.blueD .text {
  color: #fff;
}

.multyBox .expBox .box.borderB {
  border: 3px solid #003a78;
  margin-bottom: 30px;
}

.multyBox .expBox .box.borderB i.letr {
  color: rgba(0, 0, 0, 0.3);
}

.multyBox .expBox .box.borderB .text {
  color: #003a78;
}

.multyBox .expBox .box.yellow {
  background-color: #fdb811;
  -webkit-box-shadow: 0 14px 14px -3px rgba(253, 184, 17, 0.42);
  -moz-box-shadow: 0 14px 14px -3px rgba(253, 184, 17, 0.42);
  box-shadow: 0 14px 14px -3px rgba(253, 184, 17, 0.42);
}

.multyBox .expBox .box.yellow i.letr {
  color: rgba(0, 0, 0, 0.3);
}

.multyBox .expBox .box.yellow .text {
  color: #fff;
}

.designBoxes span:first-of-type {
  display: inline-block;
  height: 135px;
  width: 135px;
  border-radius: 20px;
  border: 3px solid #fff;
  position: absolute;
  top: 187px;
  left: -106px;
}

@media only screen and (max-width: 1359px) {
  .designBoxes span:first-of-type {
    left: -125px;
  }
}

.designBoxes span:nth-of-type(2) {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 63px;
  color: #fdb811;
  position: absolute;
  top: 94px;
  right: 178px;
}

@media only screen and (max-width: 1439px) {
  .designBoxes span:nth-of-type(2) {
    top: 25px;
    right: 100px;
  }
}

.designBoxes span:nth-of-type(2):after {
  content: "\e903";
}

.designBoxes span:nth-of-type(3) {
  display: inline-block;
  height: 71px;
  width: 71px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 229px;
  bottom: 233px;
}

@media only screen and (max-width: 1439px) {
  .designBoxes span:nth-of-type(3) {
    right: 159px;
  }
}

@media only screen and (max-width: 1359px) {
  .designBoxes span:nth-of-type(3) {
    right: 195px;
    bottom: 205px;
    height: 60px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .designBoxes span:nth-of-type(3) {
    display: none;
  }
}

.advgSec {
  padding-top: 170px;
  padding-bottom: 284px;
  position: relative;
}

.advgSec .advgimg {
  position: absolute;
  top: -145px;
  right: -735px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1649px) {
  .advgSec .advgimg {
    width: 80%;
    right: -610px;
  }
}

@media only screen and (max-width: 1439px) {
  .advgSec .advgimg {
    width: 75%;
    top: -40px;
    right: -550px;
  }
}

@media only screen and (max-width: 1359px) {
  .advgSec .advgimg {
    width: 80%;
    right: -510px;
  }
}

@media only screen and (max-width: 767px) {
  .advgSec .advgimg {
    right: -250px !important;
  }
}

@media only screen and (max-width: 639px) {
  .advgSec .advgimg {
    right: -180px !important;
  }
}

@media only screen and (max-width: 479px) {
  .advgSec .advgimg {
    display: none !important;
  }
}

.advgSec .advgimg:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  background-color: #fff;
  width: 100%;
}

.advgSec .advgimg img {
  width: 100%;
}

.advgSec .hdAndText .icon-dgn-squir {
  position: absolute;
  top: -136px;
  right: 447px;
  font-size: 63px;
  color: #fdb811;
}

@media only screen and (max-width: 1359px) {
  .advgSec .hdAndText .icon-dgn-squir {
    top: -35px;
    right: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .advgSec .hdAndText .icon-dgn-squir {
    right: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .advgSec .hdAndText .icon-dgn-squir {
    right: 130px !important;
    top: 0 !important;
    font-size: 36px;
    bottom: auto !important;
  }
}

.advgSec .hdAndText .h1text {
  line-height: 1.25;
  margin-bottom: 90px;
}

.advgSec .hdAndText .advgPoint li {
  width: 49%;
  display: inline-block;
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #4b4b4b;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 36px;
  padding-left: 30px;
  position: relative;
}

.advgSec .hdAndText .advgPoint li a {
  position: relative;
  color: #4b4b4b;
  transition: all 0.5s ease-in-out;
}

.advgSec .hdAndText .advgPoint li a:hover {
  color: #003a78;
}

.advgSec .hdAndText .advgPoint li a:before {
  position: absolute;
  width: 0;
  transition: all 0.5s ease-in-out;
  background: #003a78;
  height: 1px;
  left: 0;
  bottom: -5px;
  content: "";
}

.advgSec .hdAndText .advgPoint li a:hover:before {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .advgSec .hdAndText .advgPoint li a:before {
    width: 100%;
  }

  .advgSec .hdAndText .advgPoint li a {
    color: #003a78;
  }
}

.advgSec .hdAndText .advgPoint li:after {
  content: "\e900";
  position: absolute;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  color: #b1cfef;
  left: 0;
  top: 6px;
}

.advgSec .icon-dgn-squir.blue {
  position: absolute;
  bottom: 125px;
  left: -43px;
  font-size: 90px;
  color: #b1cfef;
}

@media only screen and (max-width: 767px) {
  .advgSec .icon-dgn-squir.blue {
    right: -43px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .advgSec .icon-dgn-squir.blue {
    right: -25px !important;
    font-size: 60px;
  }
}

.zBlueSec {
  padding-top: 270px;
  padding-bottom: 268px;
  background-color: #003a78;
  position: relative;
}

@media only screen and (max-width: 1649px) {
  .zBlueSec {
    padding: 250px 0;
  }
}

@media only screen and (max-width: 1359px) {
  .zBlueSec {
    padding: 200px 0;
  }
}

.zBlueSec .lterZ {
  position: absolute;
  top: 224px;
  right: 172px;
  width: 472px;
  z-index: 1;
  display: inline-block;
}

@media only screen and (max-width: 1649px) {
  .zBlueSec .lterZ {
    right: 5%;
    width: 420px;
  }
}

@media only screen and (max-width: 1359px) {
  .zBlueSec .lterZ {
    width: 310px;
  }
}

.zBlueSec .lterZ img {
  width: 100%;
}

.zBlueSec .h2text {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 100px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1359px) {
  .zBlueSec .h2text {
    line-height: 1.3;
  }
}

.zBlueSec .blubox {
  padding-left: 65px;
  z-index: 2;
}

@media only screen and (max-width: 1359px) {
  .zBlueSec .blubox {
    padding-left: 15px;
  }
}

.zBlueSec .blubox:first-of-type {
  padding-left: 15px;
}

.zBlueSec .blubox h4 {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 38px;
  font-weight: 600;
}

.zBlueSec .blubox p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #b1cfef;
  line-height: 1.77;
  letter-spacing: 0;
  width: 374px;
  max-width: 100%;
  height: 86px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.zBlueSec .blubox a {
  font-size: calc((-0.99 * (1em - 13px) - -2em - 12px));
  color: #fdb811;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;
  display: inline-block;
}

.zBlueSec .blubox a:hover {
  color: #fff;
}

.enqrSec {
  padding-top: 90px;
  padding-bottom: 138px;
}

.enqrSec .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enqrSec .enqryImg .eqryImage {
  width: 814px;
  height: 42vw;
  position: relative;
  left: -120px;
}

@media only screen and (max-width: 1439px) {
  .enqrSec .enqryImg .eqryImage {
    width: 675px;
    left: -30px;
  }
}

@media only screen and (max-width: 1359px) {
  .enqrSec .enqryImg .eqryImage {
    width: 555px;
  }
}

@media only screen and (max-width: 639px) {
  .enqrSec .enqryImg .eqryImage {
    width: 72% !important;
    height: 60vw;
  }
}

@media only screen and (max-width: 479px) {
  .enqrSec .enqryImg .eqryImage {
    width: 100% !important;
    height: 90vw;
  }
}

.enqrSec .enqryImg .eqryImage img {
  width: 100%;
}

.enqrSec .hdAndText {
  padding-left: 30px;
}

.enqrSec .hdAndText .h1text {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  font-weight: 700;
}

.enqrSec .hdAndText p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #003a78;
}

.enqrSec .hdAndText .icon-dgn-squir {
  position: absolute;
  top: -20px;
  right: 77px;
  font-size: 62px;
  color: #b1cfef;
}

@media only screen and (max-width: 1439px) {
  .enqrSec .hdAndText .icon-dgn-squir {
    right: 45px;
    top: -100px;
  }
}

@media only screen and (max-width: 479px) {
  .enqrSec .hdAndText .icon-dgn-squir {
    font-size: 46px;
    top: -50px;
  }
}

.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.zoom {
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 1950px) {
  body {
    font-size: 17px;
  }

  .bannerSec .bannerImage .bnrImagediv {
    width: 1010px;
    height: 950px;
  }

  .bannerSec {
    height: calc(100vh - 260px);
  }

  .abtSection {
    padding-bottom: 375px;
  }

  .abtSection .abtimg {
    width: 1080px;
    bottom: 360px;
    right: 120px;
  }

  .hdAndText p {
    width: 730px;
  }

  .explorSec .explorreShape {
    width: 1410px;
  }

  .explorSec .hdAndText p {
    width: 642px;
  }

  .advgSec .advgimg {
    top: -30px;
    right: -235px;
  }

  .zBlueSec .blubox p {
    width: 425px;
    height: 150px;
    -webkit-line-clamp: 4;
  }

  .enqrSec .enqryImg .eqryImage {
    width: 1060px;
  }

  .bannerSec .bnrSlider .bnrheadSlid .sld .h2text {
    font-size: calc((9 * (1em - 13px) - -2em - 4px));
  }

  .hdAndText .h1text {
    font-size: calc((16 * (1em - 13px) - -2em - 2px));
  }
}

.aboutpage {
  padding: 90px 0 130px;
}

@media only screen and (max-width: 1439px) {
  .aboutpage {
    padding: 80px 0 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage {
    padding: 130px 0 50px;
  }
}

.aboutpage .iamgeAbut {
  margin-left: -55px;
  display: inline-block;
  position: relative;
}

.aboutpage .iamgeAbut .aboutImgDiv {
  position: relative;
}

.aboutpage .iamgeAbut .aboutImgDiv>img {
  margin-left: 110px;
  width: 430px;
  margin-top: 86px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv>img {
    margin-top: 40px;
    margin-left: 90px;
    width: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv>img {
    margin-top: 20px;
    margin-left: 50px;
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .iamgeAbut .aboutImgDiv>img {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .iamgeAbut .aboutImgDiv>img {
    width: 200px;
  }
}

.aboutpage .iamgeAbut .aboutImgDiv.load i.top {
  top: -90px;
  right: -110px;
  opacity: 1;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.top {
    top: -60px;
    right: -80px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.top {
    top: -40px;
    right: -55px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.top {
    top: -25px;
    right: -35px;
  }
}

.aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
  bottom: -110px;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
    bottom: -80px;
    left: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
    bottom: -55px;
    left: -5px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
    left: -57px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
    bottom: -35px;
    left: -35px;
  }
}

.aboutpage .iamgeAbut .aboutImgDiv i {
  width: 318px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv i {
    width: 260px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv i {
    width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .iamgeAbut .aboutImgDiv i {
    width: 120px;
  }
}

.aboutpage .iamgeAbut .aboutImgDiv i img {
  width: 100%;
}

.aboutpage .iamgeAbut .aboutImgDiv i.top {
  top: -140px;
  right: -160px;
  opacity: 0;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.top {
    top: -110px;
    right: -130px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.top {
    top: -90px;
    right: -105px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.top {
    top: -75px;
    right: -90px;
  }
}

.aboutpage .iamgeAbut .aboutImgDiv i.btm {
  bottom: -160px;
  left: -50px;
  opacity: 0;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.btm {
    bottom: -130px;
    left: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.btm {
    bottom: -105px;
    left: -35px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.btm {
    left: -87px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .iamgeAbut .aboutImgDiv i.btm {
    left: -65px;
    bottom: -85px;
  }
}

@media only screen and (max-width: 1649px) {
  .aboutpage .iamgeAbut {
    margin-left: 0;
  }
}

.aboutpage .iamgeAbut .icon-round {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  color: rgba(99, 141, 185, 0.34);
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .icon-round {
    top: -40px;
    left: 40px;
  }
}

.aboutpage .iamgeAbut .icon-dgn-squir {
  position: absolute;
  bottom: -75px;
  right: -115px;
  font-size: 48px;
  color: #b1cfef;
}

@media only screen and (max-width: 1199px) {
  .aboutpage .iamgeAbut .icon-dgn-squir {
    right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .iamgeAbut .icon-dgn-squir {
    bottom: -50px;
    right: -50px;
  }
}

.aboutpage .hdAndText {
  margin-top: 72px;
  padding-left: 65px;
}

@media only screen and (max-width: 1439px) {
  .aboutpage .hdAndText {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .aboutpage .hdAndText {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .aboutpage .hdAndText {
    margin-top: 135px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutpage .hdAndText {
    margin-top: 100px;
  }
}

.aboutpage .hdAndText .h1text {
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
  .aboutpage .hdAndText .h1text {
    margin-bottom: 10px;
  }
}

.aboutpage .hdAndText .h1text span {
  position: absolute;
  left: 0;
  top: -35px;
  font-weight: 400;
  font-size: 18px;
  color: #504c4c;
  line-height: 1;
  letter-spacing: 3px;
}

.aboutpage .hdAndText .texth {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 2.2;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .aboutpage .hdAndText .texth {
    margin-bottom: 10px;
    line-height: 2;
  }
}

.valueSec {
  padding: 130px 0 145px;
}

@media only screen and (max-width: 1439px) {
  .valueSec {
    padding: 100px 0;
  }
}

.valueSec .valueTextDiv {
  padding-left: 50px;
}

.valueSec .valueTextDiv .h2text {
  position: relative;
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 110px;
}

@media only screen and (max-width: 1359px) {
  .valueSec .valueTextDiv .h2text {
    margin-bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .valueSec .valueTextDiv .h2text {
    margin-bottom: 35px;
  }
}

.valueSec .valueTextDiv .vluPtext {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #003a78;
  line-height: 2;
  letter-spacing: 0;
  width: 385px;
  max-width: 100%;
}

.valueSec .valIconDiv {
  padding-left: 120px;
}

@media only screen and (max-width: 1359px) {
  .valueSec .valIconDiv {
    padding-left: 80px;
  }
}

.valueSec .valIconDiv .valuBox {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1359px) {
  .valueSec .valIconDiv .valuBox {
    margin-bottom: 30px;
  }
}

.valueSec .valIconDiv .valuBox span.icon {
  display: inline-block;
  height: 80px;
}

.valueSec .valIconDiv .valuBox .boxHead {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #4b4b4b;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.valueSec .valIconDiv .valuBox p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #4b4b4b;
  line-height: 1.9;
  letter-spacing: 0;
  width: 360px;
  max-width: 100%;
  min-height: 155px;
}

@media only screen and (max-width: 639px) {
  .valueSec .valIconDiv .valuBox p {
    font-size: 14px;
  }
}

.missionSec {
  padding: 35px 0 100px;
}

@media only screen and (max-width: 1439px) {
  .missionSec {
    padding: 30px 0 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .missionSec {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 991px) {
  .missionSec {
    padding: 30px 0 40px;
  }
}

.missionSec .missionImg .msnSvg {
  width: 762px;
  margin-left: -20px;
}

@media only screen and (max-width: 1649px) {
  .missionSec .missionImg .msnSvg {
    width: 660px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1439px) {
  .missionSec .missionImg .msnSvg {
    width: 600px;
  }
}

@media only screen and (max-width: 1359px) {
  .missionSec .missionImg .msnSvg {
    width: 500px;
    margin-left: 30px;
  }
}

.missionSec .missionImg .msnSvg img {
  width: 100%;
}

.missionSec .hdAndText {
  margin-top: 150px;
  padding-left: 60px;
}

@media only screen and (max-width: 1649px) {
  .missionSec .hdAndText {
    margin-top: 50px;
    padding-left: 0;
  }
}

.missionSec .hdAndText .h1text {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1359px) {
  .missionSec .hdAndText .h1text {
    padding-bottom: 20px;
  }
}

.missionSec .hdAndText .h1text.beforeLine:after {
  bottom: 0;
}

.missionSec .hdAndText p {
  line-height: 2.2;
  margin-bottom: 0;
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  width: 600px;
}

.aprochSec {
  padding: 100px 0 150px;
}

@media only screen and (max-width: 1439px) {
  .aprochSec {
    padding: 60px 0 110px;
  }
}

@media only screen and (max-width: 991px) {
  .aprochSec {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 479px) {
  .aprochSec {
    padding: 40px 0 !important;
  }
}

.aprochSec .aprochHEad {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 110px;
}

@media only screen and (max-width: 1439px) {
  .aprochSec .aprochHEad {
    line-height: 1.2;
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .aprochSec .aprochHEad {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}

.aprochSec .aprochHEad.beforeLine:after {
  right: 0;
  margin: 0 auto;
}

.aprochSec .aprchtext {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 2;
  letter-spacing: 0;
  width: 1150px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.aprochSec .nbrBox {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 85px 0 0;
}

@media only screen and (max-width: 1439px) {
  .aprochSec .nbrBox {
    margin-top: 40px;
  }
}

.aprochSec .nbrBox .prochBox {
  width: 363px;
}

@media only screen and (max-width: 1199px) {
  .aprochSec .nbrBox .prochBox {
    width: 33.33%;
  }
}

.aprochSec .nbrBox .prochBox .countHead .number {
  width: 135px;
  height: 135px;
  display: inline-block;
}

@media only screen and (max-width: 1359px) {
  .aprochSec .nbrBox .prochBox .countHead .number {
    height: 110px;
    width: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .aprochSec .nbrBox .prochBox .countHead .number {
    width: 313px;
  }
}

.aprochSec .nbrBox .prochBox .countHead h5 {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  top: -20px;
  left: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .aprochSec .nbrBox .prochBox .countHead h5 {
    left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .aprochSec .nbrBox .prochBox .countHead h5 {
    left: 0;
    font-size: 18px;
  }
}

.aprochSec .nbrBox .prochBox p {
  width: 323px;
  max-width: 100%;
  line-height: 2;
}

.getINsec {
  padding: 213px 0 115px;
  background-color: #f7f8fa;
}

@media only screen and (max-width: 1439px) {
  .getINsec {
    padding: 160px 0 80px;
  }
}

.getINsec .getincont {
  position: relative;
  margin-top: 80px;
  padding-left: 45px;
}

@media (max-width: 480px) {
  .getINsec .getincont {
    margin-top: 30px;
  }
}

.getINsec .getincont .icon-round {
  position: absolute;
  right: 230px;
  top: -90px;
  font-size: 45px;
  color: rgba(158, 196, 235, 0.2);
}

@media (max-width: 640px) {
  .getINsec .getincont .icon-round {
    right: 10%;
    top: -40%;
    font-size: 20px;
  }
}

.getINsec .getincont .geth2Head {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 115px;
}

@media only screen and (max-width: 1439px) {
  .getINsec .getincont .geth2Head {
    margin-bottom: 40px;
  }
}

.getINsec .getincont .geth2Head span {
  font-size: 30px;
  color: #b1cfef;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: -50px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .getINsec .getincont .geth2Head span {
    font-size: 15px;
    top: -30px;
  }
}

.getINsec .getincont p {
  font-size: calc((1 * (1em - 13px) - -2em - 12px));
  color: #4b4b4b;
  line-height: 1.8;
  letter-spacing: 0;
  width: 610px;
  max-width: 100%;
}

.getINsec .getincont a.pg_btn {
  margin-top: 72px;
  color: #003a78;
}

@media only screen and (max-width: 1439px) {
  .getINsec .getincont a.pg_btn {
    margin-top: 40px;
  }
}

.getINsec .getincont a.pg_btn:after {
  background-color: #4b4b4b;
}

.getINsec .getImage .imgGet {
  width: 770px;
  margin-top: -80px;
  margin-left: 40px;
}

@media only screen and (max-width: 1649px) {
  .getINsec .getImage .imgGet {
    width: 650px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1439px) {
  .getINsec .getImage .imgGet {
    width: 600px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1359px) {
  .getINsec .getImage .imgGet {
    width: 500px;
  }
}

.getINsec .getImage .imgGet img {
  width: 100%;
}

.teamSection {
  padding: 85px 0;
}

@media (max-width: 1199.98px) {
  .teamSection {
    padding: 60px 0;
  }
}

@media (max-width: 640px) {
  .teamSection {
    padding: 0;
  }
}

.teamSection .container {
  padding: 0 50px;
}

@media (max-width: 1200px) {
  .teamSection .container {
    padding: 0 15px;
  }
}

.teamSection .teamHead {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1439px) {
  .teamSection .teamHead {
    line-height: 1.2;
    margin-bottom: 35px;
  }
}

@media (max-width: 640px) {
  .teamSection .teamHead {
    margin-bottom: 18px;
  }
}

.teamSection .teamtext {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 2;
  letter-spacing: 0;
  width: 1290px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.teamSection .taem_lead {
  padding-top: 62px;
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1199.98px) {
  .teamSection .taem_lead {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 640px) {
  .teamSection .taem_lead {
    padding-top: 30px;
  }
}

.teamSection .taem_lead .lead_item {
  width: 33.33%;
  padding: 0 25px;
}

@media (max-width: 1199.98px) {
  .teamSection .taem_lead .lead_item {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .teamSection .taem_lead .lead_item {
    width: 350px;
    max-width: 90%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 480px) {
  .teamSection .taem_lead .lead_item {
    margin-bottom: 20px;
  }
}

.teamSection .taem_lead .lead_item .team_img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.teamSection .taem_lead .lead_item .team_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.teamSection .taem_lead .lead_item .team_img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.teamSection .taem_lead .lead_item .team_img .name_div {
  position: absolute;
  bottom: 32px;
  width: calc(100% - 70px);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.64);
  border-radius: 10px;
  padding: 28px 24px;
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .teamSection .taem_lead .lead_item .team_img .name_div {
    bottom: 20px;
    width: calc(100% - 30px);
    padding: 15px 20px;
  }
}

.teamSection .taem_lead .lead_item .team_img .name_div .name {
  font-size: calc((1 * (1em - 13px) - -2em - 12px));
  color: #363636;
  font-weight: 700;
}

.teamSection .taem_lead .lead_item .team_img .name_div .post {
  font-size: calc((1 * (1em - 13px) - -2em - 12px));
  color: #363636;
}

@media (max-width: 1199.98px) {
  .teamSection .taem_lead .lead_item .team_img .name_div .post {
    font-size: calc((-0.99 * (1em - 13px) - -2em - 12px));
  }
}

.teamSection .taem_lead .lead_item .team_img .name_div .icon {
  color: #363636;
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

@media (max-width: 1199.98px) {
  .teamSection .taem_lead .lead_item .team_img .name_div .icon {
    font-size: calc((2 * (1em - 13px) - -2em - 9px));
  }
}

.teamSection .taem_lead .lead_item .team_img .name_div .icon:hover {
  color: #326191;
}

.awards_sec {
  padding: 70px 0 135px;
}

@media (max-width: 1199.98px) {
  .awards_sec {
    padding: 60px 0 100px;
  }
}

@media (max-width: 640px) {
  .awards_sec {
    padding: 60px 0;
  }
}

.awards_sec .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.awards_sec .row .layer {
  position: absolute;
  bottom: 0;
  left: 24.3%;
  width: 55px;
  display: block;
}

@media (max-width: 640px) {
  .awards_sec .row .layer {
    width: 35px;
    left: 14%;
    bottom: 20%;
  }
}

.awards_sec .row .layer img {
  width: 100%;
}

.awards_sec .col_content {
  width: 590px;
  max-width: 40%;
  padding: 0 50px;
}

@media (max-width: 1199.98px) {
  .awards_sec .col_content {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .awards_sec .col_content {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.awards_sec .col_content .beforeLine {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  padding-bottom: 40px;
  margin-bottom: 50px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .awards_sec .col_content .beforeLine {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .awards_sec .col_content .beforeLine {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.awards_sec .col_content .beforeLine:after {
  bottom: 0;
}

.awards_sec .col_content p {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  font-weight: 300;
  line-height: 2;
}

.awards_sec .col_img {
  max-width: 60%;
  padding: 0 15px;
}

@media (max-width: 640px) {
  .awards_sec .col_img {
    width: 350px;
    max-width: 90%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 480px) {
  .awards_sec .col_img {
    margin-bottom: 10px;
  }
}

.awards_sec .col_img .img {
  display: block;
  width: 934px;
  max-width: 114%;
}

@media (max-width: 1199.98px) {
  .awards_sec .col_img .img {
    max-width: 100%;
  }
}

.awards_sec .col_img .img img {
  width: 100%;
}

.magazin_div {
  padding-bottom: 90px;
}

@media (max-width: 1199.98px) {
  .magazin_div {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .magazin_div {
    padding-bottom: 50px;
  }
}

.magazin_div .row {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.magazin_div .row .layer {
  position: absolute;
  bottom: 12%;
  right: 3%;
  width: 48px;
  display: block;
}

@media (max-width: 640px) {
  .magazin_div .row .layer {
    width: 35px;
    right: auto;
    left: 10%;
    bottom: 40%;
  }
}

.magazin_div .row .layer img {
  width: 100%;
}

.magazin_div .row .icon-round {
  position: absolute;
  top: 0;
  right: 4%;
  color: #f9f5e5;
  font-size: 47px;
}

@media (max-width: 640px) {
  .magazin_div .row .icon-round {
    right: 15%;
    font-size: 25px;
  }
}

.magazin_div .col_magazin {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 640px) {
  .magazin_div .col_magazin {
    width: 100%;
  }
}

.magazin_div .col_magazin .img {
  width: 700px;
  max-width: 100%;
  display: block;
}

@media (max-width: 640px) {
  .magazin_div .col_magazin .img {
    width: 250px;
    max-width: 85%;
    margin: 0 auto 30px;
  }
}

.magazin_div .col_magazin .img img {
  width: 100%;
}

.magazin_div .col_content {
  width: 50%;
  padding: 0 15px;
  padding-left: 100px;
}

@media (max-width: 1199.98px) {
  .magazin_div .col_content {
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  .magazin_div .col_content {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}

.magazin_div .col_content .beforeLine {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #003a78;
  font-weight: 300;
  margin-bottom: 57px;
  padding-bottom: 47px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .magazin_div .col_content .beforeLine {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .magazin_div .col_content .beforeLine {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.magazin_div .col_content .beforeLine b {
  font-weight: 700;
  display: block;
}

.magazin_div .col_content .beforeLine:after {
  bottom: 0;
}

.magazin_div .col_content .p_text {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 2;
  width: 465px;
  max-width: 100%;
}

.magazin_div .col_content .btn {
  padding-top: 50px;
}

@media (max-width: 1199.98px) {
  .magazin_div .col_content .btn {
    padding-top: 30px;
  }
}

@media (min-width: 1950px) {
  .aboutpage .iamgeAbut .aboutImgDiv i {
    width: 400px;
  }

  .aboutpage .iamgeAbut .aboutImgDiv.load i.top {
    top: -140px;
    right: -160px;
  }

  .aboutpage .iamgeAbut .aboutImgDiv i.top {
    top: -180px;
    right: -200px;
  }

  .aboutpage .iamgeAbut .aboutImgDiv.load i.btm {
    bottom: -160px;
    left: -50px;
  }

  .aboutpage .iamgeAbut .aboutImgDiv i.btm {
    bottom: -200px;
    left: -90px;
  }

  .aboutpage .iamgeAbut .aboutImgDiv>img {
    width: 600px;
  }

  .aboutpage {
    padding: 220px 0 220px;
  }

  .missionSec .missionImg .msnSvg {
    width: 1000px;
  }

  .aprochSec .nbrBox .prochBox p {
    width: 400px;
  }

  .aprochSec .nbrBox .prochBox {
    width: 22.333%;
  }

  .getINsec .getImage .imgGet {
    width: 1000px;
    margin-top: -10px;
    margin-left: 60px;
  }

  .getINsec .getincont .geth2Head {
    font-size: calc((19 * (1em - 13px) - -2em - 2px));
  }

  .aprochSec .aprochHEad,
  .valueSec .valueTextDiv .h2text {
    font-size: calc((16 * (1em - 13px) - -2em - 2px));
  }
}

.popups .modal .modal-dialog {
  width: 1366px;
  max-width: 90%;
  margin-top: 10%;
}

@media (max-width: 767.98px) {
  .popups .modal .modal-dialog {
    max-width: 90%;
    margin: 15px auto 0;
  }
}

.popups .modal .modal-dialog .modal-content {
  border-radius: 18px;
  overflow: hidden;
  border: none;
}

@media (max-width: 767.98px) {
  .popups .modal .modal-dialog .modal-content {
    border-radius: 0;
  }
}

.popups .modal .modal-dialog .modal-content .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 10;
  cursor: pointer;
}

.popups .modal .modal-dialog .modal-content .close i:after,
.popups .modal .modal-dialog .modal-content .close i:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popups .modal .modal-dialog .modal-content .close i:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popups .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popups .modal .modal-dialog .modal-content .modal-body .image_col {
  width: 34%;
  position: relative;
}

@media (max-width: 1199.98px) {
  .popups .modal .modal-dialog .modal-content .modal-body .image_col {
    display: none;
  }
}

.popups .modal .modal-dialog .modal-content .modal-body .image_col img {
  width: 100%;
}

.popups .modal .modal-dialog .modal-content .modal-body .image_col .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  right: 40px;
  bottom: 35px;
  text-align: center;
}

.popups .modal .modal-dialog .modal-content .modal-body .image_col .icon span {
  font-size: 22px;
  text-align: center;
  line-height: 55px;
  color: #326191;
}

.popups .modal .modal-dialog .modal-content .modal-body .content_col {
  width: 66%;
  padding: 0 70px;
}

@media (max-width: 1359.98px) {
  .popups .modal .modal-dialog .modal-content .modal-body .content_col {
    padding: 0 40px;
  }
}

@media (max-width: 1199.98px) {
  .popups .modal .modal-dialog .modal-content .modal-body .content_col {
    width: 100%;
    padding: 40px 50px;
  }
}

@media (max-width: 767.98px) {
  .popups .modal .modal-dialog .modal-content .modal-body .content_col {
    padding: 20px 30px;
  }
}

@media (max-width: 640px) {
  .popups .modal .modal-dialog .modal-content .modal-body .content_col {
    padding: 20px;
  }
}

.popups .modal .modal-dialog .modal-content .modal-body .content_col .name_div h3 {
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  color: #363636;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}

.popups .modal .modal-dialog .modal-content .modal-body .content_col .name_div .post {
  font-size: calc((1 * (1em - 13px) - -2em - 12px));
  color: #363636;
  font-weight: 400;
}

.popups .modal .modal-dialog .modal-content .modal-body .content_col .detail_div p {
  margin-top: 30px;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 2;
}

@media (max-width: 1359.98px) {
  .popups .modal .modal-dialog .modal-content .modal-body .content_col .detail_div p {
    margin-top: 10px;
  }
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .awards_sec .col_img .img {
    width: 100%;
  }

  .valueSec .valIconDiv .valuBox span.icon {
    width: 14%;
  }
}

.srvcpage {
  padding: 150px 0 100px;
}

@media only screen and (max-width: 1359px) {
  .srvcpage {
    padding: 100px 0 80px;
  }
}

.srvcpage .pagSvsText {
  margin-top: 50px;
  padding-left: 40px;
}

.srvcpage .pagSvsText .svcHead {
  width: 530px;
  max-width: 100%;
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 110px;
}

@media only screen and (max-width: 1359px) {
  .srvcpage .pagSvsText .svcHead {
    margin-bottom: 50px;
  }
}

.srvcpage .pagSvsText .svcHead span {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 18px;
  color: #504c4c;
  font-weight: 400;
  letter-spacing: 3px;
}

.srvcpage .pagSvsText p {
  width: 495px;
  max-width: 100%;
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 1.8;
  letter-spacing: 0;
}

.srvcpage .srvImage .svcpageImg {
  padding-left: 15px;
  width: 740px;
}

@media only screen and (max-width: 1649px) {
  .srvcpage .srvImage .svcpageImg {
    width: auto;
    padding-left: 0;
  }
}

.srvcpage .srvImage .svcpageImg img {
  width: 100%;
}

.collapsSec {
  padding: 110px 0 100px;
}

@media only screen and (max-width: 1359px) {
  .collapsSec {
    padding: 90px 0 80px;
  }
}

.collapsSec .zepCollaps .card {
  position: relative;
  border: 5px solid #e1eefc;
  border-radius: 13px;
  padding: 73px 72px;
  margin-left: 225px;
  margin-bottom: 60px;
  padding-right: 50px;
}

@media only screen and (max-width: 1439px) {
  .collapsSec .zepCollaps .card {
    margin-left: 160px;
    padding: 55px 60px;
  }
}

@media only screen and (max-width: 639px) {
  .collapsSec .zepCollaps .card {
    margin-left: 90px;
    margin-bottom: 25px;
  }
}

.collapsSec .zepCollaps .card.active .clpsHEad a:before {
  opacity: 0;
}

.collapsSec .zepCollaps .card .countNbr {
  position: absolute;
  left: -200px;
  top: -23px;
  height: 140px;
  width: 140px;
}

@media only screen and (max-width: 1439px) {
  .collapsSec .zepCollaps .card .countNbr {
    left: -130px;
    height: 110px;
    width: 110px;
  }
}

@media only screen and (max-width: 639px) {
  .collapsSec .zepCollaps .card .countNbr {
    left: -90px;
    width: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .collapsSec .zepCollaps .card .countNbr {
    height: 85px;
  }
}

.collapsSec .zepCollaps .card .clpsHEad {
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
}

.collapsSec .zepCollaps .card .clpsHEad a {
  display: block;
  position: relative;
}

.collapsSec .zepCollaps .card .clpsHEad a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 3px;
  margin-left: 15px !important;
  background-color: #fdb811;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.collapsSec .zepCollaps .card .clpsHEad a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 3px;
  height: 20px;
  background-color: #fdb811;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.collapsSec .zepCollaps .card .card-body {
  margin-top: 50px;
}

@media only screen and (max-width: 479px) {
  .collapsSec .zepCollaps .card .card-body {
    margin-top: 20px;
  }
}

.collapsSec .zepCollaps .card .card-body p,
.collapsSec .zepCollaps .card .card-body ul li {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 1.6;
  letter-spacing: 0;
}

.collapsSec .zepCollaps .card .card-body .panePoint {
  padding-left: 48px;
}

.collapsSec .zepCollaps .card .card-body .panePoint ul li {
  margin-bottom: 1rem;
  padding-left: 10px;
  position: relative;

  &::after {
    content: "\e900";
    left: -10px;
    font-family: icomoon !important;
    color: #fdb811;
    font-size: 8px;
    font-weight: 400;
    position: absolute;
    top: 10px;
  }
}

.collapsSec .zepCollaps .card .card-body .panePoint ul {
  padding-left: 20px;
}

.collapsSec .zepCollaps .card .card-body .panePoint .poinHead {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #003a78;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 50px 0 34px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767.98px) {
  .collapsSec .zepCollaps .card .card-body .panePoint .poinHead {
    line-height: 1.5;
  }

  .collapsSec .zepCollaps .card .card-body .panePoint {
    padding-left: 27px;
  }

  .collapsSec .zepCollaps .card .card-body .panePoint ul li {
    &::after {
      top: 7px;
    }
  }
}

.collapsSec .zepCollaps .card .card-body .panePoint .poinHead:after {
  position: absolute;
  content: "\e900";
  color: #fdb811;
  font-size: 11px;
  left: -50px;
  top: 12px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1950px) {
  .srvcpage .pagSvsText .svcHead {
    width: 850px;
  }

  .srvcpage .pagSvsText p {
    width: 700px;
  }

  .srvcpage .pagSvsText {
    margin-top: 200px;
  }

  .srvcpage .srvImage .svcpageImg {
    width: 100%;
  }
}

.careerSec {
  padding: 120px 0 220px;
  position: relative;
}

@media only screen and (max-width: 1359px) {
  .careerSec {
    padding: 90px 0 130px;
  }
}

.careerSec .icon-dgn-squir {
  position: absolute;
  bottom: 177px;
  left: -30px;
  font-size: 65px;
  color: #fdb811;
}

.careerSec .careerHEadTxt {
  margin-top: 60px;
  padding-left: 50px;
}

.careerSec .careerHEadTxt .careerHead {
  position: relative;
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 50px;
}

.careerSec .careerHEadTxt .careerHead span {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 18px;
  color: #504c4c;
  letter-spacing: 2px;
  font-weight: 400;
}

.careerSec .careerHEadTxt .carsbHead {
  font-size: calc((1.8 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 2.2;
  letter-spacing: 0;
  width: 630px;
  max-width: 100%;
  margin-bottom: 40px;
}

.careerSec .careerHEadTxt p {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 1.6;
  letter-spacing: 0;
  width: 600px;
  max-width: 100%;
}

.careerSec .careerImg {
  position: relative;
}

.careerSec .careerImg .imageCrer {
  position: absolute;
  top: -60px;
  right: -330px;
  width: 945px;
}

@media only screen and (max-width: 1649px) {
  .careerSec .careerImg .imageCrer {
    top: 30px;
    right: -200px;
    width: 800px;
  }
}

@media only screen and (max-width: 1359px) {
  .careerSec .careerImg .imageCrer {
    top: -30px;
    right: -90px;
    width: 650px;
  }
}

.careerSec .careerImg .imageCrer img {
  width: 100%;
}

.careerOpen {
  background-color: #f5f8fa;
  padding: 125px 0 70px;
}

@media only screen and (max-width: 1359px) {
  .careerOpen {
    padding: 90px 0 50px;
  }
}

.careerOpen .opencrerHd {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

.careerOpen .opencrerHd.beforeLine:after {
  right: 0;
  margin: 0 auto;
}

.careerOpen .careerBoxDiv {
  margin-top: 130px;
}

@media only screen and (max-width: 1359px) {
  .careerOpen .careerBoxDiv {
    margin-top: 80px;
  }
}

.careerOpen .careerBoxDiv .boxCareer {
  height: 375px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 65px 45px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1359px) {
  .careerOpen .careerBoxDiv .boxCareer {
    height: auto;
    padding: 50px 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .careerOpen .careerBoxDiv .boxCareer {
    padding: 36px 25px;
  }
}

.careerOpen .careerBoxDiv .boxCareer .open {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #6f6f6f;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.careerOpen .careerBoxDiv .boxCareer .post {
  font-size: calc((2.8 * (1em - 13px) - -2em - 7px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 48px;
}

.careerOpen .careerBoxDiv .boxCareer .dateNref {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #a5a5a5;
  line-height: 1;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .careerOpen .careerBoxDiv .boxCareer .dateNref {
    line-height: 1.6;
  }
}

.careerOpen .careerBoxDiv .boxCareer .dateNref span:first-child {
  margin-right: 25px;
}

.careerOpen .careerBoxDiv .boxCareer .pg_btn {
  margin-top: 62px;
}

.careerOpen .careerBoxDiv .boxCareer:hover {
  -webkit-box-shadow: 1px 3px 38px -2px #d6e2ef;
  -moz-box-shadow: 1px 3px 38px -2px #d6e2ef;
  box-shadow: 1px 3px 38px -2px #d6e2ef;
}

@media (min-width: 1950px) {

  .careerOpen .opencrerHd,
  .careerSec .careerHEadTxt .careerHead {
    font-size: calc((16 * (1em - 13px) - -2em - 2px));
  }

  .careerSec .careerImg .imageCrer {
    top: 10px;
    right: -100px;
    width: 1075px;
  }

  .careerOpen .careerBoxDiv .boxCareer {
    width: 100%;
  }
}

.careerDetailBnr {
  padding-bottom: 535px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #003a78;
}

@media only screen and (max-width: 1439px) {
  .careerDetailBnr {
    padding-bottom: 470px;
  }
}

@media only screen and (max-width: 1359px) {
  .careerDetailBnr {
    padding-bottom: 420px;
  }
}

.jobDesSec {
  padding-top: 97px;
}

@media only screen and (max-width: 1359px) {
  .jobDesSec {
    padding-top: 60px;
  }
}

.jobDesSec .dateDiv {
  margin-bottom: 20px;
}

.jobDesSec .dateDiv .dateSpan {
  display: inline-block;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  padding: 0 30px;
  position: relative;
}

.jobDesSec .dateDiv .dateSpan:first-of-type {
  padding-left: 0;
}

.jobDesSec .dateDiv .dateSpan:last-child:after {
  display: none;
}

.jobDesSec .dateDiv .dateSpan:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #dbdbdb;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.jobDesSec .dateDiv .dateSpan .grayText {
  margin-right: 23px;
  color: #504c4c;
  display: inline-block;
  vertical-align: middle;
}

.jobDesSec .dateDiv .dateSpan .blueTxt {
  color: #32577d;
  display: inline-block;
  vertical-align: middle;
}

.jobDesSec .dateDiv .dateSpan .blueTxt a {
  color: #638db9;
  font-weight: 700;
  margin-right: 15px;
}

.jobDesSec .dateDiv .dateSpan .blueTxt a:hover {
  color: #003a78;
}

.jobDesSec .prosessText {
  font-size: calc((21 * (1em - 13px) - -2em - 1px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
}

.jobDesSec .jbDis {
  margin-top: 125px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1359px) {
  .jobDesSec .jbDis {
    margin-top: 70px;
  }
}

.jobDesSec .jbDis h3 {
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  color: #363636;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1359px) {
  .jobDesSec .jbDis h3 {
    margin-bottom: 25px;
  }
}

.jobDesSec .jbDis p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1359px) {
  .jobDesSec .jbDis p {
    margin-bottom: 20px;
  }
}

.decriPointSec {
  padding: 72px 0 63px;
}

.decriPointSec .jobPoint h4 {
  font-size: calc((3.5 * (1em - 13px) - -2em - 7px));
  color: #363636;
  line-height: 1.5;
  letter-spacing: 0;
}

.decriPointSec .jobPoint .points {
  margin-top: 50px;
}

.decriPointSec .jobPoint .points li {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-left: 30px;
  width: 85%;
  max-width: 100%;
  position: relative;
}

.decriPointSec .jobPoint .points li:after {
  content: "\e900";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 10px;
  color: #fdb811;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* .decriPointSec .jobPoint .points li:last-child {
  margin-bottom: 0;
} */

hr {
  height: 1px;
  color: #e5e5e5;
  background-color: #e5e5e5;
  border: none;
}

.applySec {
  padding: 100px 0;
}

@media only screen and (max-width: 1359px) {
  .applySec {
    padding: 70px 0;
  }
}

.applySec .aplyText {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.applySec .aplyText.beforeLine:after {
  right: 0;
  margin: 0 auto;
}

.applySec .formDiv {
  padding-top: 90px;
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}

.applySec .formDiv label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.applySec .formDiv label.error {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.applySec .formDiv .form-group {
  margin-bottom: 60px;
  width: 490px;
  max-width: 49%;
  z-index: 1;
}

.applySec .formDiv .form-group.selectDrop {
  z-index: 3;
}

@media only screen and (max-width: 479px) {
  .applySec .formDiv .form-group {
    padding-top: 0;
  }
}

.applySec .formDiv .form-group .form-control {
  background-color: transparent;
  background-clip: unset;
  border: none;
  border-radius: 0;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
}

.applySec .formDiv .form-group .form-control ::-webkit-input-placeholder {
  color: #363636;
}

.applySec .formDiv .form-group .form-control ::-moz-placeholder {
  color: #363636;
}

.applySec .formDiv .form-group .form-control :-ms-input-placeholder {
  color: #363636;
}

.applySec .formDiv .form-group .form-control :-moz-placeholder {
  color: #363636;
}

.applySec .formDiv .form-group .form-control[type="number"]::-webkit-inner-spin-button,
.applySec .formDiv .form-group .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.applySec .formDiv .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #003a78;
}

.applySec .formDiv .formBtn {
  width: 100%;
}

.applySec .formDiv .formBtn .pg_btn {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.custom-slct {
  position: relative;
  width: 100%;
  color: #363636;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  z-index: 7;
  cursor: pointer;
}

.custom-slct select {
  display: none;
}

.custom-slct .select-selected {
  padding: 7px 0;
  border-bottom: 1px solid #c9c9c9;
}

.custom-slct .select-selected:after {
  position: absolute;
  content: "\e902";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 10px;
  font-size: 10px;
  color: #363636;
}

.custom-slct .select-items div {
  font-size: calc((-1 * (1em - 13px) - -2em - 15px));
  padding: 10px 6px;
  color: #363636;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-slct .select-items div:hover {
  color: #003a78;
  background-color: #f8f9fa;
}

.custom-slct .select-items {
  padding: 6px 0;
  position: absolute;
  background-color: #f1f1f1;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 479px) {
  .custom-slct .select-items {
    top: 34px;
  }
}

.custom-slct .select-hide {
  visibility: hidden;
  top: 20px;
  opacity: 0;
}

@media only screen and (max-width: 479px) {
  .custom-slct .select-hide {
    top: 26px;
  }
}

.file-select {
  display: block;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  bottom: 7px;
}

.file-select .error {
  bottom: -23px;
  left: 0;
}

.file-select .file-select-button {
  display: inline-block;
  height: auto;
  cursor: pointer;
  padding-left: 25px;
}

.file-select .file-select-button i {
  color: #003a78;
  font-size: 22px;
  position: absolute;
  left: 5px;
  top: 10px;
}

.file-select .file-select-name {
  display: inline-block;
  padding: 10px 5px;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  font-weight: 400;
}

.file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.file-select.file-select-disabled {
  opacity: 0.65;
}

.coctMainSec {
  padding: 130px 0 90px;
}

@media only screen and (max-width: 1359px) {
  .coctMainSec {
    padding: 90px 0 70px;
  }
}

.coctMainSec .cnctImage {
  width: 715px;
  position: absolute;
  left: -55px;
  top: 30px;
}

@media only screen and (max-width: 1649px) {
  .coctMainSec .cnctImage {
    width: 680px;
    left: 0;
  }
}

@media only screen and (max-width: 1649px) and (max-width: 1359px) {
  .coctMainSec .cnctImage {
    width: 540px;
    left: 40px;
  }
}

.coctMainSec .cnctImage img {
  width: 100%;
}

.coctMainSec .cnctFormDiv {
  padding-left: 75px;
  padding-right: 50px;
}

@media only screen and (max-width: 1359px) {
  .coctMainSec .cnctFormDiv {
    padding-left: 0;
  }
}

.coctMainSec .cnctFormDiv .cntHEad {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #003a78;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.coctMainSec .cnctFormDiv p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
}

.coctMainSec .cnctFormDiv .cnctForm {
  margin-top: 65px;
}

@media only screen and (max-width: 1359px) {
  .coctMainSec .cnctFormDiv .cnctForm {
    margin-top: 35px;
  }
}

.coctMainSec .cnctFormDiv .cnctForm label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.coctMainSec .cnctFormDiv .cnctForm label.error {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group {
  margin-bottom: 45px;
}

@media only screen and (max-width: 1359px) {
  .coctMainSec .cnctFormDiv .cnctForm .form-group {
    margin-top: 35px;
  }
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control {
  background-color: transparent;
  background-clip: unset;
  border: none;
  border-radius: 0;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control ::-webkit-input-placeholder {
  color: #363636;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control ::-moz-placeholder {
  color: #363636;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control :-ms-input-placeholder {
  color: #363636;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control :-moz-placeholder {
  color: #363636;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #003a78;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control[type="number"]::-webkit-inner-spin-button,
.coctMainSec .cnctFormDiv .cnctForm .form-group .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.coctMainSec .cnctFormDiv .cnctForm .form-group textarea {
  resize: none;
}

.coctMainSec .cnctFormDiv .cnctForm .formBtn {
  background-color: #003a78;
  border: none;
  width: 100%;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  line-height: 68px;
  margin-top: 20px;
}

@media only screen and (max-width: 1359px) {
  .coctMainSec .cnctFormDiv .cnctForm .formBtn {
    line-height: 55px;
  }
}

.adrressSec {
  padding: 130px 0 100px;
}

@media only screen and (max-width: 1359px) {
  .adrressSec {
    padding: 70px 0 50px;
  }
}

.adrressSec .row>div .iconDiv {
  padding-left: 20px;
}

.adrressSec .row>div:nth-of-type(2) .iconDiv {
  padding-left: 150px;
}

@media only screen and (max-width: 1359px) {
  .adrressSec .row>div:nth-of-type(2) .iconDiv {
    padding-left: 100px;
  }
}

.adrressSec .row>div:nth-of-type(3) .iconDiv {
  padding-left: 220px;
}

@media only screen and (max-width: 1359px) {
  .adrressSec .row>div:nth-of-type(3) .iconDiv {
    padding-left: 150px;
  }
}

.adrressSec .iconDiv:nth-of-type(2) {
  padding-left: 150px;
}

@media only screen and (max-width: 1649px) {
  .adrressSec .iconDiv:nth-of-type(2) {
    padding-left: 90px;
  }
}

.adrressSec .iconDiv:nth-of-type(3) {
  padding-left: 220px;
}

@media only screen and (max-width: 1649px) {
  .adrressSec .iconDiv:nth-of-type(3) {
    padding-left: 150px;
  }
}

.adrressSec .iconDiv .cnctIcon {
  display: inline-block;
  width: 55px;
  height: 65px;
  margin-bottom: 30px;
}

.adrressSec .iconDiv h5 {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #363636;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.adrressSec .iconDiv p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #919191;
  line-height: 2.2;
  letter-spacing: 0;
}

.adrressSec .iconDiv p a {
  color: #919191;
}

.adrressSec .iconDiv p a:hover {
  color: #363636;
}

.bar_color_yellow {
  color: #fdb811;
}

@media (min-width: 1950px) {
  .coctMainSec .cnctFormDiv {
    padding-top: 100px;
  }

  .coctMainSec .cnctImage {
    width: 1015px;
    left: -35px;
    top: -40px;
  }

  .adrressSec {
    padding: 200px 0 240px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1436px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1436px;
  }
}

@media (min-width: 1930px) {
  .container {
    max-width: 2000px;
  }
}

.mobile {
  display: none;
}

#topheader {
  display: block !important;
  float: right !important;
  position: absolute;
  right: 0;
  top: -28px;
  background: 0 0;
}

#wrapper {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.headDiv {
  margin-top: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .headDiv {
    margin-top: 80px;
  }
}

header {
  position: absolute;
  width: 100% !important;
  z-index: 9;
}

header nav.navbar {
  padding: 40px 100px 40px 100px;
}

@media only screen and (max-width: 1799px) {
  header nav.navbar {
    padding: 40px 100px;
  }
}

@media only screen and (max-width: 1359px) {
  header nav.navbar {
    padding: 30px 60px;
  }
}

@media only screen and (max-width: 1199px) {
  header nav.navbar {
    padding: 20px 40px;
  }
}

header nav.navbar .navbarLogo {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav.navbar .navbarLogo .headerLogo {
  width: 64px;
  height: 40px;
  margin-right: 15px;
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  header nav.navbar .navbarLogo .headerLogo {
    width: 50px;
    margin-right: 5px;
  }
}

header nav.navbar .navbarLogo h3 {
  font-size: calc((1 * (1em - 13px) - -2em - 10px));
  color: #003a78;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  header nav.navbar .navbarLogo h3 {
    font-size: 16px !important;
  }
}

header nav.navbar .navbarNav {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 470px;
  max-width: 100%;
}

header nav.navbar .navbarNav>li {
  position: relative;
}

header nav.navbar .navbarNav>li:after {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(253, 184, 17, 0.48);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  header nav.navbar .navbarNav>li:after {
    display: none;
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  header nav.navbar .navbarNav>li {
    opacity: 0;
  }
}

header nav.navbar .navbarNav>li a {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #4b4b4b;
  line-height: 26px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header nav.navbar .navbarNav>li.active:after,
header nav.navbar .navbarNav>li:hover:after {
  width: 60%;
}

header nav.navbar .navbarNav>li.active a,
header nav.navbar .navbarNav>li:hover a {
  color: #003a78;
}

header nav.navbar .navbarNav>li.sub_menu {
  position: relative;
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 295px;
  padding-top: 30px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199.98px) {
  header nav.navbar .navbarNav>li.sub_menu .sub_menu_div {
    width: 235px;
  }
}

@media (max-width: 991.98px) {
  header nav.navbar .navbarNav>li.sub_menu .sub_menu_div {
    display: none;
  }
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 40px 35px;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 38px -2px #d6e2ef;
  box-shadow: 1px 3px 38px -2px #d6e2ef;
}

@media (max-width: 1199.98px) {
  header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul {
    padding: 30px 25px;
  }
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li {
  position: relative;
  padding-left: 33px;
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li+li {
  margin-top: 33px;
}

@media (max-width: 1199.98px) {
  header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li+li {
    margin-top: 15px;
  }
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li:after {
  content: "";
  width: 11px;
  height: 5px;
  background-color: #c9d7eb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li a {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #414141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li:hover:after {
  width: 20px;
  background-color: #fdb811;
}

header nav.navbar .navbarNav>li.sub_menu .sub_menu_div ul li:hover a {
  color: #003a78;
}

header nav.navbar .navbarNav>li.sub_menu:hover .sub_menu_div {
  top: 80%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media only screen and (max-width: 991px) {
  header nav.navbar .menuDiv {
    position: fixed;
    display: block;
    top: 0;
    right: -302px;
    width: 280px;
    height: 100vh;
    z-index: 9;
    overflow-x: hidden;
    transition: -webkit-right 0.8s cubic-bezier(0.8, 0, 0, 1);
    -webkit-transition: right 0.8s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: right 0.8s cubic-bezier(0.8, 0, 0, 1);
    transition: right 0.8s cubic-bezier(0.8, 0, 0, 1);
    transition: right 0.8s cubic-bezier(0.8, 0, 0, 1),
      -webkit-right 0.8s cubic-bezier(0.8, 0, 0, 1);
  }
}

@media only screen and (max-width: 991px) {
  header nav.navbar .menuDiv:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #003a78;
    z-index: 2;
  }
}

header nav.navbar .menuDiv .mobDiv {
  position: relative;
  height: calc(100% - 12%);
}

@media only screen and (max-width: 991px) {
  header nav.navbar .menuDiv .navbarNav {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 5;
  }
}

@media only screen and (max-width: 991px) {
  header nav.navbar .menuDiv .navbarNav li {
    margin: 25px 0;
    margin-left: 45px;
  }
}

@media only screen and (max-width: 991px) {

  header nav.navbar .menuDiv .navbarNav li.active a,
  header nav.navbar .menuDiv .navbarNav li:hover a {
    color: #fdb811;
  }
}

@media only screen and (max-width: 991px) {
  header nav.navbar .menuDiv .navbarNav li a {
    color: #fff;
    font-size: 18px;
    display: block;
  }
}

header nav.navbar .menuDiv.showMenu {
  right: 0;
}

header.affix-top {
  position: fixed;
  top: -81px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 34px -27px rgba(0, 58, 120, 0.64);
  -moz-box-shadow: 0 2px 34px -27px rgba(0, 58, 120, 0.64);
  box-shadow: 0 2px 34px -27px rgba(0, 58, 120, 0.64);
  -webkit-transform: translate(0, 81px);
  -ms-transform: translate(0, 81px);
  -moz-transform: translate(0, 81px);
  transform: translate(0, 81px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  header.affix-top {
    min-height: 80px;
    -webkit-box-shadow: -1px -1px 20px 0 rgba(0, 58, 120, 0.18);
    -moz-box-shadow: -1px -1px 20px 0 rgba(0, 58, 120, 0.18);
    box-shadow: -1px -1px 20px 0 rgba(0, 58, 120, 0.18);
  }
}

@media only screen and (max-width: 479px) {
  header.affix-top {
    min-height: 60px;
  }
}

@media only screen and (max-width: 479px) {
  header.affix-top .navbarLogo {
    padding-bottom: 0;
  }
}

header.affix-top nav.navbar {
  padding: 20px 100px;
}

@media only screen and (max-width: 1439px) {
  header.affix-top nav.navbar {
    padding: 20px 60px;
  }
}

@media only screen and (max-width: 479px) {
  header.affix-top nav.navbar {
    padding: 11px 40px;
  }
}

@media only screen and (max-width: 479px) {
  header.affix-top .humburger {
    top: 59%;
  }
}

header .humburger {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}

@media only screen and (max-width: 991px) {
  header .humburger {
    display: block;
    cursor: pointer;
    z-index: 10;
  }
}

@media only screen and (max-width: 479px) {
  header .humburger {
    top: 56%;
  }
}

header .humburger i {
  height: 2px;
  width: 32px;
  background-color: #003a78;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

header .humburger i:first-of-type {
  left: 22px;
  top: 18px;
}

header .humburger i:nth-of-type(2) {
  left: 22px;
  top: 28px;
}

@media only screen and (max-width: 479px) {
  header .humburger i {
    width: 26px;
  }
}

body.openMenu {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

body.openMenu .humburger i {
  background-color: #fff;
}

body.openMenu .humburger i:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22px;
}

body.openMenu .humburger i:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
}

body.openMenu .overlay {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.follow {
  position: absolute;
  bottom: 10%;
  left: 45px;
  z-index: 2;
  display: none;
}

@media only screen and (max-width: 991px) {
  .follow {
    display: block;
    opacity: 0;
  }
}

.follow p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.follow p a {
  margin-right: 20px;
  margin-top: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.follow p a:hover {
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer {
  background-color: #002348;
}

footer .subfooter {
  padding-top: 107px;
  padding-bottom: 63px;
  text-align: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1359px) {
  footer .subfooter {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

footer .subfooter .ftlogo {
  width: 88px;
  height: 55px;
  display: inline-block;
  margin-bottom: 47px;
}

footer .subfooter .fterh2 {
  font-size: calc((11 * (1em - 13px) - -2em - 3px));
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 37px;
}

footer .subfooter .fotrtext {
  font-size: calc((1 * (1em - 13px) - -2em - 12px));
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  width: 640px;
  max-width: 90%;
  margin: 0 auto;
}

footer .subfooter .pg_btn {
  margin-top: 45px;
  color: #fff;
}

footer .subfooter .pg_btn:after {
  background-color: #4b4b4b;
}

footer .mainFooter {
  padding-top: 83px;
  padding-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 1439px) {
  footer .mainFooter {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  footer .mainFooter {
    padding: 30px 36px;
    text-align: left;
  }
}

footer .mainFooter .footnav {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 650px;
  max-height: 100%;
  margin: 0 auto 65px;
}

@media only screen and (max-width: 1439px) {
  footer .mainFooter .footnav {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 479px) {
  footer .mainFooter .footnav {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  footer .mainFooter .footnav li {
    text-align: left;
  }
}

footer .mainFooter .footnav li a {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #bcccdd;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .mainFooter .footnav li:hover a {
  color: #fff;
}

footer .mainFooter .followDiv {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  footer .mainFooter .followDiv {
    margin-left: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}

footer .mainFooter .followDiv p {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: calc((-0.99 * (1em - 13px) - -2em - 12px));
  color: #bcccdd;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 479px) {
  footer .mainFooter .followDiv p {
    padding: 10px 0 15px;
    display: block;
    font-size: 18px;
  }
}

footer .mainFooter .followDiv p a {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #bcccdd;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  margin-right: 30px;
}

@media only screen and (max-width: 479px) {
  footer .mainFooter .followDiv p a {
    font-size: 18px;
  }
}

footer .mainFooter .followDiv p a:hover {
  color: #fff;
}

footer .mainFooter .followDiv p:last-child {
  margin-right: 0;
}

footer .btmFootr {
  display: -webkit-display;
  display: -ms-displaybox;
  display: -ms-display;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 1439px) {
  footer .btmFootr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  footer .btmFootr {
    padding: 0 36px 30px;
  }
}

footer .btmFootr p {
  font-size: calc((-1 * (1em - 13px) - -2em - 15px));
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  footer .btmFootr {
    display: flex;
    flex-direction: column;
  }

  footer .btmFootr p {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  footer .btmFootr p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 479px) {
  footer .btmFootr p {
    text-align: center !important;
    margin-bottom: 0;
  }
}

footer .btmFootr p a {
  color: rgba(255, 255, 255, 0.5);
}

footer .btmFootr p a:hover {
  color: #fff;
}

#awwwards,
#awwwards1 {
  position: fixed;
  z-index: 999;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 171px;
  left: 0;
}

@media only screen and (max-width: 639px) {

  #awwwards,
  #awwwards1 {
    width: 35px;
  }
}

.awwwards2 {
  position: fixed;
  z-index: 999;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  display: inline-block;
  width: 53px;
  height: 171px;
  right: -8px;
}

@media only screen and (max-width: 639px) {
  .awwwards2 {
    width: 35px;
  }
}

.beforeLine {
  position: relative;
}

.beforeLine:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 5px;
  width: 34px;
  background-color: #fdb811;
}

@media only screen and (max-width: 1439px) {
  .beforeLine:after {
    bottom: -30px;
  }
}

@media only screen and (max-width: 1359px) {
  .beforeLine:after {
    bottom: -20px;
  }
}

@media (max-width: 767.98px) {
  .beforeLine:after {
    height: 3px;
    bottom: -10px;
  }
}

.advg-overlay {
  position: relative !important;
}

.error {
  color: red;
}

.shape,
.shape_slow {
  z-index: -1;
}

.rotate {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.aboutImgDiv>img,
.aboutpage .hdAndText *,
.abtSection .hdAndText .a,
.abtSection .hdAndText .h1text,
.abtSection .hdAndText p,
.abtimg,
.adrressSec .row>div .iconDiv,
.advgSec .hdAndText .h1text,
.advgSec .hdAndText li,
.advgimg,
.applySec .aplyText,
.aprochSec .aprchtext,
.aprochSec .aprochHEad,
.aprochSec .prochBox,
.awards_sec .col_content .beforeLine,
.awards_sec .col_content p,
.awards_sec .col_img,
.bnrImagediv,
.careerBoxDiv .col-md-4,
.careerHEadTxt *,
.careerImg .imageCrer,
.cnctForm,
.cnctFormDiv p,
.cntHEad,
.coctMainSec .cnctImage,
.collapsSec .zepCollaps .card,
.dateSpan,
.enqrSec .hdAndText .a,
.enqrSec .hdAndText .h1text,
.enqrSec .hdAndText p,
.eqryImage,
.explorSec .hdAndText .a,
.explorSec .hdAndText .h1text,
.explorSec .hdAndText p,
.formBtn,
.getINsec .getincont .a,
.getINsec .getincont .geth2Head,
.getINsec .getincont p,
.getImage .imgGet,
.jbDis *,
.jobPoint:first-of-type *,
.jobPoint:nth-of-type(2) *,
.magazin_div .col_content .beforeLine,
.magazin_div .col_content .btn,
.magazin_div .col_content .p_text,
.magazin_div .col_magazin,
.missionImg .msnSvg,
.missionSec .hdAndText *,
.multyBox .expBox .box,
.opencrerHd,
.pagSvsText *,
.prosessText,
.svcpageImg,
.teamSection .taem_lead .lead_item,
.teamSection .teamHead,
.teamSection .teamtext,
.valuBox,
.valueTextDiv .h2text,
.valueTextDiv .vluPtext,
.zBlueSec .blubox,
.zBlueSec .h2text {
  opacity: 0;
}

.hide_load {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

::-moz-selection {
  color: #fff;
  background: #fdb811;
}

::selection {
  color: #fff;
  background: #fdb811;
}

@media (max-width: 1199px) {
  .abtSection .hdAndText {
    max-width: 43%;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .abtSection {
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) and (max-width: 479px) {
  .abtSection {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .explorSec {
    margin-top: 0;
    padding-top: 0;
  }

  .explorSec .boxOne,
  .explorSec .boxThree,
  .explorSec .boxTwo {
    width: 170px;
  }

  .explorSec .boxOne .box,
  .explorSec .boxThree .box,
  .explorSec .boxTwo .box {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .explorSec {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .explorSec .explorreShape {
    width: 700px;
  }

  .enqrSec {
    padding-bottom: 60px;
  }

  .enqrSec .hdAndText {
    padding-left: 60px;
  }

  .enqrSec .enqryImg .eqryImage {
    width: 100%;
    left: 0;
  }

  .missionSec .msnSvg {
    margin-left: 0 !important;
  }

  .aprochSec .prochBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .aprochSec .nbrBox {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .aprochSec {
    padding: 40px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .aprochSec .aprochHEad {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1199px) {
  .coctMainSec .cnctImage {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }

  .coctMainSec .cnctFormDiv {
    padding-top: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .careerSec .imageCrer {
    top: 0 !important;
    width: 570px !important;
  }
}

@media (max-width: 991px) {
  header .navbar {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  header .affix-top .navbar {
    padding-bottom: 0 !important;
  }

  .mobile {
    display: block !important;
  }

  .container {
    max-width: 960px !important;
  }

  .explorSec .explorreShape {
    width: 650px;
  }

  .explorSec .boxOne,
  .explorSec .boxThree,
  .explorSec .boxTwo {
    width: 160px;
  }

  .explorSec .boxOne .box,
  .explorSec .boxThree .box,
  .explorSec .boxTwo .box {
    width: 140px;
    height: 140px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .mobile {
    display: block !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 15px;
    z-index: 1000;
  }

  .bannerSec .bnrSlider .bnrheadSlid .owl-dots {
    position: relative;
    text-align: center;
    width: 100% !important;
    right: inherit !important;
    bottom: 0 !important;
  }

  .bannerSec .bnrSlider .bnrheadSlid .owl-dots .owl-dot {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bannerSec .homebanner .bannerImage .bnrImagediv {
    height: 300px;
  }

  .abtSection {
    padding-top: 40px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .abtSection {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .hdAndText .h1text {
    margin-bottom: 20px;
  }

  .hdAndText p {
    margin-bottom: 20px;
  }

  .nav-top {
    padding-bottom: 0 !important;
  }

  .show #topheader {
    top: 0 !important;
    position: relative !important;
  }

  .headDiv {
    margin-top: 0 !important;
  }

  .bannerSec {
    margin-top: 0 !important;
  }

  .bannerSec .homebanner {
    display: inline-block !important;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .bannerSec .homebanner .bannerImage {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .bannerSec .homebanner .bannerImage .bnrImagediv {
    width: 100%;
    margin-left: 0;
  }

  .bannerSec .homebanner .bnrSlider {
    width: 100%;
    max-width: 100%;
  }

  .bannerSec .homebanner .bnrSlider .owl-item {
    text-align: center;
  }

  .bannerSec .homebanner .bnrSlider .owl-nav {
    position: relative;
    bottom: 0;
    right: inherit;
    text-align: center;
    display: none;
  }

  .bannerSec .homebanner .bnrSlider .owl-dots {
    bottom: -35px !important;
  }

  header .navbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  header .navbar nav {
    width: 100%;
  }

  header .navbar ul {
    background: rgba(0, 58, 120, 0.01) !important;
  }

  header .navbar ul li {
    border: none !important;
  }

  header .navbar ul li a {
    color: #fff !important;
  }

  header .navbar ul li a:hover {
    background: 0 0 !important;
  }

  header #topheader {
    background: 0 0 !important;
  }

  header #topheader ul .active {
    height: auto;
  }

  header .mobile {
    max-width: 75px;
    position: absolute;
    z-index: 100;
    background: 0 0 !important;
  }

  header .mobile button {
    border: none !important;
  }

  header .mobile button .navbar-toggler-icon {
    background: url(../img/close.svg);
    width: 24.39px;
    height: 24.9px;
  }

  header .mobile .collapsed .navbar-toggler-icon {
    background: url(../img/menu-icon.svg) center center no-repeat;
  }

  header .mobile .navbar-toggler button {
    position: absolute;
    z-index: 100;
  }

  header .navbarLogo {
    z-index: 1;
  }

  .abtSection .abtimg {
    width: 100%;
    position: relative;
  }

  .abtSection .hdAndText {
    width: 100%;
    text-align: center;
    max-width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .enqrSec .enqryImg {
    max-width: 100%;
    display: inline-block;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    margin-bottom: 30px;
  }

  .enqrSec .enqryImg .eqryImage {
    margin: 0 auto;
    width: 50%;
  }

  .enqrSec .hdAndText {
    max-width: 100%;
    text-align: center;
    padding-left: 15px !important;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .enqrSec .hdAndText p {
    margin-bottom: 30px !important;
  }

  .enqrSec .hdAndText h2 {
    margin-bottom: 30px !important;
  }

  .careerSec .imageCrer {
    right: 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  .careerSec .careerHead {
    margin-bottom: 25px !important;
  }

  .careerSec .carsbHead {
    margin-bottom: 20px !important;
  }

  .adrressSec .col-md-4 {
    text-align: center;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
  }

  .adrressSec .col-md-4 .iconDiv {
    margin: 0 !important;
    padding: 0 !important;
  }

  .adrressSec .col-md-4 .iconDiv .cnctIcon {
    margin-bottom: 15px;
    margin-top: 40px;
  }

  .adrressSec .col-md-4:nth-of-type(2) .iconDiv {
    padding-left: 0 !important;
  }

  .adrressSec .col-md-4:nth-of-type(3) .iconDiv {
    padding-left: 0 !important;
  }

  .coctMainSec .col-md-7 {
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    max-width: 100% !important;
  }

  header .navbar {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff;
  }

  header .mobile {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .navbar-toggler {
    float: right;
  }

  header .show {
    display: block !important;
  }

  header .navbar-brand {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  header #topheader {
    width: 100%;
    background: #fff;
  }

  header #topheader ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
  }

  header #topheader ul li {
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fafafa;
    padding: 15px 0;
  }

  .explorSec .hdAndText {
    text-align: center;
    margin-top: 40px;
  }

  .explorSec .hdAndText h2 {
    margin-bottom: 20px !important;
  }

  .explorSec .hdAndText p {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .advgSec {
    padding-top: 0 !important;
    padding-bottom: 80px;
  }

  .advgSec .advgimg {
    right: -300px;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .advgSec .icon-dgn-squir {
    right: -43px !important;
  }
}

@media (max-width: 991px) {
  .advgSec .hdAndText {
    text-align: left;
  }

  .advgSec .hdAndText ul li {
    width: 100% !important;
  }

  .zBlueSec {
    text-align: center;
    padding: 80px 0;
  }

  .zBlueSec .blubox {
    padding-bottom: 40px;
  }

  .zBlueSec .blubox h4 {
    margin-bottom: 15px;
  }

  .zBlueSec .blubox a {
    margin-top: 0;
  }

  .zBlueSec p {
    width: 100% !important;
  }

  .aboutpage {
    text-align: center;
  }

  .aboutpage .icon-dgn-squir {
    font-size: 30px;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  .aboutpage .icon-dgn-squir {
    display: none;
  }
}

@media (max-width: 991px) {
  .aboutpage .icon-round.icon-round {
    font-size: 40px;
  }

  .aboutpage .sqrImge {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
  }

  .aboutpage .hdAndText {
    text-align: center;
    padding-left: 15px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
  }

  .aboutpage .hdAndText .h1text {
    margin-bottom: 10px;
  }

  .aboutpage .hdAndText h1 {
    display: block;
    text-align: center;
  }

  .aboutpage .hdAndText h1 span {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .aboutpage .hdAndText p {
    text-align: center;
    width: 100%;
  }

  .careerOpen .col-md-4 {
    width: 50%;
  }

  .careerOpen .valubox {
    text-align: center;
  }

  .careerOpen .careerBoxDiv .boxCareer .post {
    margin-bottom: 15px;
  }

  .careerOpen .careerBoxDiv .boxCareer .pg_btn {
    margin-top: 30px;
  }

  .adrressSec {
    padding-top: 0;
  }

  .missionSec {
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .missionSec {
    padding-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .missionSec .missionImg .msnSvg {
    width: 100%;
  }

  .missionSec .hdAndText {
    padding-left: 15px;
  }

  .missionSec .hdAndText p {
    width: 100%;
  }

  .valueSec {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .valueSec .valueTextDiv {
    text-align: center;
    padding-left: 15px !important;
  }

  .valueSec .valueTextDiv h2 br {
    display: none !important;
  }

  .valueSec .valueTextDiv .vluPtext {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .valueSec .valuBox {
    text-align: left;
    width: 49%;
  }

  .valueSec .valuBox p {
    text-align: left;
    width: 100% !important;
  }

  .valueSec .valIconDiv {
    padding-left: 15px;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  .valueSec .valIconDiv .valuBox p {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .hdAndText {
    text-align: center;
  }

  .hdAndText p {
    width: 100%;
    text-align: center;
  }

  .getINsec {
    text-align: left;
    padding-top: 80px !important;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  .getINsec {
    padding-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .getINsec .getincont {
    padding-left: 15px;
  }

  .getINsec .getincont p {
    width: 100%;
  }

  .getINsec .getincont .geth2Head {
    margin-bottom: 40px !important;
  }

  .getINsec .getincont .geth2Head span {
    display: inline-block;
    text-align: left;
    width: 100%;
  }

  .getINsec .getImage .imgGet {
    width: 100%;
  }

  .srvcpage {
    text-align: center;
  }

  .srvcpage .pagSvsText {
    padding-left: 15px;
    padding-bottom: 30px;
  }

  .srvcpage .pagSvsText .svcHead {
    width: 100%;
  }

  .srvcpage .pagSvsText .svcHead span {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .srvcpage .pagSvsText p {
    width: 100%;
  }

  .srvcpage .svcHead {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  .careerSec {
    padding: 80px 0 40px 0 !important;
  }
}

@media (max-width: 991px) {
  .careerSec .careerHEadTxt {
    text-align: left;
    padding-left: 15px;
  }

  .careerSec .careerHEadTxt h1 span {
    text-align: left;
  }

  .careerSec .careerHEadTxt .careerHead {
    text-align: left;
  }

  .careerSec .careerHEadTxt h1 br {
    display: none;
  }

  .careerSec .careerHEadTxt h1 span {
    text-align: left;
    width: auto;
  }

  .careerSec .careerHEadTxt h5 {
    width: 100% !important;
  }

  .careerSec .careerHEadTxt p {
    width: 100% !important;
  }

  .beforeLine:after {
    right: 0 !important;
    margin: 0 auto !important;
  }

  footer .btmFootr p {
    font-size: 14px !important;
  }

  footer .btmFootr p {
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  footer .mainFooter {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  footer .btmFootr {
    display: inline-block;
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  footer .subfooter .fterh2 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) and (max-width: 574px) {
  footer .subfooter .ftlogo {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  footer .subfooter {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .jobDesSec .beforeLine:after {
    right: inherit;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .jobDesSec {
    padding-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .jobDesSec .prosessText {
    margin-top: 40px;
  }

  .jobDesSec .jbDis {
    margin-top: 50px;
  }

  .jobDesSec .dateDiv .dateSpan {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding: 3.4px 0;
    display: inline-block;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .jobDesSec .dateDiv .dateSpan {
    border: none !important;
  }
}

@media (max-width: 991px) {
  .decriPointSec .responsibility {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .decriPointSec {
    padding: 40px 0 0 0 !important;
  }
}

@media (max-width: 991px) {
  .nbrBox {
    display: inline-block !important;
    width: 100% !important;
  }

  .nbrBox .prochBox {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .nbrBox .prochBox .number {
    width: 100% !important;
  }

  .nbrBox .prochBox p {
    width: 100% !important;
    text-align: center;
  }

  .nbrBox .prochBox h5 {
    width: 100% !important;
    text-align: center !important;
    top: -10px !important;
  }
}

@media (max-width: 850px) {
  .explorSec .hdAndText {
    padding-left: 40px;
  }

  .explorSec .explorreShape {
    width: 570px;
    top: 0;
  }
}

@media (max-width: 479px) {

  .boxOne,
  .boxThree,
  .boxTwo {
    width: 50% !important;
    float: left;
  }

  .boxOne .text,
  .boxThree .text,
  .boxTwo .text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .boxOne .box,
  .boxThree .box,
  .boxTwo .box {
    width: 100% !important;
  }

  .explorSec .multyBox {
    display: inline-block;
  }

  .explorSec .boxThree {
    margin-top: -40px !important;
  }

  footer .mainFooter .footnav {
    display: inline-block !important;
  }

  footer .mainFooter .footnav li a {
    font-size: 18px !important;
    padding: 10px 0;
    display: inline-block;
  }

  .careerBoxDiv {
    width: 100%;
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .careerBoxDiv .col-md-4 {
    width: 100%;
  }

  .collapsSec {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .collapsSec .zepCollaps .card {
    margin-left: 60px;
    padding: 25px 10px !important;
  }
}

@media (max-width: 479px) and (max-width: 574px) {
  .collapsSec .zepCollaps .card {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 479px) {
  .collapsSec .zepCollaps .card .countNbr {
    width: 64px;
    left: -70px;
    margin-top: 7px;
  }
}

@media (max-width: 479px) and (max-width: 1199px) {
  .collapsSec .zepCollaps .card .countNbr {
    top: -22px !important;
  }
}

@media (max-width: 479px) and (max-width: 767px) {
  .collapsSec .zepCollaps .card .countNbr {
    top: -22px !important;
  }
}

@media (max-width: 479px) {
  .collapsSec .zepCollaps .card .clpsHEad a {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1.5;
  }

  .careerOpen .boxCareer {
    padding: 40px 35px !important;
  }

  .careerOpen .boxCareer .post {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 479px) and (max-width: 767px) {
  .careerOpen .boxCareer {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 479px) and (max-width: 574px) {
  .careerOpen {
    padding: 40px 0 20px 0 !important;
  }
}

@media (max-width: 479px) and (max-width: 574px) {
  .careerOpen .careerBoxDiv {
    margin-top: 60px !important;
  }
}

@media (max-width: 479px) {
  .applySec .formDiv {
    display: inline-block;
  }

  .applySec .formDiv .form-group {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 479px) and (max-width: 574px) {
  .applySec .formDiv .form-group {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 479px) and (max-width: 991px) {
  .applySec .formDiv {
    padding-top: 40px !important;
  }
}

@media (max-width: 479px) {
  .bannerSec .owl-nav {
    display: none;
  }

  .bannerSec .bnrSlider .bnrheadSlid .owl-dots {
    bottom: 0 !important;
  }

  .designBoxes span:nth-of-type(3) {
    width: 30px;
    height: 30px;
  }

  .designBoxes span:nth-of-type(2) {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .cnctFormDiv {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
  }
}

@media (max-width: 767px) {
  .navbarLogo {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .form-control {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .select-selected {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .explorSec .hdAndText {
    padding-left: 15px !important;
  }
}

@media (max-width: 574px) {
  .explorSec .hdAndText {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .explorSec .expBox {
    width: 33% !important;
  }
}

@media (max-width: 479px) {
  .explorSec .expBox {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .explorSec .expBox .box {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .explorSec .multyBox {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .explorSec .multyBox .text {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 767px) {
  .aboutpage .hdAndText .h1text {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .aboutpage .hdAndText .h1text span {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .jobDesSec .dateDiv .dateSpan:after {
    display: none;
  }
}

@media (max-width: 574px) {
  .jobDesSec .prosessText {
    line-height: 28px !important;
  }
}

.collapsSec .zepCollaps .card {
  padding: 25px;
}

@media (max-width: 574px) {
  .careerOpen .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 574px) {
  .careerOpen .col-md-4 .boxCareer {
    width: 100%;
  }
}

@media (max-width: 574px) {
  .valueSec .valuBox {
    width: 100%;
  }
}

@media (max-width: 574px) {
  .valueSec .valuBox .boxHead {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .decriPointSec .jobPoint .points {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .decriPointSec .jobPoint .points li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .decriPointSec .jobPoint {
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  header .navbarLogo {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  header .navbarLogo {
    padding-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  header .navbarLogo .headerLogo {
    float: left !important;
  }
}

@media (max-width: 574px) {
  header .navbarLogo .headerLogo {
    width: 46px;
  }
}

@media (max-width: 1199px) {
  header .navbarLogo h3 {
    float: left;
    font-size: calc((1 * (1em - 16px) - -2em - 10px)) !important;
    padding-top: 12px;
  }
}

@media (max-width: 1199px) {
  header .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .coctMainSec .col-md-5 {
    max-width: 100% !important;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
  }
}

@media (max-width: 1199px) {
  .zBlueSec .blubox p {
    height: auto !important;
    -webkit-line-clamp: inherit !important;
  }
}

@media (max-width: 767px) {
  .zBlueSec .h2text {
    margin-bottom: 40px !important;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 574px) {
  .zBlueSec {
    padding: 40px 0 0 0 !important;
  }
}

@media (max-width: 991px) {
  .zBlueSec .lterZ {
    top: 40px;
  }
}

@media (max-width: 574px) {
  .zBlueSec .lterZ {
    display: none;
  }
}

@media (max-width: 991px) {
  .explorSec .expBox p {
    font-size: 12px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 767px) {
  .advgSec .advgPoint li {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 574px) {
  .advgSec .advgPoint li {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .advgSec .icon-dgn-squir {
    right: -43px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 574px) {
  .careerDetailBnr {
    padding-bottom: 300px !important;
  }
}

@media (max-width: 479px) {
  .careerDetailBnr {
    padding-bottom: 240px !important;
  }
}

@media (max-width: 767px) {
  .owl-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .owl-dots {
    padding-top: 25px;
  }
}

.jbDis ul li {
  line-height: 30px;
}

.jobDesSec .prosessText {
  line-height: 34px;
}

@media (max-width: 991px) {
  .dateSpan:after {
    border: none !important;
    background: 0 0 !important;
  }
}

@media (max-width: 991px) {
  .advgSec .icon-dgn-squir:before {
    right: -43px !important;
  }
}

@media (max-width: 767px) {
  .advgSec .icon-dgn-squir:before {
    right: -43px !important;
  }
}

@media (max-width: 767px) {
  .advgSec .icon-dgn-squir {
    text-align: right !important;
  }
}

.advgSec .hdAndText .h1text {
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 574px) {
  .advgSec .hdAndText .advgPoint li {
    font-size: calc((1 * (1em - 15px) - -2em - 10px));
  }
}

@media (max-width: 574px) {
  .advgSec .hdAndText .advgPoint li:after {
    font-size: 9px;
    top: 3px;
  }
}

@media (max-width: 574px) {
  .applySec .pg_btn {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .aboutpage {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 479px) {
  .collapsSec .panePoint {
    padding-left: 23px;
  }
}

@media (max-width: 991px) {
  .collapsSec .panePoint .poinHead {
    margin: 34px 0 20px !important;
  }
}

@media (max-width: 767px) {
  .collapsSec .panePoint .poinHead {
    margin: 34px 0 20px !important;
  }
}

@media (max-width: 479px) {
  .collapsSec .panePoint .poinHead {
    font-size: calc((1 * (1em - 15px) - -2em - 10px));
    margin: 24px 0 10px !important;
  }
}

@media (max-width: 479px) {
  .collapsSec .panePoint .poinHead:after {
    left: -25px !important;
    top: 7px !important;
  }
}

@media (max-width: 1199px) {
  .aprochSec .number {
    width: 110px !important;
  }
}

@media (max-width: 767px) {
  .getINsec {
    text-align: center;
  }
}

@media (max-width: 574px) {
  .getINsec .geth2Head span {
    text-align: center !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .collapsSec {
    padding: 40px 0 40px;
  }
}

@media (max-width: 479px) {
  .collapsSec .countNbr {
    width: 55px !important;
  }
}

@media (max-width: 574px) {
  #accordion h5 {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .careerSec .careerHEadTxt h1 span {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .careerSec .careerHEadTxt {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .careerSec .careerHEadTxt .careerHead {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .adrressSec .iconDiv h5 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .aboutpage .hdAndText .texth {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .careerOpen .col-md-4 {
    max-width: 50% !important;
  }
}

@media (max-width: 574px) {
  .careerOpen .col-md-4 {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .careerOpen .col-md-4 .dateNref span {
    width: 100% !important;
    display: inline-block;
  }
}

@media (max-width: 574px) {
  .abtSection .abtimg {
    right: -90px !important;
  }
}

@media (max-width: 767px) {
  .getINsec {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .getINsec .getincont .geth2Head span {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .bannerSec {
    height: auto;
    padding: 0 !important;
    margin: 80px 0 0 0 !important;
  }
}

@media (max-width: 991px) {
  .enqrSec .enqryImg .eqryImage img {
    max-width: 55%;
    margin: 0 auto;
  }
}

@media (max-width: 574px) {
  .enqrSec .enqryImg .eqryImage img {
    max-width: 75%;
    margin: 0 auto;
  }
}

.custom-select .select-items div {
  background: #f2f2f2;
}

@media (max-width: 991px) {
  .srvcpage .col-md-6 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .missionSec .missionImg {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
  }

  .missionSec .missionImg img {
    max-width: 55%;
    margin: 0 auto;
  }
}

@media (max-width: 574px) {
  .missionSec .missionImg img {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .missionSec .hdAndText {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 75%;
    margin: 40px auto 0 auto !important;
  }
}

@media (max-width: 574px) {
  .missionSec .hdAndText {
    max-width: 100%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e1eefc;
}

::-webkit-scrollbar-thumb {
  background: #003a78;
}

::-webkit-scrollbar-thumb:hover {
  background: #fdb811;
}

.jobDesSec h5.post {
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px;
  color: #003a78;
}

@media (max-width: 991px) {
  .jobDesSec h5.post {
    font-size: 30px !important;
  }
}

.jobDesSec .jbDis h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .jobDesSec .jbDis h3 {
    font-size: 20px !important;
  }
}

.jobDesSec .jbDis {
  padding-top: 20px;
  margin-top: 0;
}

.thank-you {
  font-size: 16px;
  color: rgb(1, 152, 0);
  width: 40%;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .thank-you {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .thank-you {
    width: 100%;
  }

  .service-modal .h1text {
    font-size: 20px;
    max-width: 80%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.service-modal {
  padding-right: 0 !important;
}

.service-modal .modal-body {
  padding: 2rem;
}

.service-modal .h1text {
  color: #003a78;
}

.service-modal p {
  line-height: 1.7;
}

.popups-service .modal .modal-dialog .modal-content .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 24px;
  right: 34px;
  z-index: 10;
  cursor: pointer;
}

.popups-service .modal .modal-dialog .modal-content .close i:before,
.popups-service .modal .modal-dialog .modal-content .close i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popups-service .modal .modal-dialog .modal-content .close i:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popups-service .modal .modal-dialog .modal-content {
  border-radius: 18px;
}

.popups-service .modal .modal-dialog .modal-content ul li {
  margin-bottom: 1rem;
  position: relative;
}

.popups-service .modal .modal-dialog .modal-content ul li::after {
  position: absolute;
  content: "\e900";
  color: #fdb811;
  font-size: 11px;
  left: -30px;
  top: 7px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.popups-service .modal .modal-dialog .modal-content ul {
  padding-left: 48px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .popups-service .modal .modal-dialog .modal-content ul {
    padding-left: 24px;
  }

  .popups-service .modal .modal-dialog .modal-content ul li::after {
    left: -26px;
  }

  .service-modal .modal-body {
    padding: 1.5rem;
  }

  .popups-service .modal .modal-dialog .modal-content .close {
    right: 20px;
  }
}

.wraper-btn {
  position: relative;
}

/*

.submitting .dots-anim{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 4;
    display: inline-flex;
    margin: 0 -10px;
    animation-name: dotanim;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform: translateX(5px);
    transform: translateY(-8px);
    
    
}
.submitting .dots-anim::after,
.submitting .dots-anim::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: inherit;
    margin: 0 8px;
    position: absolute;
    z-index: 4;
    animation-name: dotanim;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: infinite;

}
.submitting .dots-anim::before{
    transform: translateX(-22px);
    animation-delay: .3s;
}
.submitting .dots-anim::after{
    animation-delay: 2s;
    transform: translateX(7px);
}

@keyframes dotanim {
    0%{
        opacity: .5;
    }

    100%{
        opacity: 1;
    }
}

*/

.formBtn::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
  z-index: -1;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.formBtn.submitting {
  color: transparent !important;
}

.formBtn.submitting::after {
  opacity: 1;
  z-index: 1;
}

.walking-interview {
  color: rgb(0, 58, 120);
  border: 1px solid rgb(229, 229, 229);
  display: inline-block;
  padding: 10px 15px;
  opacity: 1;
  background-color: gb(0, 58, 120);
}

/* Cookie Policy on 23 December 2023 */
.cookie_policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 18px 0;
  z-index: 9;
  box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 5%);
}

.cookie_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.content p {
  font-size: 14px;
  color: #000;
  line-height: 1.38;
  font-weight: 400;
}

.content p a {
  font-size: 14px;
  color: #000;
  line-height: 1.38;
  font-weight: 400;
  text-decoration: underline !important;
}

.content a:hover {
  color: #003a78;
}

.button_wrapper {
  flex: 0 0 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 991.98px) {
  .cookie_wrapper {
    flex-wrap: wrap;
  }

  .button_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.button_wrapper .outline_btn {
  background-color: #fff;
  border: 1px solid #003a78;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  cursor: pointer;
  color: #003a78;
  border-radius: 6px;
  line-height: 1.3;
  padding: 6px;
  flex: 1 1;
  min-height: 40px;
}

.button_wrapper .primary_btn {
  background-color: #003a78;
  border: none;
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 6px;
  flex: 1 1;
  min-height: 40px;
}

.cookie-d-none {
  display: none;
}

/* Admin Content Area */

.admin-content-area {
  padding: 40px 0;
}

@media only screen and (max-width: 991.98px) {
  .admin-content-area {
    padding: 15px 0;
  }
}

.admin-content-area ul,
.admin-content-area ol,
.admin-content-area li {
  margin: 0;
  padding: 0;
}

.admin-content-area h1,
.admin-content-area h2,
.admin-content-area h3,
.admin-content-area h4,
.admin-content-area h5,
.admin-content-area h6,
.admin-content-area ul,
.admin-content-area ol {
  font-size: 1.5rem;
  font-weight: 700;
}

.admin-content-area h1 span,
.admin-content-area h2 span,
.admin-content-area h3 span,
.admin-content-area h4 span,
.admin-content-area h5 span,
.admin-content-area h6 span,
.admin-content-area ul span,
.admin-content-area ol span {
  font-size: inherit;
}

.admin-content-area h1+h1,
.admin-content-area h1+h2,
.admin-content-area h1+h3,
.admin-content-area h1+h4,
.admin-content-area h1+h5,
.admin-content-area h1+h6,
.admin-content-area h2+h1,
.admin-content-area h2+h2,
.admin-content-area h2+h3,
.admin-content-area h2+h4,
.admin-content-area h2+h5,
.admin-content-area h2+h6,
.admin-content-area h3+h1,
.admin-content-area h3+h2,
.admin-content-area h3+h3,
.admin-content-area h3+h4,
.admin-content-area h3+h5,
.admin-content-area h3+h6,
.admin-content-area h4+h1,
.admin-content-area h4+h2,
.admin-content-area h4+h3,
.admin-content-area h4+h4,
.admin-content-area h4+h5,
.admin-content-area h4+h6,
.admin-content-area h5+h1,
.admin-content-area h5+h2,
.admin-content-area h5+h3,
.admin-content-area h5+h4,
.admin-content-area h5+h5,
.admin-content-area h5+h6,
.admin-content-area h6+h1,
.admin-content-area h6+h2,
.admin-content-area h6+h3,
.admin-content-area h6+h4,
.admin-content-area h6+h5,
.admin-content-area h6+h6,
.admin-content-area ul+h1,
.admin-content-area ul+h2,
.admin-content-area ul+h3,
.admin-content-area ul+h4,
.admin-content-area ul+h5,
.admin-content-area ul+h6,
.admin-content-area ol+h1,
.admin-content-area ol+h2,
.admin-content-area ol+h3,
.admin-content-area ol+h4,
.admin-content-area ol+h5,
.admin-content-area ol+h6 {
  margin-top: 3.125rem;
}

@media (max-width: 767px) {

  .admin-content-area h1+h1,
  .admin-content-area h1+h2,
  .admin-content-area h1+h3,
  .admin-content-area h1+h4,
  .admin-content-area h1+h5,
  .admin-content-area h1+h6,
  .admin-content-area h2+h1,
  .admin-content-area h2+h2,
  .admin-content-area h2+h3,
  .admin-content-area h2+h4,
  .admin-content-area h2+h5,
  .admin-content-area h2+h6,
  .admin-content-area h3+h1,
  .admin-content-area h3+h2,
  .admin-content-area h3+h3,
  .admin-content-area h3+h4,
  .admin-content-area h3+h5,
  .admin-content-area h3+h6,
  .admin-content-area h4+h1,
  .admin-content-area h4+h2,
  .admin-content-area h4+h3,
  .admin-content-area h4+h4,
  .admin-content-area h4+h5,
  .admin-content-area h4+h6,
  .admin-content-area h5+h1,
  .admin-content-area h5+h2,
  .admin-content-area h5+h3,
  .admin-content-area h5+h4,
  .admin-content-area h5+h5,
  .admin-content-area h5+h6,
  .admin-content-area h6+h1,
  .admin-content-area h6+h2,
  .admin-content-area h6+h3,
  .admin-content-area h6+h4,
  .admin-content-area h6+h5,
  .admin-content-area h6+h6,
  .admin-content-area ul+h1,
  .admin-content-area ul+h2,
  .admin-content-area ul+h3,
  .admin-content-area ul+h4,
  .admin-content-area ul+h5,
  .admin-content-area ul+h6,
  .admin-content-area ol+h1,
  .admin-content-area ol+h2,
  .admin-content-area ol+h3,
  .admin-content-area ol+h4,
  .admin-content-area ol+h5,
  .admin-content-area ol+h6 {
    margin-top: 2.5rem;
  }
}

.admin-content-area p+h1,
.admin-content-area p+h2,
.admin-content-area p+h3,
.admin-content-area p+h4,
.admin-content-area p+h5,
.admin-content-area p+h6 {
  margin-top: 1.875rem;
}

@media (max-width: 767px) {

  .admin-content-area p+h1,
  .admin-content-area p+h2,
  .admin-content-area p+h3,
  .admin-content-area p+h4,
  .admin-content-area p+h5,
  .admin-content-area p+h6 {
    margin-top: 0.9375rem;
  }
}

.admin-content-area p+p,
.admin-content-area p+span {
  margin-top: 0.9375rem;
}

.admin-content-area p+ul,
.admin-content-area p+ol {
  margin-top: 0.9375rem;
}

.admin-content-area ul {
  display: block;
  margin: 1.5rem 0 0.625rem;
  -webkit-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
}

.admin-content-area ul li {
  line-height: 1.4;
  position: relative;
}

.admin-content-area ul li+li {
  margin-top: 0.625rem;
}

@media (max-width: 1199px) {
  .admin-content-area ul li {
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
  }

  .admin-content-area ul li+li {
    margin-top: 0.625rem;
  }

  .admin-content-area ul li:before {
    height: 0.5rem;
    width: 0.5rem;
  }
}

@media (max-width: 767px) {
  .admin-content-area ul li {
    -webkit-padding-start: 0.9375rem;
    padding-inline-start: 0.9375rem;
  }

  .admin-content-area ul li:before {
    height: 0.4375rem;
    width: 0.4375rem;
  }
}

.admin-content-area ul.white li:before {
  border-color: #fff;
}

.admin-content-area ol {
  margin: 1.5rem 0 0.625rem;
  counter-reset: item;
}

.admin-content-area ol li {
  display: block;
  line-height: 1.4;
  -webkit-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
  position: relative;
}

.admin-content-area ol li+li {
  margin-top: 0.9375rem;
}

.admin-content-area ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  inset-inline-start: 0;
  position: absolute;
  top: 4px;
  font-size: 1rem;
  line-height: 1;
}

.admin-content-area ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}

.admin-content-area ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}

.admin-content-area ol.roman-sub li {
  padding-left: 1.875rem;
}

.admin-content-area ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content-area ol.roman-sub li ol li {
  padding-left: 2rem;
}

.admin-content-area ol.decimal-sub li {
  padding-left: 1.875rem;
}

.admin-content-area ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}

.admin-content-area ol.decimal-sub li ol {
  padding-top: 0.3125rem;
}

.admin-content-area ol.decimal-sub li ol li {
  padding-left: 2rem;
}

.admin-content-area ol.decimal-sub li ol ol li {
  padding-left: 3.125rem;
}

.admin-content-area ul+h2,
.admin-content-area ul+h3,
.admin-content-area ul+h4,
.admin-content-area ul+h5,
.admin-content-area ul+h6,
.admin-content-area ol+h2,
.admin-content-area ol+h3,
.admin-content-area ol+h4,
.admin-content-area ol+h5,
.admin-content-area ol+h6 {
  margin-top: 3.125rem;
}

@media (max-width: 767px) {

  .admin-content-area ul+h2,
  .admin-content-area ul+h3,
  .admin-content-area ul+h4,
  .admin-content-area ul+h5,
  .admin-content-area ul+h6,
  .admin-content-area ol+h2,
  .admin-content-area ol+h3,
  .admin-content-area ol+h4,
  .admin-content-area ol+h5,
  .admin-content-area ol+h6 {
    margin-top: 1.875rem;
  }
}

.admin-content-area a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.admin-content-area a:hover {
  color: #003a78;
}

.admin-content-area img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-block: 20px;
}

.admin-content-area p {
  margin-bottom: 0;
}

.admin-content-area p,
.admin-content-area span,
.admin-content-area a,
.admin-content-area li {
  margin-top: 1.25rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.775;
  color: #000;
}


.terms-link-a {
  margin-right: 15px;
}


.header-terms .hdAndText {
  margin-top: 80px;
}

.why-join p {
  font-size: calc((-0.2 * (1em - 13px) - -2em - 13px));
  color: #363636;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 24px;
}

@media only screen and (min-width:768px) {
  .why-join p {

    margin-top: 44px;

  }


}