@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=BioRhyme:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600&display=swap');
.column1 {
  float: left;
  width: 50%;

}

.row1 {
  max-width: 40vw;
  font-size: 15px;
  padding-bottom: 50px;
}
/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
  
}

/**** Search-Section ****/
.search-section {
float: left;
  width: 100%;
  padding-bottom: 0px;
}
.search-section .select-wrapper {
  float:left;
 margin: 10px 3px;
}
.search-section .select-wrapper p {
font-weight: 300;
font-size: 12px;
color: #000;
margin-bottom: 2px;
}
.search-section .select-target {
  height:38px;
  text-align:left;
  font-size:13px;
  font-weight:300;
  color:#B2B2B2;
  border-width:1px;
  line-height:23px;
}
.search-section .select-target.select-theme-default b:before {
  top:-2px;
}
.search-section .select-target.select-theme-default b:after {
  bottom:-2px;
}
.search-section input[type='submit'] {
  border:none;
  font-weight:300;
  text-transform:capitalize;
  padding:8px 41px;
  margin-top:26px;
  margin-left:16px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  background: #412918;
color: #fff;
}
.select-element {
  z-index: 100;
}

/*******************/
.service-page-section
{
    padding-bottom: 50px;
}
.mtt1
{
    margin-top:75vh;
}

.vidContain {
    width:100%; height:100%;
    position:relative;
    display:inline-block;
}
.vid {
    position: absolute; 
    top: 0; left:0;
    width: 100%; height: 100%; 
    z-index: -1;
} 
  
/***************/


:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0F0F0F;
  --secondary: #818181;
  --success: #39E26B;
  --info: #4C8FE6;
  --warning: #E2AA0F;
  --danger: #EE0000;
  --light: #f8f9fa;
  --dark: #0F0F0F;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -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: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'BioRhyme', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #818181;
  text-align: left;
  background-color: #e4ded2;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight:100;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 300; 
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0F0F0F;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0F0F0F;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 100;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Bellefair', serif;
  font-weight:100;
  line-height: 1.17;
  color: #0F0F0F;
}

h1, .h1 {
  font-size: 6.875rem;
}

h2, .h2 {
  font-size: 2.1875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.17;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.17;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.17;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.17;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.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;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight:100;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: #818181;
}

.table th,
.table td {
  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 th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #818181;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcbcbc;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #828282;
}

.table-hover .table-primary:hover {
  background-color: #afafaf;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #afafaf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: gainsboro;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bdbdbd;
}

.table-hover .table-secondary:hover {
  background-color: #cfcfcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfcfcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8f7d6;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98f0b2;
}

.table-hover .table-success:hover {
  background-color: #b2f4c5;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b2f4c5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cde0f8;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a2c5f2;
}

.table-hover .table-info:hover {
  background-color: #b7d2f5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b7d2f5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f7e7bc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f0d382;
}

.table-hover .table-warning:hover {
  background-color: #f4dfa5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f4dfa5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fab8b8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f67a7a;
}

.table-hover .table-danger:hover {
  background-color: #f8a0a0;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8a0a0;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  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 > th,
.table-dark > td {
  background-color: #bcbcbc;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #828282;
}

.table-hover .table-dark:hover {
  background-color: #afafaf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afafaf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #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 th,
.table-dark td,
.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(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 100;
  line-height: 2;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4f4f4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-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: 2;
}

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
  color: #818181;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.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[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: #39E26B;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #212529;
  background-color: rgba(57, 226, 107, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #39E26B;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339E26B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #39E26B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #39E26B;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339E26B' 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(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #39E26B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #39E26B;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #39E26B;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #39E26B;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #65e98c;
  background-color: #65e98c;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #39E26B;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #39E26B;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #39E26B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #EE0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
  background-color: rgba(238, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EE0000;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EE0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EE0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EE0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EE0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23EE0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EE0000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EE0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EE0000;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #EE0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EE0000;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff2222;
  background-color: #ff2222;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EE0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EE0000;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EE0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: 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 .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
        -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;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #818181;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #818181;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #686868;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #686868;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #686868;
  border-color: #616161;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #39E26B;
  border-color: #39E26B;
}

.btn-success:hover {
  color: #fff;
  background-color: #1fd555;
  border-color: #1eca51;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1fd555;
  border-color: #1eca51;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 198, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 198, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #39E26B;
  border-color: #39E26B;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1eca51;
  border-color: #1cbf4c;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 198, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 198, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4C8FE6;
  border-color: #4C8FE6;
}

.btn-info:hover {
  color: #fff;
  background-color: #2a7ae1;
  border-color: #1f73e0;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2a7ae1;
  border-color: #1f73e0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 160, 234, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 160, 234, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4C8FE6;
  border-color: #4C8FE6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1f73e0;
  border-color: #1e6dd5;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 160, 234, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 160, 234, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #E2AA0F;
  border-color: #E2AA0F;
}

.btn-warning:hover {
  color: #fff;
  background-color: #be8f0d;
  border-color: #b2860c;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #be8f0d;
  border-color: #b2860c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 150, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(197, 150, 19, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #E2AA0F;
  border-color: #E2AA0F;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b2860c;
  border-color: #a67d0b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 150, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(197, 150, 19, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #EE0000;
  border-color: #EE0000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c80000;
  border-color: #bb0000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c80000;
  border-color: #bb0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #EE0000;
  border-color: #EE0000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb0000;
  border-color: #ae0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-primary {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0F0F0F;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.btn-outline-secondary {
  color: #818181;
  border-color: #818181;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #818181;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.btn-outline-success {
  color: #39E26B;
  border-color: #39E26B;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #39E26B;
  border-color: #39E26B;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #39E26B;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #39E26B;
  border-color: #39E26B;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
}

.btn-outline-info {
  color: #4C8FE6;
  border-color: #4C8FE6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #4C8FE6;
  border-color: #4C8FE6;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4C8FE6;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4C8FE6;
  border-color: #4C8FE6;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
}

.btn-outline-warning {
  color: #E2AA0F;
  border-color: #E2AA0F;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #E2AA0F;
  border-color: #E2AA0F;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #E2AA0F;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #E2AA0F;
  border-color: #E2AA0F;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
}

.btn-outline-danger {
  color: #EE0000;
  border-color: #EE0000;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #EE0000;
  border-color: #EE0000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EE0000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #EE0000;
  border-color: #EE0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #0F0F0F;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0F0F0F;
  text-decoration: none;
}

.btn-link:hover {
  color: #0F0F0F;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -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;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #818181;
  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^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0F0F0F;
}

.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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 2rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.5rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4f4f4f;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .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.5rem;
  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.5rem;
  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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.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' width='4' height='4' 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(15, 15, 15, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(15, 15, 15, 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' width='12' height='12' 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(15, 15, 15, 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.5rem + 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(15, 15, 15, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #4f4f4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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(2em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #4f4f4f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.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(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  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(2em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0F0F0F;
  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;
  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;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #686868;
}

.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: #0F0F0F;
  border: 0;
  border-radius: 1rem;
  -moz-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;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #686868;
}

.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: #0F0F0F;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #686868;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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:hover, .nav-link:focus {
  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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #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: #0F0F0F;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: 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:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width:1024px)
{


}

@media (min-width: 768px) 
{

  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -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:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  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: inherit;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #818181;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0F0F0F;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0F0F0F;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0F0F0F;
  border-color: #0F0F0F;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight:100;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0F0F0F;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #818181;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #686868;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(129, 129, 129, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #39E26B;
}

a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #1eca51;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57, 226, 107, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4C8FE6;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1f73e0;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 143, 230, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #E2AA0F;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #b2860c;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 170, 15, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #EE0000;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bb0000;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #0F0F0F;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(15, 15, 15, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight:100;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #080808;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}

.alert-primary hr {
  border-top-color: #afafaf;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #434343;
  background-color: #e6e6e6;
  border-color: gainsboro;
}

.alert-secondary hr {
  border-top-color: #cfcfcf;
}

.alert-secondary .alert-link {
  color: #2a2a2a;
}

.alert-success {
  color: #1e7638;
  background-color: #d7f9e1;
  border-color: #c8f7d6;
}

.alert-success hr {
  border-top-color: #b2f4c5;
}

.alert-success .alert-link {
  color: #144d25;
}

.alert-info {
  color: #284a78;
  background-color: #dbe9fa;
  border-color: #cde0f8;
}

.alert-info hr {
  border-top-color: #b7d2f5;
}

.alert-info .alert-link {
  color: #1b3252;
}

.alert-warning {
  color: #765808;
  background-color: #f9eecf;
  border-color: #f7e7bc;
}

.alert-warning hr {
  border-top-color: #f4dfa5;
}

.alert-warning .alert-link {
  color: #463405;
}

.alert-danger {
  color: #7c0000;
  background-color: #fccccc;
  border-color: #fab8b8;
}

.alert-danger hr {
  border-top-color: #f8a0a0;
}

.alert-danger .alert-link {
  color: #490000;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #080808;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}

.alert-dark hr {
  border-top-color: #afafaf;
}

.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0F0F0F;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #818181;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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 {
  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: #0F0F0F;
  border-color: #0F0F0F;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #080808;
  background-color: #bcbcbc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #080808;
  background-color: #afafaf;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #080808;
  border-color: #080808;
}

.list-group-item-secondary {
  color: #434343;
  background-color: gainsboro;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #434343;
  background-color: #cfcfcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-success {
  color: #1e7638;
  background-color: #c8f7d6;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1e7638;
  background-color: #b2f4c5;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1e7638;
  border-color: #1e7638;
}

.list-group-item-info {
  color: #284a78;
  background-color: #cde0f8;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #284a78;
  background-color: #b7d2f5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #284a78;
  border-color: #284a78;
}

.list-group-item-warning {
  color: #765808;
  background-color: #f7e7bc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #765808;
  background-color: #f4dfa5;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #765808;
  border-color: #765808;
}

.list-group-item-danger {
  color: #7c0000;
  background-color: #fab8b8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c0000;
  background-color: #f8a0a0;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c0000;
  border-color: #7c0000;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #080808;
  background-color: #bcbcbc;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #080808;
  background-color: #afafaf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #080808;
  border-color: #080808;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight:100;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 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.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  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-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 2;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'BioRhyme', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'BioRhyme', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #0F0F0F;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #818181;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0F0F0F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

.bg-secondary {
  background-color: #818181 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #686868 !important;
}

.bg-success {
  background-color: #39E26B !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1eca51 !important;
}

.bg-info {
  background-color: #4C8FE6 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1f73e0 !important;
}

.bg-warning {
  background-color: #E2AA0F !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b2860c !important;
}

.bg-danger {
  background-color: #EE0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bb0000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #0F0F0F !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !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: #0F0F0F !important;
}

.border-secondary {
  border-color: #818181 !important;
}

.border-success {
  border-color: #39E26B !important;
}

.border-info {
  border-color: #4C8FE6 !important;
}

.border-warning {
  border-color: #E2AA0F !important;
}

.border-danger {
  border-color: #EE0000 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #0F0F0F !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 {
}

.mobile-menu
{
    display:none;
}
.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -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.3125rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.3125rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.3125rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.625rem !important;
}

.m-3 {
  margin: 0.9375rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.9375rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.9375rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.9375rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.9375rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.25rem !important;
}

.m-5 {
  margin: 1.5625rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5625rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5625rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5625rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5625rem !important;
}

.m-6 {
  margin: 1.875rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.875rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.875rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.875rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.875rem !important;
}

.m-7 {
  margin: 2.1875rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.1875rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.1875rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.1875rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.1875rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2.5rem !important;
}

.m-9 {
  margin: 2.8125rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.8125rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.8125rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.8125rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.8125rem !important;
}

.m-10 {
  margin: 3.125rem !important;
}

.mt-10,
.my-10 {
  margin-top: 3.125rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 3.125rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 3.125rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 3.125rem !important;
}

.m-11 {
  margin: 3.4375rem !important;
}

.mt-11,
.my-11 {
  margin-top: 3.4375rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 3.4375rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 3.4375rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 3.4375rem !important;
}

.m-12 {
  margin: 3.75rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3.75rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3.75rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3.75rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3.75rem !important;
}

.m-13 {
  margin: 4.0625rem !important;
}

.mt-13,
.my-13 {
  margin-top: 4.0625rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 4.0625rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 4.0625rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 4.0625rem !important;
}

.m-14 {
  margin: 4.375rem !important;
}

.mt-14,
.my-14 {
  margin-top: 4.375rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 4.375rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 4.375rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 4.375rem !important;
}

.m-15 {
  margin: 4.6875rem !important;
}

.mt-15,
.my-15 {
  margin-top: 4.6875rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 4.6875rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 4.6875rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 4.6875rem !important;
}

.m-16 {
  margin: 5rem !important;
}

.mt-16,
.my-16 {
  margin-top: 5rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 5rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 5rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 5rem !important;
}

.m-17 {
  margin: 5.3125rem !important;
}

.mt-17,
.my-17 {
  margin-top: 5.3125rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 5.3125rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 5.3125rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 5.3125rem !important;
}

.m-18 {
  margin: 5.625rem !important;
}

.mt-18,
.my-18 {
  margin-top: 5.625rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 5.625rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 5.625rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 5.625rem !important;
}

.m-19 {
  margin: 5.9375rem !important;
}

.mt-19,
.my-19 {
  margin-top: 5.9375rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 5.9375rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 5.9375rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 5.9375rem !important;
}

.m-20 {
  margin: 6.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 6.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 6.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 6.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 6.25rem !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.3125rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.3125rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.3125rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.3125rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.625rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.625rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.625rem !important;
}

.p-3 {
  padding: 0.9375rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.9375rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.9375rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.9375rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.9375rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.25rem !important;
}

.p-5 {
  padding: 1.5625rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5625rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5625rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5625rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5625rem !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.875rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.875rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.875rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.875rem !important;
}

.p-7 {
  padding: 2.1875rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.1875rem !important;
}

.pr-7,
.px-7 {
  padding-right: 2.1875rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.1875rem !important;
}

.pl-7,
.px-7 {
  padding-left: 2.1875rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2.5rem !important;
}

.p-9 {
  padding: 2.8125rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.8125rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.8125rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.8125rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.8125rem !important;
}

.p-10 {
  padding: 3.125rem !important;
}

.pt-10,
.py-10 {
  padding-top: 3.125rem !important;
}

.pr-10,
.px-10 {
  padding-right: 3.125rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 3.125rem !important;
}

.pl-10,
.px-10 {
  padding-left: 3.125rem !important;
}

.p-11 {
  padding: 3.4375rem !important;
}

.pt-11,
.py-11 {
  padding-top: 3.4375rem !important;
}

.pr-11,
.px-11 {
  padding-right: 3.4375rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 3.4375rem !important;
}

.pl-11,
.px-11 {
  padding-left: 3.4375rem !important;
}

.p-12 {
  padding: 3.75rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3.75rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3.75rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3.75rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3.75rem !important;
}

.p-13 {
  padding: 4.0625rem !important;
}

.pt-13,
.py-13 {
  padding-top: 4.0625rem !important;
}

.pr-13,
.px-13 {
  padding-right: 4.0625rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 4.0625rem !important;
}

.pl-13,
.px-13 {
  padding-left: 4.0625rem !important;
}

.p-14 {
  padding: 4.375rem !important;
}

.pt-14,
.py-14 {
  padding-top: 4.375rem !important;
}

.pr-14,
.px-14 {
  padding-right: 4.375rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 4.375rem !important;
}

.pl-14,
.px-14 {
  padding-left: 4.375rem !important;
}

.p-15 {
  padding: 4.6875rem !important;
}

.pt-15,
.py-15 {
  padding-top: 4.6875rem !important;
}

.pr-15,
.px-15 {
  padding-right: 4.6875rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 4.6875rem !important;
}

.pl-15,
.px-15 {
  padding-left: 4.6875rem !important;
}

.p-16 {
  padding: 5rem !important;
}

.pt-16,
.py-16 {
  padding-top: 5rem !important;
}

.pr-16,
.px-16 {
  padding-right: 5rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 5rem !important;
}

.pl-16,
.px-16 {
  padding-left: 5rem !important;
}

.p-17 {
  padding: 5.3125rem !important;
}

.pt-17,
.py-17 {
  padding-top: 5.3125rem !important;
}

.pr-17,
.px-17 {
  padding-right: 5.3125rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 5.3125rem !important;
}

.pl-17,
.px-17 {
  padding-left: 5.3125rem !important;
}

.p-18 {
  padding: 5.625rem !important;
}

.pt-18,
.py-18 {
  padding-top: 5.625rem !important;
}

.pr-18,
.px-18 {
  padding-right: 5.625rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 5.625rem !important;
}

.pl-18,
.px-18 {
  padding-left: 5.625rem !important;
}

.p-19 {
  padding: 5.9375rem !important;
}

.pt-19,
.py-19 {
  padding-top: 5.9375rem !important;
}

.pr-19,
.px-19 {
  padding-right: 5.9375rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 5.9375rem !important;
}

.pl-19,
.px-19 {
  padding-left: 5.9375rem !important;
}

.p-20 {
  padding: 6.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 6.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 6.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 6.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 6.25rem !important;
}

.m-n1 {
  margin: -0.3125rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.3125rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.3125rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.3125rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.3125rem !important;
}

.m-n2 {
  margin: -0.625rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.625rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.625rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.625rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.625rem !important;
}

.m-n3 {
  margin: -0.9375rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.9375rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.9375rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.9375rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.9375rem !important;
}

.m-n4 {
  margin: -1.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.25rem !important;
}

.m-n5 {
  margin: -1.5625rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.5625rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.5625rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.5625rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.5625rem !important;
}

.m-n6 {
  margin: -1.875rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.875rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.875rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.875rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.875rem !important;
}

.m-n7 {
  margin: -2.1875rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -2.1875rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -2.1875rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -2.1875rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -2.1875rem !important;
}

.m-n8 {
  margin: -2.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2.5rem !important;
}

.m-n9 {
  margin: -2.8125rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.8125rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.8125rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.8125rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.8125rem !important;
}

.m-n10 {
  margin: -3.125rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -3.125rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -3.125rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -3.125rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -3.125rem !important;
}

.m-n11 {
  margin: -3.4375rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -3.4375rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -3.4375rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -3.4375rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -3.4375rem !important;
}

.m-n12 {
  margin: -3.75rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3.75rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3.75rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3.75rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3.75rem !important;
}

.m-n13 {
  margin: -4.0625rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -4.0625rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -4.0625rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -4.0625rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -4.0625rem !important;
}

.m-n14 {
  margin: -4.375rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -4.375rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -4.375rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -4.375rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -4.375rem !important;
}

.m-n15 {
  margin: -4.6875rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -4.6875rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -4.6875rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -4.6875rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -4.6875rem !important;
}

.m-n16 {
  margin: -5rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -5rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -5rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -5rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -5rem !important;
}

.m-n17 {
  margin: -5.3125rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -5.3125rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -5.3125rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -5.3125rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -5.3125rem !important;
}

.m-n18 {
  margin: -5.625rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -5.625rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -5.625rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -5.625rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -5.625rem !important;
}

.m-n19 {
  margin: -5.9375rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -5.9375rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -5.9375rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -5.9375rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -5.9375rem !important;
}

.m-n20 {
  margin: -6.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -6.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -6.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -6.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -6.25rem !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.3125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 0.9375rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.9375rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.5625rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5625rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5625rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5625rem !important;
  }
  .m-sm-6 {
    margin: 1.875rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.875rem !important;
  }
  .m-sm-7 {
    margin: 2.1875rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.1875rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.1875rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.1875rem !important;
  }
  .m-sm-8 {
    margin: 2.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2.5rem !important;
  }
  .m-sm-9 {
    margin: 2.8125rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.8125rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.8125rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.8125rem !important;
  }
  .m-sm-10 {
    margin: 3.125rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 3.125rem !important;
  }
  .m-sm-11 {
    margin: 3.4375rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 3.4375rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 3.4375rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 3.4375rem !important;
  }
  .m-sm-12 {
    margin: 3.75rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3.75rem !important;
  }
  .m-sm-13 {
    margin: 4.0625rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 4.0625rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 4.0625rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 4.0625rem !important;
  }
  .m-sm-14 {
    margin: 4.375rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 4.375rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 4.375rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 4.375rem !important;
  }
  .m-sm-15 {
    margin: 4.6875rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 4.6875rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 4.6875rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 4.6875rem !important;
  }
  .m-sm-16 {
    margin: 5rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 5rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 5rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 5rem !important;
  }
  .m-sm-17 {
    margin: 5.3125rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 5.3125rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 5.3125rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 5.3125rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 5.3125rem !important;
  }
  .m-sm-18 {
    margin: 5.625rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 5.625rem !important;
  }
  .m-sm-19 {
    margin: 5.9375rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 5.9375rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 5.9375rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 5.9375rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 5.9375rem !important;
  }
  .m-sm-20 {
    margin: 6.25rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 6.25rem !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.3125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 0.9375rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.9375rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.5625rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5625rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5625rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5625rem !important;
  }
  .p-sm-6 {
    padding: 1.875rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.875rem !important;
  }
  .p-sm-7 {
    padding: 2.1875rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.1875rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.1875rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.1875rem !important;
  }
  .p-sm-8 {
    padding: 2.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2.5rem !important;
  }
  .p-sm-9 {
    padding: 2.8125rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.8125rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.8125rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.8125rem !important;
  }
  .p-sm-10 {
    padding: 3.125rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 3.125rem !important;
  }
  .p-sm-11 {
    padding: 3.4375rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 3.4375rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 3.4375rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 3.4375rem !important;
  }
  .p-sm-12 {
    padding: 3.75rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3.75rem !important;
  }
  .p-sm-13 {
    padding: 4.0625rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 4.0625rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 4.0625rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 4.0625rem !important;
  }
  .p-sm-14 {
    padding: 4.375rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 4.375rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 4.375rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 4.375rem !important;
  }
  .p-sm-15 {
    padding: 4.6875rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 4.6875rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 4.6875rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 4.6875rem !important;
  }
  .p-sm-16 {
    padding: 5rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 5rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 5rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 5rem !important;
  }
  .p-sm-17 {
    padding: 5.3125rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 5.3125rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 5.3125rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 5.3125rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 5.3125rem !important;
  }
  .p-sm-18 {
    padding: 5.625rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 5.625rem !important;
  }
  .p-sm-19 {
    padding: 5.9375rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 5.9375rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 5.9375rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 5.9375rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 5.9375rem !important;
  }
  .p-sm-20 {
    padding: 6.25rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 6.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.3125rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-sm-n2 {
    margin: -0.625rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.625rem !important;
  }
  .m-sm-n3 {
    margin: -0.9375rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-sm-n4 {
    margin: -1.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n5 {
    margin: -1.5625rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5625rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5625rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5625rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5625rem !important;
  }
  .m-sm-n6 {
    margin: -1.875rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n7 {
    margin: -2.1875rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.1875rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.1875rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.1875rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.1875rem !important;
  }
  .m-sm-n8 {
    margin: -2.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n9 {
    margin: -2.8125rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.8125rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.8125rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.8125rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.8125rem !important;
  }
  .m-sm-n10 {
    margin: -3.125rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -3.125rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -3.125rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -3.125rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -3.125rem !important;
  }
  .m-sm-n11 {
    margin: -3.4375rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -3.4375rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -3.4375rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -3.4375rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -3.4375rem !important;
  }
  .m-sm-n12 {
    margin: -3.75rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n13 {
    margin: -4.0625rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -4.0625rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -4.0625rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -4.0625rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -4.0625rem !important;
  }
  .m-sm-n14 {
    margin: -4.375rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -4.375rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -4.375rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -4.375rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -4.375rem !important;
  }
  .m-sm-n15 {
    margin: -4.6875rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -4.6875rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -4.6875rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -4.6875rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -4.6875rem !important;
  }
  .m-sm-n16 {
    margin: -5rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -5rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -5rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -5rem !important;
  }
  .m-sm-n17 {
    margin: -5.3125rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -5.3125rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -5.3125rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -5.3125rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -5.3125rem !important;
  }
  .m-sm-n18 {
    margin: -5.625rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -5.625rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -5.625rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -5.625rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -5.625rem !important;
  }
  .m-sm-n19 {
    margin: -5.9375rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -5.9375rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -5.9375rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -5.9375rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -5.9375rem !important;
  }
  .m-sm-n20 {
    margin: -6.25rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -6.25rem !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.3125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important;
  }
  .m-md-3 {
    margin: 0.9375rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.9375rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.5625rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5625rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5625rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5625rem !important;
  }
  .m-md-6 {
    margin: 1.875rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.875rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.875rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.875rem !important;
  }
  .m-md-7 {
    margin: 2.1875rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.1875rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.1875rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.1875rem !important;
  }
  .m-md-8 {
    margin: 2.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2.5rem !important;
  }
  .m-md-9 {
    margin: 2.8125rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.8125rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.8125rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.8125rem !important;
  }
  .m-md-10 {
    margin: 3.125rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 3.125rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 3.125rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 3.125rem !important;
  }
  .m-md-11 {
    margin: 3.4375rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 3.4375rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 3.4375rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 3.4375rem !important;
  }
  .m-md-12 {
    margin: 3.75rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 3.75rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 3.75rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 3.75rem !important;
  }
  .m-md-13 {
    margin: 4.0625rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 4.0625rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 4.0625rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 4.0625rem !important;
  }
  .m-md-14 {
    margin: 4.375rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 4.375rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 4.375rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 4.375rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 4.375rem !important;
  }
  .m-md-15 {
    margin: 4.6875rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 4.6875rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 4.6875rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 4.6875rem !important;
  }
  .m-md-16 {
    margin: 5rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 5rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 5rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 5rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 5rem !important;
  }
  .m-md-17 {
    margin: 5.3125rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 5.3125rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 5.3125rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 5.3125rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 5.3125rem !important;
  }
  .m-md-18 {
    margin: 5.625rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 5.625rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 5.625rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 5.625rem !important;
  }
  .m-md-19 {
    margin: 5.9375rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 5.9375rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 5.9375rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 5.9375rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 5.9375rem !important;
  }
  .m-md-20 {
    margin: 6.25rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 6.25rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 6.25rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 6.25rem !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.3125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important;
  }
  .p-md-3 {
    padding: 0.9375rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.9375rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.5625rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5625rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5625rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5625rem !important;
  }
  .p-md-6 {
    padding: 1.875rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.875rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.875rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.875rem !important;
  }
  .p-md-7 {
    padding: 2.1875rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.1875rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.1875rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.1875rem !important;
  }
  .p-md-8 {
    padding: 2.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2.5rem !important;
  }
  .p-md-9 {
    padding: 2.8125rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.8125rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.8125rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.8125rem !important;
  }
  .p-md-10 {
    padding: 3.125rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 3.125rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 3.125rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 3.125rem !important;
  }
  .p-md-11 {
    padding: 3.4375rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 3.4375rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 3.4375rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 3.4375rem !important;
  }
  .p-md-12 {
    padding: 3.75rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 3.75rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 3.75rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 3.75rem !important;
  }
  .p-md-13 {
    padding: 4.0625rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 4.0625rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 4.0625rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 4.0625rem !important;
  }
  .p-md-14 {
    padding: 4.375rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 4.375rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 4.375rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 4.375rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 4.375rem !important;
  }
  .p-md-15 {
    padding: 4.6875rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 4.6875rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 4.6875rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 4.6875rem !important;
  }
  .p-md-16 {
    padding: 5rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 5rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 5rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 5rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 5rem !important;
  }
  .p-md-17 {
    padding: 5.3125rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 5.3125rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 5.3125rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 5.3125rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 5.3125rem !important;
  }
  .p-md-18 {
    padding: 5.625rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 5.625rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 5.625rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 5.625rem !important;
  }
  .p-md-19 {
    padding: 5.9375rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 5.9375rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 5.9375rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 5.9375rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 5.9375rem !important;
  }
  .p-md-20 {
    padding: 6.25rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 6.25rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 6.25rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 6.25rem !important;
  }
  .m-md-n1 {
    margin: -0.3125rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-md-n2 {
    margin: -0.625rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.625rem !important;
  }
  .m-md-n3 {
    margin: -0.9375rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-md-n4 {
    margin: -1.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.25rem !important;
  }
  .m-md-n5 {
    margin: -1.5625rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.5625rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.5625rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.5625rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.5625rem !important;
  }
  .m-md-n6 {
    margin: -1.875rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.875rem !important;
  }
  .m-md-n7 {
    margin: -2.1875rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.1875rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.1875rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.1875rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.1875rem !important;
  }
  .m-md-n8 {
    margin: -2.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2.5rem !important;
  }
  .m-md-n9 {
    margin: -2.8125rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.8125rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.8125rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.8125rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.8125rem !important;
  }
  .m-md-n10 {
    margin: -3.125rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -3.125rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -3.125rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -3.125rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -3.125rem !important;
  }
  .m-md-n11 {
    margin: -3.4375rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -3.4375rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -3.4375rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -3.4375rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -3.4375rem !important;
  }
  .m-md-n12 {
    margin: -3.75rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -3.75rem !important;
  }
  .m-md-n13 {
    margin: -4.0625rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -4.0625rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -4.0625rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -4.0625rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -4.0625rem !important;
  }
  .m-md-n14 {
    margin: -4.375rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -4.375rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -4.375rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -4.375rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -4.375rem !important;
  }
  .m-md-n15 {
    margin: -4.6875rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -4.6875rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -4.6875rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -4.6875rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -4.6875rem !important;
  }
  .m-md-n16 {
    margin: -5rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -5rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -5rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -5rem !important;
  }
  .m-md-n17 {
    margin: -5.3125rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -5.3125rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -5.3125rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -5.3125rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -5.3125rem !important;
  }
  .m-md-n18 {
    margin: -5.625rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -5.625rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -5.625rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -5.625rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -5.625rem !important;
  }
  .m-md-n19 {
    margin: -5.9375rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -5.9375rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -5.9375rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -5.9375rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -5.9375rem !important;
  }
  .m-md-n20 {
    margin: -6.25rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -6.25rem !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.3125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 0.9375rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.9375rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.5625rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5625rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5625rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5625rem !important;
  }
  .m-lg-6 {
    margin: 1.875rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.875rem !important;
  }
  .m-lg-7 {
    margin: 2.1875rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.1875rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.1875rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.1875rem !important;
  }
  .m-lg-8 {
    margin: 2.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2.5rem !important;
  }
  .m-lg-9 {
    margin: 2.8125rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.8125rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.8125rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.8125rem !important;
  }
  .m-lg-10 {
    margin: 3.125rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 3.125rem !important;
  }
  .m-lg-11 {
    margin: 3.4375rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 3.4375rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 3.4375rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 3.4375rem !important;
  }
  .m-lg-12 {
    margin: 3.75rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3.75rem !important;
  }
  .m-lg-13 {
    margin: 4.0625rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 4.0625rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 4.0625rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 4.0625rem !important;
  }
  .m-lg-14 {
    margin: 4.375rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 4.375rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 4.375rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 4.375rem !important;
  }
  .m-lg-15 {
    margin: 4.6875rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 4.6875rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 4.6875rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 4.6875rem !important;
  }
  .m-lg-16 {
    margin: 5rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 5rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 5rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 5rem !important;
  }
  .m-lg-17 {
    margin: 5.3125rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 5.3125rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 5.3125rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 5.3125rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 5.3125rem !important;
  }
  .m-lg-18 {
    margin: 5.625rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 5.625rem !important;
  }
  .m-lg-19 {
    margin: 5.9375rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 5.9375rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 5.9375rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 5.9375rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 5.9375rem !important;
  }
  .m-lg-20 {
    margin: 6.25rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 6.25rem !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.3125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 0.9375rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.9375rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.5625rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5625rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5625rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5625rem !important;
  }
  .p-lg-6 {
    padding: 1.875rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.875rem !important;
  }
  .p-lg-7 {
    padding: 2.1875rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.1875rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.1875rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.1875rem !important;
  }
  .p-lg-8 {
    padding: 2.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2.5rem !important;
  }
  .p-lg-9 {
    padding: 2.8125rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.8125rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.8125rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.8125rem !important;
  }
  .p-lg-10 {
    padding: 3.125rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 3.125rem !important;
  }
  .p-lg-11 {
    padding: 3.4375rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 3.4375rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 3.4375rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 3.4375rem !important;
  }
  .p-lg-12 {
    padding: 3.75rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3.75rem !important;
  }
  .p-lg-13 {
    padding: 4.0625rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 4.0625rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 4.0625rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 4.0625rem !important;
  }
  .p-lg-14 {
    padding: 4.375rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 4.375rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 4.375rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 4.375rem !important;
  }
  .p-lg-15 {
    padding: 4.6875rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 4.6875rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 4.6875rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 4.6875rem !important;
  }
  .p-lg-16 {
    padding: 5rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 5rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 5rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 5rem !important;
  }
  .p-lg-17 {
    padding: 5.3125rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 5.3125rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 5.3125rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 5.3125rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 5.3125rem !important;
  }
  .p-lg-18 {
    padding: 5.625rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 5.625rem !important;
  }
  .p-lg-19 {
    padding: 5.9375rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 5.9375rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 5.9375rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 5.9375rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 5.9375rem !important;
  }
  .p-lg-20 {
    padding: 6.25rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 6.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.3125rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-lg-n2 {
    margin: -0.625rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.625rem !important;
  }
  .m-lg-n3 {
    margin: -0.9375rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-lg-n4 {
    margin: -1.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n5 {
    margin: -1.5625rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5625rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5625rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5625rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5625rem !important;
  }
  .m-lg-n6 {
    margin: -1.875rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n7 {
    margin: -2.1875rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.1875rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.1875rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.1875rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.1875rem !important;
  }
  .m-lg-n8 {
    margin: -2.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n9 {
    margin: -2.8125rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.8125rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.8125rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.8125rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.8125rem !important;
  }
  .m-lg-n10 {
    margin: -3.125rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -3.125rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -3.125rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -3.125rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -3.125rem !important;
  }
  .m-lg-n11 {
    margin: -3.4375rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -3.4375rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -3.4375rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -3.4375rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -3.4375rem !important;
  }
  .m-lg-n12 {
    margin: -3.75rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n13 {
    margin: -4.0625rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -4.0625rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -4.0625rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -4.0625rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -4.0625rem !important;
  }
  .m-lg-n14 {
    margin: -4.375rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -4.375rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -4.375rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -4.375rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -4.375rem !important;
  }
  .m-lg-n15 {
    margin: -4.6875rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -4.6875rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -4.6875rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -4.6875rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -4.6875rem !important;
  }
  .m-lg-n16 {
    margin: -5rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -5rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -5rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -5rem !important;
  }
  .m-lg-n17 {
    margin: -5.3125rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -5.3125rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -5.3125rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -5.3125rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -5.3125rem !important;
  }
  .m-lg-n18 {
    margin: -5.625rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -5.625rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -5.625rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -5.625rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -5.625rem !important;
  }
  .m-lg-n19 {
    margin: -5.9375rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -5.9375rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -5.9375rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -5.9375rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -5.9375rem !important;
  }
  .m-lg-n20 {
    margin: -6.25rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -6.25rem !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.3125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 0.9375rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.9375rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 1.5625rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5625rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5625rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5625rem !important;
  }
  .m-xl-6 {
    margin: 1.875rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.875rem !important;
  }
  .m-xl-7 {
    margin: 2.1875rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.1875rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.1875rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.1875rem !important;
  }
  .m-xl-8 {
    margin: 2.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2.5rem !important;
  }
  .m-xl-9 {
    margin: 2.8125rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.8125rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.8125rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.8125rem !important;
  }
  .m-xl-10 {
    margin: 3.125rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 3.125rem !important;
  }
  .m-xl-11 {
    margin: 3.4375rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 3.4375rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 3.4375rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 3.4375rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 3.4375rem !important;
  }
  .m-xl-12 {
    margin: 3.75rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3.75rem !important;
  }
  .m-xl-13 {
    margin: 4.0625rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 4.0625rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 4.0625rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 4.0625rem !important;
  }
  .m-xl-14 {
    margin: 4.375rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 4.375rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 4.375rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 4.375rem !important;
  }
  .m-xl-15 {
    margin: 4.6875rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 4.6875rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 4.6875rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 4.6875rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 4.6875rem !important;
  }
  .m-xl-16 {
    margin: 5rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 5rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 5rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 5rem !important;
  }
  .m-xl-17 {
    margin: 5.3125rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 5.3125rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 5.3125rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 5.3125rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 5.3125rem !important;
  }
  .m-xl-18 {
    margin: 5.625rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 5.625rem !important;
  }
  .m-xl-19 {
    margin: 5.9375rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 5.9375rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 5.9375rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 5.9375rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 5.9375rem !important;
  }
  .m-xl-20 {
    margin: 6.25rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 6.25rem !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.3125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 0.9375rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.9375rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.5625rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5625rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5625rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5625rem !important;
  }
  .p-xl-6 {
    padding: 1.875rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.875rem !important;
  }
  .p-xl-7 {
    padding: 2.1875rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.1875rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.1875rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.1875rem !important;
  }
  .p-xl-8 {
    padding: 2.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2.5rem !important;
  }
  .p-xl-9 {
    padding: 2.8125rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.8125rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.8125rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.8125rem !important;
  }
  .p-xl-10 {
    padding: 3.125rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 3.125rem !important;
  }
  .p-xl-11 {
    padding: 3.4375rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 3.4375rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 3.4375rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 3.4375rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 3.4375rem !important;
  }
  .p-xl-12 {
    padding: 3.75rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3.75rem !important;
  }
  .p-xl-13 {
    padding: 4.0625rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 4.0625rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 4.0625rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 4.0625rem !important;
  }
  .p-xl-14 {
    padding: 4.375rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 4.375rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 4.375rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 4.375rem !important;
  }
  .p-xl-15 {
    padding: 4.6875rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 4.6875rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 4.6875rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 4.6875rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 4.6875rem !important;
  }
  .p-xl-16 {
    padding: 5rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 5rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 5rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 5rem !important;
  }
  .p-xl-17 {
    padding: 5.3125rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 5.3125rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 5.3125rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 5.3125rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 5.3125rem !important;
  }
  .p-xl-18 {
    padding: 5.625rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 5.625rem !important;
  }
  .p-xl-19 {
    padding: 5.9375rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 5.9375rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 5.9375rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 5.9375rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 5.9375rem !important;
  }
  .p-xl-20 {
    padding: 6.25rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 6.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xl-n3 {
    margin: -0.9375rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.9375rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.9375rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.9375rem !important;
  }
  .m-xl-n4 {
    margin: -1.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n5 {
    margin: -1.5625rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5625rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5625rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5625rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5625rem !important;
  }
  .m-xl-n6 {
    margin: -1.875rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n7 {
    margin: -2.1875rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.1875rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.1875rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.1875rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.1875rem !important;
  }
  .m-xl-n8 {
    margin: -2.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n9 {
    margin: -2.8125rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.8125rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.8125rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.8125rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.8125rem !important;
  }
  .m-xl-n10 {
    margin: -3.125rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -3.125rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -3.125rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -3.125rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -3.125rem !important;
  }
  .m-xl-n11 {
    margin: -3.4375rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -3.4375rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -3.4375rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -3.4375rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -3.4375rem !important;
  }
  .m-xl-n12 {
    margin: -3.75rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n13 {
    margin: -4.0625rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -4.0625rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -4.0625rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -4.0625rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -4.0625rem !important;
  }
  .m-xl-n14 {
    margin: -4.375rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -4.375rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -4.375rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -4.375rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -4.375rem !important;
  }
  .m-xl-n15 {
    margin: -4.6875rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -4.6875rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -4.6875rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -4.6875rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -4.6875rem !important;
  }
  .m-xl-n16 {
    margin: -5rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -5rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -5rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -5rem !important;
  }
  .m-xl-n17 {
    margin: -5.3125rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -5.3125rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -5.3125rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -5.3125rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -5.3125rem !important;
  }
  .m-xl-n18 {
    margin: -5.625rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -5.625rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -5.625rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -5.625rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -5.625rem !important;
  }
  .m-xl-n19 {
    margin: -5.9375rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -5.9375rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -5.9375rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -5.9375rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -5.9375rem !important;
  }
  .m-xl-n20 {
    margin: -6.25rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -6.25rem !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: #0F0F0F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #818181 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #5b5b5b !important;
}

.text-success {
  color: #39E26B !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1ab448 !important;
}

.text-info {
  color: #4C8FE6 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1c68c9 !important;
}

.text-warning {
  color: #E2AA0F !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #9a740a !important;
}

.text-danger {
  color: #EE0000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a20000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #0F0F0F !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #818181 !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* ===========================================
    01 - Basic
    Typography, Common Classes
    Custom Bootstrap Elements Styles
=========================================== */
/* ------------------------------------------
    01.1 - Typrography
------------------------------------------ */
/* Font Family */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
font-family: 'BioRhyme', serif, 'Syne', sans-serif;
font-size: 18px;
font-weight: 100;
font-style: normal;
line-height: 1.45;
visibility: visible;
color: #000;
}

body[data-dir="rtl"] {
  text-align: right;
  direction: rtl;
}

p:last-child {
  margin-bottom: 0;
}

/* --
    Headings Style with headings classes
-- */
/* Headings common style */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Bellefair', serif;
  font-weight: 100;
  line-height: 1.17;
  color: #555;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

/* Headings font sizes with responsive size */
h1, .h1 {
font-size: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
   font-size: 25px;
  }
}

@media only screen and (max-width: 768px) 
{   /*SOS1*/
    .column1 {
  float: left;
  width: 100% !important;
  padding-top: 15px;
}
.row1 {
  max-width: 70%;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0px auto;
  line-height: 20px;
}
.column1 p
{
    margin-bottom: 0px;
}
.circle, .cursor 
{
    display:none !important;
}
    .vidContain
    {
          display:none;
          visibility:hidden;
    }
    .testimonial-content .summery p {
  font-size: 14px;
max-height: 300px;
overflow: auto;
}
.footer-contact-widget .contact-info {
  text-align: center;
}
.testimonial-prev {
  right: calc(0% + 61px) !important;
  bottom: 10px;
  left: auto;
}
.testimonial-next {
  right: calc(0%) !important;
  bottom: 38px;
}
    .logo-light
    {
        display:none;
    }
    .mtt1 {
  margin-top: -10px;
}
 
  h1, .h1 {
   font-size: 22px;
  }
  .overlay-menu > ul > li > a {
  font-size: 20px !important;
  }
  .overlay-menu > ul > li .menu-expand {
  position: absolute;
  top: 15px  !important;
  right: -10px !important;
  cursor: pointer;
  transform: scale(0.5);
  margin-right: -10px;
}
}

h2, .h2 {
  font-size: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 1.96875rem;
  }
}

@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.77734rem;
  }
}

h3, .h3 {
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4, .h4 {
    font-size: 1.0125rem;
  }
}

@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 0.93746rem;
  }
}

h5, .h5 {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5, .h5 {
    font-size: 0.9rem;
  }
}

h6, .h6 {
  font-size: 0.875rem;
}

/* Type display classes */
.display-1 {
  font-size: 6rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-1 {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 5.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-2 {
    font-size: 4.125rem;
  }
}

@media only screen and (max-width: 575px) {
  .display-2 {
    font-size: 2.75rem;
  }
}

.display-3 {
  font-size: 4.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-3 {
    font-size: 3.375rem;
  }
}

@media only screen and (max-width: 575px) {
  .display-3 {
    font-size: 2.3625rem;
  }
}

.display-4 {
  font-size: 3.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-4 {
    font-size: 2.765rem;
  }
}

@media only screen and (max-width: 575px) {
  .display-4 {
    font-size: 2.03rem;
  }
}

/* --
    Misc
-- */
/* Blockquotes */
.blockquote {
  line-height: 1.5;
}

/* Small */
small,
.small {
  font-size: 85%;
}

/* Link */
a {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Custom Container Width */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1640px;
  }
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .container {
    max-width: 1350px;
  }
}

/* ------------------------------------------
    01.2 - Commons Helpers Classes
------------------------------------------ */
/* Section, Section Fluid & Section Spacing */
.section {
  float: left;
  width: 100%;
  overflow: hidden;
}

.section-padding {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section-margin {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-margin {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* Background Image */
[data-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Background Colors */
.bg-primary {
  background-color: #0F0F0F;
}

.bg-secondary {
  background-color: #818181;
}

.bg-success {
  background-color: #39E26B;
}

.bg-info {
  background-color: #4C8FE6;
}

.bg-warning {
  background-color: #E2AA0F;
}

.bg-danger {
  background-color: #EE0000;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #0F0F0F;
}

.bg-soft-primary {
  background-color: rgba(15, 15, 15, 0.15);
}

.bg-soft-secondary {
  background-color: rgba(129, 129, 129, 0.15);
}

.bg-soft-success {
  background-color: rgba(57, 226, 107, 0.15);
}

.bg-soft-info {
  background-color: rgba(76, 143, 230, 0.15);
}

.bg-soft-warning {
  background-color: rgba(226, 170, 15, 0.15);
}

.bg-soft-danger {
  background-color: rgba(238, 0, 0, 0.15);
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.15);
}

.bg-soft-dark {
  background-color: rgba(15, 15, 15, 0.15);
}

/* Overlay */
[data-overlay] {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

[data-overlay]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

[data-overlay="5"]::before {
  opacity: 0.05;
}

[data-overlay="10"]::before {
  opacity: 0.1;
}

[data-overlay="15"]::before {
  opacity: 0.15;
}

[data-overlay="20"]::before {
  opacity: 0.2;
}

[data-overlay="25"]::before {
  opacity: 0.25;
}

[data-overlay="30"]::before {
  opacity: 0.3;
}

[data-overlay="35"]::before {
  opacity: 0.35;
}

[data-overlay="40"]::before {
  opacity: 0.4;
}

[data-overlay="45"]::before {
  opacity: 0.45;
}

[data-overlay="50"]::before {
  opacity: 0.5;
}

[data-overlay="55"]::before {
  opacity: 0.55;
}

[data-overlay="60"]::before {
  opacity: 0.6;
}

[data-overlay="65"]::before {
  opacity: 0.65;
}

[data-overlay="70"]::before {
  opacity: 0.7;
}

[data-overlay="75"]::before {
  opacity: 0.75;
}

[data-overlay="80"]::before {
  opacity: 0.8;
}

[data-overlay="85"]::before {
  opacity: 0.85;
}

[data-overlay="90"]::before {
  opacity: 0.9;
}

[data-overlay="95"]::before {
  opacity: 0.95;
}

[data-overlay="100"]::before {
  opacity: 1;
}

[data-overlay-black]::before {
  background-color: #000000;
}

[data-overlay-white]::before {
  background-color: #fff;
}

[data-overlay-primary]::before {
  background-color: #0F0F0F;
}

[data-overlay-secondary]::before {
  background-color: #818181;
}

[data-overlay-success]::before {
  background-color: #39E26B;
}

[data-overlay-info]::before {
  background-color: #4C8FE6;
}

[data-overlay-warning]::before {
  background-color: #E2AA0F;
}

[data-overlay-danger]::before {
  background-color: #EE0000;
}

[data-overlay-light]::before {
  background-color: #f8f9fa;
}

[data-overlay-dark]::before {
  background-color: #0F0F0F;
}

/* Text Colors */
.text-primary {
  color: #0F0F0F;
}

.text-secondary {
  color: #818181;
}

.text-success {
  color: #39E26B;
}

.text-info {
  color: #4C8FE6;
}

.text-warning {
  color: #E2AA0F;
}

.text-danger {
  color: #EE0000;
}

.text-light {
  color: #f8f9fa;
}

.text-dark {
  color: #0F0F0F;
}

/* Text Hover Colors */
.text-hover-primary:hover {
  color: #0F0F0F !important;
}

.text-hover-secondary:hover {
  color: #818181 !important;
}

.text-hover-success:hover {
  color: #39E26B !important;
}

.text-hover-info:hover {
  color: #4C8FE6 !important;
}

.text-hover-warning:hover {
  color: #E2AA0F !important;
}

.text-hover-danger:hover {
  color: #EE0000 !important;
}

.text-hover-light:hover {
  color: #f8f9fa !important;
}

.text-hover-dark:hover {
  color: #0F0F0F !important;
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight:100;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight:100;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Font Family */
.ff-rubik {
  font-family: "Rubik", sans-serif;
}

.ff-raleway {
  font-family: "Raleway", sans-serif;
}

.ff-montserrat {
  font-family: 'BioRhyme', serif;
}

/* Swiper Navigation Default Style */
.swiper-button-prev,
.swiper-button-next {
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg *,
.swiper-button-next svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* ------------------------------------------
    01.3 - Custom Bootstrap Elements
------------------------------------------ */
/* ---
    01.3.1 - Alerts
------------------------------------------ */
/* Alert Common Style */
.alert {
  padding: 16px 20px;
  color: #fff;
  border-color: transparent;
  border-radius: 4px;
}

.alert i {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.alert .alert-link {
  font-weight: 600;
  text-decoration: underline;
  color: inherit;
}

.alert:last-child {
  margin-bottom: 0;
}

/* Dismissible Alert */
.alert-dismissible {
  padding-right: 80px;
}

.alert-dismissible .close {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  padding: 18px 20px;
  opacity: 0.75;
}

.alert-dismissible .close:hover {
  opacity: 1 !important;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Alert Theme Colors Style */
.alert-primary {
  background-color: #0F0F0F;
}

.alert-outline-primary {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.alert-soft-primary {
  color: #0F0F0F;
  background-color: rgba(15, 15, 15, 0.15);
}

.alert-secondary {
  background-color: #818181;
}

.alert-outline-secondary {
  color: #818181;
  border-color: #818181;
}

.alert-soft-secondary {
  color: #818181;
  background-color: rgba(129, 129, 129, 0.15);
}

.alert-success {
  background-color: #39E26B;
}

.alert-outline-success {
  color: #39E26B;
  border-color: #39E26B;
}

.alert-soft-success {
  color: #39E26B;
  background-color: rgba(57, 226, 107, 0.15);
}

.alert-info {
  background-color: #4C8FE6;
}

.alert-outline-info {
  color: #4C8FE6;
  border-color: #4C8FE6;
}

.alert-soft-info {
  color: #4C8FE6;
  background-color: rgba(76, 143, 230, 0.15);
}

.alert-warning {
  background-color: #E2AA0F;
}

.alert-outline-warning {
  color: #E2AA0F;
  border-color: #E2AA0F;
}

.alert-soft-warning {
  color: #E2AA0F;
  background-color: rgba(226, 170, 15, 0.15);
}

.alert-danger {
  background-color: #EE0000;
}

.alert-outline-danger {
  color: #EE0000;
  border-color: #EE0000;
}

.alert-soft-danger {
  color: #EE0000;
  background-color: rgba(238, 0, 0, 0.15);
}

.alert-light {
  background-color: #f8f9fa;
  color: #818181;
}

.alert-outline-light {
  color: #9fadba;
  border-color: #dae0e5;
}

.alert-soft-light {
  color: #212529;
  background-color: rgba(248, 249, 250, 0.5);
}

.alert-dark {
  background-color: #0F0F0F;
}

.alert-outline-dark {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.alert-soft-dark {
  color: #0F0F0F;
  background-color: rgba(15, 15, 15, 0.15);
}

/* ---
    01.3.2 - Avatar
------------------------------------------ */
.avatar {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 160px;
}

.avatar img {
  display: block;
  width: 100%;
  border-radius: 160px;
}

.avatar .badge {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.avatar.lg {
  width: 44px;
  height: 44px;
}

.avatar.sm {
  width: 28px;
  height: 28px;
}

.avatar.xs {
  width: 24px;
  height: 24px;
}

/* ---
    01.3.3 - Badge
------------------------------------------ */
.badge {
  font-size: 65%;
  border: 1px solid transparent;
}

/* Circle Badge */
[class*="badge-circle-"] {
  font-size: 0;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: transparent;
}

[class*="badge-circle-"].sm {
  width: 10px;
  height: 10px;
}

/* Dot Badge */
[class*="badge-dot-"] {
  font-size: 0;
  position: relative;
  display: inline-block !important;
  width: 7px;
  height: 7px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
}

[class*="badge-dot-"]::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
}

[class*="badge-dot-"].animation::before {
  -webkit-animation: badge-scale-animation 2s linear infinite both;
          animation: badge-scale-animation 2s linear infinite both;
}

/* Badge Scale Animation For Dot Badge */
@-webkit-keyframes badge-scale-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
}
@keyframes badge-scale-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
}

/* Badge Theme Colors Style */
.badge-outline-primary {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.badge-soft-primary {
  color: #0F0F0F;
  background-color: rgba(15, 15, 15, 0.15);
}

.badge-circle-primary {
  border: 2px solid #0F0F0F;
}

.badge-dot-primary {
  background-color: #0F0F0F;
}

.badge-dot-primary::before {
  background-color: rgba(15, 15, 15, 0.3);
}

a.badge-outline-primary:hover,
button.badge-outline-primary:hover,
input[type="submit"].badge-outline-primary:hover,
a.badge-soft-primary:hover,
button.badge-soft-primary:hover,
input[type="submit"].badge-soft-primary:hover {
  color: #fff;
  background-color: #0F0F0F;
}

.badge-outline-secondary {
  color: #818181;
  border-color: #818181;
}

.badge-soft-secondary {
  color: #818181;
  background-color: rgba(129, 129, 129, 0.15);
}

.badge-circle-secondary {
  border: 2px solid #818181;
}

.badge-dot-secondary {
  background-color: #818181;
}

.badge-dot-secondary::before {
  background-color: rgba(129, 129, 129, 0.3);
}

a.badge-outline-secondary:hover,
button.badge-outline-secondary:hover,
input[type="submit"].badge-outline-secondary:hover,
a.badge-soft-secondary:hover,
button.badge-soft-secondary:hover,
input[type="submit"].badge-soft-secondary:hover {
  color: #fff;
  background-color: #818181;
}

.badge-outline-success {
  color: #39E26B;
  border-color: #39E26B;
}

.badge-soft-success {
  color: #39E26B;
  background-color: rgba(57, 226, 107, 0.15);
}

.badge-circle-success {
  border: 2px solid #39E26B;
}

.badge-dot-success {
  background-color: #39E26B;
}

.badge-dot-success::before {
  background-color: rgba(57, 226, 107, 0.3);
}

a.badge-outline-success:hover,
button.badge-outline-success:hover,
input[type="submit"].badge-outline-success:hover,
a.badge-soft-success:hover,
button.badge-soft-success:hover,
input[type="submit"].badge-soft-success:hover {
  color: #fff;
  background-color: #39E26B;
}

.badge-outline-info {
  color: #4C8FE6;
  border-color: #4C8FE6;
}

.badge-soft-info {
  color: #4C8FE6;
  background-color: rgba(76, 143, 230, 0.15);
}

.badge-circle-info {
  border: 2px solid #4C8FE6;
}

.badge-dot-info {
  background-color: #4C8FE6;
}

.badge-dot-info::before {
  background-color: rgba(76, 143, 230, 0.3);
}

a.badge-outline-info:hover,
button.badge-outline-info:hover,
input[type="submit"].badge-outline-info:hover,
a.badge-soft-info:hover,
button.badge-soft-info:hover,
input[type="submit"].badge-soft-info:hover {
  color: #fff;
  background-color: #4C8FE6;
}

.badge-outline-warning {
  color: #E2AA0F;
  border-color: #E2AA0F;
}

.badge-soft-warning {
  color: #E2AA0F;
  background-color: rgba(226, 170, 15, 0.15);
}

.badge-circle-warning {
  border: 2px solid #E2AA0F;
}

.badge-dot-warning {
  background-color: #E2AA0F;
}

.badge-dot-warning::before {
  background-color: rgba(226, 170, 15, 0.3);
}

a.badge-outline-warning:hover,
button.badge-outline-warning:hover,
input[type="submit"].badge-outline-warning:hover,
a.badge-soft-warning:hover,
button.badge-soft-warning:hover,
input[type="submit"].badge-soft-warning:hover {
  color: #212529;
  background-color: #E2AA0F;
}

.badge-outline-danger {
  color: #EE0000;
  border-color: #EE0000;
}

.badge-soft-danger {
  color: #EE0000;
  background-color: rgba(238, 0, 0, 0.15);
}

.badge-circle-danger {
  border: 2px solid #EE0000;
}

.badge-dot-danger {
  background-color: #EE0000;
}

.badge-dot-danger::before {
  background-color: rgba(238, 0, 0, 0.3);
}

a.badge-outline-danger:hover,
button.badge-outline-danger:hover,
input[type="submit"].badge-outline-danger:hover,
a.badge-soft-danger:hover,
button.badge-soft-danger:hover,
input[type="submit"].badge-soft-danger:hover {
  color: #fff;
  background-color: #EE0000;
}

.badge-outline-light {
  color: #dae0e5;
  border-color: #dae0e5;
}

.badge-soft-light {
  color: #212529;
  background-color: rgba(248, 249, 250, 0.5);
}

.badge-circle-light {
  border: 2px solid #dae0e5;
}

.badge-dot-light {
  background-color: #dae0e5;
}

.badge-dot-light::before {
  background-color: rgba(248, 249, 250, 0.3);
}

a.badge-outline-light:hover,
button.badge-outline-light:hover,
input[type="submit"].badge-outline-light:hover,
a.badge-soft-light:hover,
button.badge-soft-light:hover,
input[type="submit"].badge-soft-light:hover {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-outline-dark {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.badge-soft-dark {
  color: #0F0F0F;
  background-color: rgba(15, 15, 15, 0.15);
}

.badge-circle-dark {
  border: 2px solid #0F0F0F;
}

.badge-dot-dark {
  background-color: #0F0F0F;
}

.badge-dot-dark::before {
  background-color: rgba(15, 15, 15, 0.3);
}

a.badge-outline-dark:hover,
button.badge-outline-dark:hover,
input[type="submit"].badge-outline-dark:hover,
a.badge-soft-dark:hover,
button.badge-soft-dark:hover,
input[type="submit"].badge-soft-dark:hover {
  color: #fff;
  background-color: #0F0F0F;
}

/* ---
    01.3.4 - Breadcrumb
------------------------------------------ */
.breadcrumb .breadcrumb-item a {
  color: #818181;
}

.breadcrumb .breadcrumb-item.active {
  color: #0F0F0F;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #818181;
}

/* Breadcrumb Theme Colors Style */
.breadcrumb.bg-primary .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-primary .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-primary .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-secondary .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-secondary .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-secondary .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-success .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-success .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-success .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-info .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-info .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-info .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-warning .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-warning .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-warning .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-danger .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-danger .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-danger .breadcrumb-item.active::before {
  color: #fff;
}

.breadcrumb.bg-dark .breadcrumb-item a {
  color: inherit;
}

.breadcrumb.bg-dark .breadcrumb-item.active {
  color: inherit;
}

.breadcrumb.bg-dark .breadcrumb-item.active::before {
  color: #fff;
}

/* ---
    01.3.5 - Button
------------------------------------------ */
/* Button */
.btn {
  font-size: 14px;
  font-weight:100;
  line-height: 24px;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  padding: 9px 76px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-default {
  color: #fff;
  background-color: #818181;
}

.btn-default:hover {
  color: #fff;
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.btn-primary {
  color: #fff;
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.btn-white {
  color: #0F0F0F;
  border-color: #fff;
  background-color: #fff;
}

.btn-default-outline::before, .btn-white-outline::before, .btn-primary-outline::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-default-outline {
  color: #818181;
  border-color: #818181;
}

.btn-default-outline::before {
  background-color: #818181;
}

.btn-primary-outline {
  color: #0F0F0F;
  border-color: #0F0F0F;
}

.btn-primary-outline::before {
  width: 0;
  background-color: #0F0F0F;
}

.btn-white-outline {
  color: #fff;
  border-color: #fff;
}

.btn-white-outline::before {
  width: 0;
  background-color: #fff;
}

.btn-white-outline:hover {
  color: #0F0F0F;
  border-color: #fff;
  background-color: #fff;
}

.btn-white-outline:hover::before {
  width: 100%;
}

.btn-default-outline:hover, .btn-primary-outline:hover {
  color: #fff;
  border-color: #0F0F0F;
}

.btn-default-outline:hover::before, .btn-primary-outline:hover::before {
  width: 100%;
  background-color: #c6ba9c;
}

/* ---
    01.3.6 - Card
------------------------------------------ */
.card {
  margin-bottom: 24px;
  border: none;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.card .card-img,
.card .card-img-top,
.card .card-img-bottom {
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card.card-fullscreen {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

/* Card Header */
.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #DEE2E6;
  background-color: transparent;
}

/* Card Header Options */
.card-header-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-header-options li + li {
  margin-left: 12px;
}

.card-header-options li a {
  color: inherit;
}

.card-header-options li a:hover {
  text-decoration: none;
  color: #0F0F0F;
}

.card-header-options li a i {
  line-height: 1;
  display: block;
}

/* Card Body */
.card-body {
  padding: 24px;
}

/* Card Footer */
.card-footer {
  background-color: transparent;
}

/* ---
    01.3.8 - Collapse & Accordion
------------------------------------------ */
.accordion .card {
  margin-bottom: 0;
  border: 1px solid #DEE2E6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header {
  padding: 12px 24px;
}

.accordion .card .card-header .title {
  font-size: 16px;
  width: 100%;
  margin-bottom: 0;
}

.accordion .card .card-header .btn {
  font-size: inherit;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
}

.accordion.accordion-status-indicator .card .card-header .btn {
  position: relative;
}

.accordion.accordion-status-indicator .card .card-header .btn::before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  content: "\f106";
}

.accordion.accordion-status-indicator .card .card-header .btn.collapsed::before {
  content: "\f107";
}

/* ---
    01.3.9 - Dropdown
------------------------------------------ */
/* Dropdown Toggle */
.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-toggle::after {
  vertical-align: 3.5px;
}

/* Dropdown Toggle Split */
.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

.dropdown-toggle-split.btn-xs {
  padding-right: 6px;
  padding-left: 6px;
}

.dropdown-toggle-split.btn-sm, .btn-group-sm > .dropdown-toggle-split.btn {
  padding-right: 6px;
  padding-left: 6px;
}

.dropdown-toggle-split.btn-lg, .btn-group-lg > .dropdown-toggle-split.btn {
  padding-right: 12px;
  padding-left: 12px;
}

.dropdown-toggle-split.btn-xl {
  padding-right: 15px;
  padding-left: 15px;
}

/* Dropdown Menu */
.dropdown-menu {
  font-size: 1rem;
  min-width: 190px;
  max-width: 320px;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-header {
  padding: 12px 20px;
}

.dropdown-menu .dropdown-item {
  padding: 9px 20px;
}

/* ---
    01.3.10 - Form
------------------------------------------ */
label {
  line-height: 1;
  margin-bottom: 12px;
}

.form-control {
  font-size: 11px;
  line-height: 24px;
  width: 100%;
  height: 64px;
  padding: 9px 40px;
  border: 1px solid #0F0F0F;
  border-radius: 0;
  background-color: transparent;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 575px) {
  .form-control {
    padding-right: 25px;
    padding-left: 25px;
  }
}

textarea.form-control {
  min-height: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-control-lg {
  height: 48px;
}

.custom-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: auto;
  padding-left: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ADB5BD;
}

.custom-control-label {
  line-height: 26px;
  min-height: 26px;
  padding-left: 36px;
}

.custom-control-label::before {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #0F0F0F;
  border-radius: 0 !important;
}

.custom-control-label::after {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}

.custom-switch .custom-control-label {
  padding-left: 36px;
}

.custom-switch .custom-control-label::before {
  top: 3px;
  left: 0;
}

.custom-switch .custom-control-label::after {
  top: calc(3px + 2px);
  left: 2px;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: none;
}

.custom-range::-webkit-slider-thumb {
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-range::-moz-range-thumb {
  border: none;
  border-radius: 50%;
  box-shadow: none;
}

.custom-range::-ms-thumb {
  border: none;
  border-radius: 50%;
  box-shadow: none;
}

.custom-file-input:focus .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-file-label::after {
  height: auto;
}

/* Custom Control Theme Colors Style */
.custom-control-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0F0F0F;
  background-color: #0F0F0F;
  color: #fff;
}

.custom-control-primary .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-primary::-webkit-slider-thumb {
  background-color: #0F0F0F;
}

.custom-range-primary::-webkit-slider-thumb:active {
  background-color: #0F0F0F;
}

.custom-range-primary::-moz-range-thumb {
  background-color: #0F0F0F;
}

.custom-range-primary::-moz-range-thumb:active {
  background-color: #0F0F0F;
}

.custom-range-primary::-ms-thumb {
  background-color: #0F0F0F;
}

.custom-range-primary::-ms-thumb:active {
  background-color: #0F0F0F;
}

.custom-control-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #818181;
  background-color: #818181;
  color: #fff;
}

.custom-control-secondary .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-secondary::-webkit-slider-thumb {
  background-color: #818181;
}

.custom-range-secondary::-webkit-slider-thumb:active {
  background-color: #818181;
}

.custom-range-secondary::-moz-range-thumb {
  background-color: #818181;
}

.custom-range-secondary::-moz-range-thumb:active {
  background-color: #818181;
}

.custom-range-secondary::-ms-thumb {
  background-color: #818181;
}

.custom-range-secondary::-ms-thumb:active {
  background-color: #818181;
}

.custom-control-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #39E26B;
  background-color: #39E26B;
  color: #fff;
}

.custom-control-success .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-success::-webkit-slider-thumb {
  background-color: #39E26B;
}

.custom-range-success::-webkit-slider-thumb:active {
  background-color: #39E26B;
}

.custom-range-success::-moz-range-thumb {
  background-color: #39E26B;
}

.custom-range-success::-moz-range-thumb:active {
  background-color: #39E26B;
}

.custom-range-success::-ms-thumb {
  background-color: #39E26B;
}

.custom-range-success::-ms-thumb:active {
  background-color: #39E26B;
}

.custom-control-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4C8FE6;
  background-color: #4C8FE6;
  color: #fff;
}

.custom-control-info .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-info::-webkit-slider-thumb {
  background-color: #4C8FE6;
}

.custom-range-info::-webkit-slider-thumb:active {
  background-color: #4C8FE6;
}

.custom-range-info::-moz-range-thumb {
  background-color: #4C8FE6;
}

.custom-range-info::-moz-range-thumb:active {
  background-color: #4C8FE6;
}

.custom-range-info::-ms-thumb {
  background-color: #4C8FE6;
}

.custom-range-info::-ms-thumb:active {
  background-color: #4C8FE6;
}

.custom-control-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E2AA0F;
  background-color: #E2AA0F;
  color: #212529;
}

.custom-control-warning .custom-control-input:checked ~ .custom-control-label::after {
  color: #212529;
}

.custom-range-warning::-webkit-slider-thumb {
  background-color: #E2AA0F;
}

.custom-range-warning::-webkit-slider-thumb:active {
  background-color: #E2AA0F;
}

.custom-range-warning::-moz-range-thumb {
  background-color: #E2AA0F;
}

.custom-range-warning::-moz-range-thumb:active {
  background-color: #E2AA0F;
}

.custom-range-warning::-ms-thumb {
  background-color: #E2AA0F;
}

.custom-range-warning::-ms-thumb:active {
  background-color: #E2AA0F;
}

.custom-control-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #EE0000;
  background-color: #EE0000;
  color: #fff;
}

.custom-control-danger .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-danger::-webkit-slider-thumb {
  background-color: #EE0000;
}

.custom-range-danger::-webkit-slider-thumb:active {
  background-color: #EE0000;
}

.custom-range-danger::-moz-range-thumb {
  background-color: #EE0000;
}

.custom-range-danger::-moz-range-thumb:active {
  background-color: #EE0000;
}

.custom-range-danger::-ms-thumb {
  background-color: #EE0000;
}

.custom-range-danger::-ms-thumb:active {
  background-color: #EE0000;
}

.custom-control-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
  color: #212529;
}

.custom-control-light .custom-control-input:checked ~ .custom-control-label::after {
  color: #212529;
}

.custom-control-light.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='%23212529' 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-control-light.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='%23212529'/%3e%3c/svg%3e");
}

.custom-control-light.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #212529;
}

.custom-range-light::-webkit-slider-thumb {
  background-color: #f8f9fa;
}

.custom-range-light::-webkit-slider-thumb:active {
  background-color: #f8f9fa;
}

.custom-range-light::-moz-range-thumb {
  background-color: #f8f9fa;
}

.custom-range-light::-moz-range-thumb:active {
  background-color: #f8f9fa;
}

.custom-range-light::-ms-thumb {
  background-color: #f8f9fa;
}

.custom-range-light::-ms-thumb:active {
  background-color: #f8f9fa;
}

.custom-control-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0F0F0F;
  background-color: #0F0F0F;
  color: #fff;
}

.custom-control-dark .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}

.custom-range-dark::-webkit-slider-thumb {
  background-color: #0F0F0F;
}

.custom-range-dark::-webkit-slider-thumb:active {
  background-color: #0F0F0F;
}

.custom-range-dark::-moz-range-thumb {
  background-color: #0F0F0F;
}

.custom-range-dark::-moz-range-thumb:active {
  background-color: #0F0F0F;
}

.custom-range-dark::-ms-thumb {
  background-color: #0F0F0F;
}

.custom-range-dark::-ms-thumb:active {
  background-color: #0F0F0F;
}

/* ---
    01.3.11 - Jumbotron
------------------------------------------ */
.jumbotron:last-child {
  margin-bottom: 0;
}

/* ---
    01.3.12 - List Group
------------------------------------------ */
.list-group-item.active h1,
.list-group-item.active h2,
.list-group-item.active h3,
.list-group-item.active h4,
.list-group-item.active h5,
.list-group-item.active h6 {
  color: inherit;
}

/* ---
    01.3.13 - Media Object
------------------------------------------ */
/* ---
    01.3.14 - Modal
------------------------------------------ */
.progress-title {
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F0F0F;
}

.progress {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 4px;
  margin-bottom: 40px;
  background-color: #E8E8E4;
}

.progress:last-child {
  margin-bottom: 0;
}

.progress .progress-bar {
  position: relative;
  display: block;
  overflow: visible;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: #0F0F0F;
}

.progress .progress-bar::before {
  font-size: 16px;
  font-weight:100;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  content: attr(data-progress);
  color: #0F0F0F;
}

/* ===========================================
    02 - Layout 
    Header, Footer, Main Container/Wrapper and
    Page Header Styles
=========================================== */
/* ------------------------------------------
    02.1 - Header/Navigation Layout Style
------------------------------------------ */
/* Header Section */
.header-section {
  position: relative;
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.header-section.header-sticky {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.header-section.header-sticky.is-sticky {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Site Logo */
.site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
}

.site-logo a {
  line-height: 1;
}

.site-logo a img {
  width: 100%;
  max-width: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .site-logo {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-logo {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-logo {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .site-logo {
    max-width: 160px;
    margin-left: 15px;
  }
}

/* Main Menu */
.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-menu > ul > li + li {
  margin-left: 48px;
}

.main-menu > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  position: relative;
  display: block;
  padding: 18px 0;
  text-transform: uppercase;
  color: #0F0F0F;
}

.main-menu > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 2px;
  margin-top: 1px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #0F0F0F;
}

.main-menu > ul > li:hover > a::before {
  left: 0;
  width: 100%;
}

.main-menu > ul > li:hover > .sub-menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.main-menu.light > ul > li > a {
  color: #fff;
}

.main-menu.light > ul > li > a::before {
  background-color: #fff;
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 250px;
  padding: 20px 0;
  list-style: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  border-top: 5px solid #0F0F0F;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px rgba(0, 19, 58, 0.3);
          box-shadow: 0 12px 12px rgba(0, 19, 58, 0.3);
}

.main-menu .sub-menu > li > a {
  font-family: 'Bellefair', serif;
  line-height: 20px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 35px;
  color: #0F0F0F;
}

.main-menu .sub-menu > li:hover > a {
  color: #fff;
  background-color: #0F0F0F;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .main-menu > ul > li + li {
    margin-left: 30px;
  }
}

/* Header Toggle Buttons */
.header-toggle-buttons {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0;
  padding-right: 30px;
}

.header-toggle-buttons .search-toggle {
  margin-right: 116px;
  color: #0F0F0F;
}

.header-toggle-buttons .search-toggle i {
  font-size: 16px;
  line-height: 24px;
}

.header-toggle-buttons .offcanvas-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
}

.header-toggle-buttons .offcanvas-toggle .bar {
  display: block;
  height: 1px;
  margin: 2.5px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 14px;
  background-color: #0F0F0F;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(1) {
  width: 40px;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(2) {
  width: 34px;
}

.header-toggle-buttons .offcanvas-toggle .bar:nth-child(3) {
  width: 28px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(1) {
  width: 36px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(2) {
  width: 32px;
}

.header-toggle-buttons .offcanvas-toggle:hover .bar:nth-child(3) {
  width: 40px;
}

.header-toggle-buttons .menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32px;
}

.header-toggle-buttons .menu-toggle .bar {
  display: block;
  width: 32px;
  height: 3px;
  margin: 2.5px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 14px;
  background-color: #0F0F0F;
}

.header-toggle-buttons .menu-toggle:hover .bar:nth-child(1) {
  width: 28px;
}

.header-toggle-buttons .menu-toggle:hover .bar:nth-child(2) {
  width: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-toggle-buttons .search-toggle {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-toggle-buttons {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .header-toggle-buttons {
    padding-right: 15px;
  }
  .header-toggle-buttons .search-toggle {
    margin-right: 20px;
  }
}

/* Header Toggle Buttons Light */
.header-toggle-buttons-light .search-toggle {
  color: #7b7b7b;
}

.header-toggle-buttons-light .offcanvas-toggle .bar,
.header-toggle-buttons-light .menu-toggle .bar {
  background-color: #000;
}

/* Overlay Menu Toggle */
.overlay-menu-toogle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  padding: 21px;
  border: none;
 background-color: #d9cdb5a3;
  border: 1px solid #000;
}

.overlay-menu-toogle svg * {
  fill: #646464; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overlay-menu-toogle {
    width: 80px;
    height: 80px;
  }
}

/* Fullscreen Search */
.fullscreen-search {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #e1e1e1;
}

.fullscreen-search.open {
  left: 0;
}

.fullscreen-search .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.fullscreen-search .close-btn:focus {
  outline: none;
}

.fullscreen-search .close-btn::before, .fullscreen-search .close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0F0F0F;
}

.fullscreen-search .close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fullscreen-search .close-btn:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.fullscreen-search .close-btn:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Fullscreen Search Form */
.fullscreen-search-form {
  width: 100%;
  max-width: 500px;
}

.fullscreen-search-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fullscreen-search-form form .btn {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .fullscreen-search-form {
    width: calc(100% - 30px);
  }
  .fullscreen-search-form form {
    width: 100%;
  }
  .fullscreen-search-form form .form-control {
    width: 100%;
  }
  .fullscreen-search-form form .btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .fullscreen-search-form form .form-control {
    padding: 9px 24px;
  }
}

/* Offcanvas Widget */
.widget-offcanvas {
  position: fixed;
  z-index: 990;
  top: 0;
  right: -100%;
  visibility: hidden;
  width: 400px;
  height: 100%;
  padding: 80px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #e1e1e1;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.widget-offcanvas.open {
  right: 0;
  visibility: visible;
}

.widget-offcanvas .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.widget-offcanvas .close-btn:focus {
  outline: none;
}

.widget-offcanvas .close-btn::before, .widget-offcanvas .close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0F0F0F;
}

.widget-offcanvas .close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.widget-offcanvas .close-btn:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.widget-offcanvas .close-btn:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.widget-offcanvas .inner {
  overflow-x: auto;
  max-height: 100%;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .widget-offcanvas {
    width: 100%;
  }
}

/* Offcanvas About */
.offcanvas-about img {
  margin-bottom: 16px;
}

/* Offcanvas Contact */
.offcanvas-contact .title {
  font-size: 24px;
  font-weight:100;
  margin-bottom: 16px;
}

.offcanvas-contact .contact-info {
  line-height: 2.2;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
  letter-spacing: 0.425px;
}

.offcanvas-contact .social {
  margin: 0 -4px;
}

.offcanvas-contact .social a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 4px;
  color: #000;
}

/* Offcanvas Mobile Menu */
.offcanvas-mobile-menu {
  position: fixed;
  z-index: 990;
  top: 0;
  right: -100%;
  visibility: hidden;
  width: 400px;
  height: 100%;
  padding: 80px 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.offcanvas-mobile-menu.open {
  right: 0;
  visibility: visible;
}

.offcanvas-mobile-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas-mobile-menu .close-btn:focus {
  outline: none;
}

.offcanvas-mobile-menu .close-btn::before, .offcanvas-mobile-menu .close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0F0F0F;
}

.offcanvas-mobile-menu .close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.offcanvas-mobile-menu .close-btn:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.offcanvas-mobile-menu .close-btn:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.offcanvas-mobile-menu .inner {
  overflow-x: auto;
  max-height: 100%;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-mobile-menu {
    width: 100%;
  }
}

/* Main Menu */
.mobile-menu > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.mobile-menu > ul > li {
  position: relative;
}

.mobile-menu > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  position: relative;
  display: block;
  padding: 18px 0;
  text-transform: uppercase;
  color: #0F0F0F;
}

.mobile-menu > ul > li > a:hover {
  color: #0F0F0F;
}

.mobile-menu > ul > li .menu-expand {
  position: absolute;
  top: 18px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.mobile-menu > ul > li .menu-expand::before, .mobile-menu > ul > li .menu-expand::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #818181;
}

.mobile-menu > ul > li .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.mobile-menu > ul > li.open .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
}

.mobile-menu .sub-menu {
  position: static;
  display: none;
  padding-left: 20px;
  list-style: none;
}

.mobile-menu .sub-menu > li {
  position: relative;
}

.mobile-menu .sub-menu > li > a:hover {
  color: #0F0F0F;
}

.mobile-menu .sub-menu > li .menu-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.mobile-menu .sub-menu > li .menu-expand::before, .mobile-menu .sub-menu > li .menu-expand::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #818181;
}

.mobile-menu .sub-menu > li .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.mobile-menu .sub-menu > li.open .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
}

/* Overlay Menu Section */
.overlay-menu-section {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.35);
      -ms-transform: scale(0.35);
          transform: scale(0.35);
  opacity: 0;
  background-color: #e4ded2;
}

.overlay-menu-section.open {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
opacity: 0.95;
}

.overlay-menu-section .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.overlay-menu-section .close-btn:focus {
  outline: none;
}

.overlay-menu-section .close-btn::before, .overlay-menu-section .close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #0F0F0F;
}

.overlay-menu-section .close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay-menu-section .close-btn:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.overlay-menu-section .close-btn:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Overlay Menu Wrapper */
/* Overlay Menu */
.overlay-menu {
  text-align: center;
}

.overlay-menu > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.overlay-menu > ul > li {
  position: relative;
}

.overlay-menu > ul > li > a {
font-size: 33px;
font-weight: 100;
line-height: 1.7333;
  position: relative;
  display: block;
 padding: 12px 0;
  text-transform: uppercase;
  color: #0F0F0F;
}

.overlay-menu > ul > li > a:hover {
  color: #000;
  transform: scale(1.05);
}

.overlay-menu > ul > li .menu-expand {
  position: absolute;
top: 16px;
right: -30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.overlay-menu > ul > li .menu-expand::before, .overlay-menu > ul > li .menu-expand::after {
  position: absolute;
top: 95%;
left: 100%;
width: 24px;
height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #818181;
}

.overlay-menu > ul > li .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.overlay-menu > ul > li.open .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
}

.overlay-menu .sub-menu {
  position: static;
  display: none;
  padding-left: 20px;
  list-style: none;
  display: none !important; /*SOS*/
}

.overlay-menu .sub-menu > li {
  position: relative;
}

.overlay-menu .sub-menu > li > a {
  font-size: 21px;
}

.overlay-menu .sub-menu > li > a:hover {
  color: #0F0F0F;
}

.overlay-menu .sub-menu > li .menu-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.overlay-menu .sub-menu > li .menu-expand::before, .overlay-menu .sub-menu > li .menu-expand::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #818181;
}

.overlay-menu .sub-menu > li .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.overlay-menu .sub-menu > li.open .menu-expand::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(0);
}

/* ------------------------------------------
    02.3 - Footer Layout Styles
------------------------------------------ */
/* Footer Top */
.footer-top-section {
  position: relative;
  z-index: 1;
}

.footer-top-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
  height: 100%;
  content: "";
  background-color: #e8e2d8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-section::after {
    width: calc(41.66667% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .footer-top-section::after {
    display: none;
  }
}

/* Footer Subscribe */
.footer-subscribe-title {
  font-family: 'BioRhyme', serif;
  line-height: 1.3333;
  margin-bottom: 50px;
  font-size: 33px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-subscribe-title {
    margin-bottom: 30px;
  }
}

/* Footer Subscribe Form */
.footer-subscribe-form form {
  position: relative;
}

.footer-subscribe-form form input {
  font-family: 'BioRhyme', serif;
  font-size: 11px;
  line-height: 30px;
  width: 100%;
  height: 100px;
  padding: 20px 30px;
  border: none;
  border-radius: 0;
  background: #bdb8ae;
}

.footer-subscribe-form form .button {
  font-family: 'BioRhyme', serif;
  font-family: 'Bellefair', serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  height: auto;
  padding: 10px 127px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
  border-radius: 0;
  background-color: transparent;
}

.footer-subscribe-form form .button:hover {
  color: #fff;
  background-color: #0F0F0F;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .footer-subscribe-form form .button {
    padding: 10px 91px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .footer-subscribe-form form input {
    font-size: 18px;
    height: 80px;
  }
  .footer-subscribe-form form .button {
    font-size: 18px;
    padding: 10px 87px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-subscribe-form form input {
    font-size: 16px;
    height: 70px;
  }
  .footer-subscribe-form form .button {
    font-size: 16px;
    padding: 10px 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-subscribe-form form .button {
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-subscribe-form form input {
    font-size: 16px;
    height: 60px;
    text-align: center;
  }
  .footer-subscribe-form form .button {
    position: static;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding: 10px 50px;
  }
}

/* Footer Banner Widget */
.footer-banner-widget a {
  display: block;
  overflow: hidden;
}

.footer-banner-widget a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-banner-widget a:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

/* Footer Contact Widget */
.footer-contact-widget {
  margin-top: -95px;
  text-align: right;
}

.footer-contact-widget .logo {
  margin-bottom: 60px;
  max-width: 200px;
}

.footer-contact-widget .contact-info {
  font-family: 'BioRhyme', serif;
  line-height: 2.2;
  margin-bottom: 60px;
  padding-left: 0;
  list-style: none;
letter-spacing: 0.225px;
color: #000;
font-size: 14px;
}

.footer-contact-widget .contact-info li a {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-contact-widget .contact-info li a:hover {
text-decoration: underline;
color: #000;
}

.footer-contact-widget .social {
  margin: 0 -13px;
  display:none;
}

.footer-contact-widget .social a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 13px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #7d7d7d;
  background-color: transparent;
}

.footer-contact-widget .social a i {
font-size: 16px;
}

.footer-contact-widget .social a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-contact-widget {
    margin-top: -88px;
  }
  .footer-contact-widget .social {
    margin: 0 -5px;
  }
  .footer-contact-widget .social a {
    width: 60px;
    height: 60px;
    margin: 0 5px;
  }
  .footer-contact-widget .social a i {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-contact-widget {
    margin-top: -80px;
  }
  .footer-contact-widget .logo {
    margin-bottom: 30px;
  }
  .footer-contact-widget .contact-info {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-contact-widget {
    margin-top: 0;
  }
  .footer-contact-widget .logo {
    margin-bottom: 40px;
  }
  .footer-contact-widget .contact-info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-contact-widget .social a {
    width: 50px;
    height: 50px;
  }
  .footer-contact-widget .social a i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-contact-widget {
    padding: 30px;
    text-align: center;
  }
  .page-header .title {
  font-size: 24px;
  width: 100% !important;
  line-height: 30px !important;
}
}

/* Footer Bottom Section */
.footer-bottom-section {
  padding: 25px 0;
}

/* Copyright */
.copyright {
font-family: 'BioRhyme', serif;
font-size: 12px;
line-height: 23px;
text-align: center;
letter-spacing: 1.24px;
color: #0F0F0F;
}

.copyright i {
  color: #FF1D00;
}

.copyright a {
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.copyright a:hover {
  text-decoration: underline;
}

/* ------------------------------------------
    02.2 - Page & Page Header Layout Styles
------------------------------------------ */
.page-header-section {
  padding: 125px 0 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header-section.about-page {

}

.page-header-section.service-page {
  background-image: url(../images/page-header/service.jpg);
}

.page-header-section.faq-page {
  background-image: url(../images/page-header/faq.jpg);
}

.page-header-section.blog-page {
  background-image: url(../images/page-header/blog.jpg);
}

.page-header-section.blog2-page {
  background-image: url(../images/page-header/blog2.jpg);
}

.page-header-section.blog-details-page {
  background-image: url(../images/page-header/blog-details.jpg);
}

.page-header-section.gallery-page {
  background-image: url(../images/page-header/gallery.jpg);
}

.page-header-section.shop-page {
  background-image: url(../images/page-header/shop.jpg);
}

.page-header-section.checkout-page {
  background-image: url(../images/page-header/checkout.jpg);
}

.page-header-section.contact-page {
  background-image: url(../images/page-header/contact.jpg);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header-section {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-section {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

.page-header .title {
  font-size: 38px;
  font-weight: 100;
  line-height: 1;
  margin: 0;
    margin-bottom: 0px;
  color: #464646;
  max-width: 100%;
  padding: 20px;
  margin-bottom: 10vh;
  line-height: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-header .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .page-header .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header .title {
    font-size: 24px;
  }
}

/* ===========================================
    03 - Modules
    Template Design Elements as Modules and
    Third party Plugins Custom Styles
===========================================*/
/* Template Elements */
/* ------------------------------------------
    03.1 - 404 Page
------------------------------------------ */
.error-404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 150px 0 100px;
  background-image: url(../images/testimonial-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 404 Content */
.error-404-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  height: 800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.error-404-content .inner .number {
  font-size: 250px;
  font-weight: 800;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -20px;
  margin-bottom: 22px;
  margin-left: -20px;
}

.error-404-content .inner .number span {
  margin: 0 20px;
}

.error-404-content .inner .number span:nth-child(2) {
  margin-top: -110px;
}

.error-404-content .inner .title {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #0F0F0F;
}

.error-404-content .inner .link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #0F0F0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .error-404-content {
    width: 600px;
    height: 600px;
  }
  .error-404-content .inner .number {
    font-size: 180px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .error-404-content .inner .number span {
    margin: 0 15px;
  }
  .error-404-content .inner .number span:nth-child(2) {
    margin-top: -60px;
  }
  .error-404-content .inner .title {
    letter-spacing: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .error-404-content {
    width: 450px;
    height: 450px;
  }
  .error-404-content .inner .number {
    font-size: 150px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .error-404-content .inner .number span {
    margin: 0 5px;
  }
  .error-404-content .inner .number span:nth-child(2) {
    margin-top: -40px;
  }
  .error-404-content .inner .title {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  .error-404-content .inner .link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .error-404-content {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .error-404-content {
    width: 300px;
    height: 300px;
  }
  .error-404-content .inner .number {
    font-size: 100px;
    margin-right: -2px;
    margin-bottom: 10px;
    margin-left: -2px;
  }
  .error-404-content .inner .number span {
    margin: 0 2px;
  }
  .error-404-content .inner .number span:nth-child(2) {
    margin-top: -20px;
  }
  .error-404-content .inner .title {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
  }
  .error-404-content .inner .link {
    font-size: 20px;
  }
}

/* ------------------------------------------
    03.2 - About Style
------------------------------------------ */
/* About Content */
.about-content:not(:last-child) {
  margin-bottom: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .about-content:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .about-content:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* About Image */
.about-image img {
  width: 100%;

}

/* About 3 Wrapper */
.about3-wrapper {
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* About 3 Content */
/* About 3 Tab List */
.about3-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.about3-tab-list a {
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  position: relative;
  margin-right: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.about3-tab-list a:last-child {
  margin-right: 0;
}

.about3-tab-list a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #0F0F0F;
}

.about3-tab-list a.active {
  color: #0F0F0F;
}

.about3-tab-list a.active::before {
  width: 44px;
}

/* About 3 Image */
.about3-image {
  margin-bottom: -40px;
}

/* About 3 Skills */
.about-skills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 40px;
  background-color: #fff;
}

/* About 4 Chart Skills */
.chart-skill {
  text-align: center;
}

.chart-skill .chart {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  margin: auto auto 20px;
}

.chart-skill .chart .percent {
  font-weight:100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.chart-skill .chart .percent::after {
  content: "%";
}

.chart-skill .title {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  margin-bottom: 16px;
  color: #818181;
}

/* About Me */
.about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 180px 130px;
  background-image: url(../images/about/about-me.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.about-me .inner .title {
  font-size: 18px;
  font-weight:100;
  margin-bottom: 50px;
  color: #fff;
}

.about-me .inner p {
  margin-bottom: 50px;
  color: #fff;
}

.about-me .inner .link {
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.7px;
  color: #fff;
}

.about-me .inner .link svg {
  margin-left: 16px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.about-me .inner .link svg * {
  fill: #fff;
}

.about-me .inner .link:hover svg {
  margin-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .about-me {
    padding: 80px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-me {
    padding: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-me {
    padding: 60px 40px;
  }
}

/* About Toolbar */
.about-toolbar {
  position: absolute !important;
  z-index: 9;
  top: 0;
  right: 48px;
}

.about-toolbar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 40px rgba(52, 52, 52, 0.15);
          box-shadow: 0 12px 40px rgba(52, 52, 52, 0.15);
}

.about-toolbar .inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}

.about-toolbar .inner a + a {
  border-top: 1px dashed #818181;
}

.about-toolbar .inner a svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  fill: #818181;
}

.about-toolbar .inner a:hover svg * {
  fill: #0F0F0F;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .about-toolbar {
    right: 10px;
  }
}

/* About Toolbar Popup Wrapper */
.about-toolbar-popup-wrapper {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow-x: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.about-toolbar-popup-wrapper.open {
  visibility: visible;
  opacity: 1;
}

/* About Toolbar Popup */
.about-toolbar-popup {
  position: relative;
  display: none;
  visibility: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 920px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  background-color: #fff;
}

.about-toolbar-popup.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.about-toolbar-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
}

.about-toolbar-popup .popup-close svg {
  width: 100%;
  height: 100%;
}

.about-toolbar-popup .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 62%;
      -ms-flex: 1 0 62%;
          flex: 1 0 62%;
  max-width: 62%;
}

.about-toolbar-popup .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-toolbar-popup .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 38%;
      -ms-flex: 1 0 38%;
          flex: 1 0 38%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 38%;
  padding: 44px;
}

.about-toolbar-popup.query-popup .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 38%;
      -ms-flex: 1 0 38%;
          flex: 1 0 38%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 38%;
}

.about-toolbar-popup.query-popup .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 62%;
      -ms-flex: 1 0 62%;
          flex: 1 0 62%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  max-width: 62%;
}

@media only screen and (max-width: 767px) {
  .about-toolbar-popup .image,
  .about-toolbar-popup .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* About Toolbar Opening Hours */
.opening-hours-content {
  text-align: center;
}

.opening-hours-content .title {
  font-family: 'BioRhyme', serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
}

.opening-hours-content .info {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #0F0F0F;
}

.opening-hours-content .info li.day {
  margin-bottom: 8px;
}

.opening-hours-content .info li.time {
  margin-bottom: 44px;
}

/* About Toolbar Address */
.address-content {
  max-width: 230px;
  text-align: center;
}

.address-content .title {
  font-family: 'BioRhyme', serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
}

.address-content p {
  line-height: 1.875;
  margin-bottom: 50px;
}

.address-content a {
  font-size: 14px;
  height: 44px;
  padding: 10px 16px;
  color: #fff;
  background-color: #0F0F0F;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
}

/* About Toolbar Query */
.query-content {
  width: 100%;
}

.query-content .title {
  font-family: 'BioRhyme', serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.query-content p {
  line-height: 1.875;
  margin-bottom: 30px;
}

.query-content .query-form {
  max-width: 400px;
}

.query-content .query-form form {
  width: 100%;
}

.query-content .query-form form label {
  line-height: 1;
  display: block;
  opacity: 0.75;
  color: #0F0F0F;
}

.query-content .query-form form input,
.query-content .query-form form textarea {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #707070;
}

.query-content .query-form form input::-webkit-input-placeholder, .query-content .query-form form textarea::-webkit-input-placeholder {
  opacity: 0.35;
  color: #0F0F0F;
}

.query-content .query-form form input:-moz-placeholder, .query-content .query-form form textarea:-moz-placeholder {
  opacity: 0.35;
  color: #0F0F0F;
}

.query-content .query-form form input::-moz-placeholder, .query-content .query-form form textarea::-moz-placeholder {
  opacity: 0.35;
  color: #0F0F0F;
}

.query-content .query-form form input:-ms-input-placeholder, .query-content .query-form form textarea:-ms-input-placeholder {
  opacity: 0.35;
  color: #0F0F0F;
}

.query-content .query-form form textarea {
  resize: none;
}

.query-content .query-form form .message-info {
  line-height: 1;
  display: block;
  margin-top: 10px;
  text-align: right;
}

.query-content .query-form form .query-submit {
  font-size: 14px;
  height: 44px;
  padding: 10px 30px;
  color: #fff;
  border: none;
  background-color: #0F0F0F;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
}

/* About Page Tab List */
.about-page-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px 40px;
}

.about-page-tab-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 15px 10px;
}

.about-page-tab-list li a {
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding: 15px;
  text-align: center;
  color: #818181;
  background-color: #E8E8E4;
}

.about-page-tab-list li a.active {
  color: #fff;
  background-color: #0F0F0F;
}

@media only screen and (max-width: 767px) {
  .about-page-tab-list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .about-page-tab-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
  }
}

/* About Page Tab Content */
.about-page-tab-content p {
  margin-bottom: 10px;
}

.about-page-tab-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
  padding-left: 15px;
}

.about-page-tab-content ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .about-page-tab-content p {
    margin-bottom: 25px;
  }
  .about-page-tab-content ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* About Image Slider */
.about-image-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: #E8E8E4;
}

.about-image-slider .slick-arrow.slick-prev {
  left: 0;
}

.about-image-slider .slick-arrow.slick-next {
  right: 0;
}

.about-image-slider .slick-arrow svg {
  width: 24px;
}

.about-image-slider img {
  width: 100%;
}

/* ------------------------------------------
    03.3 - Blog Style
------------------------------------------ */
/* Blog One */
.blog {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.blog .content {
  padding: 30px 40px 16px;
}

.blog .content .title {
  font-family: 'BioRhyme', serif;
  font-size: 18px;
  line-height: 1.778;
  margin-bottom: 6px;
}

.blog .content .date {
  display: block;
  letter-spacing: 0.85px;
}

.blog .thumbnail a {
  display: block;
  overflow: hidden;
}

.blog .thumbnail a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog:hover .thumbnail a img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .blog .content {
    padding: 30px 32px 16px;
  }
}

/* Blog Two */
.blog2 {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.blog2 .thumbnail {
  position: relative;
}

.blog2 .thumbnail a {
  display: block;
  overflow: hidden;
}

.blog2 .thumbnail a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog2 .thumbnail .date {
  font-size: 40px;
  line-height: 1.1;
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  text-align: center;
  letter-spacing: 0.45px;
  color: #fff;
  border: 2px solid #fff;
}

.blog2 .content {
  padding: 30px 40px;
  text-align: center;
}

.blog2 .content .title {
  font-family: 'BioRhyme', serif;
  font-size: 18px;
  font-weight:100;
  line-height: 1.778;
  margin-bottom: 8px;
}

.blog2:hover .thumbnail a img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .blog2 .thumbnail .date {
    font-size: 32px;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .blog2 .content {
    padding: 30px;
  }
}

/* Blog Three */
.blog3 {
  position: relative;
}

.blog3 .thumbnail {
  position: relative;
  max-width: 66.66%;
}

.blog3 .thumbnail .image {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.16);
}

.blog3 .thumbnail .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog3 .thumbnail .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.blog3 .thumbnail .meta li + li {
  border-top: 1px dashed #818181;
}

.blog3 .thumbnail .meta li a {
  line-height: 1;
  display: block;
  padding: 15px;
  text-align: center;
}

.blog3 .thumbnail .meta li a i {
  font-size: 22px;
  display: block;
  margin-bottom: 7px;
}

.blog3 .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 0;
  max-width: 66.66%;
  padding: 30px 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
 background-color: #e4ded2e3;
}

.blog3 .content .title {
  font-family: 'BioRhyme', serif;
  font-size: 18px;
  font-weight:100;
  line-height: 1.778;
  margin-bottom: 8px;
}

.blog3 .content .link {
  font-size: 18px;
  font-weight:100;
  color: #0F0F0F;
}

.blog3:hover .thumbnail a img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .blog3 .thumbnail {
    max-width: 100%;
  }
  .blog3 .thumbnail .meta {
    top: 0;
    bottom: auto;
  }
  .blog3 .content {
    position: static;
    max-width: calc(100% - 30px);
    margin: -120px auto 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 479px) {
  .blog3 .thumbnail .meta {
    width: 70px;
  }
  .blog3 .thumbnail .meta li a {
    padding: 10px;
  }
  .blog3 .thumbnail .meta li a i {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .blog3 .content {
    margin: -80px auto 0;
  }
}

/* Blog Four */
.blog4 .image {
  position: relative;
  margin-bottom: 30px;
}

.blog4 .image .thumb {
  display: block;
  overflow: hidden;
}

.blog4 .image .thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog4 .image .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 30px;
  list-style: none;
  color: #fff;
  background-color: #0F0F0F;
}

.blog4 .image .meta li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog4 .image .meta li a svg {
  margin-right: 12px;
}

.blog4 .image .meta li a:hover {
  text-decoration: underline;
  color: #fff;
}

.blog4 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog4 .content .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}

.blog4 .content .author a {
  line-height: 1;
  padding-right: 50px;
  padding-bottom: 10px;
  color: #0F0F0F;
  border-bottom: 2px solid #0F0F0F;
}

.blog4 .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.blog4:hover .image .thumb img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .blog4 .image .meta {
    padding: 12px 20px;
  }
  .blog4 .image .meta li {
    font-size: 13px;
  }
  .blog4 .image .meta li svg {
    width: 15px;
    margin-right: 6px;
  }
}

/* Blog Five */
.blog5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog5 .image {
  position: relative;
  max-width: 250px;
  margin-right: 30px;
}

.blog5 .image .thumb {
  display: block;
  overflow: hidden;
}

.blog5 .image .thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog5 .content {
  max-width: calc(100% - 280px);
}

.blog5 .content .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}

.blog5 .content .author a {
  line-height: 1;
  padding-right: 50px;
  padding-bottom: 10px;
  color: #0F0F0F;
  border-bottom: 2px solid #0F0F0F;
}

.blog5 .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog5 .content .date {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.blog5 .content p {
  margin-bottom: 15px;
}

.blog5 .content .comments {
  color: #0F0F0F;
}

.blog5 .content .comments svg {
  margin-right: 10px;
}

.blog5 .content .comments svg * {
  fill: #0F0F0F;
}

.blog5:hover .image .thumb img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (max-width: 767px) {
  .blog5 .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog5 .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Blog Details */
.blog-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-details .content {
  margin-bottom: 50px;
}

.blog-details .content .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}

.blog-details .content .author a {
  line-height: 1;
  padding-right: 50px;
  padding-bottom: 10px;
  color: #0F0F0F;
  border-bottom: 2px solid #0F0F0F;
}

.blog-details .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-details .content .date {
  line-height: 1;
  display: block;
  margin-bottom: 30px;
}

.blog-details .content img {
  max-width: 100%;
}

.blog-details .content img:not(:last-child) {
  margin-bottom: 50px;
}

.blog-details .content p {
  margin-bottom: 30px;
}

.blog-details .content p:last-child {
  margin-bottom: 0;
}

.blog-details .tag-category-list {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #0F0F0F;
}

.blog-details .tag-category-list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-details .tag-category-list > div + div {
  margin-top: 40px;
}

.blog-details .tag-category-list > div .title {
  font-weight:100;
  line-height: 20px;
  margin-right: 15px;
  padding: 10px 0;
  color: #0F0F0F;
}

.blog-details .tag-category-list > div a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px 20px;
  color: #0F0F0F;
  background-color: rgba(232, 232, 228, 0.5);
}

.blog-details .tag-category-list > div a:hover {
  color: #fff;
  background-color: #0F0F0F;
}

@media only screen and (max-width: 767px) {
  .blog-details .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-details .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Blog Post Nav */
.post-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-nav a {
  color: #0F0F0F;
}

.post-nav span {
  width: 1px;
  height: 26px;
  margin: 0 30px;
  background-color: #0F0F0F;
}

/* Total Comment */
.total-comment {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px 20px;
  color: #0F0F0F;
  background-color: #E8E8E4;
}

/* ------------------------------------------
    03.4 - Checkout Page Style
------------------------------------------ */
/* Checkout Product List */
.checkout-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* Checkout Product */
.checkout-product + .checkout-product {
  margin-top: 20px;
}

.checkout-product ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -10px;
  padding-left: 0;
  list-style: none;
}

.checkout-product ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.checkout-product ul li.remove button {
  font-size: 18px;
  line-height: 1;
  width: 18px;
  padding: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  border: none;
  background-color: transparent;
}

.checkout-product ul li.image {
  width: 130px;
}

.checkout-product ul li.image img {
  width: 100%;
}

.checkout-product ul li.title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.checkout-product ul li.title a {
  display: block;
  color: #0F0F0F;
}

.checkout-product ul li.price {
  font-weight:100;
  color: #0F0F0F;
}

.checkout-product ul li.pro-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-product ul li.pro-quantity span {
  font-weight:100;
  margin-right: 15px;
  color: #0F0F0F;
}

.checkout-product ul li.pro-quantity .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #0F0F0F;
}

.checkout-product ul li.pro-quantity .quantity button {
  font-size: 24px;
  line-height: 1;
  width: 30px;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
  background-color: transparent;
}

.checkout-product ul li.pro-quantity .quantity button:focus {
  outline: none;
}

.checkout-product ul li.pro-quantity .quantity button:hover {
  color: #fff;
  background-color: #0F0F0F;
}

.checkout-product ul li.pro-quantity .quantity input {
  width: 54px;
  height: 40px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #0F0F0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-product ul li.image {
    max-width: 100px;
  }
  .checkout-product ul li.title a {
    max-width: 220px;
  }
  .checkout-product ul li.pro-quantity span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-product ul li.title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-top: 10px;
  }
}

/* Checkout Coupon */
.checkout-coupon {
  margin-top: 50px;
}

.checkout-coupon span {
  margin-bottom: 20px;
  color: #0F0F0F;
}

.checkout-coupon form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout-coupon form .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
  .checkout-coupon form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .checkout-coupon form .form-control,
  .checkout-coupon form .btn {
    width: 100%;
    text-align: center;
  }
}

/* Checkout Summery */
.checkout-summery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px;
  background-color: #EEEEEE;
}

.checkout-summery .title {
  margin: 0 -30px;
  padding: 10px 30px 40px;
  text-align: center;
  border-bottom: 1px solid #0F0F0F;
}

.checkout-summery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 40px 0 50px;
  list-style: none;
}

.checkout-summery ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  color: #0F0F0F;
}

.checkout-summery ul li:last-child {
  margin: auto -30px 0;
  padding: 0 30px;
  padding-top: 20px;
  border-top: 1px solid #0F0F0F;
}

.checkout-summery .btn {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

/* ------------------------------------------
    03.5 - Client Style
------------------------------------------ */
.client-slider .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client img {
  max-width: 100%;
}

/* ------------------------------------------
    03.6 - Coming Soon Page Style
------------------------------------------ */
.coming-soon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
  padding: 150px 0 100px;
  background-image: url(../images/coming-soon-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Coming Soon Content */
.coming-soon-content {
  text-align: center;
}

.coming-soon-content .title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 50px;
  color: #fff;
}

.coming-soon-content .count-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.coming-soon-content .count-down .item {
  min-width: 60px;
}

.coming-soon-content .count-down .item .timer {
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #fff;
}

.coming-soon-content .count-down .item .timer::after {
  font-weight:100;
  position: absolute;
  top: 50%;
  right: -2px;
  content: ":";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coming-soon-content .count-down .item .name {
  line-height: 1;
  display: block;
}

.coming-soon-content .count-down .item:last-child .timer::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .coming-soon-content .title {
    letter-spacing: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .coming-soon-content .title {
    letter-spacing: 20px;
  }
}

/* ------------------------------------------
    03.7 - Comment Style
------------------------------------------ */
/* Comment List */
.comment-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.comment-list li ul {
  margin: 0;
  padding-left: 115px;
  list-style: none;
}

@media only screen and (max-width: 575px) {
  .comment-list li ul {
    padding-left: 0;
  }
}

/* Comment */
.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

.comment .thumb {
  max-width: 100px;
}

.comment .thumb img {
  width: 100%;
}

.comment .content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 100px);
      -ms-flex: 1 0 calc(100% - 100px);
          flex: 1 0 calc(100% - 100px);
  max-width: 845px;
  padding-left: 25px;
}

.comment .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight:100;
  margin-bottom: 6px;
}

.comment.child .thumb {
  max-width: 84px;
}

/* Comment Form */
.comment-form .title {
  font-size: 24px;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.comment-form .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
  content: "";
  background-color: #0F0F0F;
}

/* ------------------------------------------
    03.8 - Contact Page Style
------------------------------------------ */
/* Contact Wrapper */
.contact-wrapper {
  padding: 100px 40px;
background: #cec6ae;
}

.contact-wrapper .title {
font-size: 36px;
line-height: 1;
display: inline-block;
margin-bottom: 40px;
padding-right: 50px;
padding-bottom: 10px;
border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 60px 30px;
  }
  .contact-wrapper .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 50px 20px;
  }
  .contact-wrapper .title {
    font-size: 24px;
  }
}

/* Contact Form */
.contact-form label:not(.custom-control-label) {
  margin-bottom: 14px;
  color: #000;
}

.contact-form .form-control {
  color: #000;
  border-color: #000;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.contact-form .form-control:-moz-placeholder {
  color: #000;
}

.contact-form .form-control::-moz-placeholder {
  color: #000;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #000;
}

.contact-form .form-control:focus {
  background-color: transparent;
}

.contact-form textarea.form-control {
  height: 197px;
}

.contact-form .custom-checkbox .custom-control-label {
  color: #000;
}

.contact-form .custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
}

.contact-form .custom-checkbox .custom-control-label::after {
  border-color: transparent;
  background-color: transparent;
}

.contact-form .btn {
  width: 100%;
  color: #0F0F0F;
}

/* ------------------------------------------
    03.9 - FAQ Style
------------------------------------------ */
.faq-accordion {
  position: relative;
  max-width: 1000px;
  padding-left: 60px;
}

.faq-accordion::before {
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #707070;
}

.faq-accordion .card {
  position: relative;
  overflow: visible;
  border: none;
  background-color: #FCFCFC;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.faq-accordion .card::before {
  position: absolute;
  top: 24px;
  left: -60px;
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
}

.faq-accordion .card::after {
  position: absolute;
  top: 29px;
  left: -55px;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  background-color: #818181;
}

.faq-accordion .card.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.faq-accordion .card + .card {
  margin-top: 30px;
}

.faq-accordion .card .card-header {
  padding: 0;
  border: none;
}

.faq-accordion .card .card-header button {
  display: block;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  color: #818181;
  border: none;
  background-color: transparent;
}

.faq-accordion .card .card-header button:focus {
  outline: none;
}

.faq-accordion .card .card-body {
  padding: 25px 30px;
  background-color: #EEEEEE;
}

.faq-accordion .card .card-body p {
  font-size: 14px;
}

/* ------------------------------------------
    03.10 - Funfact Style
------------------------------------------ */
/* Funfact One */
.funfact .number {
  font-size: 30px;
  font-weight:300;
  line-height: 1.1665;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 0.425px;
}

.funfact .title {
  font-size: 20px;
  font-weight:100;
  line-height: 1.667;
}

@media only screen and (max-width: 767px) {
  .funfact .number {
    margin-bottom: 20px;
  }
  .funfact .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .funfact .title {
    font-size: 14px;
  }
}

/* Funfact Two */
.funfact2 {
  text-align: center;
}

.funfact2 .top {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #D6D6D6;
}

.funfact2 .top svg {
  height: 70px;
}

.funfact2 .top .number {
  font-size: 70px;
  font-weight:100;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.425px;
}

.funfact2 .title {
  font-size: 18px;
  font-weight:100;
  line-height: 1.667;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .funfact2 .top .number {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact2 .top .number {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact2 .top .number {
    font-size: 36px;
  }
}

/* ------------------------------------------
    03.11 - Gallery Style
------------------------------------------ */
/* Gallery Title Video Popup */
.gallery-title-video-popup {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 50%;
  padding: 96px;
  text-align: center;
background-color: #D7CDC7;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px) {
.gallery-title-video-popup {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 70% !important;
  padding: 16px;
  text-align: center;
  background-color: #D7CDC7E6 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-title-video-popup {
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-title-video-popup {
    position: static;
    width: 100%;
    padding: 0 30px;
  }
}

/* Gallery Video Popup */
.gallery-video-popup a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 270px;
  margin: 0 auto 96px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid #818181;
  border-radius: 50%;
}

.gallery-video-popup a i {
  font-size: 24px;
  line-height: 96px;
  display: block;
  width: 96px;
  height: 96px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #818181;
}

.gallery-video-popup a:hover {
  border-color: #0F0F0F;
}

.gallery-video-popup a:hover i {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #0F0F0F;
}

.gallery-video-popup .text {
  font-size: 14px;
  line-height: 1;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-video-popup a {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-video-popup a {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
  .gallery-video-popup a i {
    line-height: 70px;
    width: 70px;
    height: 70px;
  }
}

/* Gallery Thumbnail Slider */
.gallery-thumb-slider {
  margin-top: -25%;
  margin-right: -15px;
  margin-bottom: -34px;
  margin-left: -15px;
  padding-top: 110px;
}

.gallery-thumb-slider .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumb-slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-thumb-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 1px solid #fff;
  background-color: transparent;
}

.gallery-thumb-slider .slick-arrow.slick-next {
  left: 74px;
}

.gallery-thumb-slider .slick-arrow svg * {
  fill: #fff;
}

.gallery-thumb-slider .slick-arrow:focus {
  outline: none;
}

.gallery-thumb-slider .slick-arrow:hover {
  background-color: #fff;
}

.gallery-thumb-slider .slick-arrow:hover svg * {
  fill: #0F0F0F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-thumb-slider {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-thumb-slider {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 50px;
  }
  .gallery-thumb-slider .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gallery-thumb-slider .slick-arrow {
    left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .gallery-thumb-slider .slick-arrow.slick-next {
    left: 3.75rem;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-thumb-slider {
    margin-right: -6px;
    margin-left: -6px;
  }
  .gallery-thumb-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .gallery-thumb-slider .slick-arrow {
    left: 6px;
  }
  .gallery-thumb-slider .slick-arrow.slick-next {
    left: 3.25rem;
  }
}

/* Gallery Thumbnail */
.gallery-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.gallery-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* Gallery Grid Filter */
.gallery-grid-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.75rem;
  padding: 0 15px;
}

.gallery-grid-filter button {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 2.75rem;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  color: #818181;
  border: none;
  background-color: transparent;
}

.gallery-grid-filter button:last-child {
  margin-right: 0;
}

.gallery-grid-filter button:focus {
  outline: none;
}

.gallery-grid-filter button.active {
  color: #0F0F0F;
}

.gallery-grid-filter.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-grid-filter button {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-grid-filter {
    margin-bottom: 30px;
  }
  .gallery-grid-filter button {
    font-size: 1rem;
    margin-right: 20px;
  }
}

/* Gallery Two */
.gallery2 {
  position: relative;
  display: block;
}

.gallery2::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid transparent;
  background-color: rgba(15, 15, 15, 0.81);
}

.gallery2 img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.gallery2 svg {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.gallery2:hover:before {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  border-color: #FFF0E1;
  background-color: transparent;
}

.gallery2:hover svg {
  opacity: 1;
}

/* Gallery Three Slider Wrapper */
.gallery3-slider-wrapper {
  padding: 170px 0 70px;
  background-image: url(../images/gallery/gallery3-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery3-slider-wrapper {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery3-slider-wrapper {
    padding-top: 70px;
  }
}

/* Gallery Three Slider */
.gallery3-slider {
  width: 100%;
  padding-top: 130px;
}

.gallery3-slider .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.gallery3-slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery3-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 74px;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
border: 2px solid rgba(162, 155, 129, 0.5);
  background-color: transparent;
}

.gallery3-slider .slick-arrow.slick-next {
  right: 15px;
}

.gallery3-slider .slick-arrow svg * {
  fill: #fff;
}

.gallery3-slider .slick-arrow:focus {
  outline: none;
}

.gallery3-slider .slick-arrow:hover {
  background-color: #dbd4ca;
}

.gallery3-slider .slick-arrow:hover svg * {
  fill: #0F0F0F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery3-slider {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .gallery3-slider {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 50px;
  }
  .gallery3-slider .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gallery3-slider .slick-arrow {
    right: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .gallery3-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery3-slider {
    margin-right: -6px;
    margin-left: -6px;
    padding-top: 0;
  }
  .gallery3-slider .slick-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .gallery3-slider .slick-arrow {
    display: none !important;
  }
}

/* Gallery Three */
.gallery3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  background-color: rgba(162, 155, 129, 0.5);
}

.gallery3 a {
  display: block;
}

.gallery3 a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery3 {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery3 {
    padding: 15px;
  }
}

/* Gallery Four */
.gallery4 {
  position: relative;
  display: block;
}

.gallery4 img {
  width: 100%;
}

.gallery4 .number {
  font-size: 70px;
  font-weight:100;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  text-align: center;
  color: #fff;
  background-color: #c6ba9c;
}

.gallery4 .number.right {
  right: 0;
  left: auto;
}

.gallery4 .number::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%) translateY(35px);
      -ms-transform: translateX(-50%) translateY(35px);
          transform: translateX(-50%) translateY(35px);
  background-color: #fff;
}

.gallery4 .title {
  font-size: 56px;
  font-weight:100;
  line-height: 1;
  position: absolute;
  z-index: 8;
  bottom: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .gallery4 .number {
    font-size: 50px;
    width: 100px;
    height: 100px;
  }
  .gallery4 .number::before {
    -webkit-transform: translateX(-50%) translateY(30px);
        -ms-transform: translateX(-50%) translateY(30px);
            transform: translateX(-50%) translateY(30px);
  }
  .gallery4 .title {
    font-size: 30px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .gallery4 .number {
    font-size: 30px;
    width: 80px;
    height: 80px;
  }
  .gallery4 .number::before {
    -webkit-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
            transform: translateX(-50%) translateY(15px);
  }
  .gallery4 .title {
    font-size: 24px;
    bottom: 30px;
  }
}

/* Gallery Five */
.gallery5 {
  position: relative;
  display: block;
}

.gallery5::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: rgba(15, 15, 15, 0.75);
}

.gallery5 img {
  width: 100%;
}

.gallery5:not(.video) .icon {
  font-family: 'BioRhyme', serif;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(15, 15, 15, 0.75);
}

.gallery5.video .icon {
  position: absolute;
  top: 20px;
  left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery5.video .icon svg {
  width: 30px;
  height: 30px;
}

.gallery5.video .icon svg * {
  fill: #fff;
}

.gallery5 .title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  z-index: 8;
  bottom: 40px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  opacity: 0;
  color: #fff;
}

.gallery5:hover::before {
  opacity: 1;
}

.gallery5:hover .icon {
  margin-top: 0;
  opacity: 1;
}

.gallery5:hover .title {
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery5 .title {
    font-size: 18px;
    bottom: 30px;
  }
}

/* Gallery Six Filter */
.gallery6-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 90px 0;
  background-color: #0F0F0F;
}

.gallery6-filter button {
  line-height: 30px;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 25%;
  text-align: left;
  color: #fff;
}

.gallery6-filter button.active {
  color: #0F0F0F;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery6-filter {
    padding: 40px 0;
  }
  .gallery6-filter button {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery6-filter {
    padding: 40px 0;
  }
  .gallery6-filter button {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
  }
}

/* Gallery Six */
.gallery6 {
  position: relative;
  display: block;
}

.gallery6::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: #0F0F0F;
}

.gallery6 img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.gallery6 i {
  font-size: 24px;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
}

.gallery6:hover:before {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  opacity: 0.5;
}

.gallery6:hover i {
  opacity: 1;
}

/* ------------------------------------------
    03.12 - Instagram Style
------------------------------------------ */
/* Instagram Carousel */
.instagram-carousel {
  padding-right: 10%;
  padding-left: 10%;
}

/* Instagram Item */
.instagram-item a {
  position: relative;
  display: block;
}

.instagram-item a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.6;
  background-color: #fff;
}

.instagram-item a img {
  width: 100%;
}

.instagram-item a:hover::before {
  opacity: 0;
}

/* Instagram Link */
.instagram-link {
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0F0F0F;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(15, 15, 15, 0.4);
          box-shadow: 0 20px 30px rgba(15, 15, 15, 0.4);
}

.instagram-link i {
  font-size: 30px;
  line-height: 1;
  margin-right: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-link {
    font-size: 18px;
    padding: 10px 30px;
  }
  .instagram-link i {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .instagram-link {
    font-size: 14px;
    padding: 5px 20px;
  }
  .instagram-link i {
    font-size: 18px;
  }
}

/* ------------------------------------------
    03.13 - Pagination Style
------------------------------------------ */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -10px;
}

.pagination li {
  padding-right: 15px;
  padding-bottom: 10px;
}

.pagination li a {
  line-height: 28px;
  display: block;
  min-width: 40px;
  padding: 5px;
  text-align: center;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
  background-color: #dfddd4;
}

.pagination li a.prev, .pagination li a.next {
  padding: 0;
  color: #0F0F0F !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.pagination li a.active, .pagination li a:hover {
  color: #fff;
  background-color: #0F0F0F;
}

/* ------------------------------------------
    03.14 - Product Style
------------------------------------------ */
/* Product */
.product .image {
  position: relative;
}

.product .image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.product .image .image-popup {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}

.product .image .image-popup svg * {
  fill: #fff;
}

.product .image .image-popup:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  background-color: transparent;
  text-transform: uppercase;
}

.product .content > .col {
  padding: 0;
}

.product .content > .col:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.product .content .title {
font-size: 21px;
font-weight: 100;
margin-bottom: 12px;
height: 60px;
text-align: center;

}

.product .content .title a {
  color: #fff;
}

.product .content .price {
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  display: block;
  color: #fff;
}

.product .content .action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .content .action-buttons .btn {
  line-height: 1;
  height: auto;
  padding: 0;
  color: #fff;
}

.product .content .action-buttons .btn + .btn {
  margin-left: 20px;
}

.product .content .action-buttons .btn i {
  font-size: 24px;
}

.product:hover .image .image-popup {
  opacity: 1;
}

/* Single Product Image */
.product-image img {
  width: 100%;
}

/* Single Product Content */
.product-content {
  padding-left: 60px;
}

.product-content .title {
  font-size: 24px;
  font-weight:100;
  margin-bottom: 30px;
  color: "Rubik", sans-serif;
}

.product-content .desc {
  margin-bottom: 40px;
}

.product-content .price-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-content .price-quantity .price {
  font-size: 36px;
  font-weight:100;
  line-height: 1;
  margin-right: 50px;
  margin-bottom: 20px;
  color: #0F0F0F;
}

.product-content .price-quantity .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #0F0F0F;
}

.product-content .price-quantity .quantity button {
  font-size: 50px;
  line-height: 1;
  width: 56px;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
  background-color: transparent;
}

.product-content .price-quantity .quantity button:focus {
  outline: none;
}

.product-content .price-quantity .quantity button:hover {
  color: #fff;
  background-color: #0F0F0F;
}

.product-content .price-quantity .quantity input {
  font-size: 24px;
  width: 110px;
  height: 54px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #0F0F0F;
}

.product-content .btn {
  padding-right: 40px;
  padding-left: 40px;
}

.product-content .btn svg {
  width: 36px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-content .btn svg * {
  fill: #fff;
}

.product-content .btn:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-content {
    padding-left: 0;
  }
}

/* Single Product Details Tab List */
.product-details-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 40px;
  border-bottom: 1px solid #E8E8E4;
}

.product-details-tab-list li {
  margin-bottom: -1px;
  padding: 0 10px 0 0;
}

.product-details-tab-list li a {
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding: 15px 55px;
  text-align: center;
  color: #818181;
  background-color: #E8E8E4;
}

.product-details-tab-list li a.active {
  color: #fff;
  background-color: #0F0F0F;
}

@media only screen and (max-width: 767px) {
  .product-details-tab-list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-tab-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
  }
}

/* Single Product Review List */
.review-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* Single Product Review */
.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

.review .thumb {
  max-width: 100px;
}

.review .thumb img {
  width: 100%;
}

.review .content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 calc(100% - 100px);
      -ms-flex: 1 0 calc(100% - 100px);
          flex: 1 0 calc(100% - 100px);
  max-width: 845px;
  padding-left: 25px;
}

.review .content .title {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight:100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

/* Single Product Review Form */
.review-form .title {
  font-size: 24px;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.review-form .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
  content: "";
  background-color: #0F0F0F;
}

/* ------------------------------------------
    03.15 - Section Title Style
------------------------------------------ */
/* Section Title One */
.section-title .title {
  font-size: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .section-title .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
  }
}

/* Section Title Two */
.section-title2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-title2 .inner {
  text-align: left;
}

.section-title2 .inner .sub-title {
  font-size: 24px;
  line-height: 1;
  color: #0F0F0F;
}

.section-title2 .inner .title {
  font-size: 70px;
  position: relative;
  margin-bottom: 0;
}

.section-title2 .inner .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 280px;
  height: 1px;
  content: "";
  background-color: #707070;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .section-title2 .inner .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title2 .inner .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title2 .inner .sub-title {
    font-size: 18px;
  }
  .section-title2 .inner .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title2 .inner .sub-title {
    font-size: 16px;
  }
  .section-title2 .inner .title {
    font-size: 30px;
  }
}

/* FullScreen Title */
.fullscreen-title {
  font-family: "Raleway", sans-serif;
  font-size: 20vw;
  font-weight:100;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  opacity: 0.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .fullscreen-title {
    -webkit-transform: translateX(-50%) translateY(-60%);
        -ms-transform: translateX(-50%) translateY(-60%);
            transform: translateX(-50%) translateY(-60%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fullscreen-title {
    -webkit-transform: translateX(-50%) translateY(-70%);
        -ms-transform: translateX(-50%) translateY(-70%);
            transform: translateX(-50%) translateY(-70%);
  }
}

@media only screen and (max-width: 767px) {
  .fullscreen-title {
    -webkit-transform: translateX(-50%) translateY(-70%);
        -ms-transform: translateX(-50%) translateY(-70%);
            transform: translateX(-50%) translateY(-70%);
  }
}

/* ------------------------------------------
    03.16 - Service Style
------------------------------------------ */
.service {
  padding: 75px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  border: 1px solid #0F0F0F;
  background: #CCC6BBA6;
  min-height: 310px;
}

.service .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  margin-bottom: 50px;
}

.service .icon svg {
  max-height: 100%;
}

.service .icon svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  fill: #0F0F0F;
}

.service .title {
font-size: 23px;
  font-weight:300;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.service p {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.service:hover {
  background-color: #CCC6BB;
}

.service:hover .icon svg * {
  fill: #fff;
}

.service:hover .title {
  color: #fff;
}

.service:hover p {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .service {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 390px;
  }
  .service .icon {
    margin-bottom: 35px;
  }
  .service .title {
    margin-bottom: 25px;
  }
}

/* ------------------------------------------
    03.17 - Sidebar Style
------------------------------------------ */
/* Sidebar Wrapper */
.sidebar-wrapper {
  padding: 40px 35px;
  border: 1px solid #E8E8E4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .sidebar-wrapper {
    padding: 30px;
  }
}

/* Sidebar */
.sidebar + .sidebar {
  margin-top: 40px;
}

/* Sidebar Title */
.sidebar-title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight:100;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.sidebar-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #0F0F0F;
}

/* Sidebar Search */
.sidebar-search {
  position: relative;
}

.sidebar-search form input {
  line-height: 25px;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #949494;
  background-color: #fff;
}

.sidebar-search form button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 15px 25px;
  border: none;
  background-color: transparent;
}

.sidebar-search form button svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidebar-search form button:hover svg * {
  fill: #0F0F0F;
}

/* Sidebar Category */
.sidebar-category {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar-category li + li {
  border-top: 1px solid #E8E8E4;
}

.sidebar-category li a {
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.sidebar-category li a svg {
  width: 10px;
  margin-right: 15px;
}

.sidebar-category li a:hover {
  color: #0F0F0F;
}

.sidebar-category li a:hover svg * {
  fill: #0F0F0F;
}

/* Sidebar Blog */
.sidebar-blog {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar-blog li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sidebar-blog li + li {
  margin-top: 20px;
}

.sidebar-blog li .image {
  max-width: 125px;
  padding-right: 15px;
}

.sidebar-blog li .image img {
  width: 100%;
}

.sidebar-blog li .content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  max-width: calc(100% - 140px);
}

.sidebar-blog li .content .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar-blog li .content .date {
  line-height: 1;
  display: block;
  color: #0F0F0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .sidebar-blog li .image {
    max-width: 90px;
    padding-right: 10px;
  }
  .sidebar-blog li .content {
    max-width: calc(100% - 100px);
  }
}

/* Sidebar Tags */
.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -15px 0;
}

.sidebar-tags a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  color: #0F0F0F;
  background-color: #E8E8E4;
}

.sidebar-tags a:hover {
  color: #fff;
  background-color: #0F0F0F;
}

/* Sidebar Gallery */
.sidebar-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px;
  padding: 0;
  list-style: none;
}

.sidebar-gallery li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  width: 100%;
  max-width: 124px;
  padding: 7px;
}

.sidebar-gallery li a {
  display: block;
  overflow: hidden;
}

.sidebar-gallery li a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidebar-gallery li a:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-gallery li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

/* ------------------------------------------
    03.18 - Sign In & Sign Up Page Style
------------------------------------------ */
/* Sign Up Section */
.sign-up-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
  background-image: url(../images/sign-up-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Sign In Section */
.sign-in-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
  background-image: url(../images/sign-in-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Sign In & Sign Up Content */
.sign-in-up-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.sign-in-up-content .logo {
  margin-bottom: 40px;
}

.sign-in-up-content .title {
  font-size: 44px;
  font-weight:100;
  margin-bottom: 30px;
  color: #fff;
}

.sign-in-up-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}

.sign-in-up-content p a:hover {
  color: #fff;
}

.sign-in-up-content p:not(:last-child) {
  margin-bottom: 30px;
}

.sign-in-up-content .btn-facebook {
  width: 100%;
  text-transform: initial;
  color: #fff;
  background-color: #475993;
}

.sign-in-up-content .btn-facebook i {
  font-size: 30px;
  margin-right: 20px;
}

/* Sign In & Sign Up Form */
.sign-in-up-form:not(:first-child) {
  margin-top: 40px;
}

.sign-in-up-form form {
  text-align: left;
}

.sign-in-up-form form label {
  color: #fff;
}

.sign-in-up-form form .form-control {
  border-color: transparent;
  background-color: #fff;
}

.sign-in-up-form form .btn {
  width: 100%;
}

/* ------------------------------------------
    03.19 - Hero Slider Style
------------------------------------------ */
/* ------------------------------------------
    03.19.1 - Slider One Style
------------------------------------------ */
.slider1-section {
  position: relative;
  overflow: hidden;
  padding-top: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-section {
    padding-top: 116px;
  }
}

@media only screen and (max-width: 479px) {
  .slider1-section {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-section {
    padding-top: 0 !important;
  }
}

.slider1-shape {
  position: absolute;
  z-index: -1;
  top: -170px;
  right: 15px;
  display: block;
width: 100px;
height: 65vh;
  background-color: #c6ba9c;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .slider1-shape {
    width: 330px;
    height: 397px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider1-shape {
    width: 304px;
    height: 296px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider1-shape {
width: 80px;
height: 314px;
  }
  .slider1-static-image img {
  max-height: 450px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-shape {
    display: none;
  }
}

.slider1-static-image {
  position: relative;
  height: 100%;
  padding-right: 60px;
  padding-left: 90px;
}

.slider1-static-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     max-height: 800px;
     opacity: 0.86;
}

.slider1-static-image .special-title {
font-size: 11px;
font-weight: 100;
line-height: 1.2;
position: absolute;
right: 45px;
bottom: 44px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  letter-spacing: 10px;
}

.slider1-static-image .scroll {
  font-family: 'Bellefair', serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.15;
  position: absolute;
  z-index: 9;
bottom: 210px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 74px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: 0.85px;
  color: #0F0F0F;
}

.slider1-static-image .scroll::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0F0F0F;
}

.slider1-static-image .social {
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  letter-spacing: 0.85px;
 color: #fff;
}

.slider1-static-image .social li + li {
  margin-left: 40px;
}

.slider1-static-image .social li a i {
  margin-right: 9px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider1-static-image {
    padding-right: 40px;
    padding-left: 50px;
  }
  .slider1-static-image .special-title {
    font-size: 16px;
  }
  .slider1-static-image .social {
    top: 50%;
  }
  .slider1-static-image .social li + li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider1-static-image {
    padding-right: 40px;
    padding-left: 50px;
  }
  .slider1-static-image .special-title {
    font-size: 14px;
    bottom: 20px;
  }
  .slider1-static-image .social {
    top: 21%;
  }
  .slider1-static-image .social li + li {
    margin-left: 16px;
  }
  .slider1-static-image .scroll {
    padding-left: 50px;
  }
  .slider1-static-image .scroll::before {
    width: 40px;
  }
  .mtt1 {
  margin-top: 25vh;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-static-image {
    padding: 0;
    padding-top: 140px;
  }
  .slider1-static-image .special-title {
    right: 30px;
    bottom: 30px;
  }
  .slider1-static-image .social {
    top: 50%;
    color: #fff;
  }
  .slider1-static-image .scroll {
    color: #fff;
  }
  .slider1-static-image .scroll::before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .slider1-static-image .special-title {
    font-size: 16px;
    right: 20px;
  }
  .slider1-static-image .social {
    top: auto;
    bottom: 30px;
    left: 20px;
  }
  .slider1-static-image .scroll {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .slider1-static-image .special-title {
    font-size: 14px;
    bottom: 20px;
  }
  .slider1-static-image .social {
    display: none;
  }
}

.slider1-static-content {
  margin-top: 152px;
  margin-bottom: 30px;
  margin-left: -44px;
}

.slider1-static-content .title {
  font-size: 95px;
  font-weight:100;
  line-height: 1.15;
  margin: 0;
}

.slider1-static-content .title span.small {
  font-size: 80%;
  font-weight:100;
  display: block;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .slider1-static-content .title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider1-static-content {
    margin-top: 60px;
  }
  .slider1-static-content .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-static-content {
    margin-top: 0;
    margin-left: 0;
  }
  .slider1-static-content .title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider1-static-content {
    margin-left: 0;
  }
  .slider1-static-content .title {
    font-size: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .slider1-static-content {
    margin-left: 0;
  }
  .slider1-static-content .title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .slider1-static-content .title {
    font-size: 50px;
  }
  .slider1-static-content .title .text-white {
    background-color: #0F0F0F;
  }
}

@media only screen and (max-width: 479px) {
  .slider1-static-content .title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-active {
    margin-left: 0;
  }
}

.slider1-slide-image {
  overflow: hidden;
  height: 100%;
}

.slider1-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider1-slide-content {
  overflow: hidden;
  padding-bottom: 128px;
}

.slider1-slide-content .link {
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.7px;
}

.slider1-slide-content .link svg {
  margin-left: 16px;
}

.slider1-slide-content .link svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider1-slide-content .link:hover {
  color: #0F0F0F;
}

.slider1-slide-content .link:hover svg * {
  fill: #0F0F0F;
}

.slider1-slide-content .desc:not(:first-child) {
  margin-top: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider1-slide-content .desc:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-slide-content .link {
    font-size: 14px;
  }
  .slider1-slide-content .link svg {
    width: auto;
    height: 14px;
  }
  .slider1-slide-content .desc:not(:first-child) {
    margin-top: 16px;
  }
  .slider1-slide-content .desc p {
    font-size: 14px;
  }
}

.slider1-navigation {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 575px) {
  .slider1-navigation {
    width: 100%;
  }
}

.slider1-prev,
.slider1-next {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #818181;
}

.slider1-prev:hover,
.slider1-next:hover {
  border-color: #0F0F0F;
  background-color: #0F0F0F;
}

.slider1-prev:hover svg *,
.slider1-next:hover svg * {
  fill: #fff;
}

.slider1-prev {
  margin-right: 20px;
}

.slider1-pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  min-width: 100%;
}

.slider1-pagination:not(:first-child) {
  margin-top: 44px;
}

.slider1-pagination .swiper-pagination-bullet {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}

.slider1-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-right: ‭0 !important;
  margin-left: 25px !important;
}

.slider1-pagination .swiper-pagination-bullet-active {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #0F0F0F;
}

.slider1-pagination .swiper-pagination-bullet-active .number {
  padding-right: 15px;
}

.slider1-pagination .swiper-pagination-bullet-active .bar .progress {
  -webkit-animation: progress 2.5s linear 0s forwards;
          animation: progress 2.5s linear 0s forwards;
}

.slider1-pagination .swiper-pagination-bullet .number {
  font-weight:100;
  letter-spacing: 1.7px;
}

.slider1-pagination .swiper-pagination-bullet .bar {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 3px;
  border-radius: 0;
  background-color: #949494;
}

.slider1-pagination .swiper-pagination-bullet .bar .progress {
  width: 0;
  height: 100%;
  border-radius: 0;
  background-color: #0F0F0F;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider1-pagination:not(:first-child) {
    margin-top: 20px;
  }
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* ------------------------------------------
    03.19.2 - Slider Two Style
------------------------------------------ */
.slider2-section {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

.slider2-social {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  z-index: 8;
  bottom: 25%;
  left: 4.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider2-social li + li {
  margin-top: 20px;
}

.slider2-social li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #818181;
  border-width: 1px;
  border-style: solid;
  border-color: #818181;
  border-left-color: transparent;
  border-radius: 50%;
}

.slider2-social li a i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slider2-social li a:hover {
  color: #0F0F0F;
  border-color: #0F0F0F;
  border-left-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider2-social {
    left: 5.85%;
  }
}

@media only screen and (max-width: 767px) {
  .slider2-social {
    left: 24px;
  }
}

.slider2-static-content-wrapper {
  position: relative;
  height: 100%;
}

.slider2-static-content-wrapper p, .blog3 p
{
    font-size:18px;
}
.slider2-static-content-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider2-static-content-wrapper .content {
  position: absolute;
  z-index: 5;
  top: 30%;
  left: 74px;
  max-width: 380px;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

.slider2-static-content-wrapper .content .number {
  font-size: 64px;
  font-weight:100;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 48px;
  padding-right: 48px;
  padding-bottom: 5px;
  color: #fff;
}

.slider2-static-content-wrapper .content .number::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  border-radius: 80px;
  background-color: #fff;
}

.slider2-static-content-wrapper .content p {
 color: #000; 
background: #e4ded2ab;
padding: 12px;
}

.slider2-static-content-wrapper .play-button {
  position: absolute;
  z-index: 4;
  bottom: 66px;
  left: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.slider2-static-content-wrapper .play-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border: 1px solid #fff;
}

.slider2-static-content-wrapper .play-button a svg {
  width: 16px;
}

.slider2-static-content-wrapper .play-button a svg * {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  fill: #fff;
}

.slider2-static-content-wrapper .play-button a:hover {
  background-color: #fff;
}

.slider2-static-content-wrapper .play-button a:hover svg * {
  fill: #0F0F0F;
}

.slider2-static-content-wrapper .special-title {
  font-size: 18px;
  font-weight:100;
  line-height: 1.2;
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 66px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  letter-spacing: 12px;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider2-static-content-wrapper .content {
    right: 50px;
    left: 30px;
  }
  .slider2-static-content-wrapper .content .number {
    font-size: 50px;
    margin-bottom: 30px;
    padding-right: 40px;
  }
  .slider2-static-content-wrapper .content p {
    font-size: 14px;
  }
  .slider2-static-content-wrapper .play-button {
    bottom: 30px;
    left: 30px;
  }
  .slider2-static-content-wrapper .play-button a {
    width: 40px;
    height: 40px;
  }
  .slider2-static-content-wrapper .special-title {
    font-size: 14px;
    right: 20px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider2-static-content-wrapper .content {
    left: 40px;
  }
  .slider2-static-content-wrapper .play-button {
    bottom: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider2-static-content-wrapper .content {
    right: 50px;
    left: 40px;
  }
  .slider2-static-content-wrapper .play-button {
    bottom: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .slider2-static-content-wrapper .content {
    right: 50px;
    left: 30px;
  }
  .slider2-static-content-wrapper .content .number {
    font-size: 50px;
    margin-bottom: 30px;
    padding-right: 40px;
  }
  .slider2-static-content-wrapper .content p {
    font-size: 14px;
  }
  .slider2-static-content-wrapper .play-button {
    bottom: 30px;
    left: 30px;
  }
  .slider2-static-content-wrapper .play-button a {
    width: 40px;
    height: 40px;
  }
  .slider2-static-content-wrapper .special-title {
    font-size: 14px;
    right: 20px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .slider2-static-content-wrapper .content {
    right: 50px;
    left: 30px;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  .slider2-static-content-wrapper .content .number {
    font-size: 40px;
    margin-bottom: 16px;
    padding-right: 24px;
  }
  .slider2-static-content-wrapper .special-title {
    letter-spacing: 2px;
  }
}

.slider2-wrapper {
  position: relative;
  padding-left: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider2-wrapper {
    margin-top: 140px;
    padding-left: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .slider2-wrapper {
    padding-left: 72px;
  }
}

@media only screen and (max-width: 479px) {
  .slider2-wrapper {
    padding-left: 60px;
  }
}

.slider2-slide {
  overflow: hidden;
}

.slider2-slide .content {
  margin-bottom: 30px;
}

.slider2-slide .content span {
font-size: 44px;
font-weight: 100;
line-height: 1.15;
display: block;
margin-bottom: 15px;
letter-spacing: 5px;
color: #0F0F0F;
text-align: center;
}

.slider2-slide .content h2 {
  font-size: 75px;
  font-weight:100;
  line-height: 1.2;
  margin-bottom: 0;
}

.slider2-slide .image {
  padding-right: calc(8.33333% + 30px);
}

.slider2-slide .image img {
  width: 100%;
}

.slider2-slide .special-title {
font-size: 12px;
font-weight: 300;
line-height: 1.2;
position: absolute;
z-index: 3;
right: 65px;
bottom: 4px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  letter-spacing: 5px;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .slider2-slide .content span {
    font-size: 18px;
  }
  .slider2-slide .content h2 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider2-slide .content span {
    font-size: 18px;
  }
  .slider2-slide .content h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider2-slide .content span {
    font-size: 18px;
  }
  .slider2-slide .content h2 {
    font-size: 50px;
  }
  .slider2-slide .special-title {
    font-size: 14px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slider2-slide .content span {
    font-size: 18px;
  }
  .slider2-slide .content h2 {
    font-size: 50px;
  }
  .slider2-slide .image {
    padding-right: calc(5% + 30px);
  }
  .slider2-slide .special-title {
    font-size: 14px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .slider2-slide .content span {
    font-size: 16px;
  }
  .slider2-slide .content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .slider2-slide .content {
    margin-bottom: 20px;
  }
  .slider2-slide .content span {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  .slider2-slide .content h2 {
    font-size: 30px;
  }
  .slider2-slide .image {
    padding-right: calc(2% + 30px);
  }
  .slider2-slide .special-title {
    font-size: 20px;
    bottom: 20px;
  }
}


.about-property table
{
    width: 100% !important;
}

.about-property table p {
  margin-bottom: 5px !important;
}
.slider2-prev,
.slider2-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 64px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}

.slider2-prev svg,
.slider2-next svg {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider2-prev:hover svg,
.slider2-next:hover svg {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

@media only screen and (max-width: 767px) {
  .slider2-prev,
  .slider2-next {
    bottom: 40px;
  }
}

.slider2-prev {
  left: 54px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.slider2-prev svg {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

@media only screen and (max-width: 767px) {
  .slider2-prev {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.slider2-next {
  left: 54px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.slider2-next svg {
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

@media only screen and (max-width: 767px) {
  .slider2-next {
    left: 0;
  }
}

/* ------------------------------------------
    03.19.3 - Slider Three Style
------------------------------------------ */
.slider3-section {
  position: relative;
  padding-left: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider3-section {
    padding-left: 0;
  }
}

.slider3-scroll {
  font-family: 'Bellefair', serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.15;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: calc(50% - 780px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 74px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: 0.85px;
  color: #0F0F0F;
}

.slider3-scroll::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0F0F0F;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .slider3-scroll {
    left: calc(50% - 650px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider3-scroll {
    left: calc(50% - 565px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider3-scroll {
    left: 30px;
    color: #fff;
  }
  .slider3-scroll::before {
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider3-scroll {
    display: none;
  }
}

.slider3-social {
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  z-index: 8;
  top: 70%;
  left: calc(50% - 795px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  letter-spacing: 0.85px;
  color: #0F0F0F;
}

.slider3-social li + li {
  margin-left: 40px;
}

.slider3-social li a i {
  margin-right: 9px;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px) {
  .slider3-social {
    top: 60%;
    left: calc(50% - 650px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider3-social {
    top: 60%;
    left: calc(50% - 575px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider3-social {
    top: 60%;
    left: 30px;
    color: #fff;
  }
  .slider3-social li + li {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider3-social {
    top: auto;
    bottom: 30px;
    left: 30px;
    color: #fff;
  }
  .slider3-social li + li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider3-social {
    display: none;
  }
}

.slider3-active {
  width: 100%;
  background-color: #D0CABC;
}

.slider3-pagination {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 11%;
  bottom: auto !important;
  left: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto !important;
}

.slider3-pagination .swiper-pagination-bullet {
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 15px !important;
  opacity: 1;
  color: #818181;
  background-color: transparent;
}

.slider3-pagination .swiper-pagination-bullet-active {
  color: #fff;
}

.slider3-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .slider3-pagination {
    display: none;
  }
}

.slider3-navigation {
  position: absolute;
  z-index: 9;
  top: auto;
  right: 11%;
  bottom: 60px;
  left: auto;
}

.slider3-navigation .slider3-prev,
.slider3-navigation .slider3-next {
  position: static;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}

.slider3-navigation .slider3-prev svg,
.slider3-navigation .slider3-next svg {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider3-navigation .slider3-prev svg *,
.slider3-navigation .slider3-next svg * {
  fill: #fff;
}

.slider3-navigation .slider3-prev:hover svg,
.slider3-navigation .slider3-next:hover svg {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.slider3-navigation .slider3-prev {
  -webkit-transform: translateX(-35px);
      -ms-transform: translateX(-35px);
          transform: translateX(-35px);
}

.slider3-navigation .slider3-prev svg {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

.slider3-navigation .slider3-next {
  margin-bottom: 20px;
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

.slider3-navigation .slider3-next svg {
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

@media only screen and (max-width: 767px) {
  .slider3-navigation {
    bottom: 20px;
  }
  .slider3-navigation .slider3-next {
    margin-bottom: 10px;
  }
}

.slider3-slide {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider3-slide {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .slider3-slide {
    height: 450px;
  }
}

.slider3-slide-image {
  position: absolute;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 10%;
}

.slider3-slide-image img {
  max-width: 100%;
  opacity: 0.75;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1449px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider3-slide-image {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider3-slide-image {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .slider3-slide-image {
    max-width: 240px;
  }
}

@media only screen and (max-width: 479px) {
  .slider3-slide-image {
   max-width: 100%;
  }
}

.slider3-slide-content {
  position: absolute;
  bottom: 150px;
  left: 70px;
  z-index: 11;
}

.slider3-slide-content .title {
font-size: 150px;
font-weight: 100;
color: #e8e2d8;
}

.slider3-slide-content .title span:nth-child(1) {
margin-right: 4vw;
}

.slider3-slide-content .sub-title {
  font-size: 18px;
  font-weight:100;
  display: block;
  margin-bottom: 150px;
  text-align: right;
  letter-spacing: 11px;
  text-transform: uppercase;
  color: #fff;
}

.slider3-slide-content .link {
  font-size: 14px;
  position: relative;
  z-index: 99;
  color: #fff;
}

.slider3-slide-content .link svg {
  width: auto;
  height: 14px;
  margin-left: 15px;
}

.slider3-slide-content .link svg * {
  fill: #fff;
}

@media only screen and (min-width: 1450px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1449px) {
  .slider3-slide-content .title {
    font-size: 90px;
  }
  .slider3-slide-content .sub-title {
    font-size: 14px;
    margin-bottom: 100px;
    letter-spacing: 6px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider3-slide-content {
    bottom: 80px;
  }
  .slider3-slide-content .title {
    font-size: 90px;
  }
  .slider3-slide-content .sub-title {
    font-size: 14px;
    margin-bottom: 100px;
    letter-spacing: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider3-slide-content .title {
    font-size: 60px;
  }
  .slider3-slide-content .title span:first-child {
    margin-right: 170px;
  }
  .slider3-slide-content .sub-title {
    font-size: 20px;
    margin-bottom: 60px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .slider3-slide-content {
    bottom: 60px;
  }
  .slider3-slide-content .title {
    font-size: 44px;
  }
  .slider3-slide-content .title span:first-child {
   margin-right: 10px;
  }
  .slider3-slide-content .sub-title {
    font-size: 10px;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider3-slide-content .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .slider3-slide-content .title {
    font-size: 50px;
  }
}

/* ------------------------------------------
    03.19.4 - Slider Four Style
------------------------------------------ */
.slider4-section {
  background-color: #0F0F0F;
}

.slider4-wrapper {
  position: relative;
  padding-top: 140px;
  padding-right: 110px;
  padding-bottom: 140px;
  padding-left: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-wrapper {
    padding-top: 110px;
    padding-right: 80px;
    padding-bottom: 110px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .slider4-wrapper {
    padding-top: 75px;
    padding-right: 0;
    padding-bottom: 75px;
    padding-left: 30px;
  }
}

.slider4-scroll {
  font-family: 'Bellefair', serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.15;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 74px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  letter-spacing: 0.85px;
  color: #fff;
}

.slider4-scroll::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .slider4-scroll {
    display: none;
  }
}

.slider4-social {
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  z-index: 8;
  top: 65%;
  left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  letter-spacing: 0.85px;
  color: #fff;
}

.slider4-social li + li {
  margin-left: 40px;
}

.slider4-social li a i {
  margin-right: 9px;
}

.slider4-social li a:hover {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider4-social li + li {
    margin-left: 20px;
  }
}

.slider4-pagination {
  position: absolute;
  z-index: 9;
  top: auto;
  right: auto !important;
  bottom: 60px !important;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}

.slider4-pagination .swiper-pagination-bullet {
  font-size: 18px;
  font-weight:100;
  line-height: 1;
  width: auto;
  height: auto;
  margin-right: 25px !important;
  opacity: 1;
  color: #818181;
  background-color: transparent;
}

.slider4-pagination .swiper-pagination-bullet-active {
  color: #fff;
}

.slider4-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .slider4-pagination {
    display: none;
  }
}

.slider4-navigation {
  position: absolute;
  z-index: 9;
  top: auto;
  right: 20px;
  bottom: 140px;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider4-navigation .slider4-prev,
.slider4-navigation .slider4-next {
  position: static;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 90px;
  margin: 0;
  border: none;
  background-color: #fff;
}

.slider4-navigation .slider4-prev svg,
.slider4-navigation .slider4-next svg {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider4-navigation .slider4-prev svg *,
.slider4-navigation .slider4-next svg * {
  fill: #0F0F0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-navigation {
    right: 0;
    bottom: 110px;
  }
  .slider4-navigation .slider4-prev,
  .slider4-navigation .slider4-next {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .slider4-navigation .slider4-prev svg,
  .slider4-navigation .slider4-next svg {
    width: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .slider4-navigation {
    right: 0;
    bottom: 75px;
  }
  .slider4-navigation .slider4-prev,
  .slider4-navigation .slider4-next {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .slider4-navigation .slider4-prev svg,
  .slider4-navigation .slider4-next svg {
    width: 30px;
  }
}

.slider4-slide {
  height: 790px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-slide {
    height: 650px;
  }
}

@media only screen and (max-width: 767px) {
  .slider4-slide {
    height: 450px;
  }
}

.slider4-slide-content {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider4-slide-content .title {
  font-size: 80px;
  font-weight:100;
  margin-bottom: 100px;
  color: #fff;
}

.slider4-slide-content .link {
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.7px;
  color: #fff;
}

.slider4-slide-content .link svg {
  margin-left: 16px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider4-slide-content .link svg * {
  fill: #fff;
}

.slider4-slide-content .link:hover svg {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider4-slide-content .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-slide-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider4-slide-content .title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .slider4-slide-content .link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .slider4-slide-content {
    left: 20px;
  }
  .slider4-slide-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .slider4-slide-content .link {
    font-size: 14px;
  }
}

/* ------------------------------------------
    03.20 - Team Style
------------------------------------------ */
/* Team One */
.team {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 100px;
background-color: transparent;
}

.team .top {
  padding: 0 30px 0px;
  text-align: center;
}

.team .top .thumbnail {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border: 5px solid transparent;
  border-radius: 50%;
background-color: transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.team .top .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 50%;
}

.team .top .name {
  font-family: 'BioRhyme', serif;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 300;
  height: 40px;
}

.team .top .designation {
  line-height: 1.2;
  display: block;
  color: #0F0F0F;
}

.team .bottom {
  padding: 32px 20px;
  text-align: center;
 background-color: #D9CDB5;
}

.team .bottom .desc {
  margin-bottom: 24px;
}

.team .bottom .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}

.team .bottom .social a {
  line-height: 1;
  margin: 0 12px;
  color: #818181;
}

.team .bottom .social a i {
  font-size: 18px;
}

.team .bottom .social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.team:hover .top .thumbnail img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .team {
    margin-top: 80px;
  }
  .team .top .thumbnail {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-bottom: 40px;
  }
  .team .top .name {
    font-size: 20px;
  }
}

/* Team Two */
.team2 {
  position: relative;
  overflow: hidden;
}

.team2 .thumbnail {
  position: relative;
}

.team2 .thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: #0F0F0F;
}

.team2 .thumbnail img {
  width: 100%;
}

.team2 .info {
  position: absolute;
  top: 55%;
  left: 0;
  padding: 20px 25px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background-color: #EEEEEE;
}

.team2 .info .title {
  font-family: "Rubik", sans-serif;
  font-weight:100;
  color: #0F0F0F;
}

.team2 .info span {
  font-size: 16px;
  line-height: 1;
}

.team2 .info2 {
  position: absolute;
  top: 20%;
  left: 25px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.team2 .info2 .title {
  font-family: "Rubik", sans-serif;
  font-weight:100;
  color: #fff;
}

.team2 .info2 span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.team2 .social {
  position: absolute;
  top: 80%;
  left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}

.team2 .social a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  background-color: #EEEEEE;
}

.team2:hover .thumbnail::before {
  opacity: 0.5;
}

.team2:hover .info {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.team2:hover .info2 {
  top: 15%;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.team2:hover .social {
  top: 70%;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

/* ------------------------------------------
    03.21 - Testimonial Style
------------------------------------------ */
/* Testimonial Slider Wrapper */
.testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-slider-wrapper::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34.75%;
  height: 100%;
  content: "";
  background-color: #c6ba9c;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-slider-wrapper::before {
    display: none;
  }
}

/* Testimonial Slider */
/* Testimonial */
.testimonial {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
  }
}

/* Testimonial Image */
.testimonial-image {
  max-width: 70%;
  margin: auto;
}

.testimonial-image img {
  width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .testimonial-image {
    max-width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-image {
    max-width: 100%;
  }
}

/* Testimonial Content */
.testimonial-content {
  max-width: 670px;
  margin: auto;
}

.testimonial-content .title {
font-size: 24px;
  font-weight:100;
  line-height: 1.25;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 8px;
  color: #0F0F0F;
}

.testimonial-content .summery {
  margin-bottom: 24px;
}

.testimonial-content .summery p {
  margin-bottom: 4px;
}

.testimonial-content .summery p:last-child {
  margin-bottom: 0;
}

.testimonial-content .author span {
  display: block;
}

.testimonial-content .author span.name {
  font-size: 18px;
  line-height: 1.785;
}

.testimonial-content .author span.designation {
  font-size: 14px;
  letter-spacing: 1.7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .testimonial-content .title {
    margin-bottom: 20px;
    letter-spacing: 8px;
  }
  .testimonial-content .summery {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content .title {
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  .testimonial-content .summery {
    margin-bottom: 20px;
  }
}

/* Testimonial Navigation */
.testimonial-next,
.testimonial-prev {
  line-height: 1;
  top: auto;
  bottom: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
}

.testimonial-next svg,
.testimonial-prev svg {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.testimonial-next svg *,
.testimonial-prev svg * {
  fill: #0F0F0F;
}

.testimonial-next:hover svg,
.testimonial-prev:hover svg {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.testimonial-next {
 right: calc(89% + 15px);
  bottom: 38px;
}

.testimonial-next svg {
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

.testimonial-prev {
  right: calc(90% + 61px);
  bottom: 10px;
  left: auto;
}

.testimonial-prev svg {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

/* Testimonial Two */
.testimonial2 {
  margin: auto;
  text-align: center;
}

.testimonial2 .title {
  font-size: 18px;
  font-weight:100;
  line-height: 1.25;
  display: block;
  margin-bottom: 40px;
  letter-spacing: 12px;
  color: #0F0F0F;
}

.testimonial2 .summery {
  margin-bottom: 24px;
}

.testimonial2 .summery p {
  margin-bottom: 4px;
}

.testimonial2 .summery p:last-child {
  margin-bottom: 0;
}

.testimonial2 .author span {
  display: block;
}

.testimonial2 .author span.name {
  font-size: 18px;
  line-height: 1.785;
}

.testimonial2 .author span.designation {
  font-size: 14px;
  letter-spacing: 1.7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .testimonial2 .title {
    margin-bottom: 20px;
    letter-spacing: 8px;
  }
  .testimonial2 .summery {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial2 .title {
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  .testimonial2 .summery {
    margin-bottom: 20px;
  }
}

/* Testimonial Two Thumbnail Slider */
.testimonial2-thumb-slider {
  max-width: 360px;
  margin: 24px auto 0;
}

.testimonial2-thumb-slider .slick-slide {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.625);
      -ms-transform: scale(0.625);
          transform: scale(0.625);
}

.testimonial2-thumb-slider .slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.testimonial2-thumb-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  border: none;
  background-color: transparent;
}

.testimonial2-thumb-slider .slick-arrow svg {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.testimonial2-thumb-slider .slick-arrow svg * {
  fill: #0F0F0F;
}

.testimonial2-thumb-slider .slick-arrow:hover {
  opacity: 1;
}

.testimonial2-thumb-slider .slick-arrow:hover svg {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.testimonial2-thumb-slider .slick-arrow:focus {
  outline: none;
}

.testimonial2-thumb-slider .slick-arrow.slick-prev {
  left: -50px;
}

.testimonial2-thumb-slider .slick-arrow.slick-prev svg {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
}

.testimonial2-thumb-slider .slick-arrow.slick-next {
  right: -50px;
}

.testimonial2-thumb-slider .slick-arrow.slick-next svg {
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

/* Testimonial Two Thumbnail */
.testimonial2-thumbnail {
  overflow: hidden;
  max-width: 120px;
  border-radius: 50%;
}

.testimonial2-thumbnail img {
  width: 100%;
}

/* Testimonial Three Slider */
.testimonial3-slider .slick-list {
  margin: -15px 0;
  padding-top: 15px;
  padding-right: 25%;
  padding-bottom: 15px;
  padding-left: 25%;
}

.testimonial3-slider .slick-list .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-slider .slick-list {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-slider .slick-list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial3-slider .slick-list {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Testimonial Three */
.testimonial3 {
  text-align: center;
}

.testimonial3 .image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.testimonial3 .image img {
  width: 100%;
}

.testimonial3 .author {
  margin-bottom: 45px;
}

.testimonial3 .author span {
  line-height: 1;
  display: block;
}

.testimonial3 .author span.name {
  font-size: 18px;
  font-weight:100;
  margin-bottom: 13px;
}

.testimonial3 .author span.designation {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.testimonial3 .title {
  font-size: 18px;
  font-weight:100;
  line-height: 1.25;
  display: block;
  margin-bottom: 55px;
  letter-spacing: 12px;
  color: #0F0F0F;
}

.testimonial3 .summery {
  padding: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3 .title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3 .author {
    margin-bottom: 30px;
  }
  .testimonial3 .title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial3 .author {
    margin-bottom: 30px;
  }
  .testimonial3 .title {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 6px;
  }
}

/* Testimonial Four Thumbnail Slider */
.testimonial4-thumb-slider {
  width: 250px;
  margin: auto;
  margin-top: 50px;
}

.testimonial4-thumb-slider .swiper-slide {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.testimonial4-thumb-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.35;
}

.testimonial4-thumb-slider .swiper-slide-active {
  z-index: 9;
}

.testimonial4-thumb-slider .swiper-slide-active img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* Testimonial Four Thumbnail */
.testimonial4-thumb {
  padding: 10px 0;
}

.testimonial4-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* Testimonial Four Slider */
.testimonial4-slider {
  margin: -10px -110px;
  padding: 0 100px;
}

.testimonial4-slider .swiper-slide {
  padding: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial4-slider {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-slider {
    margin: -10px;
    padding: 0;
  }
}

/* Testimonial Four */
.testimonial4 {
  margin: auto;
  padding: 40px 30px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.testimonial4 .summery {
  margin-bottom: 30px;
}

.testimonial4 .summery p {
  margin-bottom: 4px;
}

.testimonial4 .summery p:last-child {
  margin-bottom: 0;
}

.testimonial4 .author {
  position: relative;
  padding-top: 25px;
}

.testimonial4 .author::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  height: 3px;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CECECE;
}

.testimonial4 .author span {
  display: block;
}

.testimonial4 .author span.name {
  font-size: 18px;
  line-height: 1.785;
}

.testimonial4 .author span.designation {
  font-size: 14px;
  letter-spacing: 1.7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .testimonial4 .title {
    margin-bottom: 20px;
    letter-spacing: 8px;
  }
  .testimonial4 .summery {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial4 .title {
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  .testimonial4 .summery {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
    03.22 - Video Section Style
------------------------------------------ */
.video-section {
  position: relative;
  height: 810px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.video-section .title {
  font-size: 70px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  color: #fff;
}

.video-section .video-popup {
  position: absolute;
  top: 90px;
  left: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-section .video-popup svg {
  width: 60px;
  height: 54px;
}

.video-section .video-popup svg * {
  fill: #fff;
}

.video-section .video-popup span {
  font-size: 14px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}

.video-section .video-popup:hover span {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .video-section {
    height: 650px;
  }
  .video-section .title {
    font-size: 50px;
  }
  .video-section .video-popup {
    left: 90px;
  }
  .video-section .video-popup svg {
    width: 40px;
    height: 46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-section {
    height: 650px;
  }
  .video-section .title {
    font-size: 40px;
  }
  .video-section .video-popup {
    left: 90px;
  }
  .video-section .video-popup svg {
    width: 40px;
    height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
  .video-section .title {
    font-size: 40px;
  }
  .video-section .video-popup {
    top: 60px;
    left: 60px;
  }
  .video-section .video-popup svg {
    width: 40px;
    height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .video-section {
    height: 400px;
  }
  .video-section .title {
    font-size: 30px;
  }
  .video-section .video-popup {
    top: 40px;
    left: 40px;
  }
  .video-section .video-popup svg {
    width: 30px;
    height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .video-section {
    height: 300px;
  }
  .video-section .title {
    font-size: 24px;
  }
  .video-section .video-popup {
    top: 30px;
    left: 30px;
  }
  .video-section .video-popup svg {
    width: 20px;
    height: 26px;
  }
}

/* ===========================================
    04 - Pages
    Single Pages/Sections Specify Styles
=========================================== */
.about-section {
  position: relative;
  padding-bottom: 40px;
}

.about-section::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.about2-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.about2-section::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  
  background-repeat: repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about2-section {
    padding-top: 50px;
  }
}

.about3-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  
  background-repeat: repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about3-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about4-section {
  position: relative;
  background-color: #0F0F0F;
}

.about4-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
  content: "";
  background-image: url(../images/dot-patterns-2.png);
  background-repeat: repeat;
}

.testimonial3-section {
  position: relative;
  overflow: hidden;
}

.blog-section {
  position: relative;
}

.blog-section::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100%;
  content: "";
  
  background-repeat: repeat;
}

.blog3-section {
  position: relative;
  padding: 80px 0;
}

.blog3-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 78.5%;
  height: 100%;
  content: "";
  background-color: #D9CDB5;
}

.client2-section {
  position: relative;
}

.client2-section::before {
  position: absolute;
  z-index: -1;
  top: -5%;
  bottom: auto;
  left: 0;
  width: 33%;
  height: 150%;
  content: "";
  
  background-repeat: repeat;
}

@media only screen and (max-width: 767px) {
  .client2-section::before {
    display: none;
  }
}

.instagram-section {
  position: relative;
}

/**************CUSTOM *********/
.circle,
    .cursor {
        position: fixed;
        background: #c6ba9c;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .cursor {
        height: 10px;
        width: 10px;
        z-index: 10;
    }

    .circle {
        height: 30px;
        width: 30px;
        mix-blend-mode: difference;
        z-index: 11;
        transition: left 0.25s ease-out, top 0.25s ease-out, transform 0.25s linear;
    }


    .circle.hover {
        transform: translate(-50%, -50%) scale(2.5);
        animation: liquid 2.5s linear infinite;
    }

    @keyframes liquid {

     0%,
        100% {
            border-radius: 28% 72% 46% 54% / 22% 50% 50% 78%;
        }

        25% {
            border-radius: 73% 27% 41% 59% / 49% 20% 80% 51%;
        }

        50% {
            border-radius: 47% 53% 28% 72% / 49% 76% 24% 51%;
        }

        75% {
            border-radius: 48% 52% 68% 32% / 78% 54% 46% 22%;
        }
    }