/*!
 * Project_Name: Science Labs
 * Author: Themezy
 * Email: contact@themezy.com
 * Url: http://www.themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

button[disabled],
input[disabled] {
  cursor: default; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* table {
  border-collapse: collapse;
  border-spacing: 0; } */



table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}




.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
  border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }
}



.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}


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

/*
 * Global Styles
 */
html {
  font-size: 15px; }

body {
  color: #474c4f;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px;
  line-height: normal; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

ul, ol {
  margin: 0;
  padding-left: 0; }

a {
  text-decoration: none;
  color: #69acc7; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

form input, form textarea, form select {
  outline: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form textarea {
  resize: vertical; }
form input[type="submit"], form button, form input[type="reset"] {
  border: none;
  background-color: #69acc7; }

/*
 * Reusable Components Style
 */
.button, form input[type="submit"], form button, form input[type="reset"] {
  background: #e7edf1;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #474c4f;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
  .button.back, form input.back[type="submit"], form button.back, form input.back[type="reset"] {
    margin-bottom: 30px; }
  .button img, form input[type="submit"] img, form button img, form input[type="reset"] img {
    margin-right: 10px; }
  .button:hover, form input[type="submit"]:hover, form button:hover, form input[type="reset"]:hover {
    box-shadow: inset 0 0 100px #69acc7;
    color: white; }
  .button.white, form input.white[type="submit"], form button.white, form input.white[type="reset"] {
    background: white; }



    
.text-center {
  text-align: center !important
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */
.site-header {
  position: relative;
  z-index: 9; }
  .site-header.collapsed-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0; }

.header-bar {
  *zoom: 1;
  background: white;
  border-radius: 5px; }
  .header-bar:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.branding {
  float: left;
  padding: 15px; }
  .branding .logo, .branding .logo-type {
    display: inline-block;
    vertical-align: middle; }
  .branding .logo {
    margin-right: 10px; 
    height: 50px;
    width: 50px;

  }
  .branding .logo-type .site-title {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.0666666667em; }
  .branding .logo-type .site-description {
    font-size: 12px;
    font-size: 0.8em; }

.main-navigation {
  *zoom: 1;
  float: right; }
  .main-navigation:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .main-navigation .menu-toggle {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    font-size: 20px;
    font-size: 1.3333333333em;
    color: #8e9ca5;
    outline: none;
    display: none;
    padding: 20px; }
    .main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:active {
      color: #69acc7; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu-toggle {
        display: block; } }
  .main-navigation .menu {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    *zoom: 1; }
    .main-navigation .menu:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu {
        display: none; } }
    .main-navigation .menu .menu-item {
      float: left; }
      .main-navigation .menu .menu-item.home a {
        padding: 28px 30px 31px; }
      .main-navigation .menu .menu-item a {
        font-size: 13px;
        font-size: 0.8666666667em;
        text-transform: uppercase;
        font-weight: 400;
        padding: 32px 20px;
        display: block;
        color: #8e9ca5;
        -webkit-transition: .3s ease;
                transition: .3s ease;
        border-bottom: 2px solid transparent;
        line-height: normal; }
      .main-navigation .menu .menu-item.current-menu-item a, .main-navigation .menu .menu-item:hover a {
        color: #69acc7;
        border-bottom: 2px solid #69acc7; }

.mobile-navigation {
  padding: 30px;
  clear: both;
  display: none; }
  @media screen and (min-width: 991px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .menu {
    border-radius: 5px;
    background: #edf2f4;
    list-style: none; }
    .mobile-navigation .menu a {
      color: #8e9ca5;
      padding: 15px 20px;
      display: block;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
      .mobile-navigation .menu a:hover, .mobile-navigation .menu a:active {
        background: #c6dfea;
        color: white; }
    .mobile-navigation .menu .menu-item {
      border-bottom: 1px solid white; }
      .mobile-navigation .menu .menu-item:last-child {
        border-bottom: none; }

.hero {
  *zoom: 1;
  position: relative; }
  .hero:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .hero .slides {
    list-style: none;
    *zoom: 1; }
    .hero .slides:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .hero .slides li {
      width: 100%;
      margin-right: -100%;
      float: left;
      min-height: 720px;
      padding-bottom: 100px;
      background-size: cover; }
  .hero .slide-content {
    text-align: center;
    padding-top: 300px;
    color: white;
    width: 80%;
    margin: 0 auto; }
    .hero .slide-content .slide-title {
      font-size: 60px;
      font-size: 4em;
      font-weight: 300; }
    .hero .slide-content p {
      font-size: 24px;
      font-size: 1.6em; }
    .hero .slide-content .button, .hero .slide-content form input[type="submit"], form .hero .slide-content input[type="submit"], .hero .slide-content form button, form .hero .slide-content button, .hero .slide-content form input[type="reset"], form .hero .slide-content input[type="reset"] {
      font-size: 20px;
      font-size: 1.3333333333em; }
  .hero .flex-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 8;
    text-align: center; }
    .hero .flex-control-nav li {
      display: inline-block;
      margin: 30px 5px; }
      .hero .flex-control-nav li a {
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 50%;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        position: relative;
        cursor: pointer; }
        .hero .flex-control-nav li a:before {
          content: " ";
          width: 17px;
          height: 17px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #69acc7;
          border-radius: 50%;
          opacity: 0;
          -webkit-transition: .3s ease;
                  transition: .3s ease;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0); }
        .hero .flex-control-nav li a.flex-active:before, .hero .flex-control-nav li a:hover:before {
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }

.page-head {
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  color: white; }
  .page-head .page-title {
    font-size: 60px;
    font-size: 4em;
    font-weight: 300;
    margin: 0 0 10px; }
  .page-head small {
    font-size: 18px;
    font-size: 1.2em; }

.fullwidth-block {
  padding: 50px 0; }

.section-title {
  font-size: 30px;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 30px; }

.feature {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e1e8ec;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .feature .feature-image {
    margin-bottom: 20px; }
  .feature .feature-title {
    font-size: 30px;
    font-size: 2em;
    font-weight: 300; }
  .feature p {
    font-size: 16px;
    font-size: 1.0666666667em;
    margin-bottom: 30px; }

.post {
  position: relative;
  margin-bottom: 30px; }
  .post .featured-image {
    margin-bottom: 20px; }
    .post .featured-image img {
      max-width: 100%;
      border-radius: 5px;
      width: 100%;
      height: auto;
      display: block; }
  .post .entry-title {
    font-size: 24px;
    font-size: 1.6em;
    font-weight: 300;
    margin: 0 0 10px; }
  .post .date {
    display: block;
    margin-bottom: 30px;
    font-size: 11px;
    font-size: 0.7333333333em; }
  .post:after {
    content: " ";
    display: block;
    margin-top: 30px;
    width: 22px;
    height: 11px;
    background: url(images/arrow-long.png); }

.cta {
  text-align: center;
  color: white; }
  .cta .cta-title {
    font-size: 60px;
    font-size: 4em;
    font-weight: 300; }
  .cta p {
    font-size: 24px;
    font-size: 1.6em; }
  .cta .button, .cta form input[type="submit"], form .cta input[type="submit"], .cta form button, form .cta button, .cta form input[type="reset"], form .cta input[type="reset"] {
    font-size: 18px;
    font-size: 1.2em; }

.subscribe-form {
  display: table;
  margin: 0 auto; }
  .subscribe-form h2 {
    font-size: 24px;
    font-size: 1.6em;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .subscribe-form form {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .subscribe-form form input[type="text"], .subscribe-form form input[type="email"] {
      width: 500px;
      max-width: 100%;
      padding: 20px 100px 20px 20px; }
      .subscribe-form form input[type="text"]:hover, .subscribe-form form input[type="text"]:focus, .subscribe-form form input[type="email"]:hover, .subscribe-form form input[type="email"]:focus {
        border-color: #69acc7; }
    .subscribe-form form input[type="submit"] {
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      background: -webkit-linear-gradient(#69c7b7, #69acc6);
      background: linear-gradient(#69c7b7, #69acc6);
      color: white;
      box-shadow: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border: none;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
      .subscribe-form form input[type="submit"]:hover {
        box-shadow: inset 0 0 0 200px #69c7b7; }

.team {
  text-align: center;
  margin-bottom: 30px; }
  .team .team-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px; }
  .team .team-name {
    font-size: 16px;
    font-size: 1.0666666667em;
    font-weight: 400; }
  .team .social-links a {
    background: white;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.checked-box {
  border: 1px solid #edf2f4;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative; }
  .checked-box:before {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #edf2f4;
    display: block;
    position: absolute;
    left: 20px;
    top: 30px;
    color: #69acc7;
    text-align: center;
    line-height: 2; }
  .checked-box h3 {
    font-weight: 300;
    color: #69acc7;
    margin-bottom: 10px; }

ol.circle {
  list-style: none;
  counter-reset: circled; }
  ol.circle li {
    padding-left: 90px;
    position: relative;
    min-height: 70px;
    margin-bottom: 30px; }
    ol.circle li:before {
      counter-increment: circled;
      content: counter(circled);
      width: 70px;
      height: 70px;
      border: 4px solid #69acc7;
      display: block;
      border-radius: 50%;
      text-align: center;
      line-height: 2;
      font-size: 30px;
      font-size: 2em;
      font-weight: 400;
      position: absolute;
      top: 0;
      left: 0;
      color: #69acc7; }
    ol.circle li h3 {
      font-size: 16px;
      font-size: 1.0666666667em;
      font-weight: 400;
      color: #69acc7;
      margin-bottom: 10px; }

.testimonial-list {
  list-style: none; }
  .testimonial-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px; }
    .testimonial-list li:before {
      content: " ";
      width: 21px;
      height: 18px;
      background: url(images/quote.png) no-repeat;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .testimonial-list li blockquote {
      margin: 0; }
      .testimonial-list li blockquote p {
        font-size: 15px;
        font-size: 1em;
        font-style: italic; }
      .testimonial-list li blockquote cite {
        font-weight: 400;
        font-style: normal; }

.boxed-icon {
  border-radius: 5px;
  border: 1px solid #edf2f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 170px;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .boxed-icon {
      padding-left: 30px; } }
  .boxed-icon .icon {
    position: absolute;
    left: 30px;
    top: 30px; }
    @media screen and (max-width: 640px) {
      .boxed-icon .icon {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 20px;
        display: block;
        text-align: center; } }
  .boxed-icon h3 {
    font-weight: 300;
    font-size: 30px;
    font-size: 2em; }

.project-list {
  margin: 0 -15px; }
  .project-list .project {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px; }
    .project-list .project:nth-child(3n+1) {
      clear: both; }
    @media screen and (max-width: 990px) {
      .project-list .project {
        width: 50%; }
        .project-list .project:nth-child(3n+1) {
          clear: none; }
        .project-list .project:nth-child(2n+1) {
          clear: both; } }
    @media screen and (max-width: 480px) {
      .project-list .project {
        width: 100%; }
        .project-list .project:nth-child(2n+1) {
          clear: none; } }
    .project-list .project .project-content {
      border: 1px solid #dde7ea;
      border-radius: 5px;
      padding: 20px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .project-list .project .project-image {
      margin-bottom: 20px; }
      .project-list .project .project-image img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto; }
    .project-list .project .project-title {
      font-size: 18px;
      font-size: 1.2em;
      font-weight: 300; }

figure {
  margin-bottom: 30px; }
  figure img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px; }

.project-info {
  list-style: none;
  margin-bottom: 30px; }
  .project-info li {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f4; }
    .project-info li:last-child {
      border-bottom: none; }

.map {
  min-height: 300px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden; }

.boxed-content {
  border: 1px solid #dde7ea;
  padding: 20px;
  margin-bottom: 30px; }

.contact-form input:not([type="submit"]), .contact-form textarea {
  width: 100%; }
.contact-form textarea {
  min-height: 150px; }
.contact-form input[type="submit"] {
  background: -webkit-linear-gradient(#69c7b7, #69acc6);
  background: linear-gradient(#69c7b7, #69acc6);
  color: white; }
.contact-form .text-right {
  text-align: right; }

/*
 * Footer Styles
 */
.site-footer {
  padding: 50px 0; }

.widget {
  margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 19px;
    font-size: 1.2666666667em;
    font-weight: 300;
    margin-bottom: 20px; }
  .widget address {
    margin: 20px 0; }

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cddbe1;
  text-align: center;
  color: #69acc7;
  display: inline-block;
  padding-top: 8px;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
  .social-links a:hover {
    background: #69acc7;
    border-color: #69acc7;
    color: white; }

.arrow-list {
  list-style: none;
  list-style-image: url(images/arrow.png);
  margin-left: 20px;
  margin-bottom: 30px; }
  .arrow-list li {
    padding: 10px 0 10px 10px; }
    .arrow-list li a {
      color: #8e9ca5;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
      .arrow-list li a:hover {
        color: #69acc7; }
  .arrow-list.has-border li {
    border-bottom: 1px solid #edf2f4; }
    .arrow-list.has-border li:last-child {
      border-bottom: none; }


			blockquote {
        font-style: italic;
        font-weight: bolder;
        size: 50px;
      }
      blockquote > p {
        display:inline;
      }
      blockquote:before {
        content: '“';
      }
      blockquote:after {
        content: '”';
      }
      .img-fluid {
          max-width: 100%;
          height: auto
      }



      .overlap-container {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 800px;
      }
      
      .vision, .mission {
        flex: 1;
        text-align: center;
        padding: 20px 30px;
        background-color: white;
        border: 3px solid #5a5a8a;
        border-radius: 40px;
      }
      
      .vision {
        margin-right: -20px;
        z-index: 2;
      }
      
      .mission {
        margin-left: -20px;
        z-index: 1;
      }



      
.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

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

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

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

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

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

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

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

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}



.m-lg-0 {
  margin: 0 !important
}

.m-lg-1 {
  margin: .25rem !important
}

.m-lg-2 {
  margin: .5rem !important
}

.m-lg-3 {
  margin: 1rem !important
}

.m-lg-4 {
  margin: 1.5rem !important
}

.m-lg-5 {
  margin: 3rem !important
}

.m-lg-auto {
  margin: auto !important
}

.mx-lg-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-lg-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-lg-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-lg-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-lg-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-lg-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-lg-0 {
  margin-top: 0 !important
}

.mt-lg-1 {
  margin-top: .25rem !important
}

.mt-lg-2 {
  margin-top: .5rem !important
}

.mt-lg-3 {
  margin-top: 1rem !important
}

.mt-lg-4 {
  margin-top: 1.5rem !important
}

.mt-lg-5 {
  margin-top: 3rem !important
}

.mt-lg-auto {
  margin-top: auto !important
}

.me-lg-0 {
  margin-right: 0 !important
}

.me-lg-1 {
  margin-right: .25rem !important
}

.me-lg-2 {
  margin-right: .5rem !important
}

.me-lg-3 {
  margin-right: 1rem !important
}

.me-lg-4 {
  margin-right: 1.5rem !important
}

.me-lg-5 {
  margin-right: 3rem !important
}

.me-lg-auto {
  margin-right: auto !important
}

.mb-lg-0 {
  margin-bottom: 0 !important
}

.mb-lg-1 {
  margin-bottom: .25rem !important
}

.mb-lg-2 {
  margin-bottom: .5rem !important
}

.mb-lg-3 {
  margin-bottom: 1rem !important
}

.mb-lg-4 {
  margin-bottom: 1.5rem !important
}

.mb-lg-5 {
  margin-bottom: 3rem !important
}

.mb-lg-auto {
  margin-bottom: auto !important
}

.ms-lg-0 {
  margin-left: 0 !important
}

.ms-lg-1 {
  margin-left: .25rem !important
}

.ms-lg-2 {
  margin-left: .5rem !important
}

.ms-lg-3 {
  margin-left: 1rem !important
}

.ms-lg-4 {
  margin-left: 1.5rem !important
}

.ms-lg-5 {
  margin-left: 3rem !important
}

.ms-lg-auto {
  margin-left: auto !important
}

.p-lg-0 {
  padding: 0 !important
}

.p-lg-1 {
  padding: .25rem !important
}

.p-lg-2 {
  padding: .5rem !important
}

.p-lg-3 {
  padding: 1rem !important
}

.p-lg-4 {
  padding: 1.5rem !important
}

.p-lg-5 {
  padding: 3rem !important
}

.px-lg-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-lg-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-lg-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-lg-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-lg-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-lg-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-lg-0 {
  padding-top: 0 !important
}

.pt-lg-1 {
  padding-top: .25rem !important
}

.pt-lg-2 {
  padding-top: .5rem !important
}

.pt-lg-3 {
  padding-top: 1rem !important
}

.pt-lg-4 {
  padding-top: 1.5rem !important
}

.pt-lg-5 {
  padding-top: 3rem !important
}

.pe-lg-0 {
  padding-right: 0 !important
}

.pe-lg-1 {
  padding-right: .25rem !important
}

.pe-lg-2 {
  padding-right: .5rem !important
}

.pe-lg-3 {
  padding-right: 1rem !important
}

.pe-lg-4 {
  padding-right: 1.5rem !important
}

.pe-lg-5 {
  padding-right: 3rem !important
}

.pb-lg-0 {
  padding-bottom: 0 !important
}

.pb-lg-1 {
  padding-bottom: .25rem !important
}

.pb-lg-2 {
  padding-bottom: .5rem !important
}

.pb-lg-3 {
  padding-bottom: 1rem !important
}

.pb-lg-4 {
  padding-bottom: 1.5rem !important
}

.pb-lg-5 {
  padding-bottom: 3rem !important
}

.ps-lg-0 {
  padding-left: 0 !important
}

.ps-lg-1 {
  padding-left: .25rem !important
}

.ps-lg-2 {
  padding-left: .5rem !important
}

.ps-lg-3 {
  padding-left: 1rem !important
}

.ps-lg-4 {
  padding-left: 1.5rem !important
}

.ps-lg-5 {
  padding-left: 3rem !important
}




@media (min-width:576px) {
  .float-sm-start {
      float: left !important
  }

  .float-sm-end {
      float: right !important
  }

  .float-sm-none {
      float: none !important
  }

  .object-fit-sm-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important
  }

  .object-fit-sm-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important
  }

  .object-fit-sm-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important
  }

  .object-fit-sm-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important
  }

  .object-fit-sm-none {
      -o-object-fit: none !important;
      object-fit: none !important
  }

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

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

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

  .d-sm-grid {
      display: grid !important
  }

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

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

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

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

  .d-sm-flex {
      display: flex !important
  }

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

  .d-sm-none {
      display: none !important
  }

  .flex-sm-fill {
      flex: 1 1 auto !important
  }

  .flex-sm-row {
      flex-direction: row !important
  }

  .flex-sm-column {
      flex-direction: column !important
  }

  .flex-sm-row-reverse {
      flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
      flex-direction: column-reverse !important
  }

  .flex-sm-grow-0 {
      flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
      flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
      flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
      flex-shrink: 1 !important
  }

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

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

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

  .justify-content-sm-start {
      justify-content: flex-start !important
  }

  .justify-content-sm-end {
      justify-content: flex-end !important
  }

  .justify-content-sm-center {
      justify-content: center !important
  }

  .justify-content-sm-between {
      justify-content: space-between !important
  }

  .justify-content-sm-around {
      justify-content: space-around !important
  }

  .justify-content-sm-evenly {
      justify-content: space-evenly !important
  }

  .align-items-sm-start {
      align-items: flex-start !important
  }

  .align-items-sm-end {
      align-items: flex-end !important
  }

  .align-items-sm-center {
      align-items: center !important
  }

  .align-items-sm-baseline {
      align-items: baseline !important
  }

  .align-items-sm-stretch {
      align-items: stretch !important
  }

  .align-content-sm-start {
      align-content: flex-start !important
  }

  .align-content-sm-end {
      align-content: flex-end !important
  }

  .align-content-sm-center {
      align-content: center !important
  }

  .align-content-sm-between {
      align-content: space-between !important
  }

  .align-content-sm-around {
      align-content: space-around !important
  }

  .align-content-sm-stretch {
      align-content: stretch !important
  }

  .align-self-sm-auto {
      align-self: auto !important
  }

  .align-self-sm-start {
      align-self: flex-start !important
  }

  .align-self-sm-end {
      align-self: flex-end !important
  }

  .align-self-sm-center {
      align-self: center !important
  }

  .align-self-sm-baseline {
      align-self: baseline !important
  }

  .align-self-sm-stretch {
      align-self: stretch !important
  }

  .order-sm-first {
      order: -1 !important
  }

  .order-sm-0 {
      order: 0 !important
  }

  .order-sm-1 {
      order: 1 !important
  }

  .order-sm-2 {
      order: 2 !important
  }

  .order-sm-3 {
      order: 3 !important
  }

  .order-sm-4 {
      order: 4 !important
  }

  .order-sm-5 {
      order: 5 !important
  }

  .order-sm-last {
      order: 6 !important
  }

  .m-sm-0 {
      margin: 0 !important
  }

  .m-sm-1 {
      margin: .25rem !important
  }

  .m-sm-2 {
      margin: .5rem !important
  }

  .m-sm-3 {
      margin: 1rem !important
  }

  .m-sm-4 {
      margin: 1.5rem !important
  }

  .m-sm-5 {
      margin: 3rem !important
  }

  .m-sm-auto {
      margin: auto !important
  }

  .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-sm-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-sm-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-sm-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-sm-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-sm-0 {
      margin-top: 0 !important
  }

  .mt-sm-1 {
      margin-top: .25rem !important
  }

  .mt-sm-2 {
      margin-top: .5rem !important
  }

  .mt-sm-3 {
      margin-top: 1rem !important
  }

  .mt-sm-4 {
      margin-top: 1.5rem !important
  }

  .mt-sm-5 {
      margin-top: 3rem !important
  }

  .mt-sm-auto {
      margin-top: auto !important
  }

  .me-sm-0 {
      margin-right: 0 !important
  }

  .me-sm-1 {
      margin-right: .25rem !important
  }

  .me-sm-2 {
      margin-right: .5rem !important
  }

  .me-sm-3 {
      margin-right: 1rem !important
  }

  .me-sm-4 {
      margin-right: 1.5rem !important
  }

  .me-sm-5 {
      margin-right: 3rem !important
  }

  .me-sm-auto {
      margin-right: auto !important
  }

  .mb-sm-0 {
      margin-bottom: 0 !important
  }

  .mb-sm-1 {
      margin-bottom: .25rem !important
  }

  .mb-sm-2 {
      margin-bottom: .5rem !important
  }

  .mb-sm-3 {
      margin-bottom: 1rem !important
  }

  .mb-sm-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-sm-5 {
      margin-bottom: 3rem !important
  }

  .mb-sm-auto {
      margin-bottom: auto !important
  }

  .ms-sm-0 {
      margin-left: 0 !important
  }

  .ms-sm-1 {
      margin-left: .25rem !important
  }

  .ms-sm-2 {
      margin-left: .5rem !important
  }

  .ms-sm-3 {
      margin-left: 1rem !important
  }

  .ms-sm-4 {
      margin-left: 1.5rem !important
  }

  .ms-sm-5 {
      margin-left: 3rem !important
  }

  .ms-sm-auto {
      margin-left: auto !important
  }

  .p-sm-0 {
      padding: 0 !important
  }

  .p-sm-1 {
      padding: .25rem !important
  }

  .p-sm-2 {
      padding: .5rem !important
  }

  .p-sm-3 {
      padding: 1rem !important
  }

  .p-sm-4 {
      padding: 1.5rem !important
  }

  .p-sm-5 {
      padding: 3rem !important
  }

  .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-sm-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-sm-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-sm-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-sm-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-sm-0 {
      padding-top: 0 !important
  }

  .pt-sm-1 {
      padding-top: .25rem !important
  }

  .pt-sm-2 {
      padding-top: .5rem !important
  }

  .pt-sm-3 {
      padding-top: 1rem !important
  }

  .pt-sm-4 {
      padding-top: 1.5rem !important
  }

  .pt-sm-5 {
      padding-top: 3rem !important
  }

  .pe-sm-0 {
      padding-right: 0 !important
  }

  .pe-sm-1 {
      padding-right: .25rem !important
  }

  .pe-sm-2 {
      padding-right: .5rem !important
  }

  .pe-sm-3 {
      padding-right: 1rem !important
  }

  .pe-sm-4 {
      padding-right: 1.5rem !important
  }

  .pe-sm-5 {
      padding-right: 3rem !important
  }

  .pb-sm-0 {
      padding-bottom: 0 !important
  }

  .pb-sm-1 {
      padding-bottom: .25rem !important
  }

  .pb-sm-2 {
      padding-bottom: .5rem !important
  }

  .pb-sm-3 {
      padding-bottom: 1rem !important
  }

  .pb-sm-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
      padding-bottom: 3rem !important
  }

  .ps-sm-0 {
      padding-left: 0 !important
  }

  .ps-sm-1 {
      padding-left: .25rem !important
  }

  .ps-sm-2 {
      padding-left: .5rem !important
  }

  .ps-sm-3 {
      padding-left: 1rem !important
  }

  .ps-sm-4 {
      padding-left: 1.5rem !important
  }

  .ps-sm-5 {
      padding-left: 3rem !important
  }

  .gap-sm-0 {
      gap: 0 !important
  }

  .gap-sm-1 {
      gap: .25rem !important
  }

  .gap-sm-2 {
      gap: .5rem !important
  }

  .gap-sm-3 {
      gap: 1rem !important
  }

  .gap-sm-4 {
      gap: 1.5rem !important
  }

  .gap-sm-5 {
      gap: 3rem !important
  }

  .row-gap-sm-0 {
      row-gap: 0 !important
  }

  .row-gap-sm-1 {
      row-gap: .25rem !important
  }

  .row-gap-sm-2 {
      row-gap: .5rem !important
  }

  .row-gap-sm-3 {
      row-gap: 1rem !important
  }

  .row-gap-sm-4 {
      row-gap: 1.5rem !important
  }

  .row-gap-sm-5 {
      row-gap: 3rem !important
  }

  .column-gap-sm-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important
  }

  .column-gap-sm-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: .25rem !important
  }

  .column-gap-sm-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: .5rem !important
  }

  .column-gap-sm-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important
  }

  .column-gap-sm-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important
  }

  .column-gap-sm-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important
  }

  .text-sm-start {
      text-align: left !important
  }

  .text-sm-end {
      text-align: right !important
  }

  .text-sm-center {
      text-align: center !important
  }
}

@media (min-width:768px) {
  .float-md-start {
      float: left !important
  }

  .float-md-end {
      float: right !important
  }

  .float-md-none {
      float: none !important
  }

  .object-fit-md-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important
  }

  .object-fit-md-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important
  }

  .object-fit-md-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important
  }

  .object-fit-md-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important
  }

  .object-fit-md-none {
      -o-object-fit: none !important;
      object-fit: none !important
  }

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

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

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

  .d-md-grid {
      display: grid !important
  }

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

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

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

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

  .d-md-flex {
      display: flex !important
  }

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

  .d-md-none {
      display: none !important
  }

  .flex-md-fill {
      flex: 1 1 auto !important
  }

  .flex-md-row {
      flex-direction: row !important
  }

  .flex-md-column {
      flex-direction: column !important
  }

  .flex-md-row-reverse {
      flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
      flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
      flex-grow: 0 !important
  }

  .flex-md-grow-1 {
      flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
      flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
      flex-shrink: 1 !important
  }

  .flex-md-wrap {
      flex-wrap: wrap !important
  }

  .flex-md-nowrap {
      flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
      justify-content: flex-start !important
  }

  .justify-content-md-end {
      justify-content: flex-end !important
  }

  .justify-content-md-center {
      justify-content: center !important
  }

  .justify-content-md-between {
      justify-content: space-between !important
  }

  .justify-content-md-around {
      justify-content: space-around !important
  }

  .justify-content-md-evenly {
      justify-content: space-evenly !important
  }

  .align-items-md-start {
      align-items: flex-start !important
  }

  .align-items-md-end {
      align-items: flex-end !important
  }

  .align-items-md-center {
      align-items: center !important
  }

  .align-items-md-baseline {
      align-items: baseline !important
  }

  .align-items-md-stretch {
      align-items: stretch !important
  }

  .align-content-md-start {
      align-content: flex-start !important
  }

  .align-content-md-end {
      align-content: flex-end !important
  }

  .align-content-md-center {
      align-content: center !important
  }

  .align-content-md-between {
      align-content: space-between !important
  }

  .align-content-md-around {
      align-content: space-around !important
  }

  .align-content-md-stretch {
      align-content: stretch !important
  }

  .align-self-md-auto {
      align-self: auto !important
  }

  .align-self-md-start {
      align-self: flex-start !important
  }

  .align-self-md-end {
      align-self: flex-end !important
  }

  .align-self-md-center {
      align-self: center !important
  }

  .align-self-md-baseline {
      align-self: baseline !important
  }

  .align-self-md-stretch {
      align-self: stretch !important
  }

  .order-md-first {
      order: -1 !important
  }

  .order-md-0 {
      order: 0 !important
  }

  .order-md-1 {
      order: 1 !important
  }

  .order-md-2 {
      order: 2 !important
  }

  .order-md-3 {
      order: 3 !important
  }

  .order-md-4 {
      order: 4 !important
  }

  .order-md-5 {
      order: 5 !important
  }

  .order-md-last {
      order: 6 !important
  }

  .m-md-0 {
      margin: 0 !important
  }

  .m-md-1 {
      margin: .25rem !important
  }

  .m-md-2 {
      margin: .5rem !important
  }

  .m-md-3 {
      margin: 1rem !important
  }

  .m-md-4 {
      margin: 1.5rem !important
  }

  .m-md-5 {
      margin: 3rem !important
  }

  .m-md-auto {
      margin: auto !important
  }

  .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-md-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-md-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-md-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-md-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-md-0 {
      margin-top: 0 !important
  }

  .mt-md-1 {
      margin-top: .25rem !important
  }

  .mt-md-2 {
      margin-top: .5rem !important
  }

  .mt-md-3 {
      margin-top: 1rem !important
  }

  .mt-md-4 {
      margin-top: 1.5rem !important
  }

  .mt-md-5 {
      margin-top: 3rem !important
  }

  .mt-md-auto {
      margin-top: auto !important
  }

  .me-md-0 {
      margin-right: 0 !important
  }

  .me-md-1 {
      margin-right: .25rem !important
  }

  .me-md-2 {
      margin-right: .5rem !important
  }

  .me-md-3 {
      margin-right: 1rem !important
  }

  .me-md-4 {
      margin-right: 1.5rem !important
  }

  .me-md-5 {
      margin-right: 3rem !important
  }

  .me-md-auto {
      margin-right: auto !important
  }

  .mb-md-0 {
      margin-bottom: 0 !important
  }

  .mb-md-1 {
      margin-bottom: .25rem !important
  }

  .mb-md-2 {
      margin-bottom: .5rem !important
  }

  .mb-md-3 {
      margin-bottom: 1rem !important
  }

  .mb-md-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
      margin-bottom: 3rem !important
  }

  .mb-md-auto {
      margin-bottom: auto !important
  }

  .ms-md-0 {
      margin-left: 0 !important
  }

  .ms-md-1 {
      margin-left: .25rem !important
  }

  .ms-md-2 {
      margin-left: .5rem !important
  }

  .ms-md-3 {
      margin-left: 1rem !important
  }

  .ms-md-4 {
      margin-left: 1.5rem !important
  }

  .ms-md-5 {
      margin-left: 3rem !important
  }

  .ms-md-auto {
      margin-left: auto !important
  }

  .p-md-0 {
      padding: 0 !important
  }

  .p-md-1 {
      padding: .25rem !important
  }

  .p-md-2 {
      padding: .5rem !important
  }

  .p-md-3 {
      padding: 1rem !important
  }

  .p-md-4 {
      padding: 1.5rem !important
  }

  .p-md-5 {
      padding: 3rem !important
  }

  .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-md-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-md-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-md-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-md-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-md-0 {
      padding-top: 0 !important
  }

  .pt-md-1 {
      padding-top: .25rem !important
  }

  .pt-md-2 {
      padding-top: .5rem !important
  }

  .pt-md-3 {
      padding-top: 1rem !important
  }

  .pt-md-4 {
      padding-top: 1.5rem !important
  }

  .pt-md-5 {
      padding-top: 3rem !important
  }

  .pe-md-0 {
      padding-right: 0 !important
  }

  .pe-md-1 {
      padding-right: .25rem !important
  }

  .pe-md-2 {
      padding-right: .5rem !important
  }

  .pe-md-3 {
      padding-right: 1rem !important
  }

  .pe-md-4 {
      padding-right: 1.5rem !important
  }

  .pe-md-5 {
      padding-right: 3rem !important
  }

  .pb-md-0 {
      padding-bottom: 0 !important
  }

  .pb-md-1 {
      padding-bottom: .25rem !important
  }

  .pb-md-2 {
      padding-bottom: .5rem !important
  }

  .pb-md-3 {
      padding-bottom: 1rem !important
  }

  .pb-md-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
      padding-bottom: 3rem !important
  }

  .ps-md-0 {
      padding-left: 0 !important
  }

  .ps-md-1 {
      padding-left: .25rem !important
  }

  .ps-md-2 {
      padding-left: .5rem !important
  }

  .ps-md-3 {
      padding-left: 1rem !important
  }

  .ps-md-4 {
      padding-left: 1.5rem !important
  }

  .ps-md-5 {
      padding-left: 3rem !important
  }

  .gap-md-0 {
      gap: 0 !important
  }

  .gap-md-1 {
      gap: .25rem !important
  }

  .gap-md-2 {
      gap: .5rem !important
  }

  .gap-md-3 {
      gap: 1rem !important
  }

  .gap-md-4 {
      gap: 1.5rem !important
  }

  .gap-md-5 {
      gap: 3rem !important
  }

  .row-gap-md-0 {
      row-gap: 0 !important
  }

  .row-gap-md-1 {
      row-gap: .25rem !important
  }

  .row-gap-md-2 {
      row-gap: .5rem !important
  }

  .row-gap-md-3 {
      row-gap: 1rem !important
  }

  .row-gap-md-4 {
      row-gap: 1.5rem !important
  }

  .row-gap-md-5 {
      row-gap: 3rem !important
  }

  .column-gap-md-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important
  }

  .column-gap-md-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: .25rem !important
  }

  .column-gap-md-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: .5rem !important
  }

  .column-gap-md-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important
  }

  .column-gap-md-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important
  }

  .column-gap-md-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important
  }

  .text-md-start {
      text-align: left !important
  }

  .text-md-end {
      text-align: right !important
  }

  .text-md-center {
      text-align: center !important
  }
}

@media (min-width:992px) {
  .float-lg-start {
      float: left !important
  }

  .float-lg-end {
      float: right !important
  }

  .float-lg-none {
      float: none !important
  }

  .object-fit-lg-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important
  }

  .object-fit-lg-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important
  }

  .object-fit-lg-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important
  }

  .object-fit-lg-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important
  }

  .object-fit-lg-none {
      -o-object-fit: none !important;
      object-fit: none !important
  }

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

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

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

  .d-lg-grid {
      display: grid !important
  }

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

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

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

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

  .d-lg-flex {
      display: flex !important
  }

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

  .d-lg-none {
      display: none !important
  }

  .flex-lg-fill {
      flex: 1 1 auto !important
  }

  .flex-lg-row {
      flex-direction: row !important
  }

  .flex-lg-column {
      flex-direction: column !important
  }

  .flex-lg-row-reverse {
      flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
      flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
      flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
      flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
      flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
      flex-shrink: 1 !important
  }

  .flex-lg-wrap {
      flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
      flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
      justify-content: flex-start !important
  }

  .justify-content-lg-end {
      justify-content: flex-end !important
  }

  .justify-content-lg-center {
      justify-content: center !important
  }

  .justify-content-lg-between {
      justify-content: space-between !important
  }

  .justify-content-lg-around {
      justify-content: space-around !important
  }

  .justify-content-lg-evenly {
      justify-content: space-evenly !important
  }

  .align-items-lg-start {
      align-items: flex-start !important
  }

  .align-items-lg-end {
      align-items: flex-end !important
  }

  .align-items-lg-center {
      align-items: center !important
  }

  .align-items-lg-baseline {
      align-items: baseline !important
  }

  .align-items-lg-stretch {
      align-items: stretch !important
  }

  .align-content-lg-start {
      align-content: flex-start !important
  }

  .align-content-lg-end {
      align-content: flex-end !important
  }

  .align-content-lg-center {
      align-content: center !important
  }

  .align-content-lg-between {
      align-content: space-between !important
  }

  .align-content-lg-around {
      align-content: space-around !important
  }

  .align-content-lg-stretch {
      align-content: stretch !important
  }

  .align-self-lg-auto {
      align-self: auto !important
  }

  .align-self-lg-start {
      align-self: flex-start !important
  }

  .align-self-lg-end {
      align-self: flex-end !important
  }

  .align-self-lg-center {
      align-self: center !important
  }

  .align-self-lg-baseline {
      align-self: baseline !important
  }

  .align-self-lg-stretch {
      align-self: stretch !important
  }

  .order-lg-first {
      order: -1 !important
  }

  .order-lg-0 {
      order: 0 !important
  }

  .order-lg-1 {
      order: 1 !important
  }

  .order-lg-2 {
      order: 2 !important
  }

  .order-lg-3 {
      order: 3 !important
  }

  .order-lg-4 {
      order: 4 !important
  }

  .order-lg-5 {
      order: 5 !important
  }

  .order-lg-last {
      order: 6 !important
  }

  .m-lg-0 {
      margin: 0 !important
  }

  .m-lg-1 {
      margin: .25rem !important
  }

  .m-lg-2 {
      margin: .5rem !important
  }

  .m-lg-3 {
      margin: 1rem !important
  }

  .m-lg-4 {
      margin: 1.5rem !important
  }

  .m-lg-5 {
      margin: 3rem !important
  }

  .m-lg-auto {
      margin: auto !important
  }

  .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-lg-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-lg-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-lg-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-lg-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-lg-0 {
      margin-top: 0 !important
  }

  .mt-lg-1 {
      margin-top: .25rem !important
  }

  .mt-lg-2 {
      margin-top: .5rem !important
  }

  .mt-lg-3 {
      margin-top: 1rem !important
  }

  .mt-lg-4 {
      margin-top: 1.5rem !important
  }

  .mt-lg-5 {
      margin-top: 3rem !important
  }

  .mt-lg-auto {
      margin-top: auto !important
  }

  .me-lg-0 {
      margin-right: 0 !important
  }

  .me-lg-1 {
      margin-right: .25rem !important
  }

  .me-lg-2 {
      margin-right: .5rem !important
  }

  .me-lg-3 {
      margin-right: 1rem !important
  }

  .me-lg-4 {
      margin-right: 1.5rem !important
  }

  .me-lg-5 {
      margin-right: 3rem !important
  }

  .me-lg-auto {
      margin-right: auto !important
  }

  .mb-lg-0 {
      margin-bottom: 0 !important
  }

  .mb-lg-1 {
      margin-bottom: .25rem !important
  }

  .mb-lg-2 {
      margin-bottom: .5rem !important
  }

  .mb-lg-3 {
      margin-bottom: 1rem !important
  }

  .mb-lg-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-lg-5 {
      margin-bottom: 3rem !important
  }

  .mb-lg-auto {
      margin-bottom: auto !important
  }

  .ms-lg-0 {
      margin-left: 0 !important
  }

  .ms-lg-1 {
      margin-left: .25rem !important
  }

  .ms-lg-2 {
      margin-left: .5rem !important
  }

  .ms-lg-3 {
      margin-left: 1rem !important
  }

  .ms-lg-4 {
      margin-left: 1.5rem !important
  }

  .ms-lg-5 {
      margin-left: 3rem !important
  }

  .ms-lg-auto {
      margin-left: auto !important
  }

  .p-lg-0 {
      padding: 0 !important
  }

  .p-lg-1 {
      padding: .25rem !important
  }

  .p-lg-2 {
      padding: .5rem !important
  }

  .p-lg-3 {
      padding: 1rem !important
  }

  .p-lg-4 {
      padding: 1.5rem !important
  }

  .p-lg-5 {
      padding: 3rem !important
  }

  .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-lg-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-lg-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-lg-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-lg-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-lg-0 {
      padding-top: 0 !important
  }

  .pt-lg-1 {
      padding-top: .25rem !important
  }

  .pt-lg-2 {
      padding-top: .5rem !important
  }

  .pt-lg-3 {
      padding-top: 1rem !important
  }

  .pt-lg-4 {
      padding-top: 1.5rem !important
  }

  .pt-lg-5 {
      padding-top: 3rem !important
  }

  .pe-lg-0 {
      padding-right: 0 !important
  }

  .pe-lg-1 {
      padding-right: .25rem !important
  }

  .pe-lg-2 {
      padding-right: .5rem !important
  }

  .pe-lg-3 {
      padding-right: 1rem !important
  }

  .pe-lg-4 {
      padding-right: 1.5rem !important
  }

  .pe-lg-5 {
      padding-right: 3rem !important
  }

  .pb-lg-0 {
      padding-bottom: 0 !important
  }

  .pb-lg-1 {
      padding-bottom: .25rem !important
  }

  .pb-lg-2 {
      padding-bottom: .5rem !important
  }

  .pb-lg-3 {
      padding-bottom: 1rem !important
  }

  .pb-lg-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
      padding-bottom: 3rem !important
  }

  .ps-lg-0 {
      padding-left: 0 !important
  }

  .ps-lg-1 {
      padding-left: .25rem !important
  }

  .ps-lg-2 {
      padding-left: .5rem !important
  }

  .ps-lg-3 {
      padding-left: 1rem !important
  }

  .ps-lg-4 {
      padding-left: 1.5rem !important
  }

  .ps-lg-5 {
      padding-left: 3rem !important
  }

  .gap-lg-0 {
      gap: 0 !important
  }

  .gap-lg-1 {
      gap: .25rem !important
  }

  .gap-lg-2 {
      gap: .5rem !important
  }

  .gap-lg-3 {
      gap: 1rem !important
  }

  .gap-lg-4 {
      gap: 1.5rem !important
  }

  .gap-lg-5 {
      gap: 3rem !important
  }

  .row-gap-lg-0 {
      row-gap: 0 !important
  }

  .row-gap-lg-1 {
      row-gap: .25rem !important
  }

  .row-gap-lg-2 {
      row-gap: .5rem !important
  }

  .row-gap-lg-3 {
      row-gap: 1rem !important
  }

  .row-gap-lg-4 {
      row-gap: 1.5rem !important
  }

  .row-gap-lg-5 {
      row-gap: 3rem !important
  }

  .column-gap-lg-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important
  }

  .column-gap-lg-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: .25rem !important
  }

  .column-gap-lg-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: .5rem !important
  }

  .column-gap-lg-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important
  }

  .column-gap-lg-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important
  }

  .column-gap-lg-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important
  }

  .text-lg-start {
      text-align: left !important
  }

  .text-lg-end {
      text-align: right !important
  }

  .text-lg-center {
      text-align: center !important
  }
}

@media (min-width:1200px) {
  .float-xl-start {
      float: left !important
  }

  .float-xl-end {
      float: right !important
  }

  .float-xl-none {
      float: none !important
  }

  .object-fit-xl-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important
  }

  .object-fit-xl-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important
  }

  .object-fit-xl-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important
  }

  .object-fit-xl-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important
  }

  .object-fit-xl-none {
      -o-object-fit: none !important;
      object-fit: none !important
  }

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

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

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

  .d-xl-grid {
      display: grid !important
  }

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

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

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

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

  .d-xl-flex {
      display: flex !important
  }

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

  .d-xl-none {
      display: none !important
  }

  .flex-xl-fill {
      flex: 1 1 auto !important
  }

  .flex-xl-row {
      flex-direction: row !important
  }

  .flex-xl-column {
      flex-direction: column !important
  }

  .flex-xl-row-reverse {
      flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
      flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
      flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
      flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
      flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
      flex-shrink: 1 !important
  }

  .flex-xl-wrap {
      flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
      flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
      justify-content: flex-start !important
  }

  .justify-content-xl-end {
      justify-content: flex-end !important
  }

  .justify-content-xl-center {
      justify-content: center !important
  }

  .justify-content-xl-between {
      justify-content: space-between !important
  }

  .justify-content-xl-around {
      justify-content: space-around !important
  }

  .justify-content-xl-evenly {
      justify-content: space-evenly !important
  }

  .align-items-xl-start {
      align-items: flex-start !important
  }

  .align-items-xl-end {
      align-items: flex-end !important
  }

  .align-items-xl-center {
      align-items: center !important
  }

  .align-items-xl-baseline {
      align-items: baseline !important
  }

  .align-items-xl-stretch {
      align-items: stretch !important
  }

  .align-content-xl-start {
      align-content: flex-start !important
  }

  .align-content-xl-end {
      align-content: flex-end !important
  }

  .align-content-xl-center {
      align-content: center !important
  }

  .align-content-xl-between {
      align-content: space-between !important
  }

  .align-content-xl-around {
      align-content: space-around !important
  }

  .align-content-xl-stretch {
      align-content: stretch !important
  }

  .align-self-xl-auto {
      align-self: auto !important
  }

  .align-self-xl-start {
      align-self: flex-start !important
  }

  .align-self-xl-end {
      align-self: flex-end !important
  }

  .align-self-xl-center {
      align-self: center !important
  }

  .align-self-xl-baseline {
      align-self: baseline !important
  }

  .align-self-xl-stretch {
      align-self: stretch !important
  }

  .order-xl-first {
      order: -1 !important
  }

  .order-xl-0 {
      order: 0 !important
  }

  .order-xl-1 {
      order: 1 !important
  }

  .order-xl-2 {
      order: 2 !important
  }

  .order-xl-3 {
      order: 3 !important
  }

  .order-xl-4 {
      order: 4 !important
  }

  .order-xl-5 {
      order: 5 !important
  }

  .order-xl-last {
      order: 6 !important
  }

  .m-xl-0 {
      margin: 0 !important
  }

  .m-xl-1 {
      margin: .25rem !important
  }

  .m-xl-2 {
      margin: .5rem !important
  }

  .m-xl-3 {
      margin: 1rem !important
  }

  .m-xl-4 {
      margin: 1.5rem !important
  }

  .m-xl-5 {
      margin: 3rem !important
  }

  .m-xl-auto {
      margin: auto !important
  }

  .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-xl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-xl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-xl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-xl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-xl-0 {
      margin-top: 0 !important
  }

  .mt-xl-1 {
      margin-top: .25rem !important
  }

  .mt-xl-2 {
      margin-top: .5rem !important
  }

  .mt-xl-3 {
      margin-top: 1rem !important
  }

  .mt-xl-4 {
      margin-top: 1.5rem !important
  }

  .mt-xl-5 {
      margin-top: 3rem !important
  }

  .mt-xl-auto {
      margin-top: auto !important
  }

  .me-xl-0 {
      margin-right: 0 !important
  }

  .me-xl-1 {
      margin-right: .25rem !important
  }

  .me-xl-2 {
      margin-right: .5rem !important
  }

  .me-xl-3 {
      margin-right: 1rem !important
  }

  .me-xl-4 {
      margin-right: 1.5rem !important
  }

  .me-xl-5 {
      margin-right: 3rem !important
  }

  .me-xl-auto {
      margin-right: auto !important
  }

  .mb-xl-0 {
      margin-bottom: 0 !important
  }

  .mb-xl-1 {
      margin-bottom: .25rem !important
  }

  .mb-xl-2 {
      margin-bottom: .5rem !important
  }

  .mb-xl-3 {
      margin-bottom: 1rem !important
  }

  .mb-xl-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
      margin-bottom: 3rem !important
  }

  .mb-xl-auto {
      margin-bottom: auto !important
  }

  .ms-xl-0 {
      margin-left: 0 !important
  }

  .ms-xl-1 {
      margin-left: .25rem !important
  }

  .ms-xl-2 {
      margin-left: .5rem !important
  }

  .ms-xl-3 {
      margin-left: 1rem !important
  }

  .ms-xl-4 {
      margin-left: 1.5rem !important
  }

  .ms-xl-5 {
      margin-left: 3rem !important
  }

  .ms-xl-auto {
      margin-left: auto !important
  }

  .p-xl-0 {
      padding: 0 !important
  }

  .p-xl-1 {
      padding: .25rem !important
  }

  .p-xl-2 {
      padding: .5rem !important
  }

  .p-xl-3 {
      padding: 1rem !important
  }

  .p-xl-4 {
      padding: 1.5rem !important
  }

  .p-xl-5 {
      padding: 3rem !important
  }

  .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-xl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-xl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-xl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-xl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-xl-0 {
      padding-top: 0 !important
  }

  .pt-xl-1 {
      padding-top: .25rem !important
  }

  .pt-xl-2 {
      padding-top: .5rem !important
  }

  .pt-xl-3 {
      padding-top: 1rem !important
  }

  .pt-xl-4 {
      padding-top: 1.5rem !important
  }

  .pt-xl-5 {
      padding-top: 3rem !important
  }

  .pe-xl-0 {
      padding-right: 0 !important
  }

  .pe-xl-1 {
      padding-right: .25rem !important
  }

  .pe-xl-2 {
      padding-right: .5rem !important
  }

  .pe-xl-3 {
      padding-right: 1rem !important
  }

  .pe-xl-4 {
      padding-right: 1.5rem !important
  }

  .pe-xl-5 {
      padding-right: 3rem !important
  }

  .pb-xl-0 {
      padding-bottom: 0 !important
  }

  .pb-xl-1 {
      padding-bottom: .25rem !important
  }

  .pb-xl-2 {
      padding-bottom: .5rem !important
  }

  .pb-xl-3 {
      padding-bottom: 1rem !important
  }

  .pb-xl-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
      padding-bottom: 3rem !important
  }

  .ps-xl-0 {
      padding-left: 0 !important
  }

  .ps-xl-1 {
      padding-left: .25rem !important
  }

  .ps-xl-2 {
      padding-left: .5rem !important
  }

  .ps-xl-3 {
      padding-left: 1rem !important
  }

  .ps-xl-4 {
      padding-left: 1.5rem !important
  }

  .ps-xl-5 {
      padding-left: 3rem !important
  }

  .gap-xl-0 {
      gap: 0 !important
  }

  .gap-xl-1 {
      gap: .25rem !important
  }

  .gap-xl-2 {
      gap: .5rem !important
  }

  .gap-xl-3 {
      gap: 1rem !important
  }

  .gap-xl-4 {
      gap: 1.5rem !important
  }

  .gap-xl-5 {
      gap: 3rem !important
  }

  .row-gap-xl-0 {
      row-gap: 0 !important
  }

  .row-gap-xl-1 {
      row-gap: .25rem !important
  }

  .row-gap-xl-2 {
      row-gap: .5rem !important
  }

  .row-gap-xl-3 {
      row-gap: 1rem !important
  }

  .row-gap-xl-4 {
      row-gap: 1.5rem !important
  }

  .row-gap-xl-5 {
      row-gap: 3rem !important
  }

  .column-gap-xl-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important
  }

  .column-gap-xl-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: .25rem !important
  }

  .column-gap-xl-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: .5rem !important
  }

  .column-gap-xl-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important
  }

  .column-gap-xl-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important
  }

  .column-gap-xl-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important
  }

  .text-xl-start {
      text-align: left !important
  }

  .text-xl-end {
      text-align: right !important
  }

  .text-xl-center {
      text-align: center !important
  }
}

@media (min-width:1400px) {
  .float-xxl-start {
      float: left !important
  }

  .float-xxl-end {
      float: right !important
  }

  .float-xxl-none {
      float: none !important
  }

  .object-fit-xxl-contain {
      -o-object-fit: contain !important;
      object-fit: contain !important
  }

  .object-fit-xxl-cover {
      -o-object-fit: cover !important;
      object-fit: cover !important
  }

  .object-fit-xxl-fill {
      -o-object-fit: fill !important;
      object-fit: fill !important
  }

  .object-fit-xxl-scale {
      -o-object-fit: scale-down !important;
      object-fit: scale-down !important
  }

  .object-fit-xxl-none {
      -o-object-fit: none !important;
      object-fit: none !important
  }

  .d-xxl-inline {
      display: inline !important
  }

  .d-xxl-inline-block {
      display: inline-block !important
  }

  .d-xxl-block {
      display: block !important
  }

  .d-xxl-grid {
      display: grid !important
  }

  .d-xxl-inline-grid {
      display: inline-grid !important
  }

  .d-xxl-table {
      display: table !important
  }

  .d-xxl-table-row {
      display: table-row !important
  }

  .d-xxl-table-cell {
      display: table-cell !important
  }

  .d-xxl-flex {
      display: flex !important
  }

  .d-xxl-inline-flex {
      display: inline-flex !important
  }

  .d-xxl-none {
      display: none !important
  }

  .flex-xxl-fill {
      flex: 1 1 auto !important
  }

  .flex-xxl-row {
      flex-direction: row !important
  }

  .flex-xxl-column {
      flex-direction: column !important
  }

  .flex-xxl-row-reverse {
      flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
      flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
      flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
      flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
      flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
      flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
      flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
      flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important
  }

  .justify-content-xxl-start {
      justify-content: flex-start !important
  }

  .justify-content-xxl-end {
      justify-content: flex-end !important
  }

  .justify-content-xxl-center {
      justify-content: center !important
  }

  .justify-content-xxl-between {
      justify-content: space-between !important
  }

  .justify-content-xxl-around {
      justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
      justify-content: space-evenly !important
  }

  .align-items-xxl-start {
      align-items: flex-start !important
  }

  .align-items-xxl-end {
      align-items: flex-end !important
  }

  .align-items-xxl-center {
      align-items: center !important
  }

  .align-items-xxl-baseline {
      align-items: baseline !important
  }

  .align-items-xxl-stretch {
      align-items: stretch !important
  }

  .align-content-xxl-start {
      align-content: flex-start !important
  }

  .align-content-xxl-end {
      align-content: flex-end !important
  }

  .align-content-xxl-center {
      align-content: center !important
  }

  .align-content-xxl-between {
      align-content: space-between !important
  }

  .align-content-xxl-around {
      align-content: space-around !important
  }

  .align-content-xxl-stretch {
      align-content: stretch !important
  }

  .align-self-xxl-auto {
      align-self: auto !important
  }

  .align-self-xxl-start {
      align-self: flex-start !important
  }

  .align-self-xxl-end {
      align-self: flex-end !important
  }

  .align-self-xxl-center {
      align-self: center !important
  }

  .align-self-xxl-baseline {
      align-self: baseline !important
  }

  .align-self-xxl-stretch {
      align-self: stretch !important
  }

  .order-xxl-first {
      order: -1 !important
  }

  .order-xxl-0 {
      order: 0 !important
  }

  .order-xxl-1 {
      order: 1 !important
  }

  .order-xxl-2 {
      order: 2 !important
  }

  .order-xxl-3 {
      order: 3 !important
  }

  .order-xxl-4 {
      order: 4 !important
  }

  .order-xxl-5 {
      order: 5 !important
  }

  .order-xxl-last {
      order: 6 !important
  }

  .m-xxl-0 {
      margin: 0 !important
  }

  .m-xxl-1 {
      margin: .25rem !important
  }

  .m-xxl-2 {
      margin: .5rem !important
  }

  .m-xxl-3 {
      margin: 1rem !important
  }

  .m-xxl-4 {
      margin: 1.5rem !important
  }

  .m-xxl-5 {
      margin: 3rem !important
  }

  .m-xxl-auto {
      margin: auto !important
  }

  .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-xxl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-xxl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-xxl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-xxl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-xxl-0 {
      margin-top: 0 !important
  }

  .mt-xxl-1 {
      margin-top: .25rem !important
  }

  .mt-xxl-2 {
      margin-top: .5rem !important
  }

  .mt-xxl-3 {
      margin-top: 1rem !important
  }

  .mt-xxl-4 {
      margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
      margin-top: 3rem !important
  }

  .mt-xxl-auto {
      margin-top: auto !important
  }

  .me-xxl-0 {
      margin-right: 0 !important
  }

  .me-xxl-1 {
      margin-right: .25rem !important
  }

  .me-xxl-2 {
      margin-right: .5rem !important
  }

  .me-xxl-3 {
      margin-right: 1rem !important
  }

  .me-xxl-4 {
      margin-right: 1.5rem !important
  }

  .me-xxl-5 {
      margin-right: 3rem !important
  }

  .me-xxl-auto {
      margin-right: auto !important
  }

  .mb-xxl-0 {
      margin-bottom: 0 !important
  }

  .mb-xxl-1 {
      margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
      margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
      margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
      margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
      margin-bottom: auto !important
  }

  .ms-xxl-0 {
      margin-left: 0 !important
  }

  .ms-xxl-1 {
      margin-left: .25rem !important
  }

  .ms-xxl-2 {
      margin-left: .5rem !important
  }

  .ms-xxl-3 {
      margin-left: 1rem !important
  }

  .ms-xxl-4 {
      margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
      margin-left: 3rem !important
  }

  .ms-xxl-auto {
      margin-left: auto !important
  }

  .p-xxl-0 {
      padding: 0 !important
  }

  .p-xxl-1 {
      padding: .25rem !important
  }

  .p-xxl-2 {
      padding: .5rem !important
  }

  .p-xxl-3 {
      padding: 1rem !important
  }

  .p-xxl-4 {
      padding: 1.5rem !important
  }

  .p-xxl-5 {
      padding: 3rem !important
  }

  .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-xxl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-xxl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-xxl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-xxl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
      padding-top: 0 !important
  }

  .pt-xxl-1 {
      padding-top: .25rem !important
  }

  .pt-xxl-2 {
      padding-top: .5rem !important
  }

  .pt-xxl-3 {
      padding-top: 1rem !important
  }

  .pt-xxl-4 {
      padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
      padding-top: 3rem !important
  }

  .pe-xxl-0 {
      padding-right: 0 !important
  }

  .pe-xxl-1 {
      padding-right: .25rem !important
  }

  .pe-xxl-2 {
      padding-right: .5rem !important
  }

  .pe-xxl-3 {
      padding-right: 1rem !important
  }

  .pe-xxl-4 {
      padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
      padding-right: 3rem !important
  }

  .pb-xxl-0 {
      padding-bottom: 0 !important
  }

  .pb-xxl-1 {
      padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
      padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
      padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
      padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
      padding-left: 0 !important
  }

  .ps-xxl-1 {
      padding-left: .25rem !important
  }

  .ps-xxl-2 {
      padding-left: .5rem !important
  }

  .ps-xxl-3 {
      padding-left: 1rem !important
  }

  .ps-xxl-4 {
      padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
      padding-left: 3rem !important
  }

  .gap-xxl-0 {
      gap: 0 !important
  }

  .gap-xxl-1 {
      gap: .25rem !important
  }

  .gap-xxl-2 {
      gap: .5rem !important
  }

  .gap-xxl-3 {
      gap: 1rem !important
  }

  .gap-xxl-4 {
      gap: 1.5rem !important
  }

  .gap-xxl-5 {
      gap: 3rem !important
  }

  .row-gap-xxl-0 {
      row-gap: 0 !important
  }

  .row-gap-xxl-1 {
      row-gap: .25rem !important
  }

  .row-gap-xxl-2 {
      row-gap: .5rem !important
  }

  .row-gap-xxl-3 {
      row-gap: 1rem !important
  }

  .row-gap-xxl-4 {
      row-gap: 1.5rem !important
  }

  .row-gap-xxl-5 {
      row-gap: 3rem !important
  }

  .column-gap-xxl-0 {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important
  }

  .column-gap-xxl-1 {
      -moz-column-gap: 0.25rem !important;
      column-gap: .25rem !important
  }

  .column-gap-xxl-2 {
      -moz-column-gap: 0.5rem !important;
      column-gap: .5rem !important
  }

  .column-gap-xxl-3 {
      -moz-column-gap: 1rem !important;
      column-gap: 1rem !important
  }

  .column-gap-xxl-4 {
      -moz-column-gap: 1.5rem !important;
      column-gap: 1.5rem !important
  }

  .column-gap-xxl-5 {
      -moz-column-gap: 3rem !important;
      column-gap: 3rem !important
  }

  .text-xxl-start {
      text-align: left !important
  }

  .text-xxl-end {
      text-align: right !important
  }

  .text-xxl-center {
      text-align: center !important
  }
}

@media (min-width:1200px) {
  .fs-1 {
      font-size: 2.5rem !important
  }

  .fs-2 {
      font-size: 2rem !important
  }

  .fs-3 {
      font-size: 1.75rem !important
  }

  .fs-4 {
      font-size: 1.5rem !important
  }
}


.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
      transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm)
}


.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}





.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius)
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color)
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color)
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color)
}

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

.card-link+.card-link {
  margin-left: var(--bs-card-spacer-x)
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
  margin-bottom: var(--bs-card-group-margin)
}

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

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

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

  .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
      border-top-right-radius: 0
  }

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

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0
  }
}


.card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Adds shadow on hover */
}

.project:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Adds shadow on hover */
}

.navdiv {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #f5f5f5;
}

/* Navigation container */
.nav-pills {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

/* Individual pill styling */
.nav-pills li {
  margin: 0;
}

.nav-pills a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #555;
  border-right: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
}

/* Last pill styling (no border-right) */
.nav-pills a:last-child {
  border-right: none;
}

/* Active and hover styles */
.nav-pills a:hover,
.nav-pills a.active {
  background-color: #69acc7;
  color: #fff;
}

/* Content container */
.content {

  display: none; /* Initially hidden */

}
.content.active {
  display: block;
}






.card_student{
	width: 300px;
	height: 344px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #FFFFFF;

	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-align: center;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.card_student:first-of-type{
		margin-right: 10px;
	}

.card_student:hover{
	
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	}
  
.banner{
	height: 130px;
	width: 100%;
	padding-top: 35px;
	background-color: #FAFAFA;
	background-size: cover;
	background-position: center;
}
.card_student .banner{
		background-image: url("https://webdevtrick.com/wp-content/uploads/logo-fb-1.png");
	}
.avatar {
	position: relative;
	height: 160px;
	width: 160px;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-color: #F1F1F1;
	border-radius: 100%;
}
.card_student .avatar{
		background-image: url("https://webdevtrick.com/wp-content/uploads/shaan.jpg");
	}

/*for profile_new */
.card_student-new {
    border-radius: 0;
}


.card_professor{
	width: 300px;
	height: 382px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #FFFFFF;

	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-align: center;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.card_professor:first-of-type{
		margin-right: 10px;
	}

.card_professor:hover{
	
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	}
  
.banner{
	height: 130px;
	width: 100%;
	padding-top: 35px;
	background-color: #FAFAFA;
	background-size: cover;
	background-position: center;
}
.card_professor .banner{
		background-image: url("https://webdevtrick.com/wp-content/uploads/logo-fb-1.png");
	}
.avatar {
	position: relative;
	height: 160px;
	width: 160px;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-color: #F1F1F1;
	border-radius: 100%;
}
.card_professor .avatar{
		background-image: url("https://webdevtrick.com/wp-content/uploads/shaan.jpg");
	}

/*for profile_new */
.card_professor-new {
    border-radius: 0;
}


.card_professor-new {
  width: 300px; /* 카드의 폭 */
  padding: 10px; /* 카드 내부의 패딩  */
}


.banner-new{
    border-radius: 0;
}

.avatar-new{
    height: 200px;
    width: 200px;
    margin: auto;
	object-fit: contain;
    background-size: contain;  /* cover 대신 contain 사용 */
    background-repeat: no-repeat;  /* 이미지가 반복되지 않도록 설정 */
    background-position: center;  /* 이미지를 중앙에 배치 */
    background-color: #F1F1F1;
    border-radius: 0;
    position: relative;
    top: -10px;  /* 10px만큼 위로 올 */
}

.card_student-new {
    width: 300px; /* 카드의 폭 */
    padding: 10px; /* 카드 내부의 패딩  */
}

.avatar-hover {
    position: relative;
}

.default-img, .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.hover-img {
    display: none;
}




.staff {
  overflow: visible;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .staff .img-wrap {
    height: 400px; }
  .staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .text h3 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text .position {
      text-transform: uppercase;
      color: #b3b3b3;
      display: block;
      letter-spacing: 1px; }
    .staff .text .faded {
      opacity: 1; }
  .staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #fff;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .ftco-social li a {
      color: #ff8000; }
  .staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -40px; }
  .staff:hover .img, .staff:focus .img {
    margin-top: -10px; }
  .staff:hover .text h3, .staff:focus .text h3 {
    color: #2f89fc; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block; }

.heading{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}